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: 'Poppins', sans-serif;
  font-style: inherit;
  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 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 900;
  line-height: 60px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  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: 'Poppins', sans-serif;
  font-style: inherit;
  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: #333333;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #333333;
  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: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: inherit;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: inherit;
}
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: #1f2c57;
  border: #1f2c57 1px solid;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: #1f2c57 1px solid;
  color: #ffffff;
}
button:hover {
  background: #333333;
  border: #333333 1px solid;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff7070;
}
div.mage-error {
  color: #ff0a0a;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #1f2c57;
  border: #1f2c57;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary:hover {
  background: #333333;
  border: #333333;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 0;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus),
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:not(:focus),
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:not(:focus),
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:not(:focus),
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1f2c57;
  border: #1f2c57 1px solid;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: #1f2c57 1px solid;
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #333333;
  border: #333333 1px solid;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.bluesnap-review .bluesnap-review-discount .block .action.check,
.bluesnap-review .bluesnap-review-discount .block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #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,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.bluesnap-review .bluesnap-review-discount .block .action.check:visited,
.bluesnap-review .bluesnap-review-discount .block .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #333333;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.bluesnap-review .bluesnap-review-discount .block .action.check:hover,
.bluesnap-review .bluesnap-review-discount .block .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.bluesnap-review .bluesnap-review-discount .block .action.check:active,
.bluesnap-review .bluesnap-review-discount .block .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #333333;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.bluesnap-review .bluesnap-review-discount .block .action.check:hover,
.bluesnap-review .bluesnap-review-discount .block .action.check:active,
.bluesnap-review .bluesnap-review-discount .block .action.check:focus,
.bluesnap-review .bluesnap-review-discount .block .action.check:hover,
.bluesnap-review .bluesnap-review-discount .block .action.check:active,
.bluesnap-review .bluesnap-review-discount .block .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.bluesnap-review .bluesnap-review-discount .block .action.check.disabled,
.bluesnap-review .bluesnap-review-discount .block .action.check[disabled],
fieldset[disabled] .bluesnap-review .bluesnap-review-discount .block .action.check,
.bluesnap-review .bluesnap-review-discount .block .action.check.disabled,
.bluesnap-review .bluesnap-review-discount .block .action.check[disabled],
fieldset[disabled] .bluesnap-review .bluesnap-review-discount .block .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.bluesnap-review .bluesnap-review-discount .block .action.check:active,
.bluesnap-review .bluesnap-review-discount .block .action.check:not(:focus),
.bluesnap-review .bluesnap-review-discount .block .action.check:active,
.bluesnap-review .bluesnap-review-discount .block .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #1f2c57;
  border: #1f2c57 1px solid;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-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,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:focus,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:focus,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:focus,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:active,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:focus,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: #1f2c57 1px solid;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary: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,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:hover,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:hover,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary:hover,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #333333;
  border: #333333 1px solid;
  color: #ffffff;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 7px 15px;
}
.abs-button-l,
:root .splitit-default-ui .splitit-payment-button.splitit-payment-button,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #292929;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.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: #f4f4f4;
  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 #ffffff transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.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 {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #333333;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #333333;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.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;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.page-header .header_right .switcher .label,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #f4f4f4;
  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 #ffffff transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.bluesnap-review .bluesnap-review-discount .block .block > .title,
.bluesnap-review .bluesnap-review-discount .block .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.bluesnap-review .bluesnap-review-discount .block .block > .title > span,
.bluesnap-review .bluesnap-review-discount .block .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.bluesnap-review .bluesnap-review-discount .block .block,
.bluesnap-review .bluesnap-review-discount .block .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.bluesnap-review .bluesnap-review-discount .block .block .content,
.bluesnap-review .bluesnap-review-discount .block .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block.active > .title:after,
.bluesnap-review .bluesnap-review-discount .block .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.bluesnap-review .bluesnap-review-discount .block .block.active .content,
.bluesnap-review .bluesnap-review-discount .block .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #f4f4f4;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #333333;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #333333;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.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;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.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;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.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';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.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';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.bluesnap-review .bluesnap-review-discount .block .block > .title strong,
.bluesnap-review .bluesnap-review-discount .block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #333333;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.primary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .secondary,
.bluesnap-review .bluesnap-review-discount .block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.bluesnap-review .bluesnap-review-discount .block .action.check,
.bluesnap-review .bluesnap-review-discount .block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.bluesnap-review .bluesnap-review-discount .block .fieldset,
.bluesnap-review .bluesnap-review-discount .block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.bluesnap-review .bluesnap-review-discount .block .fieldset > .field > .label,
.bluesnap-review .bluesnap-review-discount .block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.bluesnap-review .bluesnap-review-discount .block .field,
.bluesnap-review .bluesnap-review-discount .block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Hairline.woff2') format('woff2'), url('../fonts/Lato-Hairline.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.woff2') format('woff2'), url('../fonts/Lato-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.woff2') format('woff2'), url('../fonts/Lato-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Heavy.woff2') format('woff2'), url('../fonts/Lato-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #333333;
}
.message.info a:hover {
  color: #333333;
}
.message.info a:active {
  color: #333333;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #ff0a0a;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #333333;
}
.message.error a:hover {
  color: #333333;
}
.message.error a:active {
  color: #333333;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #333333;
}
.message.warning a:hover {
  color: #333333;
}
.message.warning a:active {
  color: #333333;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #333333;
}
.message.notice a:hover {
  color: #333333;
}
.message.notice a:active {
  color: #333333;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #333333;
}
.message.success a:hover {
  color: #333333;
}
.message.success a:active {
  color: #333333;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.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;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #ff0a0a;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 0;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1f2c57;
  border: #1f2c57;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #333333;
  border: #333333;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #333333;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #333333;
}
.pages a.page:hover {
  color: #333333;
  text-decoration: none;
}
.pages a.page:active {
  color: #333333;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #031b49;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #031b49;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #031b49;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #031b49;
  text-decoration: #031b49;
}
.breadcrumbs a:active {
  color: #031b49;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.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: #333333;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #333333;
  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.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1f2c57;
  border: #1f2c57;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #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: #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.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #1f2c57;
  border: #1f2c57 1px solid;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: #1f2c57 1px solid;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #333333;
  border: #333333 1px solid;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
}
[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: 1200px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.products .product-reward-points-earning {
  padding-bottom: 1rem;
}
.product-info-main .product-reward-points-earning {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.form-reward-points .label.conversion-rate {
  margin-bottom: 10px;
}
.form-reward-points .field {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
.form-reward-points .field .label.for-input {
  padding-top: 5px;
}
.form-reward-points .field .control {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: auto !important;
  min-width: 75px;
}
.form-reward-points .field .control .input-text {
  width: auto;
  min-width: 75px;
  max-width: 180px;
}
.form-reward-points .field .control .input-text.mage-error {
  margin-bottom: 10px;
}
.form-reward-points .field .control #aw-reward-points-qty-error {
  max-width: 180px;
  position: relative;
  bottom: 0px;
}
.form-reward-points .field .control .mage-error[generated] {
  position: absolute;
  bottom: -24px;
}
.form-reward-points .actions-toolbar {
  display: unset;
}
.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);
  }
}
.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%;
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  position: absolute;
  left: -10000px;
  visibility: hidden;
}
#am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-cart-message {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 5px 25px;
  background: #e9f6ff;
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 42px;
}
.amrelated-cart-message:before {
  position: relative;
  top: 8px;
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  display: inline-flex;
  margin: 1rem 0;
  padding: 5px 8px 6px;
  border-radius: 4px;
  background: #eef2f9;
  color: #6d88b0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  width: 100%;
  height: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #3978bd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #eb5757;
  color: #ffffff;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.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;
}
.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;
}
.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: 'Poppins', sans-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: 'Poppins', sans-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;
}
.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;
}
#apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: inline-block;
  width: 200px;
  min-height: 30px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% calc(62%);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 0px;
  margin: 5px auto;
}
#payment_form_bluesnap_hostedfields iframe,
#bluesnap_hostedfields-form .bluesnap-hosted-control iframe {
  height: 30px !important;
}
#bluesnap-hosted-iframe-ccn {
  width: 95% !important;
}
.bluesnap_hostedfields .field {
  clear: both;
}
.bluesnap-hosted-control {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 10px;
  max-width: 20em;
  min-height: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bluesnap-hosted-control.no-border {
  border: none;
  padding: 0;
}
.bluesnap-hosted-control.exp {
  border: 1px solid #ccc;
  max-width: 300px;
  min-height: 32px;
}
.bluesnap-hosted-control.cvv {
  max-width: 6em;
}
.bluesnap-hosted-control.card-number .ccn {
  padding-right: 57px;
}
.bluesnap-hosted-control.dcc {
  max-width: 17em;
}
.bluesnap-hosted-control.card-number .cctype {
  background-color: #eee;
  border-left: 1px solid #ccc;
  bottom: 0;
  float: left;
  padding: 5px 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  border-radius: 2px;
}
.bluesnap-hosted-control.control._with-tooltip .field-tooltip {
  right: -32px;
  top: 4px;
}
.bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content {
  width: 400px;
}
.dcc-note {
  margin: 1rem 0;
}
.dcc-note-small {
  color: #999;
  font-size: 86%;
}
.bluesnap-hosted-validation-msg {
  clear: both;
  font-size: 13px;
  margin: 5px 0 0 1px;
}
.bluesnap-hosted-validation-msg .invalid {
  color: #e02b27;
}
.bluesnap-hosted-control.validation-failed {
  border-color: #e02b27;
}
.bluesnap-hosted-control.card-number.validation-failed .cctype {
  background-color: #e55552;
  border-left-color: #e02b27;
}
.bluesnap-hosted-control.validation-passed {
  border-color: #57a957;
}
.bluesnap-hosted-control.card-number.validation-passed .cctype {
  background-color: #78ba79;
  border-left-color: #57a957;
}
.bluesnap-hosted-control:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.bluesnap-payment-method-note {
  margin-top: 1rem;
  color: #999;
}
.vaulted-field label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.bs-googlepay-logo {
  display: block;
  max-width: 180px;
  margin: 5px 0;
}
.bluesnap-review .block-order-details-view {
  background-color: #f6f6f6;
  padding: 30px;
}
.bluesnap-review .block-content .box-order-shipping-method .field {
  margin-bottom: 5px;
}
.bluesnap-review .bluesnap-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 20px 0;
}
.bluesnap-review .bluesnap-review-discount .block {
  margin-bottom: 0;
}
.bluesnap-review .bluesnap-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
img#cctype-icon {
  max-height: 100%;
}
#apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: inline-block;
  width: 200px;
  min-height: 30px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% calc(62%);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 0px;
  margin: 5px auto;
}
div.bluesnap-hosted-control.latam_id {
  border: 0px;
  padding: 0px;
}
#payment_form_bluesnap_hostedfields iframe,
#bluesnap_hostedfields-form .bluesnap-hosted-control iframe {
  height: 30px !important;
}
.bluesnap_hostedfields .field {
  clear: both;
}
.bluesnap-hosted-control {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 10px;
  max-width: 21em;
  min-height: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bluesnap-hosted-control.no-border {
  border: none;
  padding: 0;
}
.bluesnap-hosted-control.exp {
  max-width: 300px;
  min-height: 32px;
}
.bluesnap-hosted-control.cvv {
  max-width: 6em;
}
.bluesnap-hosted-control.card-number .ccn {
  padding-right: 44px;
}
.bluesnap-hosted-control.dcc {
  max-width: 17em;
}
.bluesnap-hosted-control.card-number .cctype {
  background-color: #eee;
  border-left: 1px solid #ccc;
  bottom: 0;
  float: left;
  padding: 5px 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  border-radius: 2px;
}
.bluesnap-hosted-control.control._with-tooltip .field-tooltip {
  right: -32px;
  top: 4px;
}
.bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content {
  width: 400px;
}
.dcc-note {
  margin: 1rem 0;
}
.dcc-note-small {
  color: #999;
  font-size: 86%;
}
.bluesnap-hosted-validation-msg {
  clear: both;
  font-size: 13px;
  margin: 5px 0 0 1px;
}
.bluesnap-hosted-validation-msg .invalid {
  color: #e02b27;
}
.bluesnap-hosted-control.validation-failed {
  border-color: #e02b27;
}
.bluesnap-hosted-control.card-number.validation-failed .cctype {
  background-color: #e55552;
  border-left-color: #e02b27;
}
.bluesnap-hosted-control.validation-passed {
  border-color: #57a957;
}
.bluesnap-hosted-control.card-number.validation-passed .cctype {
  background-color: #78ba79;
  border-left-color: #57a957;
}
.bluesnap-hosted-control:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.bluesnap-payment-method-note {
  margin-top: 1rem;
  color: #999;
}
.vaulted-field label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.bluesnap_ach .bluesnap-hosted-control {
  border: 0 none transparent;
}
.bluesnap_ach select {
  width: auto;
}
em.required {
  color: #f00;
}
.apple-pay-button-black {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: black;
}
.bluesnap-review .block-order-details-view {
  background-color: #f6f6f6;
  padding: 30px;
}
.bluesnap-review .block-content .box-order-shipping-method .field {
  margin-bottom: 5px;
}
.bluesnap-review .block-content .box .apple-pay-button {
  display: block;
  max-width: 150px;
}
.bluesnap-review .bluesnap-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 20px 0;
}
.bluesnap-review .bluesnap-review-discount .block {
  margin-bottom: 0;
}
.bluesnap-review .bluesnap-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
/* 
 *  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;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-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;
  -ms-touch-action: pan-Y;
}
.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;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-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("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;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -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;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  transition: all 300ms ease-in-outs all ease-in;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 1s linear;
  -moz-transition: all 300ms ease-in-out 1s linear;
  -o-transition: all 300ms ease-in-out 1s linear;
  -ms-transition: all 300ms ease-in-out 1s linear;
  transition: all 300ms ease-in-out 1s linear;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  transition: all 450ms ease-in-outs all ease-in;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out 1s linear;
  -moz-transition: all 450ms ease-in-out 1s linear;
  -o-transition: all 450ms ease-in-out 1s linear;
  -ms-transition: all 450ms ease-in-out 1s linear;
  transition: all 450ms ease-in-out 1s linear;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-outs all ease-in;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out 1s linear;
  -moz-transition: border-color 450ms ease-in-out 1s linear;
  -o-transition: border-color 450ms ease-in-out 1s linear;
  -ms-transition: border-color 450ms ease-in-out 1s linear;
  transition: border-color 450ms ease-in-out 1s linear;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
@font-face {
  font-family: 'font-icons-sac';
  src: url("../WeltPixel_SearchAutoComplete/css/fonts/font-icons.eot");
  src: url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.eot') format('embedded-opentype'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.woff2') format('woff2'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.woff') format('woff'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.ttf') format('truetype'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.modal-content .block .searchautocomplete.vertically .block-right a {
  font-size: 18px !important;
}
.modal-content .block .searchautocomplete.vertically .block-right .price {
  font-weight: bold;
  font-size: 14px !important;
  margin-top: 5px !important;
  color: #3e3d3d;
}
#search_mini_form .control {
  text-align: right;
  border-top: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
.prod-container .text-no-result {
  padding: 10px 0;
  text-transform: initial;
}
.wpx-search-autocomplete-hidden {
  display: none !important;
}
.wpx-search-autocomplete-hidden .cat-container {
  text-transform: none;
  padding: 0;
}
.wpx-search-autocomplete-hidden .cat-container ul.category-list {
  padding: 10px;
}
.wpx-search-autocomplete {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 10px 10px 0 10px;
  max-height: 17vh;
  overflow-y: auto;
}
.wpx-search-autocomplete .cat-container {
  text-transform: none;
}
.wpx-search-autocomplete ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.wpx-search-autocomplete ul li {
  cursor: pointer;
}
.wpx-search-autocomplete ul li span {
  text-transform: capitalize;
}
.wpx-search-autocomplete ul .amount {
  float: right;
}
.separator {
  padding: 10px;
  text-transform: initial;
  font-size: 13px;
}
.footer-img {
  background-image: url('../WeltPixel_SearchAutoComplete/images/img-footer.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  padding: 10px;
  height: 28px;
  max-width: 200px;
}
.loader-ajax {
  position: relative;
}
.loader-ajax:after {
  content: "";
  background-image: url('../WeltPixel_SearchAutoComplete/images/ias-spinner.gif');
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  display: block;
  position: absolute;
  right: 32px;
  top: 8px;
}
.modal-content .block .searchautocomplete.vertically {
  max-height: 70vh;
}
.block .searchautocomplete {
  max-height: 80vh;
  overflow-y: auto;
  background: none repeat scroll 0 0 #fff;
  margin: 0;
  display: none;
  text-align: left;
  position: absolute;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  -moz-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
}
.block .searchautocomplete .container-autocomplete {
  padding: 10px;
}
.block .searchautocomplete .container-autocomplete.cat-container {
  text-transform: none;
  padding: 0;
}
.block .searchautocomplete .container-autocomplete.cat-container ul.category-list {
  padding: 10px;
}
.block .searchautocomplete .wpx-header {
  line-height: 25px;
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .advanced_search {
  cursor: pointer;
}
.block .searchautocomplete .search-results-items {
  line-height: 25px;
  font-size: 13px;
  text-transform: initial;
}
.block .searchautocomplete .search-results-items span {
  font-weight: 600;
  text-transform: lowercase;
}
.block .searchautocomplete .category-list {
  padding-left: 0px;
  margin: 0;
}
.block .searchautocomplete .category-list li {
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 1px;
}
.block .searchautocomplete .category-list li span.parent-cats {
  color: #5a5959;
  font-size: smaller;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator {
  padding: 0 5px;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator:after {
  content: '\e7a5';
  font-family: 'font-icons-sac';
  size: 6px;
}
.block .searchautocomplete .product-list {
  padding-left: 0px;
  margin-top: 25px;
}
.block .searchautocomplete .product-list li {
  list-style-type: none;
  padding-bottom: 10px;
}
.block .searchautocomplete .product-list .block-flex {
  display: flex;
}
.block .searchautocomplete .product-list .block-flex .block-left .prod-img {
  max-width: initial;
  margin-right: 10px;
}
.block .searchautocomplete .product-list .block-flex .block-right {
  align-self: flex-start;
}
.block .searchautocomplete .product-list .block-flex .block-right p {
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .product-list .block-flex .block-right .product-title {
  margin: 0px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-size: 15px;
}
.block .searchautocomplete .product-list .block-flex .block-right .price {
  margin: 0 0 10px 0;
  display: block;
  font-size: 13px;
}
.block .searchautocomplete .product-list .img-result {
  float: left;
}
.block .searchautocomplete .more-results {
  line-height: 25px;
}
.block .searchautocomplete .more-results .advanced_search {
  font-weight: 600;
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .wpx-footer {
  line-height: 25px;
  font-size: 13px;
  text-transform: initial;
}
.scroll {
  height: 370px;
  overflow-y: scroll;
}
.searchautocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjrj9zlcxZKhaw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjjj9zlcxZKhaw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjnj9zlcxZKhaw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX6QjXp8Bte9ZM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX7QjXp8Bte9ZM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redditsans/v4/EYq1maFOxq1T_-ETdN7EKQNuS5u33lFHSpuJpA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redditsans/v4/EYq1maFOxq1T_-ETdN7EKQNuS5q33lFHSpuJpA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redditsans/v4/EYq1maFOxq1T_-ETdN7EKQNuS5S33lFHSps.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redditsans/v4/EYq3maFOxq1T_-ETdN7EKQNke5a92XNFepo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redditsans/v4/EYq3maFOxq1T_-ETdN7EKQNle5a92XNFepo.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redditsans/v4/EYq3maFOxq1T_-ETdN7EKQNre5a92XNF.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.splititpaymentgateway-callback-index #maincontent > .page-title-wrapper,
.splititpaymentgateway-callback-terminals #maincontent > .page-title-wrapper,
.splititpaymentgateway-callback-save #maincontent > .page-title-wrapper,
.splititpaymentgateway-callback-index #maincontent > .columns,
.splititpaymentgateway-callback-terminals #maincontent > .columns,
.splititpaymentgateway-callback-save #maincontent > .columns {
  display: none !important;
}
.splititpaymentgateway-callback-index .copyright,
.splititpaymentgateway-callback-terminals .copyright,
.splititpaymentgateway-callback-save .copyright {
  display: none !important;
}
.splititpaymentgateway-callback-index .page-main,
.splititpaymentgateway-callback-terminals .page-main,
.splititpaymentgateway-callback-save .page-main {
  padding: 0;
}
.splititpaymentgateway-callback-index .overlay-splitit,
.splititpaymentgateway-callback-terminals .overlay-splitit,
.splititpaymentgateway-callback-save .overlay-splitit {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.splititpaymentgateway-callback-index .splitit-callback-body,
.splititpaymentgateway-callback-terminals .splitit-callback-body,
.splititpaymentgateway-callback-save .splitit-callback-body {
  background: #fff;
  color: #444;
  margin: 0 auto;
  padding: 1em 2em;
  max-width: 700px;
  font-family: 'Montserrat';
  text-align: center;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main {
  max-width: 682px;
  width: 100%;
  margin: 5px auto;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper {
  margin: auto;
  padding: 20px;
  height: 720px;
  border-radius: 6px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
  position: relative;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-close,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-close,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-close {
  background: url("../Splitit_PaymentGateway/images/close.png") no-repeat center center;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 28px;
  top: 30px;
  cursor: pointer;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header {
  margin: 20px 0 70px 0;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers {
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers .callback-number,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers .callback-number,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers .callback-number {
  float: left;
  /*font-style: italic;*/
  font-weight: 100;
  font-size: 16px;
  line-height: 20px;
  color: #EFEFEF;
  height: 20px;
  width: 28px;
  background: #20a5a6;
  border-radius: 28px;
  padding: 4px 0;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers .callback-dots,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers .callback-dots,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-numbers .callback-dots {
  float: left;
  height: 0;
  width: 133px;
  border: 1px dashed #20a5a6;
  margin-top: 14px;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts {
  overflow: hidden;
  max-width: 270px;
  margin: 8px auto 0 auto;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts .callback-text,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts .callback-text,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts .callback-text {
  float: left;
  font-size: 14px;
  /* font-style: italic;*/
  font-weight: 100;
  line-height: 17px;
  letter-spacing: 0;
  color: #20a5a6;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts .callback-text:last-child,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts .callback-text:last-child,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-header .callback-row-texts .callback-text:last-child {
  float: right;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-name,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-name,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-name {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  color: #0b8286;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-text,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-text,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-text {
  /*font-style: italic;*/
  font-weight: 100;
  font-size: 18px;
  line-height: 22px;
  color: #141414;
  margin: 20px 0 43px 0;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down {
  max-width: 392px;
  margin: 0 auto 20px auto;
  height: 46px;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down select,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down select,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down select {
  height: 46px;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single {
  border-color: #0b8286;
  border-radius: 6px;
  /*font-style: italic;*/
  font-weight: 100;
  font-size: 14px;
  line-height: 17px;
  height: 46px;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single .select2-selection__rendered,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single .select2-selection__rendered,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  text-align: left;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single .select2-selection__arrow,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single .select2-selection__arrow,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-drop-down .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant {
  padding: 20px 0 30px 0;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 23px;
  height: 46px;
  width: 307px;
  color: #EFEFEF;
  background: #20a5a6;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button.disabled,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button.disabled,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button.disabled {
  color: #FFFFFF;
  background: #CDCDCD;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button:hover:not(.disabled),
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button:hover:not(.disabled),
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-connect-my-merchant button:hover:not(.disabled) {
  background-color: buttonface;
  color: #141414;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-logging-in-as,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-logging-in-as,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-logging-in-as {
  /*font-style: italic;*/
  font-weight: 100;
  font-size: 14px;
  line-height: 17px;
  color: #141414;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-different-email,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-different-email,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-different-email {
  margin-top: 5px;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-different-email a,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-different-email a,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-content .callback-different-email a {
  /*font-style: italic;*/
  font-weight: 100;
  font-size: 14px;
  line-height: 17px;
  color: #1152BF;
  text-decoration: underline;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer {
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-1,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-1,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-1 {
  position: absolute;
  height: 1000px;
  width: 1000px;
  border-radius: 1200px;
  background: #02bcd6;
  background: linear-gradient(90deg, #02bcd6 0%, rgba(154, 226, 225, 0.6) 63%);
  left: 45px;
  top: 20px;
  opacity: 0.8;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-2,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-2,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-2 {
  position: absolute;
  height: 900px;
  width: 900px;
  border-radius: 1200px;
  background: #02bcd6;
  background: linear-gradient(260deg, #02bcd6 0%, #9ae2e1 31%, #9ae2e1 100%);
  left: -440px;
  opacity: 0.4;
}
.splititpaymentgateway-callback-index .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-3,
.splititpaymentgateway-callback-terminals .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-3,
.splititpaymentgateway-callback-save .splitit-callback-body .splitit-callback-main .splitit-callback-wrapper .callback-footer .decoration-3 {
  position: absolute;
  height: 900px;
  width: 900px;
  border-radius: 1200px;
  background: #02bcd6;
  background: linear-gradient(260deg, #02bcd6 0%, #9ae2e1 31%, #9ae2e1 100%);
  left: -395px;
  top: 60px;
  opacity: 0.5;
}
.spt-loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #ece8ef;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}
@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}
.splitit-upstream-content_index {
  display: flex;
  justify-content: center;
}
.splitit-upstream-content_footer {
  text-align: end;
}
.splitit-product-block[style] {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif !important;
}
.splitit-cart-block {
  text-align: center !important;
}
.splitit-checkout-block {
  text-align: center !important;
}
.table-totals + .splitit-upstream-message-checkout {
  display: none;
}
:root .splitit-default-ui {
  margin-bottom: 75px;
}
:root .splitit-default-ui .checkout-agreement {
  margin-left: 10px;
}
:root .splitit-default-ui .splitit-flex-field.invalid {
  padding-top: 5px;
  padding-left: 5px;
}
:root .splitit-default-ui.grouped .splitit-cc-group,
:root .splitit-default-ui .splitit-installment-picker {
  border: 1px solid #cccccc;
  margin-top: 15px;
}
:root .splitit-default-ui.grouped .splitit-cc-group .splitit-installment-picker-slider .splitit-ip-s,
:root .splitit-default-ui .splitit-installment-picker .splitit-installment-picker-slider .splitit-ip-s {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
:root .splitit-default-ui.grouped .splitit-cc-group .splitit-installment-picker-slider .splitit-ip-s-line-progress,
:root .splitit-default-ui .splitit-installment-picker .splitit-installment-picker-slider .splitit-ip-s-line-progress,
:root .splitit-default-ui.grouped .splitit-cc-group .splitit-installment-picker-slider .splitit-ip-s-line-handle,
:root .splitit-default-ui .splitit-installment-picker .splitit-installment-picker-slider .splitit-ip-s-line-handle {
  background-color: #1f2c57;
}
:root .splitit-default-ui .splitit-payment-button {
  background-image: none;
  background: #1f2c57;
  border: #1f2c57;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  float: right;
}
:root .splitit-default-ui .splitit-payment-button:focus,
:root .splitit-default-ui .splitit-payment-button:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
:root .splitit-default-ui .splitit-payment-button:hover {
  background: #333333;
  border: #333333;
  color: #ffffff;
}
:root .splitit-default-ui .splitit-payment-button.disabled,
:root .splitit-default-ui .splitit-payment-button[disabled],
fieldset[disabled] :root .splitit-default-ui .splitit-payment-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
:root .splitit-default-ui .splitit-payment-schedule .splitit-ps-table td {
  border-top: 1px solid #cccccc;
}
:root .splitit-default-ui .splitit-flex-field {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  padding-right: 10px;
}
:root .splitit-default-ui .splitit-flex-field:disabled {
  opacity: 0.5;
}
:root .splitit-default-ui .splitit-flex-field::-moz-placeholder {
  color: #575757;
}
:root .splitit-default-ui .splitit-flex-field::-webkit-input-placeholder {
  color: #575757;
}
:root .splitit-default-ui .splitit-flex-field:-ms-input-placeholder {
  color: #575757;
}
:root .splitit-default-ui .splitit-payment-schedule .splitit-ps-h-link-how-works {
  color: #333333;
  text-decoration: none;
}
:root .splitit-default-ui .splitit-payment-schedule .splitit-ps-h-link-how-works:hover,
:root .splitit-default-ui .splitit-payment-schedule .splitit-ps-h-link-how-works:focus {
  color: #333333;
  text-decoration: underline;
}
:root .splitit-default-ui .splitit-payment-schedule .splitit-ps-table td .splitit-ps-row-content-header.splitit-brand {
  color: #333333;
}
:root .splitit-default-ui .splitit-terms-conditions input[type="checkbox"],
:root .checkout-billing-address input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 0;
  display: initial;
}
:root .splitit-default-ui .splitit-terms-conditions input[type="checkbox"]:disabled,
:root .checkout-billing-address input[type="checkbox"]:disabled {
  opacity: 0.5;
}
:root .splitit-default-ui .splitit-terms-conditions input[type="checkbox"]:checked + label,
:root .checkout-billing-address input[type="checkbox"]:checked + label,
:root .splitit-default-ui .splitit-terms-conditions input[type="checkbox"] + label,
:root .checkout-billing-address input[type="checkbox"] + label {
  background-image: none;
  padding: 5px 0;
  display: inline;
}
body.splititpaymentgateway-callback-index#error-page,
body.splititpaymentgateway-callback-terminals#error-page {
  max-width: none;
  margin: 0;
  padding: 0;
}
body.splititpaymentgateway-callback-index .merchant-select,
body.splititpaymentgateway-callback-terminals .merchant-select {
  height: 40px;
  padding: 10px;
  font-size: 16px;
}
body.splititpaymentgateway-callback-index .modal,
body.splititpaymentgateway-callback-terminals .modal {
  width: 100%;
  height: 100%;
  overflow: auto;
}
body.splititpaymentgateway-callback-index .modal-content,
body.splititpaymentgateway-callback-terminals .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
}
body.splititpaymentgateway-callback-index #get_terminal,
body.splititpaymentgateway-callback-terminals #get_terminal,
body.splititpaymentgateway-callback-index #close_window,
body.splititpaymentgateway-callback-terminals #close_window {
  margin-top: 15px;
}
body.splititpaymentgateway-callback-index .select2-container,
body.splititpaymentgateway-callback-terminals .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
body.splititpaymentgateway-callback-index .select2-container .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
body.splititpaymentgateway-callback-index .select2-container .select2-selection--single .select2-selection__rendered,
body.splititpaymentgateway-callback-terminals .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.splititpaymentgateway-callback-index .select2-container .select2-selection--single .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
body.splititpaymentgateway-callback-index .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,
body.splititpaymentgateway-callback-terminals .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
body.splititpaymentgateway-callback-index .select2-container .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
body.splititpaymentgateway-callback-index .select2-container .select2-selection--multiple .select2-selection__rendered,
body.splititpaymentgateway-callback-terminals .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
body.splititpaymentgateway-callback-index .select2-container .select2-selection--multiple .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
body.splititpaymentgateway-callback-index .select2-container .select2-search--inline .select2-search__field,
body.splititpaymentgateway-callback-terminals .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
body.splititpaymentgateway-callback-index .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,
body.splititpaymentgateway-callback-terminals .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body.splititpaymentgateway-callback-index .select2-dropdown,
body.splititpaymentgateway-callback-terminals .select2-dropdown {
  background-color: white;
  border: 1px solid #0b8286;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  margin-top: -6px;
  width: 100%;
  z-index: 1051;
}
body.splititpaymentgateway-callback-index .select2-results,
body.splititpaymentgateway-callback-terminals .select2-results {
  display: block;
}
body.splititpaymentgateway-callback-index .select2-results__options,
body.splititpaymentgateway-callback-terminals .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.splititpaymentgateway-callback-index .select2-results__option,
body.splititpaymentgateway-callback-terminals .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
body.splititpaymentgateway-callback-index .select2-results__option--selectable,
body.splititpaymentgateway-callback-terminals .select2-results__option--selectable {
  cursor: pointer;
}
body.splititpaymentgateway-callback-index .select2-container--open .select2-dropdown,
body.splititpaymentgateway-callback-terminals .select2-container--open .select2-dropdown {
  left: 0;
}
body.splititpaymentgateway-callback-index .select2-container--open .select2-dropdown--above,
body.splititpaymentgateway-callback-terminals .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.splititpaymentgateway-callback-index .select2-container--open .select2-dropdown--below,
body.splititpaymentgateway-callback-terminals .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.splititpaymentgateway-callback-index .select2-search--dropdown,
body.splititpaymentgateway-callback-terminals .select2-search--dropdown {
  display: block;
  padding: 4px;
}
body.splititpaymentgateway-callback-index .select2-search--dropdown .select2-search__field,
body.splititpaymentgateway-callback-terminals .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
body.splititpaymentgateway-callback-index .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button,
body.splititpaymentgateway-callback-terminals .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body.splititpaymentgateway-callback-index .select2-search--dropdown.select2-search--hide,
body.splititpaymentgateway-callback-terminals .select2-search--dropdown.select2-search--hide {
  display: none;
}
body.splititpaymentgateway-callback-index .select2-close-mask,
body.splititpaymentgateway-callback-terminals .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
body.splititpaymentgateway-callback-index .select2-hidden-accessible,
body.splititpaymentgateway-callback-terminals .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--single .select2-selection__rendered,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--single .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--single .select2-selection__placeholder,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--single .select2-selection__arrow,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
body.splititpaymentgateway-callback-index .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
body.splititpaymentgateway-callback-index .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow,
body.splititpaymentgateway-callback-terminals .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--disabled .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple.select2-selection--clearable,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple .select2-selection__choice,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
body.splititpaymentgateway-callback-index .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
body.splititpaymentgateway-callback-index .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
body.splititpaymentgateway-callback-terminals .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
body.splititpaymentgateway-callback-index .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display,
body.splititpaymentgateway-callback-terminals .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
body.splititpaymentgateway-callback-index .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove,
body.splititpaymentgateway-callback-terminals .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.splititpaymentgateway-callback-index .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--focus .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--disabled .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--disabled .select2-selection__choice__remove,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body.splititpaymentgateway-callback-index .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-search--dropdown .select2-search__field,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-search--inline .select2-search__field,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results > .select2-results__options,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option .select2-results__option,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option .select2-results__option .select2-results__group,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option .select2-results__option .select2-results__option,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option--group,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option--group {
  padding: 0;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option--disabled,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option--disabled {
  color: #999;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option--selected,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
body.splititpaymentgateway-callback-index .select2-container--default .select2-results__group,
body.splititpaymentgateway-callback-terminals .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--single:focus,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--single .select2-selection__rendered,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--single .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--single .select2-selection__placeholder,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--single .select2-selection__arrow,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--single .select2-selection__arrow b,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
body.splititpaymentgateway-callback-index .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
body.splititpaymentgateway-callback-index .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow,
body.splititpaymentgateway-callback-terminals .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--multiple:focus,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--multiple .select2-selection__clear,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--multiple .select2-selection__choice,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--multiple .select2-selection__choice__display,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
body.splititpaymentgateway-callback-index .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
body.splititpaymentgateway-callback-terminals .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
body.splititpaymentgateway-callback-index .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display,
body.splititpaymentgateway-callback-terminals .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
body.splititpaymentgateway-callback-index .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove,
body.splititpaymentgateway-callback-terminals .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-search--dropdown .select2-search__field,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-search--inline .select2-search__field,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-dropdown,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-dropdown--above,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-dropdown--below,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-results > .select2-results__options,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-results__option--group,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-results__option--group {
  padding: 0;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-results__option--disabled,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-results__option--disabled {
  color: grey;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
body.splititpaymentgateway-callback-index .select2-container--classic .select2-results__group,
body.splititpaymentgateway-callback-terminals .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
body.splititpaymentgateway-callback-index .select2-container--classic.select2-container--open .select2-dropdown,
body.splititpaymentgateway-callback-terminals .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.wishlist-index-index .reset-pass-msg {
  display: none;
}
.goback-to-multiwishlist {
  padding-bottom: 20px;
}
.goback-to-multiwishlist a,
.goback-to-multiwishlist a:hover,
.goback-to-multiwishlist a:active {
  font-size: 18px;
  text-decoration: none;
}
.goback-to-multiwishlist a:before,
.goback-to-multiwishlist a:hover:before,
.goback-to-multiwishlist a:active:before {
  font-size: 18px;
  color: #757575;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-right: 10px;
}
.add-multiwishlist:hover:before {
  color: #0a0a0a;
}
.add-multiwishlist,
.add-multiwishlist:hover {
  line-height: 28px;
  text-decoration: none;
}
.add-multiwishlist span {
  margin-left: 10px;
  font-size: 20px;
  color: #000;
}
.add-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#wishlist-popup-modal {
  display: none;
}
.wishlist-popup-modal .wp-errors {
  display: none;
  color: #ff0000;
  padding: 5px 0 15px 0;
}
.wishlist-popup-modal .modal-inner-wrap {
  width: 450px;
}
.wishlist-popup-modal .actions-toolbar {
  text-align: right;
}
.wishlist-popup-modal #deletewishlist {
  display: none;
}
.multiple-wishlist-container {
  width: 100%;
  margin: 0 auto;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper {
  max-width: 300px;
  color: #444;
  float: left;
  margin: 10px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box {
  background-color: #e1e1e1;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box-bottom .edit-multiwishlist {
  display: block;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
  background-color: #f0f0f0;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px;
  float: left;
  width: 96px;
  height: 110px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
  float: left;
  width: 290px;
  height: 60px;
  padding: 5px;
  position: relative;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .wishlist-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  padding: 5px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:hover:before {
  color: #0a0a0a;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist-add-popup-modal .modal-inner-wrap {
  width: 450px;
}
.multiple-wishlists-selector-container {
  display: none;
}
.wp-wishlist-overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
img[src*="Loader.gif"] {
  opacity: 0;
  visibility: hidden;
  height: auto;
}
.lazy {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  visibility: visible;
}
.instagram-photos.col-2 a {
  width: 50%;
}
.instagram-photos.col-3 a {
  width: 33.30%;
}
.instagram-photos.col-4 a {
  width: 25%;
}
.instagram-photos.col-5 a {
  width: 20%;
}
.instagram-photos.col-6 a {
  width: 16.60%;
}
.instagram-photos a,
.instagram-photos img,
.instagram-photos video {
  display: block;
  height: auto !important;
  float: left;
}
.instagram-photos img,
.instagram-photos video {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 1px 1px 0;
}
.instagram-photos img.use-padding,
.instagram-photos video.use-padding {
  padding: 5px;
}
.instagram-photos a[data-caption] {
  position: relative;
}
.instagram-photos a[data-caption]:hover::after {
  content: attr(data-caption);
  text-align: center;
  font-size: 1.3rem;
  color: black;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2% 0;
  margin: 0px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
.instagram-photos a[data-caption].shuffle-item:hover::after {
  width: 100%;
}
.instagram-photos.use-padding a[data-caption]:hover::after {
  margin: 5px;
}
.instagram-photos.use-padding a[data-caption].shuffle-item:hover::after {
  width: calc((98% - 10px));
}
.instagram-widget-container {
  margin: 20px 0px;
  width: 100%;
  float: left;
}
.instagram-widget-container .instagram-heading-title {
  margin: 80px 0;
}
.instagram-widget-container .instagram-heading-title.center {
  text-align: center;
}
.instagram-widget-container .instagram-heading-title span {
  margin-top: 15px;
  font-size: 14px;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.products.products-grid .banner-image img,
.custom-slider .banner-image img {
  height: auto;
}
.products.products-grid.remove-padding .owl-stage-outer,
.custom-slider.remove-padding .owl-stage-outer {
  padding: 0;
}
.products-grid .owl-item .product-item .product-item-details .price-box .old-price {
  margin-left: 0;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev.owl-prev-bottom.owl-label-show {
  width: auto !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next.owl-next-bottom.owl-label-show {
  width: auto !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary,
.owl-carousel.products .banner-item .content_slider .buttons a.amshopby-button,
.owl-carousel.products .banner-item .content_slider .buttons a.am-filter-go {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom {
  position: relative;
  left: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show {
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 25px;
  padding-right: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show:before {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom {
  position: relative;
  right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show {
  position: relative !important;
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 10px;
  padding-right: 25px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show:before {
  left: auto;
  right: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom {
  right: -40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom {
  right: 40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .imageloader-loader {
  width: 100%;
  height: 100%;
}
#pre-div .imageloader-loader td {
  vertical-align: middle;
  text-align: center;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
ul.weltpixel_multistore {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
ul.weltpixel_multistore li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0px;
  margin: 0px;
  border: 0px solid transparent;
  position: relative;
}
ul.weltpixel_multistore li:hover img {
  opacity: 0.6;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
}
ul.weltpixel_multistore li:hover.active img {
  opacity: 1;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
ul.weltpixel_multistore li img {
  display: block;
}
.switcher-dropdown .multistore-label {
  white-space: nowrap;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper {
  min-width: auto;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper .primary-options-wrapper .multistore-label {
  padding: 0;
  margin-left: 8px;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper .primary-options-wrapper .selected-option {
  padding: 0;
}
.page-wrapper .page-header .panel.wrapper .switcher .options .switcher-wrapper .primary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 4px;
}
.page-header .panel.wrapper .switcher .options .dropdown .secondary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-wrapper .page-header .switcher-language .switcher-options .multistore-switcher-wrapper,
#switcher-language-trigger {
  display: flex;
  align-items: center;
}
.selected-label {
  margin-left: 5px;
}
div#switcher-language-trigger:after {
  padding-top: 2px;
}
.secondary-image,
.selected-image {
  min-width: 30px;
}
.switcher-dropdown .switcher-option-mobile {
  display: flex;
  align-items: center;
}
.switcher-dropdown .nav-switcher-label {
  margin-left: 5px;
}
.page-header .header_right .switcher-dropdown .multistore-label {
  white-space: nowrap;
}
.page-header .header_right .switcher-language .switcher-options .multistore-switcher-wrapper,
.page-header .header_right #switcher-language-trigger {
  display: flex;
  align-items: center;
}
.page-header .header_right .selected-label {
  margin-left: 5px;
}
.page-header .header_right div#switcher-language-trigger:after {
  padding-top: 2px;
}
.page-header .header_right .secondary-image,
.page-header .header_right .selected-image {
  min-width: 30px;
}
.page-header .header_right .switcher-dropdown .switcher-option-mobile {
  display: flex;
  align-items: center;
}
.page-header .header_right .switcher-dropdown .nav-switcher-label {
  margin-left: 5px;
}
.page-header .header_right .switcher {
  margin-right: 10px;
}
.page-header .header_right .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .header_right .switcher .options:before,
.page-header .header_right .switcher .options:after {
  content: '';
  display: table;
}
.page-header .header_right .switcher .options:after {
  clear: both;
}
.page-header .header_right .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .header_right .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 .header_right .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header_right .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .header_right .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 .header_right .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header_right .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .header_right .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.page-header .header_right .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .header_right .switcher .options ul.dropdown li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.page-header .header_right .switcher .options ul.dropdown:before,
.page-header .header_right .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .header_right .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .header_right .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.page-header .header_right .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .header_right .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .header_right .switcher .options.active {
  overflow: visible;
}
.page-header .header_right .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .header_right .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .header_right .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .header_right .switcher .options ul.dropdown .secondary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-header .header_right .switcher .options .switcher-wrapper {
  min-width: auto;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper .multistore-label {
  padding: 0;
  margin-left: 8px;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper .selected-option {
  padding: 0;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 4px;
}
.page-header .header_right .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .header_right .switcher strong {
  font-weight: 400;
}
/** Social Icons css */
@font-face {
  font-family: 'font-icons-newsletter';
  src: url("../WeltPixel_Newsletter/css/fonts/font-icons.eot");
  src: url('../WeltPixel_Newsletter/css/fonts/font-icons.eot') format('embedded-opentype'), url('../WeltPixel_Newsletter/css/fonts/font-icons.woff2') format('woff2'), url('../WeltPixel_Newsletter/css/fonts/font-icons.woff') format('woff'), url('../WeltPixel_Newsletter/css/fonts/font-icons.ttf') format('truetype'), url('../WeltPixel_Newsletter/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.si-facebook:hover,
.si-colored.si-facebook {
  background-color: #3b5998 !important;
}
.si-pinterest:hover,
.si-colored.si-pinterest {
  background-color: #c8232c !important;
}
.si-vimeo:hover,
.si-colored.si-vimeo {
  background-color: #86c9ef !important;
}
.si-instagram:hover,
.si-colored.si-instagram {
  background-color: #3f729b !important;
}
.si-twitter:hover,
.si-colored.si-twitter {
  background-color: #00acee !important;
}
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"] {
  display: inline-block;
  font-family: 'font-icons-newsletter';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e86f";
}
.icon-twitter:before {
  content: "\e85f";
}
.icon-vimeo:before {
  content: "\e861";
}
.icon-instagram:before {
  content: "\e889";
}
.icon-pinterest:before {
  content: "\e83e";
}
.social-icons {
  display: inline-block;
  text-align: center !important;
  cursor: pointer;
  font-style: normal;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #AAA;
  border-radius: 3px;
  overflow: hidden;
}
a.social-icons,
a.social-icons:active,
a.social-icons:visited,
a.social-icons:hover {
  text-decoration: none;
}
body:not(.device-touch) .social-icons {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.si-rounded {
  border-radius: 50%;
}
.si-dark {
  background-color: #444;
  color: #FFF !important;
  border-color: transparent;
}
.social-icons i {
  display: block;
  position: relative;
}
body:not(.device-touch) .social-icons i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/** Social Icons css */
#wpn-lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#wpn-lightbox-content {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  max-width: 850px;
  width: 850px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wpn-lightbox-close-newsletter {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  font-weight: 400;
  width: 30px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.weltpixel_newsletter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.weltpixel_newsletter .wpn-col-md-5 {
  line-height: 10px;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section {
  padding: 35px;
  text-align: center;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section strong {
  font-size: 12px;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section .title {
  font-size: 24px;
}
.weltpixel_newsletter #weltpixel_newsletter {
  padding: 15px 0;
  width: 100%;
  float: left;
}
.weltpixel_newsletter #weltpixel_newsletter .form-group {
  position: relative;
}
.weltpixel_newsletter #weltpixel_newsletter .title {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter input[type=text],
.weltpixel_newsletter #weltpixel_newsletter input[type=email],
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email {
  width: 77%;
  height: 35px;
  border: 0;
  background: #f4f4f4;
  padding: 8px;
  font-size: 12px;
  float: left;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent {
  width: 17px;
  height: 17px;
}
.weltpixel_newsletter #weltpixel_newsletter .button {
  height: 36px;
  padding: 8px;
  margin-left: 0px;
  float: right;
  font-size: 18px;
  line-height: 22px;
  background: #d83701;
  color: #FFF;
  text-transform: uppercase;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container {
  position: relative;
  margin-top: 18px;
  text-align: left;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label,
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label > * {
  vertical-align: top;
}
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email-error,
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  text-align: left;
  position: absolute;
  top: 35px;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error {
  top: 0px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #popup_newsletter_email {
    width: 81%;
  }
}
@media (min-width: 992px) {
  .weltpixel_newsletter .wpn-col-md-5,
  .weltpixel_newsletter .wpn-col-md-7 {
    float: left;
  }
  .weltpixel_newsletter .wpn-col-md-5 {
    width: 41.66666667%;
  }
  .weltpixel_newsletter .wpn-col-md-7 {
    width: 58.33333333%;
  }
}
@media screen and (max-width: 992px) {
  #wpn-lightbox-content {
    width: 88%;
    padding: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section {
    width: 100%;
    padding: 0;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter {
    padding: 15px 0;
    width: 100%;
    float: left;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter .button {
    float: right;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email {
    width: 74%;
    float: left;
  }
  .weltpixel_newsletter .col-last {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email {
    width: 66%;
  }
}
.product-items .product-item:hover .wp-product-label-hover {
  display: block;
}
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-left,
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-center,
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-right {
  display: table-cell;
}
.product-items .product-item .wp-product-label-hover {
  display: none;
}
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-left,
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-center,
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-right {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .wp-product-label {
  display: none;
}
.wp-product-label {
  position: absolute;
  z-index: 99;
  color: #000;
  display: block;
}
.wp-product-label.wp-product-label-top-left {
  top: 0;
  left: 0;
}
.wp-product-label.wp-product-label-top-center {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.wp-product-label.wp-product-label-top-right {
  top: 0;
  right: 0;
}
.wp-product-label.wp-product-label-bottom-left {
  bottom: 0;
  left: 0;
}
.wp-product-label.wp-product-label-bottom-center {
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.wp-product-label.wp-product-label-bottom-right {
  bottom: 0;
  right: 0;
}
.wp-product-label.wp-product-label-middle-left,
.wp-product-label.wp-product-label-middle-center,
.wp-product-label.wp-product-label-middle-right {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.wp-product-label.wp-product-label-middle-left:before,
.wp-product-label.wp-product-label-middle-center:before,
.wp-product-label.wp-product-label-middle-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.wp-product-label.wp-product-label-middle-left img,
.wp-product-label.wp-product-label-middle-center img,
.wp-product-label.wp-product-label-middle-right img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.wp-product-label.wp-product-label-middle-center {
  text-align: center;
}
.wp-product-label.wp-product-label-middle-right {
  text-align: right;
}
.wp-product-label span {
  display: inline-block;
}
.wp-product-label.page-position {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.wp-product-label-extra {
  width: 100%;
  float: left;
  padding: 5px 0;
  margin-bottom: 10px;
}
/* Generated Less from WeltPixel_ProductPage */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.canvas_icons_product {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons_product:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl .page-wrapper {
  overflow-x: hidden;
}
.theme-pearl .review-ratings {
  float: none;
}
.theme-pearl .review-content {
  margin-top: 20px;
}
.theme-pearl .review-content,
.theme-pearl .review-details {
  margin-left: 0px;
}
.theme-pearl .box-tocart,
.theme-pearl .product-social-links {
  max-width: 100%;
  margin: 0 auto;
}
.theme-pearl .product-info-main .actions button {
  width: 100%;
}
.theme-pearl .product-info-main .product.attribute.overview {
  float: left;
}
.theme-pearl .product-info-main .product.pricing {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.theme-pearl.product-page-v1 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v2 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v3 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v4 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v1 .block .actions-toolbar > .primary .amshopby-button,
.theme-pearl.product-page-v2 .block .actions-toolbar > .primary .amshopby-button,
.theme-pearl.product-page-v3 .block .actions-toolbar > .primary .amshopby-button,
.theme-pearl.product-page-v4 .block .actions-toolbar > .primary .amshopby-button,
.theme-pearl.product-page-v1 .block .actions-toolbar > .primary .am-filter-go,
.theme-pearl.product-page-v2 .block .actions-toolbar > .primary .am-filter-go,
.theme-pearl.product-page-v3 .block .actions-toolbar > .primary .am-filter-go,
.theme-pearl.product-page-v4 .block .actions-toolbar > .primary .am-filter-go {
  box-shadow: none;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: 400;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 10px !important;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content {
  display: none;
  margin-bottom: 6px;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content:nth-child(2) {
  display: block;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title.active {
  bottom: 6px;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title.active + .item.content {
  display: block;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title {
  bottom: 0;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty {
  float: left;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty label {
  display: none;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty input,
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  border-width: 1px;
  border-style: solid;
  padding: 14px 17px;
  margin: 0 10px 0 0;
  height: auto;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px 0 15px 14px;
  direction: rtl;
  text-align: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions {
  float: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions button {
  float: left;
  width: 100% !important;
  position: relative;
  margin-bottom: 25px;
}
.theme-pearl.catalog-product-view .product-social-links {
  clear: left;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links {
  width: calc(100% - 73px);
  float: left;
  text-align: center;
  overflow: auto;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action {
  float: none;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.towishlist {
  float: left;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist,
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  line-height: 18px !important;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  float: right;
}
.theme-pearl.catalog-product-view .product-info-main .product-info-stock-sku {
  vertical-align: middle;
}
.theme-pearl.catalog-product-view .product-info-main .product.data.items .item.title.active:after {
  background-color: transparent;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active {
  position: relative;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title a {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 400;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content {
  margin-top: 52px;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content .review-control-vote::before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-stage-outer {
  overflow: visible;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  top: 0;
  width: 600px !important;
  height: calc(100% - 15px) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:hover,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev {
  left: -600px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:before {
  top: calc(50% - 20px);
  left: auto;
  right: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:after {
  top: calc(50% - 32px);
  left: auto;
  right: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  right: -600px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:before {
  top: calc(50% - 32px);
  right: auto;
  left: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:after {
  top: calc(50% - 20px);
  right: auto;
  left: 8px;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next {
  background-color: transparent !important;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev:hover,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next:hover {
  background-color: transparent !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions {
  float: left;
  width: 100%;
  margin-top: -20px;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions .action.tocompare {
  float: right;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price {
  float: left;
  padding-right: 20px;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price .price {
  color: black;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price {
  float: left;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price {
  color: #575757;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: none !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: block !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .block-bundle-summary .box-tocart {
  width: 100%;
  float: left;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .price-box .price-wrapper > .price {
  color: black;
}
.theme-pearl.catalog-product-view .product-page-gallery-v2 {
  padding-bottom: 20px;
}
.theme-pearl.catalog-product-view .product-page-gallery-v4 {
  position: relative;
  text-align: center;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame .fotorama__dot {
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: black;
  border-color: black;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover * {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:hover,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:hover,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap * {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title {
  text-align: center;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title strong {
  font-size: 32px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4,
.theme-pearl.product-page-v4 .product-top-main.product_v2,
.theme-pearl.product-page-v2 .product-top-main.product_v2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4 {
  margin-top: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
  background: none transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  float: right !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
    transition: top 0.2s ease 0.2s;
    -o-transition: top 0.2s ease 0.2s;
    -ms-transition: top 0.2s ease 0.2s;
    -moz-transition: top 0.2s ease 0.2s;
    -webkit-transition: top 0.2s ease 0.2s;
  }
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:default {
  transition: top 0s ease 0s;
  -o-transition: top 0s ease 0s;
  -ms-transition: top 0s ease 0s;
  -moz-transition: top 0s ease 0s;
  -webkit-transition: top 0s ease 0s;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary {
  position: absolute;
  right: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v2.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v2.pp-fixed {
  position: fixed;
  top: 100px;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4,
.theme-pearl.product-page-v2 .product-info-main.product_v4 {
  top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-floating-v4,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-floating-v4 {
  background: none transparent !important;
  margin-bottom: 0 !important;
  float: right !important;
  position: absolute !important;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-fixed {
  position: fixed;
  padding-top: 0;
  top: 100px;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4,
.theme-pearl.product-page-v4 .product.media.product_v2,
.theme-pearl.product-page-v2 .product.media.product_v2 {
  padding: 0 25px 0 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav-wrap {
  opacity: 0;
  position: fixed;
  top: 100%;
  left: 100%;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  clear: left !important;
  float: left !important;
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding-bottom: 20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: left !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate3d(0, 0, 0px);
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after {
  background: none !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4 {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
  margin: 0 -20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  padding-bottom: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: none !important;
  width: auto !important;
}
.theme-pearl.product-page-v4 .product-social-links,
.theme-pearl.product-page-v2 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl.product-page-v3 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl .swipe_desktop_off #swipeOff {
  display: none;
}
.theme-pearl .swipe_desktop_off #swipeOff.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-pearl .reviews-actions a {
  text-decoration: underline;
}
.theme-pearl.product-page-v1 .product-info-main {
  margin-top: 5%;
}
.theme-pearl.product-page-v1 .breadcrumbs,
.theme-pearl.product-page-v3 .breadcrumbs {
  margin-bottom: 10px !important;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4 {
  padding-top: 10px;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth {
    display: block;
    float: none !important;
    margin-bottom: 0;
    width: 100% !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth a:last-of-type {
    float: right;
    margin-right: 2px;
  }
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: left;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 840px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links {
    margin-bottom: 0 !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.tocompare {
    clear: both;
    float: left !important;
  }
}
@media all and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: none;
  }
}
.theme-pearl #product-review-container .header_right {
  display: none !important;
}
.theme-pearl .no-border-accordion {
  border: 0 none !important;
}
.theme-pearl .no-border-accordion .data.switch {
  border-top: 1px solid #ccc !important;
}
.theme-pearl .no-border .product.data.items .item.title {
  display: inline-block;
  float: none;
}
.theme-pearl .no-border .product.data.items .item.title.active {
  position: initial !important;
}
.theme-pearl .no-border .product.data.items .item.title.active .switch {
  height: 52px !important;
}
.theme-pearl .no-border .product.data.items .item.title .switch {
  font-weight: bold;
  font-size: 16px !important;
}
.minicart-weltpixel .mage-dropdown-dialog {
  display: block !important;
}
.minicart-weltpixel.minicart-wrapper .block-minicart {
  z-index: 1001;
}
.minicart-weltpixel.minicart-wrapper .action.close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.box-sized {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page-wrapper #shopping-cart-table .minicart-old-price {
  display: none;
}
.header .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  visibility: hidden;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: -500px !important;
  top: -4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  height: 100%;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  min-height: 50px;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close {
  min-height: 30px;
  min-width: 54px;
  right: 0;
  margin: 0;
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close span {
  position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:hover span {
  color: #fff;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:before {
  content: '';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .no-items-position {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper {
  border: 0 none;
  height: calc(100% - 215px) !important;
  margin: 0;
  overflow-y: auto;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-moz-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
  padding-bottom: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-details {
  position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-details .action.delete {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
  max-width: 90%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-image-wrapper {
  margin-bottom: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span {
  background: transparent;
  display: block;
  font-size: 16px;
  height: 15px;
  margin: 0;
  position: relative;
  padding: 0;
  top: 0;
  width: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty {
  float: left;
  margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty .spinner {
  display: none;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 4px 12px 4px 13px;
  float: left;
  border: 1px solid #000;
  border-radius: 50%;
  border-bottom: 0 none;
  border-top: 0 none;
  top: -2px;
  position: relative;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotateX(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty {
  margin-bottom: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty .cart-item-qty {
  float: none;
  height: 28px;
  line-height: 28px;
  border: 1px solid #c2c2c2;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty label.label {
  line-height: 25px;
  float: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty button.update-cart-item {
  padding: 4px 12px;
  line-height: 16px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty button.update-cart-item span {
  text-transform: initial;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container {
  float: right;
  margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper {
  display: flex;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax {
  display: flex;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-price.final-price .price {
  color: red;
  font-size: 13px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-old-price {
  font-size: 11px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column {
  flex-direction: column;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column .minicart-price.final-price .price {
  margin: 0 0 5px 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column .minicart-old-price .price {
  margin: 0;
  text-decoration: line-through;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.row .minicart-old-price {
  margin-left: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.row .minicart-old-price .price {
  text-decoration: line-through;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span {
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-including-tax {
  width: 100%;
  display: table;
  text-align: right;
  line-height: .5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax {
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
  font-size: 12px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price {
  font-size: 12px;
  margin: 0 0 10px 0;
  float: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options {
  margin: 0;
  min-height: 18px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
  float: left;
  margin: 0 5px 0 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
  line-height: 16px;
  float: left;
  padding: 0px;
  width: auto;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update {
  color: #000;
  font-size: 13px;
  float: left;
  padding: 0 8px 8px 8px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus {
  visibility: visible;
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus:after {
  content: '\e617';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus {
  visibility: visible;
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus:after {
  content: '\e608';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2 {
  padding: 0 5px 0;
  float: left;
  font-size: 13px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-minus {
  margin-left: 5px;
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-minus:after {
  content: '\2212';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-plus {
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-plus:after {
  content: '\002B';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .cart-item-qty {
  color: #000;
  border: 0 none;
  float: left;
  height: auto;
  line-height: 14px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-align: center;
  font-size: 13px;
  width: auto;
  max-width: 35px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item button.update-cart-item {
  display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
  border-bottom: 1px solid #ccc;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container {
  margin-top: auto;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .items-total {
  display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal {
  margin: 0;
  padding: 20px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount span.label {
  float: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount span.label span {
  font-size: 14px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount .price-container .price-wrapper {
  float: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount .price-container span.price {
  font-size: 14px;
  font-weight: 400;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary {
  padding: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
  display: block;
  margin: 0 auto 10px;
  min-width: 200px;
  padding: 15px 0;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-msg-wrapper {
  padding: 15px 20px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-msg-wrapper .custom-msg {
  font-weight: 400;
  text-transform: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-cms-block-wrapper {
  max-height: 200px;
  overflow-y: auto;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper {
  padding-top: 20px;
  margin-top: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  padding: 0 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_left {
  text-align: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_center {
  text-align: center;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_right {
  text-align: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid {
  margin: 0px !important;
  padding: 0px !important;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .owl-stage-outer {
  padding-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item {
  width: 100% !important;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item .product-item-info:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  margin: 0;
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item .price-box {
  margin-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount {
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .title {
  margin-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content {
  margin-top: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount #quickcart-block-discount-heading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 20px;
  font-size: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount.active #quickcart-block-discount-heading:after {
  content: '\e621';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon {
  display: table;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .mage-error {
  text-align: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field .primary,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar .primary {
  float: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field #quickcart-coupon_code,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar #quickcart-coupon_code {
  height: 34px;
}
.header .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  flex-direction: column;
  display: flex;
  visibility: visible;
}
.wp-qcart-custom-msg {
  margin-left: 10px;
  text-transform: none;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next {
  width: 100%;
  float: right;
  padding: 10px 10px 0 0;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link,
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link {
  display: none;
  float: right;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link:after {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link:after {
  content: '\e617';
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link:after {
  content: '\e608';
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slidein .wp-quickview-prev-next .morepadding,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slidein .wp-quickview-prev-next .morepadding {
  width: 100%;
  padding-top: 30px;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
  margin-bottom: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
  min-height: 600px;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slideIn .fotorama__fullscreen-icon,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slideIn .fotorama__fullscreen-icon {
  top: 25px;
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slideIn .product-info-main,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slideIn .product-info-main {
  padding-top: 15px;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.weltpixel-quickview-catalog-product-view .quickview-custom-message,
.weltpixel_quickview-catalog_product-view .quickview-custom-message {
  padding: 10px;
  text-align: center;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .qty-wrapper {
  display: flex;
  margin-right: 20px;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .qty-wrapper .arrow-input {
  margin: 0;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .qty-wrapper {
  border: 1px solid #ccc;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .qty-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  background-color: transparent;
  color: #8a8a8a;
  border: none;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .plus-minus-input {
  margin: 0;
  border: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid transparent;
}
.page-products .product-item .weltpixel-quickview {
  height: 0;
  overflow: hidden;
  display: inline-block;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  min-height: auto !important;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  display: inline-block;
  padding-bottom: 0;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1,
.weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper h1 {
  font-size: 22px !important;
}
body.weltpixel-quickview-catalog-product-view,
body.weltpixel_quickview-catalog_product-view {
  overflow-y: scroll;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar-track,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar-thumb,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
/** FADEIN FROM LEFT / RIGHT QUICKVIEW **/
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder {
  padding: 0px;
  right: 0px;
  left: auto;
  overflow-y: hidden;
}
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder.fadeInFromRight {
  width: 400px;
  max-width: 85%;
  animation: fade-in-from-right 1s;
  -webkit-animation: fade-in-from-right 1s;
  -moz-animation: fade-in-from-right 1s;
  -o-animation: fade-in-from-right 1s;
  -ms-animation: fade-in-from-right 1s;
}
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  width: auto;
  right: 6px;
  color: #000;
  background: transparent !important;
  opcacity: 1;
  padding-right: 15px;
  height: 30px;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder {
  padding: 0px;
  left: 0px;
  overflow-y: hidden;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder.fadeInFromLeft {
  width: 400px;
  max-width: 85%;
  animation: fade-in-from-left 1s;
  -webkit-animation: fade-in-from-left 1s;
  -moz-animation: fade-in-from-left 1s;
  -o-animation: fade-in-from-left 1s;
  -ms-animation: fade-in-from-left 1s;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  width: auto;
  right: 6px;
  color: #000;
  background: transparent !important;
  opcacity: 1;
  padding-right: 15px;
  height: 30px;
}
@keyframes fade-in-from-right {
  0% {
    transform: translateX(400px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-from-right {
  0% {
    -webkit-transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-from-right {
  0% {
    -moz-transform: translateX(400px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fade-in-from-right {
  0% {
    -o-transform: translateX(400px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fade-in-from-right {
  0% {
    -ms-transform: translateX(400px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes fade-in-from-left {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-from-left {
  0% {
    -webkit-transform: translateX(-400px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-from-left {
  0% {
    -moz-transform: translateX(-400px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fade-in-from-left {
  0% {
    -o-transform: translateX(-400px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fade-in-from-left {
  0% {
    -ms-transform: translateX(-400px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
/** FADEIN FROM LEFT / RIGHT QUICKVIEW **/
/**     Hotspot widget      **/
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
.wp-hotspot-quickview {
  position: relative;
}
.wp-hotspot {
  list-style: none;
}
.wp-hotspot .cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.wp-hotspot .cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.wp-hotspot .cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #d95353;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.wp-hotspot .cd-single-point > a::after,
.wp-hotspot .cd-single-point > a::before {
  /* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wp-hotspot .cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.wp-hotspot .cd-single-point > a::before {
  height: 12px;
  width: 2px;
}
.wp-hotspot .cd-single-point::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
/**     Hotspot widget      **/
.mfp-wp-confirmation-popup .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.mfp-wp-confirmation-popup.mfp-ready .mfp-container {
  opacity: 1;
}
.wp-confirmation-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.wp-confirmation-popup button.mfp-close {
  background-color: transparent !important;
  border: none !important;
  color: #000;
  font-size: 40px;
}
.wp-confirmation-popup .product-wrapper {
  display: flex;
  align-items: center;
}
.wp-confirmation-popup .product-wrapper .product-item-photo {
  float: left;
}
.wp-confirmation-popup .product-wrapper .product-item-photo .product-item-name a {
  font-size: 16px;
  font-weight: 400;
}
.wp-confirmation-popup .product-wrapper .product-item-photo .product-item-name a:hover :hover {
  text-decoration: none;
}
.wp-confirmation-popup .product-wrapper .product-image-wrapper {
  height: auto;
}
.wp-confirmation-popup .product-wrapper .product-image-wrapper img {
  position: relative;
  width: 75px;
}
.wp-confirmation-popup .product-item-details dl.product.options.list {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.wp-confirmation-popup .product-item-details dl.product.options.list dt {
  clear: left;
  float: left;
  margin: 0 10px 0px 0;
}
.wp-confirmation-popup .product-item-details dl.product.options.list dd {
  display: inline-block;
  float: left;
  margin: 0px;
}
.wp-confirmation-popup .product-item-pricing {
  position: absolute;
  right: 20px;
}
.wp-confirmation-popup .product-item-pricing .price,
.wp-confirmation-popup .product-item-pricing .original-price {
  float: right;
  clear: both;
}
.wp-confirmation-popup .product-item-pricing .original-price {
  text-decoration: line-through;
}
.wp-confirmation-popup .product-item-pricing .new-price {
  font-size: 1.6rem;
  color: #FF0000;
  font-weight: bold;
}
.wp-confirmation-popup .product-item-pricing .price-excluding-tax:before {
  content: '';
}
.wp-confirmation-popup .cart-details-wrapper {
  padding-top: 10px;
  clear: both;
  font-size: 16px;
}
.wp-confirmation-popup .action-buttons {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wp-confirmation-popup .action-buttons .action {
  width: 48%;
  text-align: center;
}
.wp-confirmation-popup .action-buttons .action.continue-shopping {
  margin-left: 3%;
}
.wp-confirmation-popup .cms-block-wrapper {
  padding-top: 15px;
  border-top: 3px solid #c2c2c2;
}
.wp-confirmation-popup .added-to-cart-msg {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
.wp-confirmation-popup .carousel-products-wrapper {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 3px solid #c2c2c2;
}
.wp-confirmation-popup .carousel-products-wrapper .carosuel-title {
  font-size: 18px;
  font-weight: 700;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid {
  margin-bottom: 20px;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .owl-stage-outer {
  padding-bottom: 0px;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item {
  width: 100% !important;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item .product-item-info:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  margin: 0;
  padding: 0;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item .price-box {
  margin-bottom: 0px;
}
.wp-confirmation-popup .carousel-products-wrapper .owl-controls .owl-nav .owl-prev {
  left: -20px !important;
}
.wp-confirmation-popup .carousel-products-wrapper .owl-controls .owl-nav .owl-next {
  right: -20px !important;
}
.owl-carousel-reviews .block-title {
  text-align: center;
}
.owl-carousel-reviews .review-ratings {
  float: none;
  margin: 0 auto;
}
.owl-carousel-reviews .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-carousel-reviews .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background-color: #000000;
}
/** Social Icons css */
@font-face {
  font-family: 'font-icons-sl';
  src: url("../WeltPixel_SocialLogin/css/fonts/font-icons.eot");
  src: url('../WeltPixel_SocialLogin/css/fonts/font-icons.eot') format('embedded-opentype'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.woff2') format('woff2'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.woff') format('woff'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.ttf') format('truetype'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div.reset-pass-msg {
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background: #fdf0d5;
  margin-top: -20px;
}
div.reset-pass-msg a {
  font-weight: bold;
  text-decoration: underline;
}
body.wp-sl .popup-authentication .block-authentication.sl-popup .block-customer-login:before {
  height: 0;
}
body.wp-sl div.sociallogin-wrapper {
  display: block;
  padding: 0;
  width: 400px;
  margin-bottom: 24px;
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 500;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  max-width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 0px 7px;
  cursor: pointer;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button {
  width: 100%;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 5px #999;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button.sociallogin-button:hover {
  z-index: 10;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon {
  height: 34px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0 auto;
  padding: 0 5px;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  font-size: inherit;
  text-align: left;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  font-family: inherit;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  display: inline-block;
  height: 100%;
  width: 40px;
  border-radius: 2px;
  font-size: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  font-family: font-icons;
  content: "";
  border-right: 1px solid #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:after {
  font-family: inherit;
  font-size: inherit;
  margin-left: 42px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb {
  background-color: #3b5998;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:before {
  content: "\e86f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:after {
  content: 'Login with Facebook';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram {
  background-color: #e72252;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:before {
  content: "\e889";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:after {
  content: 'Login with Instagram';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google {
  background-color: #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:before {
  background-image: url("../WeltPixel_SocialLogin/images/icons/google.svg");
  border-right: 1px solid #e7e7e7;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:after {
  content: 'Login with Google';
  color: #212121;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon {
  background-color: #fd7a1f;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:before {
  content: "\e86a";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:after {
  content: 'Login with Amazon';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter {
  background-color: #00acee;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:before {
  content: "\e85f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:after {
  content: 'Login with Twitter';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal {
  background-color: #00588b;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:before {
  content: "\e833";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:after {
  content: 'Login with PayPal';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin {
  background-color: #0e76a8;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:before {
  content: "\e858";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:after {
  content: 'Login with Linkedin';
}
body.wp-sl .sl-link-line .social-icons {
  font-size: 20px;
  line-height: 53px;
  text-shadow: none;
  width: 35px;
  display: inline-block;
}
body.wp-sl .sl-link-line .social-icons i {
  display: block;
  position: relative;
  display: inline-block;
  font-family: font-icons;
}
body.wp-sl .sl-link-line .social-icons i:last-child {
  display: none;
}
body.wp-sl .sl-ajaxlogin-title {
  cursor: pointer;
}
body.wp-sl .sl-ajaxlogin-title.active {
  color: #333333;
  text-decoration: underline;
}
body.wp-sl .sl-ajaxlogin-title-space {
  padding: 0 4px;
  font-weight: 100;
  font-size: smaller;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar {
  text-align: center;
  padding-top: 20px;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar .proceed button {
  width: 222px;
}
body.wp-sl div.sociallogin-wrapper {
  width: 100%;
  float: none;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-show-action {
  text-align: center;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .block-heading {
  padding-top: 10px;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back {
  cursor: pointer;
  padding-bottom: 8px;
  text-align: left;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back:before {
  content: '\e617';
  font-family: 'luma-icons';
}
body:not(.theme-pearl).wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .social-icons i {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .popup-authentication .block-customer-login {
  padding-top: 0;
}
div.sl-loader:after {
  content: "";
  background-image: url('../WeltPixel_SocialLogin/images/ias-spinner.gif');
  background-size: 27px 26px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;
}
.sociallogin-container {
  border: 1px solid #ccc;
  max-width: 245px;
}
.sociallogin-container ul.sociallogin-buttons-list {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.sociallogin-container ul.sociallogin-buttons-list li {
  padding: 0;
  margin: 0;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons {
  border: 0 none;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons:hover {
  background: transparent !important;
  border: 0 none;
}
body.theme-pearl.account.sociallogin-account-socialaccounts .social-icons i:last-child {
  display: block;
  color: #FFF !important;
}
ul.sl-unlinks {
  list-style-type: none;
  max-width: 45%;
}
ul.sl-unlinks li.sl-link-line {
  padding-top: 5px;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
}
ul.sl-unlinks li.sl-link-line span {
  display: inline-block;
  height: 50px;
  text-align: center;
  vertical-align: top;
}
ul.sl-unlinks li.sl-link-line div.sl-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
ul.sl-unlinks li.sl-link-line .sl-link-name {
  width: calc(100% - 106px);
  font-size: 1.4rem;
  color: #575757;
  padding-top: 16px;
}
ul.sl-unlinks li.sl-link-line a.sl-link-unlink {
  max-width: 50px;
  vertical-align: top;
  padding-top: 0px;
  display: inline-block;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #006bb4;
}
[class^="icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.theme-pearl.sociallogin-account-socialaccounts a.social-icons:hover {
  text-decoration: none;
}
body.theme-pearl.sociallogin-account-socialaccounts .si-unlink:hover {
  background-color: #ccc !important;
}
a.social-icons:hover {
  text-decoration: none;
}
.si-unlink:hover {
  background-color: #ccc !important;
}
body.sociallogin-account-socialaccounts .icon-facebook:before {
  content: "\e86f";
}
body.sociallogin-account-socialaccounts .icon-amazon:before {
  content: "\e86a";
}
body.sociallogin-account-socialaccounts .icon-google:before {
  content: "\e853";
}
body.sociallogin-account-socialaccounts .icon-instagram:before {
  content: "\e889";
}
body.sociallogin-account-socialaccounts .icon-twitter:before {
  content: "\e85f";
}
body.sociallogin-account-socialaccounts .icon-linkedin:before {
  content: "\e858";
}
body.sociallogin-account-socialaccounts .icon-paypal:before {
  content: "\e833";
}
body.sociallogin-account-socialaccounts .icon-unlink:before {
  content: "\e7c5";
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
  float: left;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 63%;
  float: left;
  padding: 1.2%;
}
body.wp-sl.theme-pearl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl.theme-pearl .sl-ajaxlogin-title-space {
  font-size: 0.5em;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 2.2rem;
  line-height: 1.1;
  border-bottom: 1px solid #c6c6c6;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-size: inherit;
  font-family: inherit;
}
body.wp-sl.theme-pearl.customer-account-login div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 10px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  border-bottom: unset;
  margin-bottom: unset;
  font-size: inherit;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 600;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title.open:after {
  content: '\e621';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  display: none;
  max-width: unset;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 45px;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  font-size: 2.6rem;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 62%;
  padding: 10px;
}
body._has-auth-shown .authentication-wrapper {
  z-index: 9000;
}
.popup-authentication .modal-inner-wrap {
  max-width: 400px;
}
.checkout-onepage-success .thankyou-wrapper,
.multishipping-checkout-success .thankyou-wrapper {
  margin: 0 auto 67px auto;
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .form.subscribe,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .form.subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .field.newsletter,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field.newsletter {
  max-width: 260px;
  width: 100%;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .actions,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .actions {
  width: auto;
}
.checkout-onepage-success .thankyou-wrapper p,
.multishipping-checkout-success .thankyou-wrapper p {
  margin-bottom: 0;
}
.checkout-onepage-success .thankyou-wrapper .actions-toolbar,
.multishipping-checkout-success .thankyou-wrapper .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper .actions-toolbar .primary,
.multishipping-checkout-success .thankyou-wrapper .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .thankyou-wrapper .thank-you-page h1,
.multishipping-checkout-success .thankyou-wrapper .thank-you-page h1 {
  margin-bottom: 12px;
  line-height: 30px;
}
.checkout-onepage-success .thankyou-wrapper .thank-you-page .icon_thank_you_01,
.multishipping-checkout-success .thankyou-wrapper .thank-you-page .icon_thank_you_01 {
  width: 55px;
  height: 55px;
  background-image: url('../WeltPixel_ThankYouPage/images/icon_01.svg');
  background-repeat: no-repeat;
  margin: 81px auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .newsletter-description,
.multishipping-checkout-success .thankyou-wrapper .newsletter-description {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .actions span,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .actions span {
  margin-top: -2px;
  display: block;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .field .control:before,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field .control:before {
  line-height: 32px;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter input:focus,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter input:focus,
.checkout-onepage-success .thankyou-wrapper .block.newsletter .action.subscribe:focus,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .action.subscribe:focus {
  box-shadow: none;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success .actions-toolbar,
.multishipping-checkout-success .thankyou-wrapper .checkout-success .actions-toolbar {
  margin-top: 21px;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success .actions-toolbar .primary .action,
.multishipping-checkout-success .thankyou-wrapper .checkout-success .actions-toolbar .primary .action {
  margin: 0;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success,
.multishipping-checkout-success .thankyou-wrapper .checkout-success,
.checkout-onepage-success .thankyou-wrapper #registration,
.multishipping-checkout-success .thankyou-wrapper #registration,
.checkout-onepage-success .thankyou-wrapper .cmsblock-container,
.multishipping-checkout-success .thankyou-wrapper .cmsblock-container,
.checkout-onepage-success .thankyou-wrapper .block.newsletter,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter {
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper div:last-child,
.multishipping-checkout-success .thankyou-wrapper div:last-child {
  margin-bottom: 0 !important;
}
.checkout-onepage-success .thankyou-wrapper .icon_thank_you_02,
.multishipping-checkout-success .thankyou-wrapper .icon_thank_you_02 {
  width: 55px;
  height: 55px;
  background-image: url('../WeltPixel_ThankYouPage/images/icon_02.svg');
  background-repeat: no-repeat;
  margin: 0 auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .icon_thank_you_03,
.multishipping-checkout-success .thankyou-wrapper .icon_thank_you_03 {
  width: 55px;
  height: 55px;
  background-image: url('../WeltPixel_ThankYouPage/images/icon_03.svg');
  background-repeat: no-repeat;
  margin: 0 auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .registration-thank-you .action,
.multishipping-checkout-success .thankyou-wrapper .registration-thank-you .action {
  margin-top: 21px;
}
.checkout-onepage-success .thankyou-wrapper .google-map-wrapper,
.multishipping-checkout-success .thankyou-wrapper .google-map-wrapper {
  width: 100%;
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper .google-map-wrapper .google-map,
.multishipping-checkout-success .thankyou-wrapper .google-map-wrapper .google-map {
  margin: 0 auto;
}
.checkout-onepage-success .thankyou-wrapper #ws_embed_sms_notification,
.multishipping-checkout-success .thankyou-wrapper #ws_embed_sms_notification {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper #ws-responses,
.multishipping-checkout-success .thankyou-wrapper #ws-responses {
  padding-bottom: 60px;
  min-height: 22px;
}
.checkout-onepage-success .thankyou-wrapper .order-info,
.multishipping-checkout-success .thankyou-wrapper .order-info {
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper {
  display: flex;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper h4 {
  font-weight: 600;
  margin-top: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address {
  padding: 10px 0;
  text-align: right;
  width: 50%;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address p,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p {
  padding-right: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address {
  text-align: left;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p {
  padding-right: 0;
  padding-left: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper {
  display: flex;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper h4 {
  font-weight: 600;
  margin-top: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method {
  padding: 10px 0;
  text-align: right;
  width: 50%;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method p,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p {
  padding-right: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method {
  text-align: left;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p {
  padding-right: 0;
  padding-left: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid {
  max-width: 1024px;
  margin: 0 auto;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 40px;
  margin-bottom: 40px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .order-item-row-mobile,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .order-item-row-mobile {
  display: none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .item-options dt,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .item-options dt {
  margin-top: 5px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-left,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-left {
  text-align: left !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-center,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-center {
  text-align: center !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-right,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-right {
  text-align: right !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.price span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.price span,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.qty span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.qty span,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.subtotal span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.subtotal span {
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items thead tr > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items thead tr > th {
  border-bottom: 0 none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot {
  background: transparent;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > td {
  border-top: 0 none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot td {
  padding-top: 8px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > td {
  border-color: #eeeeee;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .grand_total,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .grand_total {
  border-top: 1px solid #eeeeee;
}
.theme-pearl.checkout-onepage-success .thankyou-wrapper .block.newsletter .field .control:before,
.theme-pearl.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field .control:before {
  line-height: 50px;
}
.page-wrapper .multicheckout.results .orders-succeed .orders-list .shipping-list .order-id {
  float: none;
}
.page-wrapper .multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 0;
}
.page-wrapper .multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: none;
}
.page-wrapper .multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #333333;
  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 #141414;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 400;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 900;
  line-height: 60px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #ff0a0a;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #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: #333333;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #333333;
  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.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #ededed;
  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 {
  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;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 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%;
}
.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;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.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 #ffffff transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #333333;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #333333;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ff7070;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.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: #333333;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #333333;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.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 td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 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 {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  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: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 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 .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 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: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.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;
}
.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;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #333333;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #333333;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #333333;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #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';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #333333;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #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.5;
}
button.map-show-info:visited {
  color: #333333;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #333333;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #333333;
  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.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #f4f4f4;
  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 #ffffff transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #333333;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #333333;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #333333;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #333333;
}
.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: #ff0a0a;
}
.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: #ff0a0a;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 68px;
  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: #b3b3b3;
  font-family: 'luma-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #000000;
  font-family: 'luma-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #b3b3b3;
  font-family: 'luma-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #000000;
  font-family: 'luma-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #1f2c57;
  border: #1f2c57 1px solid;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: #1f2c57 1px solid;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #333333;
  border: #333333 1px solid;
  color: #ffffff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 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 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #333333;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #333333;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #333333;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #333333;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #333333;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 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.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #333333;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #333333;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #333333;
}
.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: #333333;
}
.message.global.demo a:active {
  color: #333333;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #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.5;
}
.my-credit-cards .action.delete:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #333333;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #333333;
  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.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #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.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #333333;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #333333;
  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.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 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;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:after {
  visibility: visible;
  content: '';
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover {
  overflow: hidden;
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before {
  visibility: hidden;
}
.theme-pearl.page-products .sorter {
  right: 0px;
}
.toolbar.toolbar-products label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products select {
  border-style: solid;
  box-shadow: unset;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar.toolbar-products select {
    padding-top: 2px;
  }
}
.toolbar.toolbar-products select:focus:not([disabled]) {
  box-shadow: unset;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:not(:checked) {
  border: 1px solid #DADADA;
  box-shadow: none;
  background: #fff;
  padding: 5px 10px;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:hover {
  background-color: #000000;
  filter: grayscale(400%);
}
.toolbar.toolbar-products select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
@-moz-document url-prefix() {
  select {
    color: transparent !important;
    text-shadow: 0 0 0 #333333 !important;
  }
}
.toolbar.toolbar-products .modes #modes-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .modes .modes-mode {
  box-shadow: unset;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e649";
}
.toolbar.toolbar-products .modes .modes-mode.mode-list {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e648";
}
.toolbar.toolbar-products #toolbar-amount {
  text-transform: uppercase;
  font-size: 12px;
  position: inherit;
}
.toolbar.toolbar-products .pages #paging-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .pages ul {
  float: left;
}
.toolbar.toolbar-products .pages ul li.item {
  float: left;
  line-height: 0;
  margin: 0;
}
.toolbar.toolbar-products .pages ul li.item a.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
}
.toolbar.toolbar-products .pages ul li.item a.action.next > span,
.toolbar.toolbar-products .pages ul li.item a.action.previous > span {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item span {
  float: left;
  width: 100%;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.toolbar.toolbar-products .pages ul li.item span.label {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item.current strong.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 2.5px;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  box-shadow: unset;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a:before {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}
.toolbar.toolbar-products .field.limiter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter .limiter-text {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .toolbar-sorter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .sorter-action:before {
  font-size: 10px;
  color: #000000;
}
.toolbar.toolbar-products .sorter-action:hover:before {
  color: #666666;
}
.products-grid .product-item .product-item-name {
  text-decoration: none;
}
.product-social-links .action.tocompare,
.product-social-links .action.towishlist,
.product-social-links .action.mailto {
  width: auto;
  height: auto;
  line-height: 32px !important;
}
.product-social-links .action.tocompare:before,
.product-social-links .action.towishlist:before,
.product-social-links .action.mailto:before {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto !important;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.product-social-links .action.towishlist:before {
  content: "\e68c" !important;
}
.product-social-links .action.tocompare:before {
  content: "\e67f" !important;
}
.product-social-links .action.mailto:before {
  content: "\e866" !important;
}
.block.related .action.select {
  font-size: 14px;
  color: #000;
}
.block.related .action.select span {
  color: #000;
}
:root .theme-pearl .column.main .product-items {
  margin-left: 0px;
}
.column.main .products-grid.products-related .product-item .product-item-info,
.column.main .products-grid.products-crosssell .product-item .product-item-info,
.column.main .products-grid.products-upsell .product-item .product-item-info {
  display: inline-block;
  float: left;
}
.column.main .products-grid .product-item {
  padding-left: 0;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  width: auto !important;
}
.column.main .products-grid .product-item .action.towishlist:before {
  content: "\e68c";
  padding: 2px 5px;
}
.column.main .products-grid .product-item .action.tocompare:before {
  content: "\e67f";
}
.column.main .products-grid .product-item .price-container .price {
  padding-right: 3px;
}
.column.main .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 10px;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_3 + div[class*="swatch-opt"],
.column.main .products-grid .product-item .product-item-info .addtocart_position_4 + div[class*="swatch-opt"] {
  margin: 0;
  padding: 20px 0 0;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5 {
  position: relative;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.center {
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.left {
  float: left;
  margin: 0;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  float: left;
  width: 100%;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image {
  position: relative;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_1 {
  display: inline-block;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
  width: 0;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2 {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  width: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details > * {
  position: relative;
  z-index: 2;
  clear: both;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .old-price {
  margin: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .field.choice.related {
  position: absolute;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  margin: 0;
  border: none;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-inner-hide {
  margin: 0;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0 0 10px;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-primary {
  text-align: center;
  display: inline-block;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary a.action {
  top: 3px;
}
.column.main .products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .reviews-actions {
  margin-top: 0;
}
.column.main .products-grid .product-item [class*="swatch-opt"]:not(.swatch-option-loading) {
  margin-bottom: 10px;
}
.column.main .products-grid .product-item .addtocart_position_4,
.column.main .products-grid .product-item .hoverShow {
  height: 0;
  overflow: hidden;
}
.column.main .products-grid .product-item:hover {
  position: relative;
  z-index: 8;
  padding: 0 !important;
}
.column.main .products-grid .product-item .product-item-info.active,
.column.main .products-grid .product-item .product-item-info:hover {
  background-color: white;
  top: 0;
  left: 0;
}
.column.main .products-grid .product-item .product-item-info.active .product_image .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
  width: auto;
}
.column.main .products-grid .product-item .product-item-info.active .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info.active .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info.active .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info.active .product_image .compare_position_4,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_4 {
  width: auto;
}
.column.main .products-grid .product-item .product-item-info.active .swatch-attribute-options,
.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options {
  display: inline-block;
}
.column.main .products-grid .product-item .product-item-info.active .addtocart_position_4,
.column.main .products-grid .product-item .product-item-info:hover .addtocart_position_4 {
  width: auto;
  height: auto;
}
.column.main .products-grid .product-item .product-item-info.active .hoverShow,
.column.main .products-grid .product-item .product-item-info:hover .hoverShow {
  height: auto;
}
.column.main .products-grid .product-item .hover-animation-zoom-item:hover {
  transform: scale(1.05);
}
.column.main .products-grid .product-item .hover-animation-zoom-image img:hover {
  transform: scale(1.05);
}
.column.main .toolbar.toolbar-products.auto-width .modes .mode-grid:before,
.column.main .toolbar.toolbar-products.auto-width .modes .mode-list:before {
  width: auto;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong {
  font-weight: 600;
}
.products-list .product-item {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
.products-list .product-item:hover {
  z-index: 1;
}
.products-list .product-item .rating-summary .rating-result {
  left: 0px;
}
.products-list .product-item .reviews-actions {
  margin-top: 0;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] {
  margin-bottom: 10px;
  margin-left: -5px;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute {
  visibility: visible !important;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute .swatch-option:first-of-type {
  margin-left: 0;
}
.products-list .product-item .action.tocompare,
.products-list .product-item .action.towishlist {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  width: auto !important;
}
.products-list .product-item .action.towishlist:before {
  content: "\e68c";
}
.products-list .product-item .action.tocompare:before {
  content: "\e67f";
}
.products-list .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.block .block-title strong {
  font-size: 12px;
  text-transform: uppercase;
}
.block .block-title .counter {
  padding-left: 10px;
}
.block .block-content,
.block .empty {
  font-size: 12px;
}
.block .block-content *,
.block .empty * {
  font-size: 12px;
}
#layered-filter-block.filter .block-subtitle {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
#layered-filter-block .filter-options-title {
  font-weight: 400;
}
#layered-filter-block .filter-content .filter-current ol {
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .filter-content .filter-current ol li .action.remove:before {
  font-size: 12px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item {
  padding-bottom: 0;
  border-bottom: none;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 40px 10px 0;
  text-transform: uppercase;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  color: #303030;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:hover:after {
  color: #000000;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  width: 100%;
  padding-left: 20px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 4px 0 0;
  content: "";
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background: none transparent;
  text-decoration: underline;
}
#layered-filter-block .block-actions.filter-actions {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .block-actions.filter-actions a {
  display: block;
  overflow: inherit;
}
.category-view .category-image img {
  width: 100%;
}
.category-view .category-description {
  margin: 10px auto;
  overflow: hidden;
  position: relative;
}
.category-view .category-description.more-less:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #ffffff 5%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
}
.category-view .category-description.more:after {
  background: inherit;
}
.category-view .category-description:not(.more-less) {
  margin-bottom: 22px;
}
.category-view .category-show-more {
  margin: 0 auto 22px;
}
.category-view .category-show-more .show-more,
.category-view .category-show-more .show-less {
  display: none;
}
.category-view .category-show-more .show-more span,
.category-view .category-show-more .show-less span {
  cursor: pointer;
  margin: 0;
  padding-right: 20px;
  position: relative;
  top: 1px;
}
.category-view .category-show-more .show-more span:after,
.category-view .category-show-more .show-less span:after {
  font-family: 'luma-icons';
  position: absolute;
  right: 0;
}
.category-view .category-show-more .show-more.active,
.category-view .category-show-more .show-less.active {
  display: block;
}
.category-view .category-show-more .show-more span:after {
  content: '\e622';
}
.category-view .category-show-more .show-less span:after {
  content: '\e621';
}
.category-view .category-description-copy {
  position: absolute;
  top: -10000px;
}
.category-view .category-description-copy .category-description {
  max-height: unset;
}
.canvas_icons,
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]),
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .widget.block.block-static-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .widget.block.block-static-block > * {
    margin: 0;
    padding: 0;
  }
  .widget.block.block-static-block img {
    display: block;
  }
}
.header.panel > .header.links > li.welcome {
  line-height: inherit !important;
}
.page-header .header-global-promo,
.page-wrapper .header-global-promo {
  height: 100%;
}
.page-header .header-global-promo .display-always,
.page-wrapper .header-global-promo .display-always {
  display: flex;
  align-items: center;
}
.page-header .header-global-promo .display-cookies,
.page-wrapper .header-global-promo .display-cookies {
  display: none;
  align-items: center;
}
.page-header .header-global-promo .global-notification-wrapper,
.page-wrapper .header-global-promo .global-notification-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
  min-height: 40px;
}
.page-header .header-global-promo .global-notification-wrapper #slides ul li .quoteContainer,
.page-wrapper .header-global-promo .global-notification-wrapper #slides ul li .quoteContainer {
  display: none;
  justify-content: center;
}
.page-header .header-global-promo .global-notification-wrapper a.close-global-notification,
.page-wrapper .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-top: 3px;
  float: right;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.page-header .header-global-promo .notice-inner,
.page-wrapper .header-global-promo .notice-inner {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}
.page-header .header-global-promo .notice-inner *,
.page-wrapper .header-global-promo .notice-inner * {
  text-transform: none !important;
}
.page-header #switcher-language.switcher strong,
.page-header #switcher-store.switcher strong,
.page-header #switcher-currency.switcher strong {
  font-size: 12px;
}
.page-header #switcher-language .options ul.dropdown,
.page-header #switcher-store .options ul.dropdown,
.page-header #switcher-currency .options ul.dropdown {
  right: 0;
  z-index: 999;
}
.page-header #switcher-language .options ul.dropdown:before,
.page-header #switcher-store .options ul.dropdown:before,
.page-header #switcher-currency .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after,
.page-header #switcher-store .options ul.dropdown:after,
.page-header #switcher-currency .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header #switcher-language .options ul.dropdown li a,
.page-header #switcher-store .options ul.dropdown li a,
.page-header #switcher-currency .options ul.dropdown li a {
  font-size: 12px;
}
.page-header * {
  text-transform: uppercase;
}
.page-header .header .minicart-wrapper * {
  text-transform: uppercase;
}
.nav-open .nav-toggle::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.nav-open .header-global-promo {
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    max-width: 100%;
  }
}
.page-wrapper .page-header .panel.wrapper {
  position: relative;
}
.page-header {
  position: relative;
  z-index: 10;
}
.page-header .block-search input {
  text-transform: none !important;
}
:root .wp-device-xxs .page-header-v2 .page-header,
:root .wp-device-xs .page-header-v2 .page-header,
:root .wp-device-s .page-header-v2 .page-header,
:root .wp-device-m .page-header-v2 .page-header,
:root .wp-device-xxs .page-header-v3 .page-header,
:root .wp-device-xs .page-header-v3 .page-header,
:root .wp-device-s .page-header-v3 .page-header,
:root .wp-device-m .page-header-v3 .page-header,
:root .wp-device-xxs .page-header-v4 .page-header,
:root .wp-device-xs .page-header-v4 .page-header,
:root .wp-device-s .page-header-v4 .page-header,
:root .wp-device-m .page-header-v4 .page-header {
  margin-bottom: 0;
  border: 0;
}
:root .page-header-v2 .page-header .compare.wrapper {
  float: left;
}
:root .page-header-v2 .page-header .panel.header {
  width: 100%;
  margin: 0 auto;
}
:root .page-header-v4 .page-header .panel.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  :root .page-header-v2 .page-header .panel.header {
    padding-bottom: 0;
  }
}
:root .wp-device-l .page-header-v2 .page-header .header.content,
:root .wp-device-xl .page-header-v2 .page-header .header.content,
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  height: auto;
  padding: 21px 0;
  margin: 0 auto;
}
.page-header .compare.wrapper {
  font-size: 12px;
  color: #303030;
}
.page-header .compare.wrapper li > a {
  color: #303030;
}
.page-header #switcher-language .options ul.dropdown {
  right: 0;
}
.page-header #switcher-language .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
:root .wp-device-xxs .page-header #switcher-store,
:root .wp-device-xxs .page-header #switcher-currency,
:root .wp-device-xxs .page-header #switcher-language,
:root .wp-device-xs .page-header #switcher-store,
:root .wp-device-xs .page-header #switcher-currency,
:root .wp-device-xs .page-header #switcher-language,
:root .wp-device-s .page-header #switcher-store,
:root .wp-device-s .page-header #switcher-currency,
:root .wp-device-s .page-header #switcher-language,
:root .wp-device-m .page-header #switcher-store,
:root .wp-device-m .page-header #switcher-currency,
:root .wp-device-m .page-header #switcher-language {
  display: none;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  right: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:after {
  left: auto;
  right: 9px;
}
:root .page-header-v2 .page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 0 5px;
}
.page-header #switcher-store-trigger,
.page-header #switcher-currency-trigger,
.page-header #switcher-language-trigger {
  margin-bottom: 0;
}
.page-header .logo {
  z-index: 10;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo,
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo,
:root .wp-device-m .page-header-v3 .page-header .logo {
  margin-left: 40px;
}
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo {
  margin: 3px 30px 0 40px;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo {
  margin: 0;
}
:root .wp-device-xxs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v4 .page-header .logo {
  margin-left: 0;
}
:root .page-header-v1 .page-header .logo img,
:root .page-header-v2 .page-header .logo img,
:root .page-header-v3 .page-header .logo img,
:root .page-header-v4 .page-header .logo img,
:root .page-header-v1.sticky-header .page-header .logo img,
:root .page-header-v2.sticky-header .page-header .logo img,
:root .page-header-v3.sticky-header .page-header .logo img,
:root .page-header-v4.sticky-header .page-header .logo img {
  width: auto;
  height: 34px;
}
:root .wp-device-l .page-header-v4 .page-header .logo img,
:root .wp-device-xl .page-header-v4 .page-header .logo img {
  display: inline-block;
}
:root .page-header-v2 .page-header a.action.showcart {
  margin-top: 0px;
}
:root .wp-device-m .page-header-v2 .page-header a.action.showcart {
  margin-top: 0;
}
:root .wp-device-m .page-header-v4 .page-header a.action.showcart {
  margin-top: 2px;
}
:root .wp-device-xxs .page-header .header.links,
:root .wp-device-xs .page-header .header.links,
:root .wp-device-s .page-header .header.links,
:root .wp-device-m .page-header .header.links {
  display: none;
}
:root .page-header-v2 .page-header .header.links {
  list-style: none;
}
:root .wp-device-l .page-header-v2 .page-header .header.links li,
:root .wp-device-xl .page-header-v2 .page-header .header.links li {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:root .wp-device-l .page-header-v2 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v2 .page-header .header.links .greet.welcome {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v4 .page-header .header.links .greet.welcome {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
:root .page-header-v2 .page-header .header.links > li {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]) {
  font-size: 0;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]):before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-header .header.links > li.authorization-link:after {
  font-size: 12px;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-size: 16px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links {
  position: absolute;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links {
  right: -7px;
  margin-top: 5px;
  padding: 10px;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li {
  display: block;
  float: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: left;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a:before {
  content: '';
  font-size: 12px !important;
}
.page-header .header.links * {
  font-size: 12px;
}
.page-header .minicart-wrapper {
  line-height: 1;
  margin-top: 0;
}
.page-header .minicart-wrapper .action.showcart,
.page-header .minicart-wrapper .action.showcart.active {
  margin: 0;
  padding: 0;
}
.page-header .minicart-wrapper .action.showcart:before,
.page-header .minicart-wrapper .action.showcart.active:before {
  content: "\e72f";
  font-family: inherit;
  display: inline-block;
  font-family: 'font-icons';
  font-size: 16px;
  color: inherit;
  line-height: 30px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty,
.page-header .minicart-wrapper .action.showcart.active .counter.qty {
  min-width: 20px;
}
.page-header .minicart-wrapper * {
  text-transform: none;
}
.page-header .block-search {
  width: auto;
  height: auto;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-xs .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-s .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-m .page-header-v2 .page-header .block-search.minisearch-v2 {
  position: relative;
  right: 10px;
  top: 0;
}
.page-header .block-search .control {
  z-index: 99;
}
.page-header .block-search .control input {
  box-sizing: border-box;
}
.page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px lightgrey;
  border-color: transparent;
}
:root .page-header-v2 .page-header .block-search .control input:focus,
:root .page-header-v1 .page-header .block-search .control input:focus,
:root .page-header-v3 .page-header .block-search .control input:focus,
:root .page-header-v4 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label,
:root .wp-device-xs .page-header-v1 .page-header .block-search label,
:root .wp-device-s .page-header-v1 .page-header .block-search label,
:root .wp-device-m .page-header-v1 .page-header .block-search label,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  cursor: pointer;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  height: auto;
  overflow: visible;
  position: relative;
  top: 0px;
  left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control input {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  font-size: 20px;
  line-height: 25px;
  color: inherit;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  border: none;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 0;
}
.page-header .block-search .actions button {
  z-index: 99;
}
:root .page-header-v2 .page-header .block-search .actions button,
:root .page-header-v3 .page-header .block-search .actions button,
:root .page-header-v4 .page-header .block-search .actions button {
  right: 10px;
  left: auto;
}
:root .page-header-v2 .page-header .block-search .actions button:before,
:root .page-header-v3 .page-header .block-search .actions button:before,
:root .page-header-v4 .page-header .block-search .actions button:before {
  font-size: 20px;
}
:root .theme-pearl.page-print .page-wrapper .mobile-logo {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header {
  height: 0;
  padding: 0;
}
:root .theme-pearl.checkout-index-index .page-header .header.links,
:root .theme-pearl.checkout-index-index .page-header .switcher-language {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content {
  min-height: 55px;
  padding: 10px 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo img {
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header {
  height: auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.wrapper,
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.header {
  padding: 0;
  height: 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .header.content {
  top: 0;
  padding-bottom: 15px !important;
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  content: "\e72f";
  font-family: 'font-icons';
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  padding: 0 3px;
}
:root .page-header-v2 .panel.wrapper {
  display: none;
}
body.checkout-index-index .header.content {
  text-align: center;
}
body.checkout-index-index .header.content .logo {
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
body.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
}
body.checkout-index-index .authentication-wrapper button {
  background: none;
  border: none;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button:hover {
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button span {
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper .actions-toolbar button span {
  font-size: initial;
  vertical-align: top;
}
._has-auth-shown .authentication-wrapper {
  z-index: 9;
}
:root .page-header-v3 .nav-sections,
:root .page-header-v4 .nav-sections {
  float: left;
}
.nav-sections.nav-sections-2 nav > ul {
  padding: 0;
}
:root .wp-device-xxs .nav-sections .nav-sections-items .section-item-content .header.links,
:root .wp-device-xs .nav-sections .nav-sections-items .section-item-content .header.links,
:root .wp-device-s .nav-sections .nav-sections-items .section-item-content .header.links,
:root .wp-device-m .nav-sections .nav-sections-items .section-item-content .header.links {
  display: block;
  border-bottom: none;
}
:root .wp-device-xxs .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome,
:root .wp-device-xs .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome,
:root .wp-device-s .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome,
:root .wp-device-m .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome {
  border-bottom: none;
}
.page-wrapper .page-header-v1 + .nav-sections,
.page-wrapper .page-header-v2 + .nav-sections,
.page-wrapper .page-header-v4 + .nav-sections {
  padding-bottom: 0;
}
.page-wrapper .sections.nav-sections-4 {
  text-align: center;
}
.navigation {
  width: 100%;
  margin: 0 auto;
}
.navigation > ul {
  padding: 0 !important;
}
:root .wp-device-l .nav-sections-4 .navigation > ul,
:root .wp-device-xl .nav-sections-4 .navigation > ul {
  text-align: center;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li {
  float: none;
  display: inline-block;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li > ul li a,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li > ul li a {
  text-align: left;
}
.navigation > ul > li > ul li a {
  text-transform: uppercase;
}
.navigation > ul > li > ul li a span {
  text-transform: uppercase;
}
.navigation ul {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation ul li.level0.first > a {
    padding-left: 0;
  }
}
.page-wrapper .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.maincontent {
  margin-top: 15px;
}
.page-header-v4 .page-header .header_right,
.page-header-v2 .page-header .header_right {
  padding-right: 0px !important;
}
.page-header-v4 .block-search .control input,
.page-header-v2 .block-search .control input {
  padding: 0 10px !important;
}
/* Sticky header */
.page-header-v1 ,
.page-header-v2 ,
.page-header-v4 ,
.header.content .block-search ,
.header.content .header.links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* All header version */
.page-header.sticky-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
.page-header.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header.sticky-header .header.content {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page-header.sticky-header .header.content .logo {
  margin-top: -5px;
  margin-bottom: 0;
  height: auto;
}
.page-header.sticky-header .switcher-currency,
.page-header.sticky-header .compare.wrapper,
.page-header.sticky-header .switcher-language {
  display: none !important;
}
.page-header.sticky-header .nav-sections.too-wide {
  clear: both;
  left: 0 !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation .megamenu.level-top-fullwidth .fullwidth {
  left: 0 !important;
}
.page-header.sticky-header .header-global-promo {
  opacity: 0;
}
.page-header.sticky-header .header-global-promo .global-notification-wrapper {
  position: absolute;
}
.page-header.sticky-header:not(.page-header-v4) .logo {
  position: absolute;
  top: 48%;
}
/* Custom styles for particular headers */
.page-header.sticky-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-header.sticky-header-mobile .panel.wrapper {
  border-bottom: 0 none;
}
.header-global-promo #carousel {
  position: relative;
}
.header-global-promo #carousel.no-carousel #slides ul {
  left: 0px !important;
}
.header-global-promo .wpx-check {
  display: flex;
  align-items: center;
}
.header-global-promo .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo .wpx-static-content {
  display: flex;
  justify-content: space-between;
}
.header-global-promo .btn-bar {
  width: 100%;
}
.header-global-promo .btn-bar #buttons a {
  text-align: right;
  display: inline-block;
  position: absolute;
  z-index: 999;
  text-decoration: none;
  line-height: 20px;
  font-size: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-global-promo .btn-bar.no-arrows {
  display: none;
}
.header-global-promo #slides {
  margin: 0 auto;
  overflow: hidden;
}
.header-global-promo #slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-global-promo #slides ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
}
.header-global-promo #slides ul li .quoteContainer .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-sub {
  font-weight: bold;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link {
  font-size: 12px;
  text-decoration: underline;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link:first-child {
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link.wpx-mg {
  margin-left: 10px;
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .quote-phrase {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.hidescroll {
  overflow-y: hidden;
}
/* SEARCH VERSION */
.minisearch-v2 {
  float: right;
}
.page-header-v1 .open-modal-search:before,
.page-header-v2 .open-modal-search:before,
.page-header-v3 .open-modal-search:before,
.page-header-v4 .open-modal-search:before {
  content: '\e615';
  font-family: 'luma-icons';
}
.wrap .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 0 8px;
}
.wrap .modal:target {
  opacity: 1;
  pointer-events: auto;
}
.wrap .modal.isOpen {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0ms;
}
.wrap .modal.isOpen .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 500ms;
}
.wrap .modal .close-sec {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .modal .close-sec a {
  font-size: 30px;
  cursor: pointer;
}
.wrap .modal .form.minisearch .searchautocomplete {
  min-width: 100% !important;
  position: absolute !important;
  right: auto !important;
  margin-top: 3px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically {
  top: 66px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list {
  margin: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li {
  display: block;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left {
  margin-right: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left,
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right {
  display: inline-block;
  vertical-align: middle;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right .price {
  margin-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li:last-child {
  border-bottom: none !important;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li {
  display: inline-block;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-left {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list {
  display: table;
  width: 100%;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list .block-flex {
  display: block;
}
.wrap .modal .wpx-pos-search {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.wrap .modal .wpx-pos-search .control {
  position: relative;
}
.wrap .modal .wpx-pos-search .control .wpx-pos-search {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrap .modal .wpx-pos-search input {
  width: 100% !important;
  height: 66px !important;
  border: 3px solid !important;
  padding-left: 20px !important;
}
.wrap .modal .wpx-pos-search label {
  display: none;
}
.wrap .modal .wpx-pos-search a.closebutton {
  text-decoration: none;
  font-size: 75px;
  margin-left: 50px;
  position: relative;
  top: 11px;
  line-height: 26px;
}
.wrap .modal .wpx-pos-search a.closebutton:hover {
  color: black;
}
.wrap .modal .wpx-pos-search .action.search {
  padding: 12px 22px;
  border: none !important;
  margin-top: 5px;
  margin-right: 4px;
  right: 0px !important;
}
.wrap .modal .closeoverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  display: block;
  z-index: 2;
  position: fixed;
  cursor: pointer;
}
.wrap .modal .modal-content {
  width: 80%;
  margin: 80px auto 0 auto;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.wrap .modal .block.block-search.wpx-block-search {
  position: static !important;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.search-visible-md {
  display: block;
}
.search-visible-md .open-modal-search {
  font-size: 15px;
}
:root .theme-pearl.multishipping-checkout-addresses .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-shipping .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-billing .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-newshipping .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-overview .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-editbilling .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-selectbilling .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-editshipping .page-wrapper .page-header .nav-toggle {
  display: none;
}
:root .theme-pearl.multishipping-checkout-addresses .page-title,
:root .theme-pearl.multishipping-checkout-shipping .page-title,
:root .theme-pearl.multishipping-checkout-billing .page-title,
:root .theme-pearl.multishipping-checkout_address-newshipping .page-title,
:root .theme-pearl.multishipping-checkout-overview .page-title,
:root .theme-pearl.multishipping-checkout_address-editbilling .page-title,
:root .theme-pearl.multishipping-checkout_address-selectbilling .page-title,
:root .theme-pearl.multishipping-checkout_address-editshipping .page-title {
  margin-top: 15px;
}
:root .theme-pearl .page-wrapper .page-header .mobile-logo,
:root .theme-pearl .page-wrapper .page-header .mobile-checkout-logo {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .unset-logo {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wrap .modal .modal-content {
    margin-top: 80px !important;
    margin-left: 0 !important;
  }
  .horizontally-control #search::-ms-clear {
    display: none;
  }
  .wrap .modal {
    position: absolute !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
    visibility: hidden;
  }
  .header .quickcart-wrapper .block-quickcart.quickCartIE {
    position: fixed !important;
    visibility: visible;
  }
  .wrap .modal.isOpenIE {
    position: fixed !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
  }
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1f2c57;
  border: #1f2c57;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  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: #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.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.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%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #333333;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #333333;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #333333;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .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;
  }
  .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;
  }
  .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content {
    right: auto;
    left: -10px;
    max-width: 300px;
  }
  .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content:after,
  .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content:before {
    right: auto;
    left: 10px;
  }
  .bluesnap-review .block-content .box {
    margin-bottom: 20px;
  }
  .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content {
    right: auto;
    left: -10px;
    max-width: 300px;
  }
  .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content:after,
  .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content:before {
    right: auto;
    left: 10px;
  }
  .bluesnap-review .block-content .box {
    margin-bottom: 20px;
  }
  .bluesnap-review .block-content .box-order-billing-address {
    min-width: 40%;
  }
  .nav-sections {
    background: #f8f8f8;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: box-shadow 0.2s eases all ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-transition: box-shadow 0.2s ease 1s linear;
    -moz-transition: box-shadow 0.2s ease 1s linear;
    -o-transition: box-shadow 0.2s ease 1s linear;
    -ms-transition: box-shadow 0.2s ease 1s linear;
    transition: box-shadow 0.2s ease 1s linear;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: box-shadow 0.2s eases all ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-transition: box-shadow 0.2s ease 1s linear;
    -moz-transition: box-shadow 0.2s ease 1s linear;
    -o-transition: box-shadow 0.2s ease 1s linear;
    -ms-transition: box-shadow 0.2s ease 1s linear;
    transition: box-shadow 0.2s ease 1s linear;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    transition: left 0.3ss all ease-in;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition: left 0.3s 1s linear;
    -moz-transition: left 0.3s 1s linear;
    -o-transition: left 0.3s 1s linear;
    -ms-transition: left 0.3s 1s linear;
    transition: left 0.3s 1s linear;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #FFF;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally {
    max-height: 80vh;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list {
    display: inline-block;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list .block-flex {
    display: flex;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list li {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
    text-align: left;
  }
  .theme-pearl .form.minisearch .searchautocomplete {
    margin-right: 0px !important;
    position: static !important;
    clear: both;
  }
  .theme-pearl .loader-ajax:after {
    right: 17px;
    top: 9px;
  }
  .form.minisearch .searchautocomplete {
    width: auto !important;
    margin-right: 15px;
  }
  .form.minisearch .searchautocomplete .block-left img {
    max-width: initial;
  }
  .loader-ajax:after {
    right: 24px;
    top: 24px;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .multiple-wishlist-container {
    text-align: center;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper {
    max-width: 276px;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
    width: 88px;
    height: 100px;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
    width: 270px;
  }
  .instagram-photos.col-2 a {
    width: 50%;
  }
  .instagram-photos.col-3 a {
    width: 50%;
  }
  .instagram-photos.col-4 a {
    width: 50%;
  }
  .instagram-photos.col-5 a {
    width: 50%;
  }
  .instagram-photos.col-6 a {
    width: 50%;
  }
  .block-margin.row {
    margin-right: -15px !important;
  }
  .page-header-v4 .page-header .panel.wrapper {
    position: relative;
  }
  #multistore-mobile-switcher-language {
    padding-top: 0px;
    background-color: #000;
    min-height: 35px;
  }
  #multistore-mobile-switcher-language img {
    min-height: 35px !important;
  }
  #multistore-mobile-switcher-language.multistore-mobile-hide {
    display: none;
  }
  .theme-pearl .toggle.toggle-bg .togglec {
    padding: 12px 0 0 5px !important;
  }
  .theme-pearl.product-page-v1 .block-actions,
  .theme-pearl.product-page-v2 .block-actions,
  .theme-pearl.product-page-v3 .block-actions,
  .theme-pearl.product-page-v4 .block-actions {
    text-align: center;
  }
  .theme-pearl.product-page-v2 .product.pricing,
  .theme-pearl.product-page-v1 .product.pricing {
    margin-bottom: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4,
  .theme-pearl.product-page-v4 .product-top-main.product_v2,
  .theme-pearl.product-page-v2 .product-top-main.product_v2 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4 {
    margin-top: 0;
  }
  .theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
  .theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
    margin: 0 0 20px;
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
    float: none !important;
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v2 .actions,
  .theme-pearl.product-page-v2 .product-info-main.product_v2 .actions,
  .theme-pearl.product-page-v4 .product-info-main.product_v3 .actions,
  .theme-pearl.product-page-v2 .product-info-main.product_v3 .actions,
  .theme-pearl.product-page-v4 .product-info-main.product_v4 .actions,
  .theme-pearl.product-page-v2 .product-info-main.product_v4 .actions {
    width: calc(100% - 64px);
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary {
    position: static;
  }
  .theme-pearl.product-page-v4 .full-width-btn,
  .theme-pearl.product-page-v2 .full-width-btn {
    width: 100% !important;
  }
  .theme-pearl.product-page-v1 .product-social-links {
    margin: 0 auto 20px auto;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links.full-width-add-to {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v1 .box-tocart {
    margin: 0 auto;
  }
  .theme-pearl.product-page-v1 .box-tocart .actions {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v1 .box-tocart .actions.full-width-btn {
    width: 100% !important;
  }
  .theme-pearl.product-page-v3 .box-tocart .actions {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v3 .box-tocart .actions.full-width-btn {
    width: 100% !important;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links,
  .theme-pearl.product-page-v2 .product-social-links .product-addto-links,
  .theme-pearl.product-page-v3 .product-social-links .product-addto-links,
  .theme-pearl.product-page-v4 .product-social-links .product-addto-links {
    width: 100% !important;
    float: none;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links .action.towishlist,
  .theme-pearl.product-page-v2 .product-social-links .product-addto-links .action.towishlist,
  .theme-pearl.product-page-v3 .product-social-links .product-addto-links .action.towishlist,
  .theme-pearl.product-page-v4 .product-social-links .product-addto-links .action.towishlist {
    float: none;
  }
  .wp-qcart-custom-msg {
    font-size: 2rem;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content .fieldset.coupon {
    display: block;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content .fieldset.coupon .field,
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content .fieldset.coupon .actions-toolbar {
    display: block;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .products {
    margin: 0;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .products .owl-stage-outer {
    padding-top: 5px;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .product-item {
    margin: 0;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .product-item .product-item-info {
    width: 100px !important;
    margin: 0 auto;
  }
  .page-wrapper .products-list .product-item .product-item-info .weltpixel_quickview_button_v1,
  .page-wrapper .products-list .product-item .product-item-info .weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list {
    display: block;
    width: 100%;
    position: relative;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list .product-item-photo {
    display: block;
    width: 100%;
  }
  .weltpixel-quickview-catalog-product-view .modals-wrapper .modal-footer button,
  .weltpixel_quickview-catalog_product-view .modals-wrapper .modal-footer button {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel-quickview {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    float: left;
  }
  .quickview-mobile.page-products .products-list .product-item .product-item-inner {
    clear: left;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    display: block;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v1 {
    display: block;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
  }
  .quickview-mobile.page-products .products-grid .product-item {
    position: relative;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-details {
    position: relative;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    top: -46px;
    right: 5px;
  }
  .wp-confirmation-popup .action-buttons .action.primary,
  .wp-confirmation-popup .action-buttons .action.secondary,
  .wp-confirmation-popup .action-buttons .amshopby-button,
  .wp-confirmation-popup .action-buttons .am-filter-go {
    width: 100%;
    margin: 5px 0;
  }
  .wp-confirmation-popup .action-buttons .action.continue-shopping {
    margin-left: 0;
  }
  .wp-confirmation-popup .owl-carousel.products .owl-item .product-item {
    margin: 0px;
  }
  body:not(.theme-pearl) .product .blocks-promo {
    margin-left: 0;
    margin-right: 0;
  }
  div.page-wrapper .columns .main .login-container {
    width: initial;
    float: none;
    padding: 0;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap {
    height: 100% !important;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap .sl-popup .block-content .sociallogin-or {
    margin-top: 35px;
  }
  body.wp-sl div.sociallogin-wrapper {
    width: 100%;
    float: none;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 96.5% !important;
    padding: 0 10px;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container {
    width: initial !important;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    margin-left: 0;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main .form-create-account,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main .form-create-account {
    width: 100% !important;
  }
  div.social-accounts ul.sl-unlinks {
    max-width: 100%;
  }
  body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
    width: unset !important;
  }
  body.checkout-cart-index div.page-wrapper .columns .main div.sociallogin-wrapper.login-container {
    padding: 0 15px;
  }
  body.checkout-index-index div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
    font-size: 1.8rem;
  }
  body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
    margin: unset;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .checkout-onepage-success .thankyou-wrapper .action.primary,
  .multishipping-checkout-success .thankyou-wrapper .action.primary,
  .checkout-onepage-success .thankyou-wrapper .amshopby-button,
  .multishipping-checkout-success .thankyou-wrapper .amshopby-button,
  .checkout-onepage-success .thankyou-wrapper .am-filter-go,
  .multishipping-checkout-success .thankyou-wrapper .am-filter-go {
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper .thank-you-page h1,
  .multishipping-checkout-success .thankyou-wrapper .thank-you-page h1 {
    margin-bottom: 10px;
  }
  .checkout-onepage-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe,
  .multishipping-checkout-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe {
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper .cmsblock-container,
  .multishipping-checkout-success .thankyou-wrapper .cmsblock-container {
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 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;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .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;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  #layered-filter-block .filter-title strong {
    background-color: transparent;
    border-color: black;
  }
  #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 10px 40px 10px 10px;
  }
  #layered-filter-block .filter-content .filter-options .filter-options-content .item {
    margin: 10px 0px 10px 10px;
  }
  .theme-pearl.page-products .columns .column {
    padding-bottom: 50px;
  }
  .theme-pearl.page-products .columns .column .products-grid {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .theme-pearl.page-products .columns .column .products-grid .product-item {
    margin-bottom: 40px;
  }
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-primary,
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-secondary {
    display: flex;
  }
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-secondary {
    margin-top: 10px;
  }
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-secondary .towishlist {
    margin-right: 15px;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .desktop-logo {
    display: none;
    margin-left: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search {
    float: none;
    margin: 0 10px 0 auto;
    transition: none;
    order: 3;
    z-index: 10;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search label:before {
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search #search_mini_form .control {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search #search_mini_form label.active + .control input {
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search #search_mini_form #searchautocomplete {
    width: 100%;
    margin: 0 auto !important;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .minicart-wrapper {
    order: 4;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .desktop-logo {
    display: none;
    margin-left: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .header_right {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    order: 3;
    margin-left: auto;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .header_right .minicart-wrapper {
    order: 2;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search {
    float: none;
    margin: 0 10px 0 auto;
    padding: 0;
    transition: none;
    position: unset;
    order: 2;
    top: 0;
    right: 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search label:before {
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form .control {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
    overflow: inherit;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form label.active + .control {
    height: auto;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form label.active + .control input {
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form #searchautocomplete {
    width: 100%;
    margin: 0 auto !important;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .desktop-logo {
    display: none;
    margin-left: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .wrap #search-mod #search_mini_form .control input#search {
    position: relative;
    left: 0;
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .wrap #search-mod #search_mini_form .control #searchautocomplete {
    margin-top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search {
    float: none;
    margin: 0 10px 0 0;
    transition: none;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search label:before {
    color: black;
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search #search_mini_form .control {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search #search_mini_form label.active + .control input {
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search #search_mini_form #searchautocomplete {
    width: 100%;
    margin: 0 auto !important;
  }
  .theme-pearl .page-wrapper .page-header-v4 {
    background: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header {
    padding: 15px;
    width: auto;
    float: right;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header ul.header.links {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .wrap #search-mod #search_mini_form .control {
    position: relative;
    text-align: center;
    padding: 0;
    height: auto;
    top: 0;
    overflow: inherit;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .wrap #search-mod #search_mini_form .control input#search {
    position: relative;
    left: 0;
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .wrap #search-mod #search_mini_form .control #searchautocomplete {
    margin-top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search {
    margin: 0;
    z-index: 15;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search.minisearch-v2 {
    margin-right: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form .label {
    margin-right: 0;
    padding-right: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form .control {
    position: absolute;
    top: -100px;
    padding: 0 15px;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form label.active + .control {
    top: 55px;
    height: auto;
    left: 0;
    width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form label.active + .control input {
    margin: 0;
    width: 100%;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .minicart-wrapper {
    z-index: 15;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .minicart-wrapper .action.showcart {
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: absolute;
    left: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .desktop-logo {
    display: none;
    margin: 0 auto;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl.checkout-index-index .page-wrapper .page-header-v4 .header.content {
    position: relative;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .wrap #search-mod #search_mini_form .control,
  .theme-pearl .page-wrapper .page-header-v2 .header.content .wrap #search-mod #search_mini_form .control,
  .theme-pearl .page-wrapper .page-header-v3 .header.content .wrap #search-mod #search_mini_form .control {
    position: relative;
    text-align: center;
    padding: 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .wrap #search-mod #search_mini_form .control input,
  .theme-pearl .page-wrapper .page-header-v2 .header.content .wrap #search-mod #search_mini_form .control input,
  .theme-pearl .page-wrapper .page-header-v3 .header.content .wrap #search-mod #search_mini_form .control input {
    position: relative;
    left: 0;
  }
  .page-header-v1 .header_right .switcher,
  .page-header-v2 .header_right .switcher,
  .page-header-v3 .header_right .switcher,
  .page-header-v4 .header_right .switcher {
    display: none;
  }
  .page-header-v2 .block-search .control,
  .page-header-v3 .block-search .control,
  .page-header-v4 .block-search .control {
    border: none;
    height: 0;
    overflow: hidden;
  }
  .wrap .modal .modal-content {
    width: 95%;
  }
  .wrap .modal .wpx-pos-search input {
    margin-top: 0;
  }
  .wrap .modal .searchautocomplete {
    max-height: 60vh;
  }
  .page-header-v1 .wrap .modal .form.minisearch .control,
  .page-header-v2 .wrap .modal .form.minisearch .control,
  .page-header-v3 .wrap .modal .form.minisearch .control,
  .page-header-v4 .wrap .modal .form.minisearch .control {
    height: auto;
  }
  .page-header-v1 .wrap .modal .form.minisearch .control input,
  .page-header-v2 .wrap .modal .form.minisearch .control input,
  .page-header-v3 .wrap .modal .form.minisearch .control input,
  .page-header-v4 .wrap .modal .form.minisearch .control input {
    margin-bottom: 0;
  }
  .wrap .modal .form.minisearch .control .searchautocomplete.vertically .product-list li .block-flex {
    display: flex;
    align-items: center;
  }
  .wrap .modal .form.minisearch .control .searchautocomplete.vertically .product-list li .block-left {
    margin-right: 0;
  }
  .wrap .modal .form.minisearch .control .searchautocomplete.vertically .product-list li .block-right {
    align-self: auto;
  }
  .wrap .modal .form.minisearch .control .loader-ajax:after {
    background-size: 22px 21px;
    top: 9px;
    height: 25px;
  }
  .page-header-v1 .wrap .modal .control.vertically-control.loader-ajax:after,
  .page-header-v2 .wrap .modal .control.vertically-control.loader-ajax:after,
  .page-header-v3 .wrap .modal .control.vertically-control.loader-ajax:after,
  .page-header-v4 .wrap .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-wrapper .page-header-v4 .page-header .block-search {
    float: left;
  }
  .search-description span {
    display: block;
  }
  :root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control {
    border-top: 0 none !important;
  }
  .page-wrapper .header.content .logo {
    max-width: 50%;
    margin-bottom: 13px;
    margin-top: 0;
    z-index: 0;
  }
  .page-wrapper .header.content .logo img {
    width: 100%;
    height: auto;
  }
  .page-wrapper .page-header {
    margin-bottom: 0px;
    border: none;
  }
  .page-wrapper .page-main {
    padding-top: 20px;
  }
  .page-wrapper .page-header-v1 .block-search .control {
    border-top: none;
  }
  .page-wrapper .page-header-v2 .field.search label:before {
    margin-top: 0px !important;
  }
  .page-wrapper .page-header-v4 .page-header .header_right,
  .page-wrapper .page-header-v1 .page-header .header_right {
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .block-search .control,
  .page-wrapper .page-header-v1 .block-search .control {
    border: none !important;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options .switcher-dropdown {
    display: none;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .account .block-collapsible-nav {
    top: 0px;
    z-index: 1;
  }
  .search-autocomplete {
    margin-top: 30px;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-moz-placeholder {
    font-size: 18px !important;
  }
  /*Custom Mobile Logo*/
  :root .theme-pearl .page-wrapper .page-header .mobile-logo,
  :root .theme-pearl .page-wrapper .page-header .mobile-checkout-logo {
    display: flex;
  }
  :root .theme-pearl .page-wrapper .mobile-logo {
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 45px;
    left: 0;
    right: 0;
    top: 15px;
  }
  :root .theme-pearl .page-wrapper .mobile-logo .logo {
    margin: 3px 0 0 0;
  }
  :root .theme-pearl .page-wrapper .mobile-checkout-logo {
    overflow: hidden;
    left: 0;
    position: relative;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  :root .theme-pearl .page-wrapper .mobile-checkout-logo .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .unset-logo {
    display: block;
  }
  :root .theme-pearl .page-wrapper .logo-center {
    align-content: center;
    justify-content: center;
  }
  :root .theme-pearl .page-wrapper .logo-left {
    align-content: center;
    justify-content: flex-start;
  }
  :root .theme-pearl .page-wrapper .page-header-v1 .desktop-logo.desktop-logo-all,
  :root .theme-pearl .page-wrapper .page-header-v2 .desktop-logo.desktop-logo-all,
  :root .theme-pearl .page-wrapper .page-header-v3 .desktop-logo.desktop-logo-all,
  :root .theme-pearl .page-wrapper .page-header-v4 .desktop-logo.desktop-logo-all {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header-v1 .mobile-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header-v2 .mobile-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header-v3 .mobile-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header-v4 .mobile-logo .logo img {
    max-height: 45px;
  }
  :root .theme-pearl.checkout-index-index .page-wrapper .page-header-v4 .desktop-logo-all .logo {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  /*End of Custom Logo*/
  .header-global-promo .global-notification-wrapper #slides {
    max-width: 100%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #prev {
    left: -2%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #next {
    right: -16%;
  }
  .header-global-promo .global-notification-wrapper .glb-prm .wpx-sub {
    display: block;
  }
  .page-wrapper .page-header .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v1 .loader-ajax:after,
  .page-header-v3 .loader-ajax:after,
  .page-header-v4 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v2 .action.showcart:before {
    line-height: 26px !important;
  }
  .page-header-v3 #search_mini_form .control {
    overflow: inherit;
    height: auto !important;
  }
  .page-header-v4 .field.search label:before {
    line-height: 34px !important;
  }
  .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;
  }
  .visible-xs {
    display: block;
  }
  [data-content-type="row"].visible-xs {
    display: flex !important;
  }
  body.theme-pearl #maincontent .custom-pager .toolbar-amount,
  body.theme-pearl #maincontent .custom-pager .limiter {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    text-align: center;
  }
  body.theme-pearl #maincontent .custom-pager .limiter {
    position: relative;
    z-index: 9;
  }
  body.theme-pearl .page-wrapper .btt-button {
    bottom: 65px !important;
    right: 24px;
  }
  body.theme-pearl .page-wrapper .btt-button:after {
    color: #fff;
  }
  div[data-content-type=video] .pagebuilder-video-inner .pagebuilder-video-container {
    overflow: visible;
  }
  div[data-content-type=video] .pagebuilder-video-inner iframe {
    width: 250vw;
    height: 230vw;
    margin: 0px 0px 0px -75vw;
    transform: translate3d(0px, -45vw, 0px);
  }
  .nav-open.nav-before-open .theme-pearl {
    overflow: visible;
    position: static;
  }
  .nav-open .page-header .header-global-promo {
    height: auto;
  }
  .nav-open .theme-pearl .page-wrapper .header-placeholder {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .nav-open .theme-pearl.scroll-up .page-wrapper .header-placeholder,
  .nav-open .theme-pearl.scroll-down .page-wrapper .header-placeholder,
  .nav-open .theme-pearl.cms-index-index.scroll-up .page-wrapper .header-placeholder,
  .nav-open .theme-pearl.cms-index-index.scroll-down .page-wrapper .header-placeholder {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) {
    background: #fff;
    transition: background 1s;
  }
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content {
    box-shadow: none;
  }
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .logo img {
    filter: none;
  }
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle::before,
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle::after,
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle span::after,
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle span::before {
    background: #000;
  }
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .block-search .block-content .open-modal-search:before {
    background: url(../images/icons/icon-search.svg) no-repeat center;
  }
  .nav-open .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .minicart-wrapper .showcart:before {
    background: url(../images/icons/icon-cart.svg) no-repeat center;
  }
  .nav-open .theme-pearl .page-wrapper {
    left: 0;
  }
  .nav-open .theme-pearl .page-wrapper .header-placeholder .nav-sections {
    width: 100%;
    top: 58px;
    box-shadow: none;
    border-top: 2px solid #f4f4f4;
  }
  .nav-open .theme-pearl .page-wrapper .header-placeholder .page-header .header.content .nav-toggle::after {
    right: unset;
    top: 50%;
  }
  .nav-open .theme-pearl .page-wrapper .header-placeholder .page-header .header.content .nav-toggle::before {
    top: 50%;
    width: 0%;
    left: 50%;
  }
  .nav-open .theme-pearl .page-wrapper .header-placeholder .page-header .header.content .nav-toggle span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-open .theme-pearl .page-wrapper .header-placeholder .page-header .header.content .nav-toggle span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .theme-pearl.hidescroll {
    overflow-y: unset;
  }
  .theme-pearl .page-wrapper div.header-placeholder {
    transform: none;
    -webkit-transform: none;
  }
  .theme-pearl .page-wrapper .switcher .switcher-dropdown li a[href*="gemperles.jp"]::after {
    padding: 0 20px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content {
    padding-bottom: 20px;
    padding-top: 20px;
    position: static;
    box-shadow: 0 4px 10px rgba(66, 64, 64, 0.101);
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .header_left {
    position: absolute;
    right: 50px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .header_left .block-search {
    margin-top: 0;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .header_left .block-search .block-content > span {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle {
    width: 20px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle:hover {
    background: none !important;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle span {
    position: unset;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle::before,
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle::after,
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle span::after,
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle span::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
    -o-transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle::before {
    top: 2px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle::after {
    top: calc(100% - 2px);
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle span::after,
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .nav-toggle span::before {
    top: 50%;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content > .header_right {
    padding: 0 !important;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .desktop-logo .logo > img {
    width: 100%;
    height: 18px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .header.links {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart .counter {
    min-width: 15px;
    height: 20px;
    line-height: 20px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart .counter .counter-number {
    font-size: 12px;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 {
    text-align: left;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-title {
    background: #fff;
    height: 50px;
    padding-top: 18px;
    border-color: #f4f4f4;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-title a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #031b49;
    vertical-align: top;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content {
    padding: 0;
    margin-top: 50px;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .page-main {
    padding: 0;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content#store\.my_account_links .loggedin .mobile-sub {
    padding: 0;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content#store\.my_account_links .loggedin .mobile-sub li {
    padding: 18px 21px;
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content#store\.my_account_links .loggedin .mobile-sub li a {
    text-transform: uppercase;
    line-height: 18px;
    padding: 0;
    position: relative;
    padding: 0 !important;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link {
    list-style: none;
    padding: 24px;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .help-link-label {
    display: none;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-left strong,
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-right strong {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #031b49;
    display: inline-block;
    margin-bottom: 14px;
    font-weight: 400;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-left p,
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-right p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-left .btn-link,
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-right .btn-link {
    width: 100%;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    background-color: #1F2C57;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 24px;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-left .block,
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-right .block {
    margin-bottom: 0;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-left {
    padding-bottom: 24px;
    border-bottom: 1px solid #f4f4f4;
  }
  .theme-pearl .page-wrapper .nav-sections.nav-sections-4 .nav-sections-items .nav-sections-item-content .help-link .rover-menu .block-content .col-right {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f4f4f4;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation {
    padding: 0 !important;
    overflow: hidden;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav {
    padding: 0 !important;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul {
    height: 100vh;
    position: relative;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul li.level-top {
    padding: 18px 21px;
    position: unset !important;
    border: 0;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul li.level-top.active a span {
    margin-left: 0;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul li.level-top > a {
    text-transform: uppercase;
    line-height: 18px;
    padding: 0;
    border: 0;
    margin: 0;
    position: relative;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul li.level-top > a .opener {
    top: -18px;
    right: -15px;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul li.level-top a ~ .submenu {
    background: #fff;
    display: block !important;
    position: absolute;
    height: 100vh !important;
    top: 0 !important;
    left: 100% !important;
    transition: left 1s;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul li.level-top a ~ .submenu a {
    line-height: 53.5px;
    text-transform: uppercase;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav > ul li.level-top a ~ .submenu .nav-item {
    position: unset !important;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item:not(.has-child) > a > .opener {
    display: none;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item.custom-slide-on > .submenu {
    left: 0 !important;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item.level2 .submenu {
    z-index: 999;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item .item-sidebar {
    display: none;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item .item-content > .nav-dropdown {
    padding: 0;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item a {
    font-size: 12px;
    font-weight: normal;
    background: none;
    border: 0;
    padding: 0 20px;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item a .opener {
    height: 55px;
    line-height: 55px;
    background: none;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .nav-item a .opener::before {
    content: "";
    width: 10px;
    height: 10px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .mobile-back-button,
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .dropdown.active .switcher-trigger {
    background: #fff;
    border-width: 0 0 1px 0;
    border-color: #f4f4f4;
    width: 100%;
    color: #000;
    text-transform: uppercase;
    height: 55px;
    text-align: left;
    font-size: 12px;
    padding-left: 21px;
    padding-right: 21px;
    display: block !important;
    margin: 1px 0;
    line-height: 55px;
    position: relative;
    border-style: solid;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .mobile-back-button::before,
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .dropdown.active .switcher-trigger::before {
    content: "";
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../images/icons/arrow-right.svg') no-repeat;
    width: 15px;
    margin-right: 10px;
    background-position: center;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: invert(1);
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .mobile-back-button strong,
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .dropdown.active .switcher-trigger strong {
    display: inline-block;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .mobile-back-button strong:after,
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .dropdown.active .switcher-trigger strong:after {
    display: none;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher {
    clear: both;
    border: 0;
    background-color: #f6f6f6;
    padding-right: 45px;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .switcher-label {
    line-height: 38px;
    margin: 0;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .switcher-trigger {
    text-transform: uppercase;
    line-height: 38px;
    padding: 0;
    border: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .switcher-trigger strong:after {
    transform: rotate(-90deg);
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher * {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .dropdown.active {
    background: #fff;
    display: block !important;
    position: absolute;
    height: 100vh !important;
    top: 0 !important;
    transition: left 1s;
    width: 100%;
    z-index: 99999;
    left: 0;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .dropdown.active li a {
    padding: 10px 20px;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .dropdown.active .switcher-dropdown {
    display: block !important;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .dropdown.active .switcher-label {
    display: inline-block !important;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher .dropdown.active .switcher-label ~ span {
    display: none;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher#switcher-currency .options.active ul.dropdown {
    display: flex !important;
    flex-direction: column;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher#switcher-currency .options.active ul.dropdown .currency-EUR {
    order: 1;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher#switcher-currency .options.active ul.dropdown .currency-CAD {
    order: 3;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher#switcher-currency .options.active ul.dropdown .currency-JPY {
    order: 5;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher#switcher-currency .options.active ul.dropdown .currency-CHF {
    order: 2;
  }
  .theme-pearl .page-wrapper .nav-sections .ves-megamenu > .navigation nav .switcher#switcher-currency .options.active ul.dropdown .currency-USD {
    order: 4;
  }
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) {
    background: transparent;
  }
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content {
    box-shadow: none;
  }
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .logo img {
    filter: invert(100%) brightness(10);
  }
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle::before,
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle::after,
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle span::after,
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .nav-toggle span::before {
    height: 1px;
    background: #fff;
  }
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .block-search .block-content .open-modal-search:before {
    background: url(../images/icons/icon-search-white.svg) no-repeat center;
  }
  .theme-pearl.cms-index-index .page-wrapper .header-placeholder > .page-header:not(.sticky-header-mobile) .header.content .minicart-wrapper .showcart:before {
    background: url(../images/icons/icon-cart-white.svg) no-repeat center;
  }
  .page-wrapper .page-footer {
    margin-top: 0;
  }
  .page-wrapper .page-footer .footer.content {
    border: none;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-top {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #F6F6F6;
    border-bottom: none !important;
    padding: 0 !important;
  }
  .page-wrapper .page-footer .footer.content .footer-top > div {
    padding: 0;
    border-bottom: 1px solid #EBEBEB;
    flex: 0 0 100% !important;
  }
  .page-wrapper .page-footer .footer.content .footer-top > div:first-child {
    padding-left: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-top > div:last-child {
    padding-right: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-top .footer-title {
    padding: 18px 21px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #333333;
    max-width: 300px;
    margin: auto;
    position: relative;
  }
  .page-wrapper .page-footer .footer.content .footer-top .footer-title:after {
    position: absolute;
    right: 21px;
  }
  .page-wrapper .page-footer .footer.content .footer-top .footer.links {
    padding: 0 24px;
    max-width: 300px;
    margin: auto;
  }
  .page-wrapper .page-footer .footer.content .footer-top .footer.links .item {
    border: none;
  }
  .page-wrapper .page-footer .footer.content .footer-top .footer.links .item a {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #333333;
  }
  .page-wrapper .page-footer .footer.content .footer-middle {
    background-color: #F6F6F6;
    margin: auto;
    padding: 44px 0 48px 0 !important;
    text-align: center;
  }
  .page-wrapper .page-footer .footer.content .footer-middle > div {
    padding-left: 21px !important;
    padding-right: 21px !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .page-wrapper .page-footer .footer.content .footer-middle > div .footer-title {
    margin-bottom: 20px;
  }
  .page-wrapper .page-footer .footer.content .footer-middle > div:last-child {
    margin-bottom: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-middle > div:nth-child(2) .footer-title {
    margin-bottom: 14px;
  }
  .page-wrapper .page-footer .footer.content .footer-middle .nopaddingleft {
    padding-left: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-middle .payment .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal {
    padding: 0 0 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .close-sec {
    position: absolute;
    right: 3%;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .close-sec a.closebutton::before {
    font-size: 20px;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content {
    width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .wpx-pos-search .vertically-control .searchautocomplete {
    flex-direction: column;
    border-top: solid 1px #EDEDED;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .wpx-pos-search .vertically-control .searchautocomplete .container-autocomplete {
    padding: 15px;
    width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .wpx-pos-search .vertically-control .searchautocomplete .container-autocomplete.cat-container {
    padding: 0 15px;
    width: auto;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .wpx-pos-search .vertically-control .searchautocomplete .search_autocomplete-container {
    width: 100%;
    padding: 0 15px;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .wpx-pos-search .action.search {
    padding: 10px;
    border: none !important;
    margin-top: 5px;
    margin-right: 5px;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .vertically-black {
    max-width: 80%;
    position: static;
    left: 45% !important;
    display: block;
    margin: 0 auto;
  }
  .cms-index-index #maincontent .columns .main {
    padding-bottom: 0;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="slider"] [data-content-type="slide"] .pagebuilder-slide-wrapper {
    padding: 21px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="slider"] [data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content {
    bottom: 150px;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="slider"] [data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content .pagebuilder-slide-button {
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="slider"] .slick-dots {
    display: block;
    bottom: 100px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] [data-content-type="column"] {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] [data-content-type="column"]:last-child {
    margin-bottom: 0;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] [data-content-type="column"] [data-content-type="buttons"] {
    width: 100%;
    text-align: center;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] [data-content-type="column"] [data-content-type="buttons"] [data-content-type="button-item"] .pagebuilder-button-primary {
    font-size: 14px;
    line-height: 18px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] [data-content-type="column"] [data-content-type="buttons"] [data-content-type="button-item"] a {
    margin: 0;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] [data-content-type="column"] [data-content-type="text"] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"].three-category-banner [data-content-type="column"] {
    margin-bottom: 44px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"].three-category-banner [data-content-type="column"] [data-content-type="image"] {
    margin-bottom: 24px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"].three-category-banner [data-content-type="column"] [data-content-type="text"] p {
    margin-bottom: 0;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"].three-category-banner [data-content-type="column"] [data-content-type="text"] p a {
    text-decoration: underline;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"].three-category-banner [data-content-type="column"] [data-content-type="text"]:first-child {
    margin-bottom: 10px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] .row-full-width-inner {
    text-align: center;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] .row-full-width-inner h1 {
    padding: 0 1.2rem;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] .row-full-width-inner h1 span {
    font-size: 24px !important;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] .row-full-width-inner .slick-slider .slick-arrow {
    margin-top: -3.5rem;
    width: 30px;
    height: 30px;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"] .row-full-width-inner [data-content-type="text"] h1 span {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="row"].section .row-full-width-inner .pagebuilder-column {
    padding: 0 1.5rem;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info {
    padding: 0;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="products"] .widget-product-carousel:not(.slick-slider) .product-item {
    width: 67%;
  }
  .cms-index-index #maincontent .columns .main [data-content-type="text"] p {
    width: 100% !important;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home {
    padding: 0;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-title {
    margin-bottom: 14px;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-content .all-reviews-home-slider {
    padding-inline-start: 0;
    margin-bottom: 0;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer {
    padding: 0;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item {
    padding-bottom: 0;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-details .review-content {
    position: relative;
    opacity: 1;
    background: none;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-details .review-content span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-prev {
    left: 20px;
  }
  .cms-index-index #maincontent .columns .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-next {
    right: 20px;
  }
  .cms-index-index #maincontent .columns .main .reputation-section {
    padding-top: 16px;
  }
  .cms-index-index #maincontent .columns .main .reputation-section .pagebuilder-column {
    flex-basis: 50%;
    margin-bottom: 24px !important;
  }
  .cms-index-index #maincontent .columns .main .footer-title-row.seemore-container {
    margin: 0 1.5rem 60px;
  }
  .cms-index-index #maincontent .columns .main .footer-title-row.seemore-container .readmore {
    max-height: 123px;
  }
  body.customer-account-index .breadcrumbs,
  body.customer-address-form .breadcrumbs,
  body.customer-address-index .breadcrumbs,
  body.wishlist-index-index .breadcrumbs,
  body.newsletter-manage-index .breadcrumbs,
  body.sales-order-history .breadcrumbs,
  body.sales-order-view .breadcrumbs,
  body.wishlist-index-share .breadcrumbs,
  body.sales-order-invoice .breadcrumbs,
  body.sales-order-shipment .breadcrumbs {
    display: none;
  }
  body.customer-account-index #maincontent,
  body.customer-address-form #maincontent,
  body.customer-address-index #maincontent,
  body.wishlist-index-index #maincontent,
  body.newsletter-manage-index #maincontent,
  body.sales-order-history #maincontent,
  body.sales-order-view #maincontent,
  body.wishlist-index-share #maincontent,
  body.sales-order-invoice #maincontent,
  body.sales-order-shipment #maincontent {
    padding: 20px;
  }
  body.customer-account-index #maincontent .columns .actions-toolbar button span,
  body.customer-address-form #maincontent .columns .actions-toolbar button span,
  body.customer-address-index #maincontent .columns .actions-toolbar button span,
  body.wishlist-index-index #maincontent .columns .actions-toolbar button span,
  body.newsletter-manage-index #maincontent .columns .actions-toolbar button span,
  body.sales-order-history #maincontent .columns .actions-toolbar button span,
  body.sales-order-view #maincontent .columns .actions-toolbar button span,
  body.wishlist-index-share #maincontent .columns .actions-toolbar button span,
  body.sales-order-invoice #maincontent .columns .actions-toolbar button span,
  body.sales-order-shipment #maincontent .columns .actions-toolbar button span {
    transform: translateX(0px) !important;
  }
  body.customer-account-index #maincontent .columns .actions-toolbar button span::after,
  body.customer-address-form #maincontent .columns .actions-toolbar button span::after,
  body.customer-address-index #maincontent .columns .actions-toolbar button span::after,
  body.wishlist-index-index #maincontent .columns .actions-toolbar button span::after,
  body.newsletter-manage-index #maincontent .columns .actions-toolbar button span::after,
  body.sales-order-history #maincontent .columns .actions-toolbar button span::after,
  body.sales-order-view #maincontent .columns .actions-toolbar button span::after,
  body.wishlist-index-share #maincontent .columns .actions-toolbar button span::after,
  body.sales-order-invoice #maincontent .columns .actions-toolbar button span::after,
  body.sales-order-shipment #maincontent .columns .actions-toolbar button span::after {
    display: none !important;
  }
  body.customer-account-index #maincontent .columns .sidebar-main,
  body.customer-address-form #maincontent .columns .sidebar-main,
  body.customer-address-index #maincontent .columns .sidebar-main,
  body.wishlist-index-index #maincontent .columns .sidebar-main,
  body.newsletter-manage-index #maincontent .columns .sidebar-main,
  body.sales-order-history #maincontent .columns .sidebar-main,
  body.sales-order-view #maincontent .columns .sidebar-main,
  body.wishlist-index-share #maincontent .columns .sidebar-main,
  body.sales-order-invoice #maincontent .columns .sidebar-main,
  body.sales-order-shipment #maincontent .columns .sidebar-main,
  body.customer-account-index #maincontent .columns .column.main,
  body.customer-address-form #maincontent .columns .column.main,
  body.customer-address-index #maincontent .columns .column.main,
  body.wishlist-index-index #maincontent .columns .column.main,
  body.newsletter-manage-index #maincontent .columns .column.main,
  body.sales-order-history #maincontent .columns .column.main,
  body.sales-order-view #maincontent .columns .column.main,
  body.wishlist-index-share #maincontent .columns .column.main,
  body.sales-order-invoice #maincontent .columns .column.main,
  body.sales-order-shipment #maincontent .columns .column.main {
    width: 100%;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .orderwish-container,
  body.customer-address-form #maincontent .columns .sidebar-main .orderwish-container,
  body.customer-address-index #maincontent .columns .sidebar-main .orderwish-container,
  body.wishlist-index-index #maincontent .columns .sidebar-main .orderwish-container,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-history #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-view #maincontent .columns .sidebar-main .orderwish-container,
  body.wishlist-index-share #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-invoice #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-shipment #maincontent .columns .sidebar-main .orderwish-container {
    grid-template-columns: 1fr;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.customer-address-form #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.customer-address-index #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.wishlist-index-index #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.sales-order-history #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.sales-order-view #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.wishlist-index-share #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.sales-order-invoice #maincontent .columns .sidebar-main .block-collapsible-nav .content,
  body.sales-order-shipment #maincontent .columns .sidebar-main .block-collapsible-nav .content {
    margin-top: 20px;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.customer-address-form #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.customer-address-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.wishlist-index-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.sales-order-history #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.sales-order-view #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.wishlist-index-share #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.sales-order-invoice #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items,
  body.sales-order-shipment #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding: 15px;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.customer-address-form #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.customer-address-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.wishlist-index-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.sales-order-history #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.sales-order-view #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.wishlist-index-share #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.sales-order-invoice #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.sales-order-shipment #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item a:hover,
  body.customer-account-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.customer-address-form #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.customer-address-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.wishlist-index-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.sales-order-history #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.sales-order-view #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.wishlist-index-share #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.sales-order-invoice #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong,
  body.sales-order-shipment #maincontent .columns .sidebar-main .block-collapsible-nav .content .nav.items .nav.item.current strong {
    border-bottom: 0;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .orderwish-container,
  body.customer-address-form #maincontent .columns .sidebar-main .orderwish-container,
  body.customer-address-index #maincontent .columns .sidebar-main .orderwish-container,
  body.wishlist-index-index #maincontent .columns .sidebar-main .orderwish-container,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-history #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-view #maincontent .columns .sidebar-main .orderwish-container,
  body.wishlist-index-share #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-invoice #maincontent .columns .sidebar-main .orderwish-container,
  body.sales-order-shipment #maincontent .columns .sidebar-main .orderwish-container {
    grid-template-columns: 1fr;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.customer-address-form #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.customer-address-index #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.wishlist-index-index #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.sales-order-history #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.sales-order-view #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.wishlist-index-share #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.sales-order-invoice #maincontent .columns .sidebar-main .orderwish-container .block-reorder,
  body.sales-order-shipment #maincontent .columns .sidebar-main .orderwish-container .block-reorder {
    margin-right: 0;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.customer-address-form #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.customer-address-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.wishlist-index-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.sales-order-history #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.sales-order-view #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.wishlist-index-share #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.sales-order-invoice #maincontent .columns .sidebar-main .orderwish-container .block-wishlist,
  body.sales-order-shipment #maincontent .columns .sidebar-main .orderwish-container .block-wishlist {
    margin-left: 0;
    margin-top: 30px;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.customer-address-form #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.customer-address-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.wishlist-index-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.sales-order-history #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.sales-order-view #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.wishlist-index-share #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.sales-order-invoice #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
  body.sales-order-shipment #maincontent .columns .sidebar-main .orderwish-container .block-wishlist .product-items {
    display: flex;
    max-height: unset;
    flex-direction: column;
  }
  body.customer-account-index #maincontent .columns .sidebar-main .cust-detail,
  body.customer-address-form #maincontent .columns .sidebar-main .cust-detail,
  body.customer-address-index #maincontent .columns .sidebar-main .cust-detail,
  body.wishlist-index-index #maincontent .columns .sidebar-main .cust-detail,
  body.newsletter-manage-index #maincontent .columns .sidebar-main .cust-detail,
  body.sales-order-history #maincontent .columns .sidebar-main .cust-detail,
  body.sales-order-view #maincontent .columns .sidebar-main .cust-detail,
  body.wishlist-index-share #maincontent .columns .sidebar-main .cust-detail,
  body.sales-order-invoice #maincontent .columns .sidebar-main .cust-detail,
  body.sales-order-shipment #maincontent .columns .sidebar-main .cust-detail {
    margin-top: 10px;
  }
  body.customer-account-index #maincontent .columns .column.main .table-wrapper table tr > td,
  body.customer-address-form #maincontent .columns .column.main .table-wrapper table tr > td,
  body.customer-address-index #maincontent .columns .column.main .table-wrapper table tr > td,
  body.wishlist-index-index #maincontent .columns .column.main .table-wrapper table tr > td,
  body.newsletter-manage-index #maincontent .columns .column.main .table-wrapper table tr > td,
  body.sales-order-history #maincontent .columns .column.main .table-wrapper table tr > td,
  body.sales-order-view #maincontent .columns .column.main .table-wrapper table tr > td,
  body.wishlist-index-share #maincontent .columns .column.main .table-wrapper table tr > td,
  body.sales-order-invoice #maincontent .columns .column.main .table-wrapper table tr > td,
  body.sales-order-shipment #maincontent .columns .column.main .table-wrapper table tr > td {
    text-align: left;
  }
  body.customer-account-index #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.customer-address-form #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.customer-address-index #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.wishlist-index-index #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.newsletter-manage-index #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.sales-order-history #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.sales-order-view #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.wishlist-index-share #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.sales-order-invoice #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child),
  body.sales-order-shipment #maincontent .columns .column.main .table-wrapper table tr > td:not(:last-child) {
    border: 0;
  }
  body.customer-account-index #maincontent .columns .column.main .cust-detail,
  body.customer-address-form #maincontent .columns .column.main .cust-detail,
  body.customer-address-index #maincontent .columns .column.main .cust-detail,
  body.wishlist-index-index #maincontent .columns .column.main .cust-detail,
  body.newsletter-manage-index #maincontent .columns .column.main .cust-detail,
  body.sales-order-history #maincontent .columns .column.main .cust-detail,
  body.sales-order-view #maincontent .columns .column.main .cust-detail,
  body.wishlist-index-share #maincontent .columns .column.main .cust-detail,
  body.sales-order-invoice #maincontent .columns .column.main .cust-detail,
  body.sales-order-shipment #maincontent .columns .column.main .cust-detail {
    margin-bottom: 20px;
  }
  .customer-address-form .page-main .columns .sidebar-main,
  .customer-address-index .page-main .columns .sidebar-main,
  .wishlist-index-index .page-main .columns .sidebar-main,
  .newsletter-manage-index .page-main .columns .sidebar-main,
  .sales-order-history .page-main .columns .sidebar-main {
    margin: 0 auto !important;
  }
  .customer-address-form .page-main .columns .column.main,
  .customer-address-index .page-main .columns .column.main,
  .wishlist-index-index .page-main .columns .column.main,
  .newsletter-manage-index .page-main .columns .column.main,
  .sales-order-history .page-main .columns .column.main {
    margin: 0 auto;
  }
  .customer-address-form .page-main .columns .column.main .products-grid .product-item .product-item-info,
  .customer-address-index .page-main .columns .column.main .products-grid .product-item .product-item-info,
  .wishlist-index-index .page-main .columns .column.main .products-grid .product-item .product-item-info,
  .newsletter-manage-index .page-main .columns .column.main .products-grid .product-item .product-item-info,
  .sales-order-history .page-main .columns .column.main .products-grid .product-item .product-item-info {
    display: flex;
    flex-direction: column;
  }
  .customer-address-form .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-photo,
  .customer-address-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-photo,
  .wishlist-index-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-photo,
  .newsletter-manage-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-photo,
  .sales-order-history .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-photo {
    margin: 10px 0;
  }
  .customer-address-form .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-name,
  .customer-address-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-name,
  .wishlist-index-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-name,
  .newsletter-manage-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-name,
  .sales-order-history .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-name {
    margin: 0 5px;
    text-align: center !important;
  }
  .customer-address-form .page-main .columns .column.main .products-grid .product-item .product-item-info .product-reviews-summary,
  .customer-address-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-reviews-summary,
  .wishlist-index-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-reviews-summary,
  .newsletter-manage-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-reviews-summary,
  .sales-order-history .page-main .columns .column.main .products-grid .product-item .product-item-info .product-reviews-summary {
    margin: 5px;
  }
  body.customer-address-form #maincontent .columns .column.main,
  body.customer-address-index #maincontent .columns .column.main {
    margin-top: 0;
  }
  body.customer-address-form #maincontent .columns .column.main form.form-address-edit,
  body.customer-address-index #maincontent .columns .column.main form.form-address-edit {
    min-width: 50px;
    width: 100%;
  }
  body.customer-address-form #maincontent .columns .column.main form.form-address-edit > *,
  body.customer-address-index #maincontent .columns .column.main form.form-address-edit > * {
    width: 100%;
  }
  body.customer-address-form #maincontent .columns .column.main form.form-address-edit .actions-toolbar,
  body.customer-address-index #maincontent .columns .column.main form.form-address-edit .actions-toolbar {
    width: 100%;
  }
  body.customer-address-form #maincontent .columns .column.main > .block,
  body.customer-address-index #maincontent .columns .column.main > .block {
    text-align: left;
  }
  body.customer-address-form #maincontent .columns .column.main > .block .block-title strong,
  body.customer-address-index #maincontent .columns .column.main > .block .block-title strong {
    font-size: 20px;
  }
  body.customer-address-form #maincontent .columns .page-title-wrapper .page-title,
  body.customer-address-index #maincontent .columns .page-title-wrapper .page-title {
    margin-top: 0;
  }
  body.wishlist-index-index #maincontent .wishlist-toolbar {
    position: relative;
    padding: 0;
  }
  body.wishlist-index-index #maincontent .page-title-wrapper .page-title {
    margin: 10px 0;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info {
    flex-wrap: wrap;
    flex-direction: row;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-photo,
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-inner {
    width: 100%;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 100px;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-inner {
    z-index: 2;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-inner > .product-item-actions .action span {
    transform: translateX(0px);
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-inner > .product-item-actions .action:before {
    display: none !important;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-name {
    display: inline-block;
    margin: 0;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-info .product-item-tooltip {
    margin: 0;
  }
  body.wishlist-index-index #maincontent button.action span {
    transform: none;
  }
  body.wishlist-index-index #maincontent button.action span::after {
    display: none;
  }
  body.wishlist-index-share #maincontent .columns .sidebar-main {
    margin-bottom: 0 !important;
  }
  body.sales-order-view #maincontent .columns .column.main .page-title-wrapper .page-title,
  body.sales-order-invoice #maincontent .columns .column.main .page-title-wrapper .page-title,
  body.sales-order-shipment #maincontent .columns .column.main .page-title-wrapper .page-title {
    margin: auto;
  }
  body.sales-order-view #maincontent .columns .column.main .page-title-wrapper .actions-toolbar .actions > a,
  body.sales-order-invoice #maincontent .columns .column.main .page-title-wrapper .actions-toolbar .actions > a,
  body.sales-order-shipment #maincontent .columns .column.main .page-title-wrapper .actions-toolbar .actions > a {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  body.sales-order-view #maincontent .columns .sidebar-main,
  body.sales-order-invoice #maincontent .columns .sidebar-main,
  body.sales-order-shipment #maincontent .columns .sidebar-main {
    margin-bottom: 0 !important;
  }
  .page-products .page-wrapper .breadcrumbs {
    display: none;
    padding: 24px 0;
    margin-bottom: 0;
  }
  .page-products .page-wrapper #maincontent {
    padding-top: 0;
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .pagebuilder-column[class*="background-image-"] {
    min-height: 45vw;
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .pagebuilder-column[class*="background-image-"] + .pagebuilder-column {
    margin: 20px 0;
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .pagebuilder-column [data-content-type="text"] {
    margin: 0 20px;
    text-align: left;
    max-width: 100%;
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .category-links-container {
    overflow-x: scroll;
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .category-links-container > div {
    display: flex;
    flex-direction: row;
    text-align: left;
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .category-links-container .item-link {
    text-align: center;
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .readmore {
    min-height: 148px;
  }
  .page-products .page-wrapper #maincontent .columns {
    padding-top: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item {
    margin: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item .amshopby-choice:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:after,
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:before {
    position: absolute;
    bottom: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:before {
    bottom: 100%;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-filter-opener,
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-sorter,
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-amount {
    flex-basis: calc(100% / 3);
    padding: 20px 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-filter-opener {
    display: flex;
    padding: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-filter-opener #filter-opener {
    padding: 20px 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-filter-opener #filter-opener span {
    font-size: 12px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-sorter {
    display: flex;
    justify-content: flex-end;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-sorter .sorter-action {
    float: unset !important;
    right: 0;
    order: -1;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-sorter .select-items {
    width: 90%;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products .toolbar-sorter.gemperles-sorter {
    padding: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-filter-opener .filter-opener:before {
    vertical-align: text-top;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-sorter .select-selected {
    font-size: 12px;
    padding: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-sorter .select-selected:hover,
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-sorter .select-selected:focus {
    color: #333333;
    background: #8F8F8F;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-sorter .select-selected:hover::before,
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-sorter .select-selected:focus::before {
    filter: invert(0);
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-sorter .select-items label {
    font-size: 22px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .toolbar-products:first-child .toolbar-sorter .select-items::after {
    top: 15px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid {
    margin-top: 10px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item {
    margin-left: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-details {
    margin: 3px 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-details .price-box {
    display: block;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-details .price-box .price-container .price {
    font-size: 14px !important;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-details .product-item-name {
    margin-bottom: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 14px !important;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-details .product-item-name .product-item-link .description {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item .product_image .product-item-actions .actions-secondary .towishlist {
    right: 0;
    z-index: 3;
    display: none;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item {
    width: 100%;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item .banner-item {
    min-height: 174px;
    background-size: cover;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-name strong {
    font-size: 18px;
    line-height: 22px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-name-desc {
    bottom: 14px;
    left: 14px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-name-desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-name-desc a {
    font-size: 12px;
    padding: 10px 14px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-name-desc a::after {
    display: none;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid ~ #toolbar-amount {
    display: none !important;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid ~ .toolbar-products {
    margin: 30px auto;
    justify-content: center;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid ~ .toolbar-products .pages {
    margin-bottom: 0;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid ~ .toolbar-products .pages .pages-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .amscroll-load-button.-before {
    margin-top: 44px;
  }
  .page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .amscroll-load-button.-after {
    margin-bottom: 44px;
  }
  .page-products .page-wrapper #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev,
  .page-products .page-wrapper #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next {
    display: none;
  }
  .page-products .page-wrapper #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product_image .featured-label {
    padding: 5px;
    left: 10px;
    transform-origin: left;
    transform: rotate(90deg);
    right: unset;
  }
  .page-products .page-wrapper #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product_image .featured-label span {
    font-size: 10px;
  }
  .page-products .page-wrapper #maincontent .columns .main .footer-bottom {
    background-color: #fff;
    margin-left: -21px;
    margin-right: -21px;
  }
  .page-products .page-wrapper #maincontent .columns .main .footer-bottom > div {
    padding: 21px !important;
  }
  .page-products .page-wrapper .page-footer .seemore-container .readmore.expanded {
    /*max-height: 4400px;*/
  }
  .page-products .page-wrapper #maincontent .category-view .category-description .category-links-container > div {
    display: inline-block !important;
  }
  .page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap header.modal-header [data-role="closeBtn"] {
    margin-left: 20px;
    margin-right: 10px;
  }
  .page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap header.modal-header [data-role="closeBtn"]:before {
    height: 20px;
    width: 20px;
  }
  .page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap header.modal-header .modal-title {
    font-size: 24px;
  }
  .page-products .modals-wrapper #layered-filter-block {
    width: 100%;
  }
  .page-products .modals-wrapper #layered-filter-block #am-shopby-container {
    border-bottom: 0;
  }
  .page-products .modals-wrapper #layered-filter-block #am-shopby-container .items .item {
    margin-top: 8px;
  }
  .page-products .modals-wrapper #layered-filter-block #am-shopby-container > .block-subtitle {
    border: 0;
  }
  .page-products .modals-wrapper #layered-filter-block #am-shopby-container ~ #narrow-by-list {
    border-top: 1px solid #cccccc;
  }
  .page-products .modals-wrapper #layered-filter-block #am-shopby-container ~ .block-actions {
    margin: 0px 10px 10px;
  }
  .page-products .modals-wrapper #layered-filter-block #am-shopby-container ~ .block-actions a {
    height: auto;
  }
  .page-products .modals-wrapper #layered-filter-block #narrow-by-list .filter-options-item .filter-options-content {
    padding-top: 16px;
  }
  .page-products .modals-wrapper #layered-filter-block #narrow-by-list .filter-options-item .filter-options-content .items .item {
    margin: 10px 0px;
  }
  .page-products .modals-wrapper #layered-filter-block #narrow-by-list .filter-options-item .filter-options-content .items .item .amshopby-choice {
    top: 7px;
  }
  .page-products .modals-wrapper #layered-filter-block > .filter-content > .filter-subtitle {
    display: none;
  }
  .page-products .modals-wrapper #layered-filter-block .am_shopby_apply_filters .amshopby-button {
    margin-bottom: 0;
  }
  .page-products .modals-wrapper #layered-filter-block .modal-inner-wrap {
    width: 100%;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .opc-estimated-wrapper {
    background: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.101);
    border: none;
    padding-left: 21px;
    padding-right: 21px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #333333;
    font-weight: 400;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #333333;
    font-weight: 400;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: '';
    background: url(../images/icons/icon-cart.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 24px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: none;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
    text-shadow: none;
    color: #333333;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order {
    order: 2;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .form-login {
    background: none;
    padding: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .osc-authentication-wrapper .action-auth-toggle {
    font-size: 12px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .field.addresses .control .shipping-address-items {
    padding: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .field.addresses .control .shipping-address-items .shipping-address-item {
    max-width: 100%;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link:before {
    content: none;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link > span {
    position: static;
    width: auto;
    height: auto;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method .step-content .methods-shipping {
    background: none;
    border: none;
    padding: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method .step-content .methods-shipping #checkout-shipping-method-load .table-checkout-shipping-method tbody {
    padding-bottom: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method .step-content .methods-shipping #checkout-shipping-method-load .table-checkout-shipping-method tbody td {
    padding: 14px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods {
    margin: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method {
    padding: 14px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
    padding-left: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content {
    padding-left: 23px;
    margin-bottom: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content dl {
    margin-bottom: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-additional-desc #card-logos .bluesnap-icon svg {
    max-width: 30px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-content {
    padding: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-content .splitit-cc-group #splitit-expiration-date,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-content .splitit-cc-group #splitit-cvv {
    width: 100%;
    margin: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-content #installment-picker .splitit-installment-picker-dropdown select {
    font-size: 14px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-content #installment-picker .splitit-payment-schedule .splitit-ps-h-link.float-right {
    padding: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-content #installment-picker .splitit-payment-schedule .splitit-ps-h-link-toggle-schedule {
    padding-left: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments .opc-payment .payment-methods .payment-group input[type="radio"]#paypal_express + label img {
    padding-right: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points {
    padding: 0 15px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code form .payment-option-inner,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points form .payment-option-inner,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code form .actions-toolbar,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points form .actions-toolbar {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code form .payment-option-inner .action-apply,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points form .payment-option-inner .action-apply,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code form .actions-toolbar .action-apply,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points form .actions-toolbar .action-apply {
    width: 100%;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code form#reward-points-form .max-allowed-points-qty,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points form#reward-points-form .max-allowed-points-qty {
    margin-top: 10px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code form#reward-points-form .primary,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points form#reward-points-form .primary {
    width: 100%;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code form#reward-points-form .primary button,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points form#reward-points-form .primary button {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container {
    display: none;
    order: 1;
    position: relative;
    padding: 0;
    top: 0;
    margin-top: -25px;
    margin-bottom: 35px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .row-mp > .mp-12 {
    padding: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .title strong {
    font-size: 12px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .title:after {
    top: 15px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table .product-item td.details-name-qty-subtotal .product-item-detail {
    padding-left: 0;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table .product-item td.details-name-qty-subtotal .product-item-name {
    font-size: 12px !important;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table .product-item td.details-name-qty-subtotal .product.options {
    text-align: left;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table .product-item td.details-name-qty-subtotal .product.options .toggle:after {
    display: none;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table .product-item td.details-name-qty-subtotal .product.options .content {
    display: block !important;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table .product-item td.details-name-qty-subtotal .product.options .content .item-options * {
    font-size: 12px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table .product-item td.details-name-qty-subtotal .qty-wrapper {
    text-align: left;
    padding: 0 !important;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .table-totals tbody tr td,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .table-totals tbody tr th {
    padding: 14px 24px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .table-totals tbody tr td::before,
  .checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main #checkout .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .table-totals tbody tr th::before {
    display: none;
  }
  .checkout-index-index.onestepcheckout-index-index .modal-popup {
    left: 0;
    display: flex;
  }
  .checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap {
    background: #FFFFFF;
    min-height: fit-content;
  }
  .checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer {
    margin-top: 0;
  }
  body.paypal-express-review .page-wrapper #maincontent {
    padding: 0 20px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount {
    padding-bottom: 0;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount #block-discount .title {
    padding: 15px 40px 15px 10px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount #block-discount .title::after {
    top: 16px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount #discount-coupon-form .coupon {
    margin: 15px 0 10px;
    display: block;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount #discount-coupon-form .coupon > div {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount #discount-coupon-form .coupon .action.apply {
    width: 100%;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items .paypal-review-title .action {
    margin: 12px 0 20px 0;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr {
    padding: 20px 0;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item {
    padding-top: 0;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-photo {
    top: 0px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-photo .product-image-container {
    max-width: 100%;
    margin: 0;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-details .product-item-name {
    font-size: 14px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-details .item-options {
    margin-top: 10px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.qty::before,
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.subtotal::before {
    display: none;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.subtotal {
    padding-top: 5px;
    text-align: right;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.qty {
    width: 20px;
    height: 20px;
    padding: 0px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot {
    width: 100%;
    display: table;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr .mark {
    padding: 11px 10px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr.grand .mark {
    padding-bottom: 25px;
    padding-top: 20px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form {
    margin-bottom: 50px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form #review-button {
    padding: 14px 35px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form #review-button span {
    font-size: 16px;
  }
  body.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form #review-button span::after {
    vertical-align: middle;
  }
  .checkout-cart-index .page-wrapper #maincontent {
    padding: 20px 0 !important;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .visible-xs {
    display: initial;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .hidden-xs {
    display: none;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main td.visible-xs {
    display: table-cell;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .page-title-wrapper,
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart {
    padding: 0 21px !important;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart,
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart #cart-totals .table-wrapper .table.totals th,
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary #cart-totals .table-wrapper .table.totals th,
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart #cart-totals .table-wrapper .table.totals td,
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary #cart-totals .table-wrapper .table.totals td {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .page-title-wrapper {
    order: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart {
    padding: 0 15px;
    order: 1;
    margin-bottom: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper {
    border: none;
    margin-bottom: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table {
    table-layout: auto;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table td {
    padding: 10px 14px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-photo-col {
    min-width: 100px;
    padding: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-photo-col .product-item-photo {
    height: 100px;
    width: 100px;
    max-width: 100%;
    position: static;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-photo-col .product-item-photo .product-image-container .product-image-wrapper {
    width: 100%;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-info-col {
    height: 35px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-info-col .product-item-info .product-item-name {
    font-size: 14px;
    line-height: 18px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-actions-col {
    height: 35px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-actions-col .actions-toolbar {
    min-height: 15px;
    padding-bottom: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-actions-col .actions-toolbar .action-delete {
    height: 12px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-info-row .item-actions-col .actions-toolbar .action-delete:before {
    vertical-align: top;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-details-row .item-details-col {
    border-right: inherit;
    padding: 10px 14px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-details-row .item-details-col.visible-xs {
    border-right: 1px solid #f4f4f4;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-details-row .item-details-col .product-item-details .item.message {
    z-index: 99;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .item .item-details-row .subtotal-col {
    vertical-align: middle;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper .items .readonly-product .qty-update {
    display: none !important;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.table-wrapper .items .readonly-product input {
    pointer-events: none;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount {
    order: 1;
    border: none;
    margin-top: 0;
    margin-bottom: 14px;
    min-height: 0px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount #block-discount {
    width: auto;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount #block-discount .title {
    border: none;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount #block-discount .content {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount #block-discount .content .field,
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount #block-discount .content .actions-toolbar {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount #block-discount .content .action.apply {
    width: 100%;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container #gift-options-cart {
    order: 1;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary {
    order: 2;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.101);
    padding: 0;
    margin-top: 24px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary > * {
    padding: 0px 21px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .summary.title {
    display: block;
    margin-top: 30px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment {
    width: 100%;
    max-width: 500px;
    padding: 0 15px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment .pagebuilder-column-group {
    margin: 0 18px;
    gap: 3px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment .pagebuilder-column-group .pagebuilder-column {
    flex-basis: unset;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group {
    flex-direction: column;
    margin-top: 24px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
    flex-direction: row !IMPORTANT;
    border-top: 1px solid #F4F4F4;
    padding: 25px 21px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group .pagebuilder-column figure {
    width: 33px;
    margin-right: 24px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group .pagebuilder-column img {
    max-height: 20px;
    vertical-align: middle;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content {
    margin: 20px 0;
    border: 0;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a {
    min-height: auto;
    padding: 10px;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a span {
    line-height: normal;
    transform: none;
  }
  .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a span::after {
    display: none;
  }
  .catalog-product-view .page-wrapper .breadcrumbs {
    display: none;
    padding: 24px 20px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav:before,
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav:after {
    content: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame--dot {
    width: 40px;
    margin-right: 5px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame--dot .fotorama__dot {
    width: 40px;
    height: 1px;
    border-radius: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
    height: 3px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .media .gallery-placeholder.dekstop {
    display: none !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .media .gallery-placeholder[data-gallery-role="gallery-placeholder"] {
    display: block !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .page-title-wrapper {
    align-items: normal;
    margin-bottom: 2rem;
    flex-direction: row;
    overflow: visible;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .page-title-wrapper .product-title {
    z-index: 9;
    width: calc((100% - 40px));
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons {
    position: absolute;
    right: 0;
    background: #fff;
    width: auto;
    min-width: 150px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis {
    margin-right: 0;
    width: auto;
    text-align: right;
    padding: 10px;
    background: #fff;
    z-index: 10;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis.active {
    left: calc((100% - 40px));
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links {
    z-index: 10;
    flex-wrap: wrap;
    height: auto;
    z-index: 9;
    background: #fff;
    justify-content: center;
    padding: 10px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-link:not(:last-child) {
    margin-right: 1.8vw;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .product-info-price {
    margin: 0 0 24px;
    width: 100% !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .product-info-price .price-box {
    width: auto !important;
    padding-left: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .product-info-price .price-box .price-container {
    line-height: 1;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .product-info-price .product-info-stock-sku {
    order: 1;
    float: right;
    padding-bottom: 10px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .product-info-price .product-info-stock-sku .sku {
    padding-right: 10px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .product-info-price > .tooltip-block {
    margin-bottom: 0;
    margin-top: 14px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .bundle-actions .customize {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .bundle-actions .customize span {
    font-size: 12px;
    line-height: normal;
    margin: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main .product-info-main .bundle-actions .customize span:before {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    background: #fff;
    margin: 0;
    z-index: 999999;
    border-top: 1px solid #eee;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions #buynow-wrapper,
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart {
    width: calc(50% - 24px) !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart,
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart span,
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow span {
    font-size: 12px;
    line-height: normal;
    margin: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart span:before,
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow span:before {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .box-tocart .fieldset .actions .action.towishlist {
    width: 40px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items {
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item {
    width: 50% !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .display-fermoir-infos {
    display: none !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info {
    text-align: center;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-details {
    flex-direction: column;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-details .field.related {
    text-align: center;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-details .field.related input {
    margin: 2px auto 5px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-details .product-item-name {
    text-align: center !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-details .price-box {
    margin: 10px auto;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-add-form form .init-handler {
    display: block !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .custom-tabs {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #attribute-description {
    width: 100%;
    margin: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #attribute-description .block .block-title {
    text-align: left;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #attribute-description .block .block-title strong {
    font-size: 14px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product {
    border-top: none;
    padding-bottom: 44px;
    margin-bottom: 44px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-title strong,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-title strong {
    text-transform: capitalize;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content {
    flex-direction: column;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .product-attribute-specs-table {
    width: 100%;
    margin-bottom: 24px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .product-attribute-specs-table tbody {
    display: table;
    width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tr,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .product-attribute-specs-table tr {
    display: table-row;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tr td,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .product-attribute-specs-table tr td,
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tr th,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .product-attribute-specs-table tr th {
    display: table-cell;
    background: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tr th,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .product-attribute-specs-table tr th {
    padding-left: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .attribute-left,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .attribute-left,
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content .attribute-right,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content .attribute-right {
    transform: none;
    left: calc(50% - 150px);
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title {
    font-size: 12px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div {
    transform: translateX(0px) !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div::after,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div::after {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content #gallery .ug-item-wrapper img,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content #gallery .ug-item-wrapper img {
    pointer-events: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .additional-attributes-wrapper .block-content #gallery .ug-item-wrapper img:focus,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-video-product .block-content #gallery .ug-item-wrapper img:focus {
    pointer-events: unset;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews {
    padding-bottom: 44px;
    margin-bottom: 44px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-section-title {
    text-transform: capitalize;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper {
    flex-direction: column;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add,
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper [data-role=product-review],
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-list {
    max-width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-list {
    margin-right: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add {
    margin-top: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field .uploadfile {
    width: 60%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field .image {
    width: 40%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions {
    width: 184px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .actions-primary {
    max-width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .actions-primary .submit {
    width: 100%;
    min-height: 40px;
    padding-left: 29px;
    padding-right: 29px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .actions-primary .submit span {
    transform: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .actions-primary .submit span::after {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .amfaq-product-tab {
    padding-bottom: 44px;
    margin-bottom: 44px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .amfaq-product-tab .block-title strong {
    text-transform: capitalize;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .amfaq-product-tab .block-content {
    flex-direction: column;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .amfaq-product-tab .block-content .ask-question-form,
  .catalog-product-view .page-wrapper #maincontent .columns .main .amfaq-product-tab .block-content .amfaq_questions {
    max-width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .action {
    width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .gemperles-benifits-container {
    padding-bottom: 44px;
    margin-bottom: 44px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .related:not(.top-nav) .block-title strong,
  .catalog-product-view .page-wrapper #maincontent .columns .main .upsell:not(.top-nav) .block-title strong,
  .catalog-product-view .page-wrapper #maincontent .columns .main .crosssel:not(.top-nav) .block-title strong,
  .catalog-product-view .page-wrapper #maincontent .columns .main .block-products-list:not(.top-nav) .block-title strong {
    text-transform: capitalize;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items {
    padding: 0;
    display: block;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details {
    padding: 14px 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    font-size: 12px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
    display: block;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .slick-arrow {
    width: 80px;
    height: 80px;
    border: none;
    top: calc(50% - 50px);
    background: none !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .slick-arrow:before {
    content: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .slick-arrow::after {
    margin: auto;
    content: "";
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+") center no-repeat !important;
    display: block;
    border: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .slick-arrow.slick-prev {
    left: -15px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .slick-arrow.slick-prev::after {
    transform: scaleX(-1);
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .products-grid .product-items .slick-arrow.slick-next {
    right: -15px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .bundle-options-container form {
    flex-direction: column;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .bundle-options-container form > .bundle-options-wrapper {
    width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .bundle-options-container form > .bundle-options-wrapper #product-options-wrapper > .fieldset > .field {
    width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .bundle-options-container .block-bundle-summary {
    width: 100%;
    margin: 30px 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
    font-size: 24px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .bundle-options-container #bundleSummary {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .gallery-placeholder {
    position: relative;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product-top-main {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media {
    padding: 0;
    margin-bottom: 15px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media:not(.magnifier-show) .magnifier-hint {
    display: block;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media .img-magnifier-glass {
    display: none !important;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media.magnifier-show {
    position: relative;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media.magnifier-show .magnifier-hint {
    bottom: 10px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media.magnifier-show .custom-mobile-magnifier {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 10;
    background-color: #fff;
    display: block;
    border: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media.magnifier-show .custom-mobile-magnifier::-webkit-scrollbar {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media.magnifier-show .custom-mobile-magnifier .img-magnifier-mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    max-height: none;
    width: 175%;
    height: 175%;
    display: block;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media.magnifier-show .custom-mobile-magnifier .img-magnifier-mobile.mobile_magnifier {
    display: block;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media.magnifier-show .custom-mobile-magnifier ~ .gallery-placeholder .magnifier-hint {
    display: block;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media .fotorama__img {
    opacity: 0;
    top: 0;
    transform: none;
    width: 100%;
    left: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media .fotorama__img-mobile {
    display: block !important;
    margin: auto;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .product.media .fotorama__nav-wrap {
    margin-top: 10px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .length-guide .guide-longueurs {
    width: 100%;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .length-guide .guide-longueurs .guide-longueur-tabs {
    width: 100%;
    display: table;
    margin: 0;
    border-right: 1px solid #f4f4f4;
    border-bottom: 0;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .length-guide .guide-longueurs .guide-longueur-tabs li a {
    font-size: 14px;
    text-align: left;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .length-guide .guide-longueurs .guide-longueur-panes {
    width: 100%;
    display: table;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .main .length-guide .guide-longueurs .guide-longueur-panes p {
    font-size: 12px;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .gallery-placeholder__image {
    pointer-events: none;
  }
  .catalog-product-view .page-wrapper #maincontent .columns .gallery-placeholder__image:focus {
    pointer-events: unset;
  }
  .catalog-product-view .page-wrapper button.btt-button {
    bottom: 130px !important;
  }
  .catalog-product-view #launcher {
    bottom: 68px !important;
  }
  .catalog-product-view .modal-popup .installment-popup {
    right: 0;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-header .action-close {
    border: none;
  }
  .catalog-product-view.selecting-option {
    overflow: hidden;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-info-price {
    position: fixed;
    bottom: calc(60% + 79px);
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 !important;
    justify-content: flex-start;
    padding: 15px;
    border-bottom: 1px solid #eae8e4;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-info-price #option-mini-description {
    padding: 0;
    display: block !important;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-info-price .product-info-stock-sku,
  .catalog-product-view.selecting-option #maincontent .columns .main .product-info-price .price-box .tooltip-block,
  .catalog-product-view.selecting-option #maincontent .columns .main .product-info-price .tooltip-block {
    display: none;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-info-price .price-box {
    margin-left: 25px;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-info-price::after {
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #031b49;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 43px 25px;
    border-left: 1px solid #eae8e4;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(51, 51, 51, 0.55);
    top: 0;
    z-index: 998;
    left: 0;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form {
    position: fixed;
    bottom: 79px;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
    max-height: 60%;
    overflow-x: auto;
    padding: 0 15px 15px;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .arrow-pointer {
    background: #fff;
    border-bottom: 0;
    padding: 10px 0 0;
    margin: 0;
    border-top: 1px solid #ededed;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .arrow-pointer::after {
    display: none;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .arrow-pointer strong {
    color: #000;
    font-size: 16px;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav.description {
    display: none;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .products-grid {
    margin-top: 10px;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .products-grid .product-items {
    margin: 0;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .products-grid .product-items .product-item {
    width: 25% !important;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .products-grid .product-items .product-item .product-item-info {
    padding: 5px;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .products-grid .product-items .product-item .product-item-details .price-box {
    padding: 0;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .products-grid .product-items .product-item .product-item-details .field.related {
    flex: 1;
    width: auto;
    margin: 0 auto;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .content {
    border: 0;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .control {
    border: 0;
    margin: 10px 0 15px !important;
    display: block !important;
    height: 100% !important;
    padding-bottom: 10px !important;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .field.top-nav .control span {
    padding-left: 0;
    font-size: 12px;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form #validation-advice {
    margin-bottom: 0;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form #validation-advice:after {
    font-size: 13px;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .product-add-form #product_addtocart_form .validation-failed {
    border: 0;
    padding: 0;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .bundle-options-container .bundle-options-wrapper #customizeTitle,
  .catalog-product-view.selecting-option #maincontent .columns .main .bundle-options-container .bundle-options-wrapper #customizeTitle ~ br,
  .catalog-product-view.selecting-option #maincontent .columns .main .bundle-options-container .bundle-options-wrapper .action.back.customization,
  .catalog-product-view.selecting-option #maincontent .columns .main .bundle-options-container .bundle-options-wrapper select.bundle-option-select {
    display: none;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .bundle-options-container .bundle-options-wrapper .fieldset > .field {
    padding-top: 0;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .bundle-options-container .bundle-options-wrapper .fieldset > .field .control {
    display: block !important;
    height: 100% !important;
    padding-bottom: 10px !important;
  }
  .catalog-product-view.selecting-option #maincontent .columns .main .bundle-options-container .bundle-options-wrapper .required {
    font-size: 12px;
  }
  .catalog-product-view.selecting-option .page-wrapper .nav-sections-4.sticky-header {
    box-shadow: none;
  }
  body.contact-index-index .page-wrapper #maincontent {
    width: 100%;
    padding: 0 15px;
  }
  body.contact-index-index .page-wrapper #maincontent .page-title-wrapper .page-title {
    margin: 24px 0;
  }
  body.contact-index-index .page-wrapper #maincontent .column.main {
    padding: 0 3.33333333vw;
  }
  body.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-sm-6 {
    width: 100%;
    max-width: 100%;
  }
  body.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info {
    padding: 50px 35px;
  }
  body.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info p > span,
  body.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info a > span {
    font-size: 13px !important;
  }
  body.contact-index-index .page-wrapper #maincontent .column.main .contact-container .form-area {
    margin-top: 30px;
    padding: 0;
  }
  body.customer-account-create #maincontent,
  body.customer-account-login #maincontent,
  body.customer-account-forgotpassword #maincontent,
  body.sendfriend-product-send #maincontent {
    width: 100% !important;
    min-width: 0;
    padding: 0 21px;
  }
  body.customer-account-create #maincontent .column.main .fieldset.create.info,
  body.customer-account-login #maincontent .column.main .fieldset.create.info,
  body.customer-account-forgotpassword #maincontent .column.main .fieldset.create.info,
  body.sendfriend-product-send #maincontent .column.main .fieldset.create.info,
  body.customer-account-create #maincontent .column.main .fieldset.create.account,
  body.customer-account-login #maincontent .column.main .fieldset.create.account,
  body.customer-account-forgotpassword #maincontent .column.main .fieldset.create.account,
  body.sendfriend-product-send #maincontent .column.main .fieldset.create.account,
  body.customer-account-create #maincontent .column.main .block-customer-login,
  body.customer-account-login #maincontent .column.main .block-customer-login,
  body.customer-account-forgotpassword #maincontent .column.main .block-customer-login,
  body.sendfriend-product-send #maincontent .column.main .block-customer-login,
  body.customer-account-create #maincontent .column.main .block-new-customer,
  body.customer-account-login #maincontent .column.main .block-new-customer,
  body.customer-account-forgotpassword #maincontent .column.main .block-new-customer,
  body.sendfriend-product-send #maincontent .column.main .block-new-customer,
  body.customer-account-create #maincontent .column.main .form.password.forget,
  body.customer-account-login #maincontent .column.main .form.password.forget,
  body.customer-account-forgotpassword #maincontent .column.main .form.password.forget,
  body.sendfriend-product-send #maincontent .column.main .form.password.forget,
  body.customer-account-create #maincontent .column.main #product-sendtofriend-form,
  body.customer-account-login #maincontent .column.main #product-sendtofriend-form,
  body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form,
  body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form {
    width: 100%;
    float: none;
  }
  body.customer-account-create #maincontent .column.main .actions-toolbar,
  body.customer-account-login #maincontent .column.main .actions-toolbar,
  body.customer-account-forgotpassword #maincontent .column.main .actions-toolbar,
  body.sendfriend-product-send #maincontent .column.main .actions-toolbar {
    width: 100%;
    max-width: 100%;
    min-width: 10px !important;
  }
  body.customer-account-create #maincontent .column.main .actions-toolbar .primary,
  body.customer-account-login #maincontent .column.main .actions-toolbar .primary,
  body.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary,
  body.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary {
    float: none;
    min-width: 0;
  }
  body.customer-account-create #maincontent .column.main .sociallogin-block,
  body.customer-account-login #maincontent .column.main .sociallogin-block,
  body.customer-account-forgotpassword #maincontent .column.main .sociallogin-block,
  body.sendfriend-product-send #maincontent .column.main .sociallogin-block {
    max-width: 100% !important;
  }
  body.customer-account-forgotpassword #maincontent,
  body.sendfriend-product-send #maincontent {
    max-width: 500px;
    margin: auto;
  }
  body.customer-account-forgotpassword #maincontent .form.password.forget .field.captcha .captcha-image button,
  body.sendfriend-product-send #maincontent .form.password.forget .field.captcha .captcha-image button {
    padding: 0;
    line-height: 10px;
  }
  body.customer-account-forgotpassword #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar,
  body.sendfriend-product-send #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar {
    text-align: center;
  }
  body.customer-account-forgotpassword #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary,
  body.sendfriend-product-send #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary {
    float: none;
    margin: auto;
  }
  body.customer-account-forgotpassword #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary button,
  body.sendfriend-product-send #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary button {
    position: relative;
    margin-bottom: 10px;
  }
  body.customer-account-forgotpassword #maincontent .columns .column.main #product-sendtofriend-form .fieldset.sender .field.sender,
  body.sendfriend-product-send #maincontent .columns .column.main #product-sendtofriend-form .fieldset.sender .field.sender,
  body.customer-account-forgotpassword #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .field.sender,
  body.sendfriend-product-send #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .field.sender,
  body.customer-account-forgotpassword #maincontent .columns .column.main #product-sendtofriend-form .fieldset.sender .field.email,
  body.sendfriend-product-send #maincontent .columns .column.main #product-sendtofriend-form .fieldset.sender .field.email,
  body.customer-account-forgotpassword #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .field.email,
  body.sendfriend-product-send #maincontent .columns .column.main #product-sendtofriend-form .fieldset.recipients .field.email {
    width: 100%;
    padding: 0;
  }
  body.customer-account-login #maincontent .column.main .sociallogin-wrapper {
    width: 100% !important;
  }
  body.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-block {
    margin-top: 20px;
  }
  body.customer-account-login #maincontent .column.main .login-container .block-customer-login {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.customer-account-create #maincontent .columns .column.main .actions-toolbar {
    width: 100% !important;
  }
  body.customer-account-create #maincontent .columns .column.main .actions-toolbar button.primary {
    margin-top: 33px;
  }
  body.checkout-onepage-success #maincontent .column.main {
    flex-direction: column;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-wrapper {
    width: 80%;
    padding: 0 3.333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .checkout-page-title-wrapper .icon_thank_you_01 {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 10px;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar {
    width: 100%;
    padding: 40px 3.333333vw;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper {
    border: 0;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper #table-order-items tbody .col.image,
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper #table-order-items tbody .col.name {
    display: table-cell;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper #table-order-items tbody .col.image .product-image-container {
    max-width: 60px;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper #table-order-items tbody .col.subtotal {
    padding-top: 0;
    text-align: right;
    line-height: 1px;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper #table-order-items tbody td {
    padding-bottom: 10px;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper #table-order-items tbody td::before {
    display: none;
  }
  body.checkout-onepage-success #maincontent .column.main .thankyou-sidebar .table-wrapper #table-order-items tfoot .amount {
    padding: 20px 0;
  }
  body.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .top-content {
    padding: 15px 20px;
  }
  body.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .top-content [data-content-type="text"] h3 span {
    font-size: 25px !important;
  }
  body.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .top-content [data-content-type="text"] p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  body.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content {
    padding: 30px 20px;
  }
  body.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group {
    gap: 0;
  }
  body.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .pagebuilder-button-secondary {
    margin-bottom: 15px;
  }
  body.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap {
    width: 100%;
    border-radius: 0;
    padding: 0px 40px 0px 40px;
  }
  body.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .modal-title {
    padding: 25px 0rem 25px;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 400;
    vertical-align: middle;
    font-size: 14px;
    color: #031B49;
    line-height: 20px;
    text-transform: uppercase;
  }
  body.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .action-close {
    padding: 20px 30px;
    border: none;
    position: absolute;
  }
  body.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .action-close:before {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
  }
  body.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .action-close:hover {
    background: #eae8e4;
  }
  body.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-content {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 18px;
    padding: 0;
  }
  .theme-pearl.store-view-fr h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .theme-pearl.store-view-fr .rating-summary .rating-result {
    width: 88px;
  }
  .theme-pearl.store-view-fr .rating-summary .rating-result:before {
    font-size: 16px;
    height: 16px;
  }
  .theme-pearl.store-view-fr .rating-summary .rating-result > span:before {
    font-size: 16px;
    height: 16px;
  }
  .theme-pearl.store-view-fr .cart-discount {
    margin-top: 20px;
    padding: 10px 15px;
  }
  .theme-pearl.store-view-fr .cart-discount .block.discount .title strong:after,
  .theme-pearl.store-view-fr .cart-discount .block.giftcard .title strong:after {
    float: right;
    margin-right: 15px;
  }
  .theme-pearl.store-view-fr .cart-discount .block.discount .content,
  .theme-pearl.store-view-fr .cart-discount .block.giftcard .content {
    position: relative;
  }
  .theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .secondary,
  .theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .secondary {
    bottom: 0;
    left: 0;
  }
  .theme-pearl.store-view-fr .gift-options-cart-item + .action-towishlist {
    left: 24px !important;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .theme-pearl .row {
    margin-right: 0px;
  }
  .page-wrapper .btt-button {
    bottom: 60px;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .owl-carousel .owl-item .product-item .product-item-info {
    background: none transparent !important;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .wp-productpage-prev-next {
    -ms-flex-order: -3;
    -webkit-order: -3;
    order: -3;
  }
  .wp-productpage-prev-next .wp-pp-next-link.tooltip span,
  .wp-productpage-prev-next .wp-pp-prev-link.tooltip span {
    display: none;
  }
  .theme-pearl.product-page-v1 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v2 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v3 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v4 .modal-popup.modal-slide._inner-scroll._show {
    left: 20px;
    right: 20px;
  }
  .theme-pearl.product-page-v1 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v2 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v3 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v4 .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #fff;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container.sticky-slide-up-mobile {
    transform: translateY(0%);
  }
  .theme-pearl.catalog-product-view .fixed-cart-container {
    padding: 10px 15px 20px 15px;
    bottom: 0;
    left: 0;
    z-index: 10;
    transform: translateY(100%);
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .display-only-desktop {
    display: none !important;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review,
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-name {
    display: block;
    float: left;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price {
    float: left;
    text-align: left;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container {
    float: right;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-wishlist {
    margin: 0;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wishlist-add-to-cart-wrapper {
    display: flex;
    align-items: center;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .read-more,
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .read-less {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items {
    border-bottom: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .content-title {
    display: flex;
    align-items: center;
    min-height: 40px;
    border-top: 1px solid #DFDFDF;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .content-title .counter {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs:nth-child(2) {
    display: block;
    max-height: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 15px 0 15px;
    display: block;
    margin: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs .control {
    position: relative;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs.active {
    margin: 10px 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs.active .control {
    position: unset;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .nav-wrapper {
    display: none;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title {
    justify-content: left;
    position: relative;
    font-size: 18px;
    padding-left: 15px;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title:after {
    font-family: luma-icons;
    content: '\e622';
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title.active:after {
    content: '\e621';
    font-size: 14px;
  }
  .cart-container .cart.main.actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 15px;
  }
  .cart-container .form-cart .actions.main .clear {
    height: 32px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .cart-container .form-cart .actions.main .continue {
    height: 32px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .action.update {
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .theme-pearl.wishlist-index-index .products-grid.wishlist .product-reviews-summary {
    margin-left: 100px;
  }
  .theme-pearl .page-wrapper .block-authentication .block {
    margin: 24px 24px 0 24px;
    border-bottom: none;
  }
  .theme-pearl .page-wrapper .block-authentication .block .block-title {
    padding-top: 0;
  }
  .theme-pearl .page-wrapper .block-authentication .block .block-title strong {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #031b49;
  }
  .theme-pearl .page-wrapper .block-authentication .block .actions-toolbar > .primary .action {
    line-height: 40px;
    min-height: 40px;
  }
  .theme-pearl .page-wrapper .block-authentication .block .actions-toolbar > .primary .action span {
    min-height: 40px;
    line-height: 40px;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-customer-login {
    border-bottom: 1px solid #f4f4f4;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-customer-login .block-content .form-login .fieldset .field .label {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #333333;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-customer-login .block-content .form-login .fieldset .field .control input {
    border-radius: 0;
    border-color: #EDEDED;
    height: 40px;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-customer-login .block-content .form-login .fieldset .actions-toolbar .primary {
    margin-bottom: 14px;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-customer-login .block-content .form-login .fieldset .actions-toolbar .primary .action-login {
    text-transform: uppercase;
    border: 0;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-customer-login .block-content .form-login .fieldset .actions-toolbar .secondary {
    padding-top: 0;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-customer-login .block-content .form-login .fieldset .actions-toolbar .secondary .remind {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-decoration: underline;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer {
    margin-top: 24px;
    padding-top: 0;
    border: none;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer .sociallogin-wrapper .sociallogin-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    margin: 0;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer .sociallogin-wrapper .sociallogin-block .block-title {
    display: block;
    border: none;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer .sociallogin-wrapper .sociallogin-block .block-title strong {
    text-transform: none;
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer:before {
    content: none;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer .block-content p {
    line-height: 16px;
    margin-bottom: 24px;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer .block-content .actions-toolbar .primary .action-register {
    background-color: #1f2c57;
    border: 1px solid #1f2c57;
  }
  .theme-pearl .page-wrapper .block-authentication .block.block-new-customer .block-content .actions-toolbar .primary .action-register span {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .theme-pearl .page-wrapper .block-authentication .block .sociallogin-wrapper .sociallogin-button .sociallogin-icon {
    height: 40px !important;
  }
  body.customer-account-create .page-title-wrapper {
    margin-top: 60px;
  }
  body.customer-account-create .form.create.account .fieldset {
    width: 85%;
  }
  body.cms-page-view .column.main > :not([data-content-type="row"]) {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.cms-page-view .column.main > h2,
  body.cms-page-view .column.main > h3 {
    font-size: 14px;
  }
  body.cms-page-view .column.main > p {
    font-size: 12px;
  }
  body.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"],
  body.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] {
    width: 90%;
    margin: 0 auto 60px;
  }
  body.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"] > h2,
  body.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] > h2 {
    margin-top: 60px;
  }
  body.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"] > p,
  body.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] > p {
    grid-template-columns: 40% 60%;
    row-gap: 10px;
  }
  body.cms-page-view.cms-condizioni-di-vendita .content-cms {
    margin-top: 45px;
  }
  body.cms-page-view.cms-condizioni-di-vendita .content-cms .pagebuilder-column.column-with-img [data-content-type="text"] {
    width: 90%;
  }
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-title,
  body.cms-page-view.cms-livraison-securisee-offerte .cms-page-title {
    margin-top: 35px;
  }
  body.cms-page-view.cms-qui-sommes-nous .cms-page-top-image .top-image-title-block h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0;
  }
  body.cms-page-view.cms-qui-sommes-nous .cms-page-top-image .top-image-title-block span {
    font-size: 14px;
    line-height: 14px;
  }
  body.cms-page-view.cms-qui-sommes-nous .cms-page-container {
    display: block;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-diffusions-tv .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-chi-siamo .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-trasmissione-televisiva .cms-page-top-image .top-image-title-block h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-diffusions-tv .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-chi-siamo .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-trasmissione-televisiva .cms-page-top-image .top-image-title-block span {
    font-size: 14px;
    line-height: 14px;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-page-desc,
  body.cms-page-view.cms-diffusions-tv .cms-page-desc,
  body.cms-page-view.cms-chi-siamo .cms-page-desc,
  body.cms-page-view.cms-trasmissione-televisiva .cms-page-desc {
    font-size: 14px;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content,
  body.cms-page-view.cms-diffusions-tv .cms-content,
  body.cms-page-view.cms-chi-siamo .cms-content,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content {
    margin-top: 20px;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content object,
  body.cms-page-view.cms-diffusions-tv .cms-content object,
  body.cms-page-view.cms-chi-siamo .cms-content object,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content object {
    height: 200px !important;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner,
  body.cms-page-view.cms-chi-siamo .cms-content-inner,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 0;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-left,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left,
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-right,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right {
    width: 100%;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .title-content {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin-top: 30px;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .quality-approch-block,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .quality-approch-block,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .quality-approch-block,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .quality-approch-block,
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .quality-approch-block,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .quality-approch-block,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .quality-approch-block,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .quality-approch-block {
    padding: 0;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .quality-approch-block h2,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .quality-approch-block h2,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .quality-approch-block h2,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .quality-approch-block h2,
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .quality-approch-block h2,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .quality-approch-block h2,
  body.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .quality-approch-block h2,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .quality-approch-block h2 {
    text-align: center;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner:first-child .block-left,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner:first-child .block-left,
  body.cms-page-view.cms-chi-siamo .cms-content-inner:first-child .block-left,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner:first-child .block-left {
    order: 2;
  }
  body.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner:last-child,
  body.cms-page-view.cms-diffusions-tv .cms-content-inner:last-child,
  body.cms-page-view.cms-chi-siamo .cms-content-inner:last-child,
  body.cms-page-view.cms-trasmissione-televisiva .cms-content-inner:last-child {
    margin-top: 0;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-paiements .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-pagamenti .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-conditions-de-vente .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-baguier .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-10-bonnes-raisons .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-testimonianze .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-temoignages .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-questions-frequentes .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-domande-frequenti .cms-page-top-image .top-image-title-block h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-paiements .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-pagamenti .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-conditions-de-vente .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-baguier .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-10-bonnes-raisons .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-testimonianze .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-temoignages .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-questions-frequentes .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-domande-frequenti .cms-page-top-image .top-image-title-block span {
    font-size: 14px;
    line-height: 14px;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-page-desc,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-desc,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-desc,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-page-desc,
  body.cms-page-view.cms-paiements .cms-page-desc,
  body.cms-page-view.cms-pagamenti .cms-page-desc,
  body.cms-page-view.cms-conditions-de-vente .cms-page-desc,
  body.cms-page-view.cms-baguier .cms-page-desc,
  body.cms-page-view.cms-10-bonnes-raisons .cms-page-desc,
  body.cms-page-view.cms-testimonianze .cms-page-desc,
  body.cms-page-view.cms-temoignages .cms-page-desc,
  body.cms-page-view.cms-questions-frequentes .cms-page-desc,
  body.cms-page-view.cms-domande-frequenti .cms-page-desc {
    font-size: 14px;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-page-desc .page-desc,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-desc .page-desc,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-desc .page-desc,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-page-desc .page-desc,
  body.cms-page-view.cms-paiements .cms-page-desc .page-desc,
  body.cms-page-view.cms-pagamenti .cms-page-desc .page-desc,
  body.cms-page-view.cms-conditions-de-vente .cms-page-desc .page-desc,
  body.cms-page-view.cms-baguier .cms-page-desc .page-desc,
  body.cms-page-view.cms-10-bonnes-raisons .cms-page-desc .page-desc,
  body.cms-page-view.cms-testimonianze .cms-page-desc .page-desc,
  body.cms-page-view.cms-temoignages .cms-page-desc .page-desc,
  body.cms-page-view.cms-questions-frequentes .cms-page-desc .page-desc,
  body.cms-page-view.cms-domande-frequenti .cms-page-desc .page-desc {
    padding: 35px;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content,
  body.cms-page-view.cms-paiements .cms-content,
  body.cms-page-view.cms-pagamenti .cms-content,
  body.cms-page-view.cms-conditions-de-vente .cms-content,
  body.cms-page-view.cms-baguier .cms-content,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content,
  body.cms-page-view.cms-testimonianze .cms-content,
  body.cms-page-view.cms-temoignages .cms-content,
  body.cms-page-view.cms-questions-frequentes .cms-content,
  body.cms-page-view.cms-domande-frequenti .cms-content {
    margin-top: 20px;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content object,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content object,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content object,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content object,
  body.cms-page-view.cms-paiements .cms-content object,
  body.cms-page-view.cms-pagamenti .cms-content object,
  body.cms-page-view.cms-conditions-de-vente .cms-content object,
  body.cms-page-view.cms-baguier .cms-content object,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content object,
  body.cms-page-view.cms-testimonianze .cms-content object,
  body.cms-page-view.cms-temoignages .cms-content object,
  body.cms-page-view.cms-questions-frequentes .cms-content object,
  body.cms-page-view.cms-domande-frequenti .cms-content object {
    height: 200px !important;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner,
  body.cms-page-view.cms-paiements .cms-content-inner,
  body.cms-page-view.cms-pagamenti .cms-content-inner,
  body.cms-page-view.cms-conditions-de-vente .cms-content-inner,
  body.cms-page-view.cms-baguier .cms-content-inner,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content-inner,
  body.cms-page-view.cms-testimonianze .cms-content-inner,
  body.cms-page-view.cms-temoignages .cms-content-inner,
  body.cms-page-view.cms-questions-frequentes .cms-content-inner,
  body.cms-page-view.cms-domande-frequenti .cms-content-inner {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 0;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left,
  body.cms-page-view.cms-paiements .cms-content-inner .block-left,
  body.cms-page-view.cms-pagamenti .cms-content-inner .block-left,
  body.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left,
  body.cms-page-view.cms-baguier .cms-content-inner .block-left,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left,
  body.cms-page-view.cms-testimonianze .cms-content-inner .block-left,
  body.cms-page-view.cms-temoignages .cms-content-inner .block-left,
  body.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left,
  body.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left,
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right,
  body.cms-page-view.cms-paiements .cms-content-inner .block-right,
  body.cms-page-view.cms-pagamenti .cms-content-inner .block-right,
  body.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right,
  body.cms-page-view.cms-baguier .cms-content-inner .block-right,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right,
  body.cms-page-view.cms-testimonianze .cms-content-inner .block-right,
  body.cms-page-view.cms-temoignages .cms-content-inner .block-right,
  body.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right,
  body.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right {
    width: 100%;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-paiements .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-pagamenti .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-baguier .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-testimonianze .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-temoignages .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left .title-content,
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-paiements .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-pagamenti .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-baguier .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-testimonianze .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-temoignages .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right .title-content,
  body.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right .title-content {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin-top: 0px;
    padding: 0;
  }
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-paiements .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-pagamenti .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-baguier .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-testimonianze .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-temoignages .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left .title-content h2,
  body.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-paiements .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-pagamenti .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-baguier .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-testimonianze .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-temoignages .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right .title-content h2,
  body.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right .title-content h2 {
    margin-top: 20px;
    text-align: center;
  }
  body.cms-page-view.cms-salons-joaillerie .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view.cms-salone-gioielleria .cms-page-top-image .top-image-title-block h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0;
  }
  body.cms-page-view.cms-salons-joaillerie .cms-page-top-image .top-image-title-block span,
  body.cms-page-view.cms-salone-gioielleria .cms-page-top-image .top-image-title-block span {
    font-size: 14px;
    line-height: 14px;
  }
  body.cms-page-view.cms-temoignages .all-reviews .all-reviews-item,
  body.cms-page-view.cms-testimonianze .all-reviews .all-reviews-item {
    display: flex;
    flex-direction: column;
  }
  body.cms-page-view.cms-temoignages .all-reviews .all-reviews-item > a,
  body.cms-page-view.cms-testimonianze .all-reviews .all-reviews-item > a {
    margin: 0 auto;
  }
  body.cms-page-view.cms-questions-frequentes figure,
  body.cms-page-view.cms-domande-frequenti figure {
    line-height: 0;
  }
  body.cms-page-view.cms-questions-frequentes dl.faq,
  body.cms-page-view.cms-domande-frequenti dl.faq {
    min-height: 45px;
  }
  body.cms-page-view.cms-questions-frequentes dl.faq dt,
  body.cms-page-view.cms-domande-frequenti dl.faq dt {
    line-height: 22px;
  }
  body.cms-page-view.cms-questions-frequentes [data-content-type='row'][data-appearance='full-width'],
  body.cms-page-view.cms-domande-frequenti [data-content-type='row'][data-appearance='full-width'] {
    margin-top: 0 !important;
  }
  body.cms-page-view.cms-questions-frequentes [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
  body.cms-page-view.cms-domande-frequenti [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    width: 100%;
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar {
    margin-bottom: 0 !important;
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul {
    width: 100%;
    margin-bottom: 0;
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li {
    padding: 20px 36px 20px 21px;
    line-height: 23px;
    display: none;
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li:not(.clicked):first-child,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li:not(.clicked):first-child,
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li.active,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li.active {
    display: block;
    position: relative;
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li:not(.clicked):first-child::after,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li:not(.clicked):first-child::after,
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li.active::after,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li.active::after {
    font-family: 'luma-icons';
    position: absolute;
    content: '\e621';
    right: 36px;
    top: unset;
    transform: rotate(180deg);
    color: #000000b5;
    transition-duration: 0.8s;
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul.showing li,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul.showing li {
    display: block;
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul.showing li.active::after,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul.showing li.active::after {
    transform: rotate(0deg);
  }
  body.cms-page-view.cms-questions-frequentes .pagebuilder-column.content .faq-collapsible,
  body.cms-page-view.cms-domande-frequenti .pagebuilder-column.content .faq-collapsible {
    margin: 20px 21px 21px;
  }
  body.cms-page-view.cms-valore-delle-perle .single-column-block p > span,
  body.cms-page-view.cms-incisione .single-column-block p > span,
  body.cms-page-view.cms-tipi-chiusure-orecchini .single-column-block p > span,
  body.cms-page-view.cms-consigli-acquisto-gioiello-perle-di-coltura .single-column-block p > span,
  body.cms-page-view.cms-conseils-achat-bijoux-perles-de-culture .single-column-block p > span {
    display: block;
    text-align: left;
  }
  body.cms-page-view.cms-valore-delle-perle .single-column-block p span[style="font-size: 20px;"],
  body.cms-page-view.cms-incisione .single-column-block p span[style="font-size: 20px;"],
  body.cms-page-view.cms-tipi-chiusure-orecchini .single-column-block p span[style="font-size: 20px;"],
  body.cms-page-view.cms-consigli-acquisto-gioiello-perle-di-coltura .single-column-block p span[style="font-size: 20px;"],
  body.cms-page-view.cms-conseils-achat-bijoux-perles-de-culture .single-column-block p span[style="font-size: 20px;"] {
    text-align: center;
    display: block;
  }
  body.cms-page-view .header-cms [data-content-type="text"],
  body.cms-page-view .cms-page-top-image [data-content-type="text"] {
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 0 3.3333333333vw;
  }
  body.cms-page-view .header-cms [data-content-type="text"].bg-grey,
  body.cms-page-view .cms-page-top-image [data-content-type="text"].bg-grey {
    margin-top: 0;
    padding: 20px 0;
  }
  body.cms-page-view .header-cms [data-content-type="text"].bg-grey p,
  body.cms-page-view .cms-page-top-image [data-content-type="text"].bg-grey p,
  body.cms-page-view .header-cms [data-content-type="text"].bg-grey span,
  body.cms-page-view .cms-page-top-image [data-content-type="text"].bg-grey span {
    font-size: 14px !important;
  }
  body.cms-page-view .header-cms figure figcaption,
  body.cms-page-view .cms-page-top-image figure figcaption,
  body.cms-page-view .header-cms .top-image-title-block figcaption,
  body.cms-page-view .cms-page-top-image .top-image-title-block figcaption,
  body.cms-page-view .header-cms .banner-cms-text figcaption,
  body.cms-page-view .cms-page-top-image .banner-cms-text figcaption,
  body.cms-page-view .header-cms figure [data-content-type="heading"],
  body.cms-page-view .cms-page-top-image figure [data-content-type="heading"],
  body.cms-page-view .header-cms .top-image-title-block [data-content-type="heading"],
  body.cms-page-view .cms-page-top-image .top-image-title-block [data-content-type="heading"],
  body.cms-page-view .header-cms .banner-cms-text [data-content-type="heading"],
  body.cms-page-view .cms-page-top-image .banner-cms-text [data-content-type="heading"],
  body.cms-page-view .header-cms figure h2,
  body.cms-page-view .cms-page-top-image figure h2,
  body.cms-page-view .header-cms .top-image-title-block h2,
  body.cms-page-view .cms-page-top-image .top-image-title-block h2,
  body.cms-page-view .header-cms .banner-cms-text h2,
  body.cms-page-view .cms-page-top-image .banner-cms-text h2,
  body.cms-page-view .header-cms figure span,
  body.cms-page-view .cms-page-top-image figure span,
  body.cms-page-view .header-cms .top-image-title-block span,
  body.cms-page-view .cms-page-top-image .top-image-title-block span,
  body.cms-page-view .header-cms .banner-cms-text span,
  body.cms-page-view .cms-page-top-image .banner-cms-text span {
    font-size: 20px;
  }
  body.cms-page-view .header-cms .title-caption,
  body.cms-page-view .cms-page-top-image .title-caption {
    top: 0;
  }
  body.cms-page-view .header-cms .title-caption h4 *,
  body.cms-page-view .cms-page-top-image .title-caption h4 * {
    font-size: 20px !important;
  }
  body.cms-page-view .single-only-text .pagebuilder-column span,
  body.cms-page-view .content-cms .pagebuilder-column span,
  body.cms-page-view .bg-grey.footer-block span,
  body.cms-page-view .single-only-text .pagebuilder-column p,
  body.cms-page-view .content-cms .pagebuilder-column p,
  body.cms-page-view .bg-grey.footer-block p {
    font-size: 12px !important;
  }
  body.cms-page-view .single-only-text .pagebuilder-column span strong,
  body.cms-page-view .content-cms .pagebuilder-column span strong,
  body.cms-page-view .bg-grey.footer-block span strong,
  body.cms-page-view .single-only-text .pagebuilder-column p strong,
  body.cms-page-view .content-cms .pagebuilder-column p strong,
  body.cms-page-view .bg-grey.footer-block p strong,
  body.cms-page-view .single-only-text .pagebuilder-column span strong *,
  body.cms-page-view .content-cms .pagebuilder-column span strong *,
  body.cms-page-view .bg-grey.footer-block span strong *,
  body.cms-page-view .single-only-text .pagebuilder-column p strong *,
  body.cms-page-view .content-cms .pagebuilder-column p strong *,
  body.cms-page-view .bg-grey.footer-block p strong * {
    font-size: 14px !important;
  }
  body.cms-page-view .content-cms {
    padding: 0 3.3333333333vw;
  }
  body.cms-page-view .content-cms .pagebuilder-column [data-content-type="text"] {
    width: 80%;
  }
  body.cms-page-view .content-cms .pagebuilder-column [data-content-type="text"] table ul {
    padding: 0;
  }
  body.cms-page-view .content-cms .pagebuilder-column.column-with-img figure {
    margin: 20px 0;
  }
  body.cms-page-view .content-cms .pagebuilder-column.column-with-img.border-step:nth-child(1) {
    padding-bottom: 0;
    border: none;
  }
  body.cms-page-view .content-cms .pagebuilder-column.column-with-img.pl10,
  body.cms-page-view .content-cms .pagebuilder-column.column-with-img.pr10 {
    padding: 10px 0;
  }
  body.cms-page-view .content-cms .pagebuilder-column.column-with-img [data-content-type="text"] {
    margin: auto;
  }
  body.cms-page-view .content-cms.diametre .column-with-img figure {
    max-width: 83%;
    margin: 0px auto 60px !important;
  }
  body.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail {
    margin-top: 5px;
    overflow: hidden;
  }
  body.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail .slick-slide {
    margin: 0 5px;
  }
  body.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail .slick-list {
    margin: 0 -5px;
  }
  body.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
  body.cms-page-view .content-cms [data-content-type=text] {
    width: 80%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body.cms-page-view .content-cms span,
  body.cms-page-view .content-cms p {
    font-size: 12px !important;
  }
  body.cms-page-view .content-cms strong *,
  body.cms-page-view .content-cms strong {
    font-size: 14px !important;
  }
  body.cms-page-view .single-column-block[data-content-type="html"] p {
    font-size: 12px;
  }
  body.cms-page-view .single-column-block[data-content-type="html"] h2,
  body.cms-page-view .single-column-block[data-content-type="html"] h3 {
    font-size: 17px;
  }
  body.cms-page-view .single-only-text {
    margin: 30px 10px;
  }
  body.cms-page-view .single-only-text .single-column-block {
    margin: 15px auto !important;
    max-width: 90%;
  }
  body.cms-page-view [data-content-type="html"] table tr > td {
    font-size: 12px;
  }
  body.cms-page-view .newscont h2,
  body.cms-page-view h2.newscont {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .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;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .bluesnap-review .cart.table-wrapper {
    width: 100%;
  }
  .bluesnap-review .cart.table-wrapper tr {
    display: block;
  }
  .bluesnap-review .block-content .box-order-billing-address {
    max-width: 100%;
  }
  .instagram-photos.col-2 a {
    width: 100% !important;
  }
  .instagram-photos.col-3 a {
    width: 100% !important;
  }
  .instagram-photos.col-4 a {
    width: 100% !important;
  }
  .instagram-photos.col-5 a {
    width: 100% !important;
  }
  .instagram-photos.col-6 a {
    width: 100% !important;
  }
  .theme-pearl.catalog-product-view.product-page-v1 .column.main .block .block-title.title {
    text-align: center;
  }
  .checkout-onepage-success .thankyou-wrapper .table-wrapper,
  .multishipping-checkout-success .thankyou-wrapper .table-wrapper {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items thead,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items thead {
    display: none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row {
    border-top: 1px solid #ccc;
    text-align: left;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.image,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.image,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.name,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.name {
    display: inline-block;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.image:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.image:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.name:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.name:before {
    display: none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row:first-child,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row:first-child {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.sku,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.sku,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.price,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.price,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.qty,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.qty,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.subtotal,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.subtotal {
    display: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile {
    display: inline-table;
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal {
    display: table-cell;
    margin: 10px 0;
    padding: 10px;
    border-bottom: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal:before {
    padding: 0;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .product-image-container,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .product-image-container {
    max-width: 115px;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items tbody tr > td,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items tbody tr > td {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items tfoot,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items tfoot {
    clear: both;
  }
  .checkout-onepage-success:not(.theme-pearl) .block.newsletter .field .control:before,
  .multishipping-checkout-success:not(.theme-pearl) .block.newsletter .field .control:before {
    margin-top: 1px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 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[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #292929;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #292929;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .wp-productpage-prev-next div .wp-pp-prev-link,
  .wp-productpage-prev-next div .wp-pp-next-link {
    margin: 0;
  }
  .wp-productpage-prev-next div .wp-pp-prev-link span,
  .wp-productpage-prev-next div .wp-pp-next-link span {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  #payment_form_bluesnap_hostedfields .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content {
    left: -90px;
    max-width: 286px;
    padding: .3rem;
  }
  #payment_form_bluesnap_hostedfields:after,
  #payment_form_bluesnap_hostedfields:before {
    right: auto;
    left: 90px;
  }
  #payment_form_bluesnap_hostedfields .bluesnap-hosted-control.cvv.control._with-tooltip .field-tooltip .field-tooltip-content {
    left: -90px;
    max-width: 286px;
    padding: .3rem;
  }
  #payment_form_bluesnap_hostedfields:after,
  #payment_form_bluesnap_hostedfields:before {
    right: auto;
    left: 90px;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary {
    display: inline-block;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #333333;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #333333;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #333333;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #333333;
    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.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 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;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.theme-pearl {
  font-family: 'Poppins', sans-serif !important;
}
.theme-pearl span {
  font-family: 'Poppins', sans-serif !important;
}
.theme-pearl[class^="icon-"] .page-wrapper button:hover {
  border: none;
}
.theme-pearl input[type="text"],
.theme-pearl input[type="password"],
.theme-pearl input[type="url"],
.theme-pearl input[type="tel"],
.theme-pearl input[type="search"],
.theme-pearl input[type="number"],
.theme-pearl input[type*="date"],
.theme-pearl input[type="email"] {
  font-family: 'Poppins', sans-serif;
}
.theme-pearl .page-wrapper .columns .column.main {
  padding-bottom: 0;
}
.theme-pearl .page-wrapper .breadcrumbs {
  padding-left: 35px;
  border-bottom: 1px solid #f4f4f4;
}
.theme-pearl .page-wrapper .breadcrumbs .items {
  padding: 0;
  overflow: hidden;
}
.theme-pearl .page-wrapper .breadcrumbs .items:after {
  clear: both;
}
.theme-pearl .page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  content: '/';
  font-size: 14px;
  vertical-align: top;
}
.theme-pearl .page-wrapper .breadcrumbs .items .item a {
  text-transform: lowercase;
  display: inline-block;
}
.theme-pearl .page-wrapper .breadcrumbs .items .item a:first-letter {
  text-transform: uppercase;
}
.theme-pearl .modal-custom .action-close,
.theme-pearl .modal-popup .action-close,
.theme-pearl .modal-slide .action-close {
  background: none;
}
.theme-pearl .modal-custom .action-close:hover,
.theme-pearl .modal-popup .action-close:hover,
.theme-pearl .modal-slide .action-close:hover {
  background: none;
}
.theme-pearl .modal-popup.confirm .modal-header {
  padding-bottom: 0;
}
.theme-pearl .modal-popup.confirm .action-close {
  border: none;
  padding-top: 3rem;
}
.theme-pearl .modal-popup.confirm .action-close::before {
  line-height: 20px;
}
.theme-pearl .modal-popup.confirm .modal-content {
  padding-right: 55px;
  text-transform: uppercase;
  color: #031b49;
}
.theme-pearl .modal-popup.confirm .modal-footer button {
  background-color: #1f2c57;
  min-height: 48px;
  margin-right: 8px;
  min-height: 40px;
  margin-top: 10px;
}
.theme-pearl .modal-popup.confirm .modal-footer button span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.theme-pearl .modal-popup.confirm .modal-footer button span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.theme-pearl .modal-popup.confirm .modal-footer button:hover {
  background-color: #1f2c57;
}
.theme-pearl .modal-popup.confirm .modal-footer button:hover span {
  transform: translateX(0px);
}
.theme-pearl .modal-popup.confirm .modal-footer button:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.theme-pearl .modal-popup.confirm .modal-footer button span {
  text-transform: uppercase;
  font-size: 14px !important;
}
.theme-pearl .modal-popup.confirm .modal-footer button:hover {
  background-color: #1f2c57 !important;
  border-color: #1f2c57 !important;
}
.theme-pearl #maincontent .custom-pager .toolbar-amount {
  padding: 24px 44px 24px 0;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.theme-pearl #maincontent .custom-pager .limiter {
  line-height: 15px;
  padding: 24px 0 24px 63px;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  float: right;
  flex-direction: column;
  border-left: 1px solid #f4f4f4;
  display: none;
}
.theme-pearl #maincontent .custom-pager .limiter .limiter-label::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 17px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin: 0 10px;
}
.theme-pearl #maincontent .custom-pager .limiter.open-pager .limiter-label::after {
  content: '\e621';
}
.theme-pearl #maincontent .custom-pager .limiter.open-pager #limiter {
  display: flex !important;
}
.theme-pearl #maincontent .custom-pager .limiter #limiter {
  display: none;
  float: right;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  margin: 0;
  border: 1px solid #f4f4f4;
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.29);
}
.theme-pearl #maincontent .custom-pager .limiter #limiter a {
  padding: 8px 15px;
  border-bottom: 1px solid #f4f4f4;
}
.theme-pearl #maincontent .custom-pager .limiter #limiter a.selected {
  font-weight: bold;
}
.theme-pearl #maincontent .custom-pager .limiter #limiter a:hover {
  background-color: #031b49;
  color: #FFFFFF;
}
.theme-pearl #maincontent .custom-pager .limiter > * {
  display: inline-block;
}
.theme-pearl#html-body .pagebuilder-button-primary {
  padding: 15px 0 15px 24px;
  border: 0;
}
.theme-pearl#html-body .pagebuilder-button-primary.pagebuilder-slide-button,
.theme-pearl#html-body .pagebuilder-button-primary span {
  display: block;
  transition: .3s all;
}
.theme-pearl#html-body .pagebuilder-button-primary.pagebuilder-slide-button::after,
.theme-pearl#html-body .pagebuilder-button-primary span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
  vertical-align: middle;
}
.theme-pearl#html-body .pagebuilder-button-primary span:hover {
  transform: translateX(-13px);
}
.theme-pearl#html-body .pagebuilder-button-primary.pagebuilder-slide-button:hover {
  padding: 15px 12px;
}
.theme-pearl#html-body .pagebuilder-button-primary span:hover::after,
.theme-pearl#html-body .pagebuilder-button-primary.pagebuilder-slide-button:hover::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.theme-pearl#html-body .pagebuilder-slide-button::after,
.theme-pearl#html-body .bg-white span::after {
  filter: invert(1);
}
/* Button */
.primary .action.primary,
.primary .amshopby-button,
.primary .am-filter-go {
  background-color: #1f2c57;
  min-height: 48px;
}
.primary .action.primary span,
.primary .amshopby-button span,
.primary .am-filter-go span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.primary .action.primary span::after,
.primary .amshopby-button span::after,
.primary .am-filter-go span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.primary .action.primary:hover,
.primary .amshopby-button:hover,
.primary .am-filter-go:hover {
  background-color: #1f2c57;
}
.primary .action.primary:hover span,
.primary .amshopby-button:hover span,
.primary .am-filter-go:hover span {
  transform: translateX(0px);
}
.primary .action.primary:hover span::after,
.primary .amshopby-button:hover span::after,
.primary .am-filter-go:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
/* REVIEWS RATING */
.page-wrapper .review-control-vote:before,
.page-wrapper .review-control-vote label:before,
.page-wrapper .rating-summary .rating-result:before,
.page-wrapper .rating-summary .rating-result > span:before {
  font-family: 'FontAwesome';
  line-height: 16px;
  color: #333333;
}
.page-wrapper .review-control-vote:before,
.page-wrapper .review-control-vote label:before {
  font-size: 24px;
  height: 24px;
  letter-spacing: 5px;
}
.page-wrapper .rating-summary .rating-result:before,
.page-wrapper .rating-summary .rating-result > span:before {
  font-size: 14px;
  height: 14px;
  letter-spacing: 2px;
}
.page-wrapper .review-ratings {
  float: none;
}
.page-wrapper .rating-summary {
  overflow: visible;
}
.page-wrapper .rating-summary .rating-result {
  width: auto;
}
.page-wrapper .rating-summary .rating-result:before {
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
}
.page-wrapper .rating-summary .rating-result > span:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.page-wrapper .review-control-vote:before {
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
}
.page-wrapper .review-control-vote .rating-1:before {
  content: '\f005';
}
.page-wrapper .review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.page-wrapper .review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.page-wrapper .review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.page-wrapper .review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.page-wrapper .review-control-vote label:before {
  color: #333333;
}
.page-wrapper .review-field-ratings .review-field-rating .control {
  padding-top: 10px;
}
.page-wrapper .rating-summary .rating-label,
.page-wrapper .rating-summary .rating-result .label {
  display: none;
}
/* PRODUCTS GRID */
.page-wrapper .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper .products-grid .product-items .product-item:hover .product-item-info .product-item-details .product-item-actions .towishlist {
  right: 0 !important;
  left: unset !important;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  border: 1px solid #f4f4f4;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details {
  text-align: left;
  padding: 14px;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 13px !important;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-label {
  display: none !important;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price {
  line-height: 18px;
  font-weight: normal;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  width: auto;
  margin-top: 0;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .tocompare {
  display: none;
}
.page-wrapper .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .towishlist:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/icon-wishlist.svg') no-repeat;
  width: 24px !important;
  height: 21px;
  background-size: contain;
}
.page-wrapper .products-grid .product-items .product-item .product-item-inner {
  display: none;
}
/* PAGE BUILDER */
.visible-xs {
  display: none;
}
/*POPUP AUTHENTICATION*/
.reputation-modal .modal-inner-wrap,
.livraison-retour-popup .modal-inner-wrap {
  padding: 25px 40px 20px 40px;
}
.reputation-modal .modal-inner-wrap .modal-header,
.livraison-retour-popup .modal-inner-wrap .modal-header {
  padding: 0;
}
.reputation-modal .modal-inner-wrap .modal-header .action-close,
.livraison-retour-popup .modal-inner-wrap .modal-header .action-close {
  height: 34px;
  width: 34px;
  border-radius: 0;
  padding: 0;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  color: #fff;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  margin: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
}
.reputation-modal .modal-inner-wrap .modal-header .action-close:before,
.livraison-retour-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
}
.reputation-modal .modal-inner-wrap .modal-content,
.livraison-retour-popup .modal-inner-wrap .modal-content {
  padding: 0;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title {
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #F4F4F4;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #031B49;
  line-height: 20px;
  text-transform: uppercase;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"],
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"] {
  margin-right: 13px;
  vertical-align: text-top;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"]:before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"]:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-shipping2:before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-shipping2:before {
  background-image: url('../images/icons/delivery.svg');
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-refund2:before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-refund2:before {
  background-image: url('../images/icons/return.svg');
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-secure2:before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-secure2:before {
  background-image: url('../images/icons/secure.svg');
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-percentage2:before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-percentage2:before {
  background-image: url('../images/icons/discount.svg');
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-certificate2:before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-certificate2:before {
  height: 21px;
  background-image: url('../images/icons/certificate.svg');
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-contact2:before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-contact2:before {
  background-image: url('../images/icons/paper-plane.svg');
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-estimated,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-estimated {
  vertical-align: middle;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-estimated::before,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-title span[class^="icon-"].icon-estimated::before {
  content: "\e075";
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  text-align: center;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-inner-content,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-inner-content {
  margin-top: 24px;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-inner-content p,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-inner-content p {
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 18px;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-inner-content p a,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-inner-content p a {
  color: #031B49;
  text-decoration: none;
  border-bottom: 1px solid #031B49;
}
.reputation-modal .modal-inner-wrap .modal-content .popup-content .popup-inner-content p a:hover,
.livraison-retour-popup .modal-inner-wrap .modal-content .popup-content .popup-inner-content p a:hover {
  color: #063569;
  text-decoration: none;
}
.reputation-modal .modal-inner-wrap .modal-footer,
.livraison-retour-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: none !important;
}
.reputation-modal + .modals-overlay,
.livraison-retour-popup + .modals-overlay {
  background-color: #000000;
  opacity: .9;
}
body#html-body .livraison-retour-popup._show .modal-inner-wrap {
  top: 50px !important;
}
.theme-pearl.scroll-up .page-wrapper .header-placeholder,
.theme-pearl.cms-index-index.scroll-up .page-wrapper .header-placeholder {
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.theme-pearl.scroll-up .page-wrapper .header-placeholder,
.theme-pearl.cms-index-index.scroll-up .page-wrapper .header-placeholder,
.theme-pearl.scroll-down .page-wrapper .header-placeholder,
.theme-pearl.cms-index-index.scroll-down .page-wrapper .header-placeholder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 100;
  background: #FFFFFF;
}
.theme-pearl.cms-index-index .page-wrapper > .page-header:not(.sticky-header) {
  position: absolute;
}
.theme-pearl .page-wrapper .header-placeholder {
  z-index: 100;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .header_right .header.links .rover-menu {
  display: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .rover-menu .block-content strong {
  font-weight: 400;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .rover-menu .block-content p {
  margin-bottom: 15px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .block-search .block-content {
  cursor: pointer;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .block-search .block-content .open-modal-search:before {
  content: '';
  background: url(../images/icons/icon-search.svg) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart {
  background: none !important;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart:before {
  content: '';
  background: url(../images/icons/icon-cart.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart .counter {
  position: absolute;
  top: -10px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart .counter .counter-number {
  line-height: 20px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart .counter.empty {
  pointer-events: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .showcart .counter.empty .counter-number::after {
  content: "0";
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .empty-cart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  font-size: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart {
  max-width: 344px;
  height: 100vh;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top {
  text-align: left;
  background: #FFFFFF;
  padding: 23px 32px;
  height: auto;
  line-height: 17px;
  border-bottom: 1px solid #f4f4f4;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .text {
  color: #031b49;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .text span {
  font-size: 2rem;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .action.close {
  height: auto;
  line-height: 17px;
  padding: 23px 32px;
  min-height: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .action.close span {
  display: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .action.close:before {
  color: #031b49;
  content: '\e616';
  line-height: 17px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper {
  padding: 24px 32px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
  padding-bottom: 24px;
  border-color: #f4f4f4;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item.readonly-product .product-item-details {
  cursor: default;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item.readonly-product .product-item-details .item-minus,
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item.readonly-product .product-item-details .item-plus {
  display: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item.readonly-product .product-item-photo,
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item.readonly-product .product-item-name > a {
  cursor: default;
  pointer-events: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-photo .product-image-container .product-image-wrapper {
  margin-bottom: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-name a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
  text-transform: uppercase;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.actions .secondary .action.delete {
  right: -14px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.actions .secondary .action.delete:before {
  content: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.actions .secondary .action.delete .icon-line-cross {
  overflow: visible;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.actions .secondary .action.delete .icon-line-cross:before {
  color: #031b49;
  font-family: 'lined-icons';
  top: -4px;
  position: relative;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.options .title > * {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.options .content .options.list .option-wrapper .label,
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.options .content .options.list .option-wrapper .values {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.options .content .options.list .option-wrapper .label {
  text-transform: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.options .content .options.list .option-wrapper .label::after {
  margin-left: 5px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product.options .content .options.list .option-wrapper .values span {
  text-transform: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-pricing .details-wrapper {
  float: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-pricing .details-wrapper .label {
  display: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-pricing .details-wrapper span,
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-pricing .details-wrapper input {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-pricing .details-wrapper .qty-update-v2 {
  font-family: 'luma-icons' !important;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-pricing .price-container {
  float: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .minicart-price .price {
  margin-bottom: 0;
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .subtotal {
  padding: 0;
  margin-bottom: 24px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .subtotal .label > span {
  font-size: 14px;
  line-height: 17px;
  color: #031b49;
  letter-spacing: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .subtotal .price-container .price-wrapper .price {
  font-size: 14px;
  line-height: 17px;
  color: #031b49;
  letter-spacing: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-checkout {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-checkout .primary .action.checkout {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  border-color: #1f2c57;
  background-color: #1f2c57;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-checkout .primary .action.checkout span {
  font-size: 15px;
  line-height: 46px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-checkout .primary .action.checkout span::after {
  width: 18px;
  height: 20px;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-viewcart {
  order: 4;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-viewcart .secondary {
  padding: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-viewcart .secondary .action.viewcart {
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
  color: #031b49;
  padding: 15px;
  width: 100%;
  display: block;
  border: 1px solid #031b49;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-viewcart .secondary .action.viewcart > span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-viewcart .secondary .action.viewcart > span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
  filter: invert(1);
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-viewcart .secondary .action.viewcart:hover > span {
  transform: translateX(0px);
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .action-viewcart .secondary .action.viewcart:hover > span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content #switcher-country-trigger {
  margin: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .switcher {
  display: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .switcher .switcher-dropdown {
  min-width: 78px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 0;
  right: 0;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .switcher .switcher-dropdown::before,
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .switcher .switcher-dropdown::after {
  display: none;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .switcher .switcher-dropdown li {
  border-bottom: 1px solid #ccc;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content .switcher .switcher-dropdown li a {
  padding: 6px 18px;
  text-align: center;
  font-size: 14px !important;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content #switcher-currency .options.active ul.dropdown {
  display: flex;
  flex-direction: column;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content #switcher-currency .options.active ul.dropdown .currency-EUR {
  order: 1;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content #switcher-currency .options.active ul.dropdown .currency-CAD {
  order: 3;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content #switcher-currency .options.active ul.dropdown .currency-JPY {
  order: 5;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content #switcher-currency .options.active ul.dropdown .currency-CHF {
  order: 2;
}
.theme-pearl .page-wrapper .page-header.page-header-v4 .header.content #switcher-currency .options.active ul.dropdown .currency-USD {
  order: 4;
}
.theme-pearl .page-wrapper .page-header .panel.wrapper {
  display: none;
}
.theme-pearl .page-wrapper #switcher-country-trigger .language-jp span,
.theme-pearl .page-wrapper .switcher .switcher-dropdown li a[href*="gemperles.jp"] {
  position: relative;
}
.theme-pearl .page-wrapper #switcher-country-trigger .language-jp span::after,
.theme-pearl .page-wrapper .switcher .switcher-dropdown li a[href*="gemperles.jp"]::after {
  height: 100%;
  content: "日本語";
  background: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 14px;
}
.theme-pearl .page-wrapper #switcher-country-trigger .language-jp span {
  font-size: 0 !important;
}
.theme-pearl .page-wrapper #switcher-country-trigger .language-jp span::after {
  background: none;
  position: relative;
}
.theme-pearl .page-wrapper .ves-megamenu nav > ul .level-top > a {
  font-size: 13px;
  color: #333333 !important;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 24px;
  border-bottom: 1.2px solid transparent;
  padding-bottom: 22.8px;
  margin-bottom: 2px;
  padding: 0 0 23px 0;
  background: transparent !important;
  position: relative;
  z-index: 100;
}
.theme-pearl .page-wrapper .ves-megamenu nav > ul .level-top:hover > a {
  border-color: #031b49;
}
.theme-pearl .page-wrapper .ves-megamenu nav > ul .level-top .close-submenu {
  width: auto;
  height: 40px;
  background: #FFFFFF;
  padding: 12px 9px;
  border: none;
  position: absolute;
  right: 0;
  z-index: 999;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  color: #333333;
  font-weight: 400;
  display: none;
  font-size: 0;
}
.theme-pearl .page-wrapper .ves-megamenu nav > ul .level-top .close-submenu::after {
  content: "\e117";
  font-size: 22px;
  line-height: 22px;
  font-family: 'lined-icons';
  color: #000;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  position: relative;
  top: -18px;
  display: block;
}
.theme-pearl .page-wrapper .ves-megamenu nav > ul .level-top .close-submenu:hover::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.theme-pearl .page-wrapper .ves-megamenu nav img:hover {
  transform: unset;
}
.theme-pearl .page-wrapper .ves-megamenu nav .nav-item .submenu a {
  color: #333333;
}
.theme-pearl .header .wpx-search-autocomplete ul li span {
  text-transform: none;
}
.page-wrapper .page-footer {
  padding-bottom: 0;
  background: none;
}
.page-wrapper .page-footer .footer-top .footer-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin: 0 0 0 14px;
}
.page-wrapper .page-footer .footer-top .footer-title:hover {
  cursor: pointer;
}
.page-wrapper .page-footer .footer-top .footer-title[aria-expanded="true"]:after {
  content: '\e621';
}
.page-wrapper .page-footer .footer-middle .mini-logo {
  margin: 0;
}
.page-wrapper .page-footer .footer-middle .payment .footer-content {
  display: flex;
  align-items: center;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: none;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons i:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons i.icon-facebook:before {
  background: url(../images/icons/icon-facebook.svg) no-repeat center;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons i.icon-pinterest:before {
  background: url(../images/icons/icon-pinterest.svg) no-repeat center;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons i.icon-rss:before {
  background: url(../images/icons/icon-rss.svg) no-repeat center;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons i.icon-twitter:before {
  background: url(../images/icons/icon-twitter.svg) no-repeat center;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons i.icon-youtube:before {
  background: url(../images/icons/icon-youtube.svg) no-repeat center;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons i:last-child {
  display: none;
}
.page-wrapper .page-footer .footer-middle .footer-content .social-icons:hover i:first-child {
  margin-top: 0;
}
.page-wrapper .page-footer .footer-middle .footer-content .switcher-currency .switcher-options .switcher-trigger {
  width: 160px;
  height: 32px;
  border: 1px solid #333333;
  padding: 0 24px;
  background: transparent !important;
}
.page-wrapper .page-footer .footer-middle .footer-content .switcher-currency .switcher-options .switcher-trigger strong {
  color: #333333;
  line-height: 30px;
  height: 30px;
}
.page-wrapper .page-footer .footer-middle .footer-content .switcher-currency .switcher-options .switcher-trigger:after {
  line-height: 32px;
  float: right;
}
.page-wrapper .page-footer .footer-middle .footer-content .switcher-currency .switcher-options .switcher-trigger:hover:after {
  color: #333333;
}
.page-wrapper .page-footer .footer-middle .footer-content .switcher-currency .switcher-options .switcher-trigger.active:after {
  line-height: 32px;
  float: right;
}
.page-wrapper .title-footer h2,
.page-wrapper .title-footer h3,
.page-wrapper .title-footer h4,
.page-wrapper .title-footer p,
.page-wrapper .title-footer span,
.page-wrapper .title-footer strong,
.page-wrapper .title-footer a {
  margin: 2rem 0px;
  line-height: normal;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
  background-color: #FFF !important;
  height: fit-content;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -ms-transition: top 0.4s;
  transition: top 0.4s;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal.isOpen {
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -ms-transition: top 0.4s;
  transition: top 0.4s;
  top: 0 !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal:target {
  opacity: 1;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .close-sec {
  z-index: 999;
  top: 42px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .close-sec a.closebutton::before {
  color: #000 !important;
  display: inline-block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .close-sec a.closebutton:hover::before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content {
  margin-top: 40px;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .actions.wpx-pos-search button.action.search {
  display: inline-block;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .actions.wpx-pos-search button.action.search:before {
  content: '';
  background: url(../images/icons/icon-search.svg) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .vertically-black {
  color: #333 !important;
  float: unset;
  font-size: 14px !important;
  border: 1px solid #EDEDED !important;
  height: 50px !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-direction: row;
  box-shadow: 0 4px 5px #0000001A;
  border-top: solid 1px #EDEDED;
  top: 56px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete {
  padding: 0 15px;
  width: 35%;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete.cat-container {
  padding: 0 15px;
  width: auto;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete.cat-container .category-list li {
  margin-bottom: 10px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete.cat-container .category-list li a {
  text-transform: none;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .search_autocomplete-container {
  width: 35%;
  padding: 0 15px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .search_autocomplete-container ul li .qs-option-name {
  color: #333 !important;
  font-size: 14px !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .search_autocomplete-container ul li .amount {
  color: #999999 !important;
  font-size: 14px !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .separator {
  background: transparent !important;
  font-size: 14px !important;
  border-bottom: 1px solid #F4F4F4 !important;
  font-weight: 500;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete {
  padding: 0;
  width: 35%;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .product-list li {
  border-bottom: 1px solid #F4F4F4 !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .product-list .block-flex {
  display: flex;
  margin: 10px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .product-list .block-flex .block-left {
  margin-right: 10px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .product-list .block-flex .block-left .prod-img {
  margin: 10px;
  max-width: 80px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .product-list .block-flex .block-right .product-title {
  font-weight: 300;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-size: 14px !important;
  color: #333 !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .product-list .block-flex .block-right .price {
  font-size: 14px !important;
  font-weight: 400;
  color: #999999;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .more-results {
  display: none;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete .prod-container .text-no-result {
  padding: 10px;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete.cat-container {
  width: auto;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete.cat-container .parent-cats {
  display: none;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete .container-autocomplete.cat-container a {
  font-weight: 300;
  font-size: 14px;
  color: #333 !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete #search_autocomplete {
  max-height: 100%;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete #search_autocomplete span.qs-option-name {
  font-weight: 300;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete #search_autocomplete span.amount {
  color: #999999;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .searchautocomplete #search_autocomplete #qs-option-0 {
  padding: 10px 10px 10px 0;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-control .actions .action.search:before {
  color: #000 !important;
  font-size: 24px !important;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .customHtml {
  display: none;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .customHtml p span {
  color: #000;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .version-2 .vertically-control .actions.wpx-pos-search {
  right: 10%;
  width: fit-content;
}
.theme-pearl .page-wrapper .page-header.page-header-v4.sticky-header .header.content .header_left .block-search {
  position: relative !important;
}
@media only screen and (min-width: 769px) {
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .actions.wpx-pos-search {
    right: 18%;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal .modal-content .block-content .minisearch.version-2 .vertically-black {
    max-width: 800px;
    width: 47% !important;
  }
}
/* Mixin */
@keyframes iconebutton {
  from {
    transform: translate3d(-1.5625rem, 0, 0);
  }
  to {
    transform: none;
  }
}
@-moz-keyframes iconebutton {
  from {
    transform: translate3d(-1.5625rem, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes iconebutton {
  from {
    transform: translate3d(-1.5625rem, 0, 0);
  }
  to {
    transform: none;
  }
}
@-o-keyframes iconebutton {
  from {
    transform: translate3d(-1.5625rem, 0, 0);
  }
  to {
    transform: none;
  }
}
@-ms-keyframes iconebutton {
  from {
    transform: translate3d(-1.5625rem, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes menufade {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes menufade {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes menufade {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes menufade {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
@-ms-keyframes menufade {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideLeftOut {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    right: 100%;
    left: -100%;
  }
}
@keyframes slideRightOut {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideRight {
  0% {
    right: 0;
    left: 100%;
  }
  100% {
    left: 0;
    right: 100%;
  }
}
@keyframes slideLeft {
  0% {
    right: 100%;
    left: -100%;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@-webkit-keyframes slideLeftOut {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    right: 100%;
    left: -100%;
  }
}
@-webkit-keyframes slideRightOut {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes slideRight {
  0% {
    right: 0;
    left: 100%;
  }
  100% {
    left: 0;
    right: 100%;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    right: 100%;
    left: -100%;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@-webkit-keyframes disappear {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes disappear {
  from {
    -moz-transform: scale(1);
    opacity: 1;
  }
  to {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes disappear {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes grow {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes grow {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes grow {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes arrow1 {
  80%,
  100% {
    transform: translateX(100%);
  }
}
@keyframes arrow2 {
  80%,
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cms-index-index .main {
  padding-bottom: 0;
}
.cms-index-index .main [data-content-type="slider"] {
  padding: 0;
  margin-bottom: 0;
}
.cms-index-index .main [data-content-type="slider"] [data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
.cms-index-index .main [data-content-type="slider"] [data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cms-index-index .main [data-content-type="slider"] [data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content .pagebuilder-slide-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 24px;
  font-size: 14px;
  line-height: 18px;
  color: #1f2c57;
  display: none !important;
}
.cms-index-index .main [data-content-type="slider"] [data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content .pagebuilder-slide-button.show-btn {
  display: block !important;
}
.cms-index-index .main [data-content-type="slider"] .slick-arrow {
  border: none;
  opacity: 0;
}
.cms-index-index .main [data-content-type="slider"] .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.cms-index-index .main [data-content-type="slider"] .slick-arrow.slick-prev {
  left: 24px;
  background-image: url('../images/icons/slider-arrow-prev.svg');
}
.cms-index-index .main [data-content-type="slider"] .slick-arrow.slick-next {
  right: 24px;
  background-image: url('../images/icons/slider-arrow-next.svg');
}
.cms-index-index .main [data-content-type="slider"] .slick-dots {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-index-index .main [data-content-type="slider"] .slick-dots li {
  height: 40px;
  width: 40px;
}
.cms-index-index .main [data-content-type="slider"] .slick-dots li button {
  width: 40px;
  height: 2px;
  padding: 0;
  background: #FFFFFF;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cms-index-index .main [data-content-type="slider"] .slick-dots li button:hover {
  background: #FFFFFF;
}
.cms-index-index .main [data-content-type="slider"] .slick-dots li.slick-active {
  width: 13rem;
}
.cms-index-index .main [data-content-type="slider"] .slick-dots li.slick-active button {
  background: #ffffff57;
  width: 13rem;
}
.cms-index-index .main [data-content-type="slider"] .slick-dots li.slick-active button::after {
  width: 100%;
  content: "";
  height: 100%;
  background: #fff;
  display: block;
  opacity: 1;
  animation-name: grow;
  animation-duration: 4.5s;
  animation-timing-function: linear;
  transition-duration: 4.5s;
  transition-property: -moz-transform;
}
.cms-index-index .main [data-content-type="slider"]:hover .slick-arrow {
  opacity: 1;
  transition: opacity .3s ease;
}
.cms-index-index .main [data-content-type="slider"]:not(.slick-slider) {
  visibility: visible;
  position: relative;
}
.cms-index-index .main [data-content-type="slider"]:not(.slick-slider) [data-content-type="slide"]:not(:first-child) {
  display: none;
}
.cms-index-index .main .footer-title-row.seemore-container {
  margin: 0 14rem 60px;
  max-width: unset;
  text-align: justify;
}
.cms-index-index .main .footer-title-row.seemore-container .readmore {
  max-height: 128px;
  overflow: hidden;
  transition: max-height 1.5s ease;
}
.cms-index-index .main .footer-title-row.seemore-container .readmore.cloned {
  max-height: unset !important;
  position: absolute;
  top: -10000px;
}
.cms-index-index .main .footer-title-row.seemore-container .btnread {
  display: block;
  /*padding : 7px 15px 0px;*/
  text-align: center;
  box-shadow: 0px -14px 14px 15px #ffffff;
  cursor: pointer;
  /*display: block;*/
  margin: 10px auto;
  font-size: 14px;
  background: 0 0;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 8px 20px;
  box-shadow: none;
}
.cms-index-index .main .footer-title-row.seemore-container .btnread::after {
  content: "+";
}
.cms-index-index .main .footer-title-row.seemore-container .btnread.expanded {
  box-shadow: unset;
}
.cms-index-index .main .footer-title-row.seemore-container .btnread.expanded::after {
  content: "-";
}
.cms-index-index .main .footer-title-row.seemore-container h2 {
  padding: 0;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items {
  display: flex;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item {
  flex: 1;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  border: 1px solid #f4f4f4;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info .product-item-details {
  text-align: left;
  padding: 14px;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  line-height: 18px;
  text-transform: uppercase;
  display: block;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
  float: none;
  display: block;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-label {
  display: none !important;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price {
  line-height: 18px;
  font-weight: normal;
}
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-item-inner,
.cms-index-index .main [data-content-type="products"] .products-grid .product-items .product-item .product-reviews-summary {
  display: none;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel {
  padding: 0;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item {
  max-width: 100%;
  position: relative;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info {
  opacity: 1 !important;
  transform: none !important;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  padding-bottom: 10px;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .price-box .price {
  font-weight: 400;
  font-size: 14px;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b2b2b21f;
  opacity: 0;
  padding: 20px;
  margin: 0;
  transition: .3s opacity;
  z-index: 1;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-inner:hover {
  opacity: 1;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-inner .linktoproduct {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-inner span {
  color: #fff;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  display: none;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions button span {
  font-size: 14px;
  text-transform: uppercase;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  display: none;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel .product-item .product-item-info .product-item-photo .product-image-container {
  padding: 0 15px;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.cms-index-index .main [data-content-type="products"] .widget-product-carousel:not(.slick-slider) .product-item {
  display: inline-block;
  width: 31.5%;
  visibility: visible;
}
.cms-index-index .main [data-content-type="buttons"] [data-content-type="button-item"] a,
.cms-index-index .main [data-content-type="buttons"] [data-content-type="button-item"] button,
.cms-index-index .main [data-content-type="buttons"] [data-content-type="button-item"] [data-element="empty_link"] {
  height: auto;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 18px;
}
.cms-index-index .main [data-content-type="row"].slider-category-banner .row-full-width-inner {
  max-width: 100%;
}
.cms-index-index .main [data-content-type="row"].slider-category-banner .row-full-width-inner .slick-slider {
  padding: 0;
}
.cms-index-index .main [data-content-type="row"].slider-category-banner .row-full-width-inner .slick-slider .slick-list .pagebuilder-column {
  position: relative;
}
.cms-index-index .main [data-content-type="row"].slider-category-banner .row-full-width-inner .slick-slider .slick-list .pagebuilder-column [data-content-type="text"] {
  position: absolute;
  bottom: 0;
}
.cms-index-index .main [data-content-type="row"].slider-category-banner .row-full-width-inner .slick-slider .slick-list .pagebuilder-column [data-content-type="text"] span {
  color: #ffffff !important;
}
.cms-index-index .main [data-content-type="row"].slider-category-banner .row-full-width-inner .slick-slider .slick-list .pagebuilder-column [data-content-type="text"].title {
  bottom: 3rem;
}
.cms-index-index .main [data-content-type="row"].slider-category-banner .row-full-width-inner .slick-slider .slick-list .pagebuilder-column [data-content-type="text"].sub-title {
  bottom: 1rem;
}
.cms-index-index .main .all-reviews-home {
  padding: 0 44px 44px;
}
.cms-index-index .main .all-reviews-home .review-customer-title {
  text-align: center;
  margin-bottom: 44px;
}
.cms-index-index .main .all-reviews-home .review-customer-title strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.cms-index-index .main .all-reviews-home .review-customer-title .last-review-link {
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
  display: none;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider {
  list-style: none;
  max-width: 420px;
  margin: auto;
  padding: 0;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer {
  padding-top: 0;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 0;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-info .review-item-photo {
  margin-bottom: 24px;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-info .review-item-photo .review-item-image {
  max-width: 360px;
  max-height: 360px;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-info .review-item-details {
  padding-bottom: 10px;
  text-align: center;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-info .review-item-details .review-product-name {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-info .review-item-details .review-author {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 14px;
  font-weight: 400;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-info .review-item-details .review-content {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #333333;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b2b2b21f;
  font-weight: 600;
  opacity: 0;
  padding: 20px;
  margin: 0;
  transition: .3s opacity;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-stage-outer .owl-stage .owl-item .review-item .review-item-info .review-item-details .review-content span {
  background: #000000c4;
  color: #fff;
  padding: 5px 10px;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider:hover .review-item-details .review-content {
  opacity: 1 !important;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-dots {
  bottom: unset;
  top: 100%;
  counter-reset: section;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-dots .owl-dot {
  width: 45px;
  margin: 0 2px;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-dots .owl-dot.active::before {
  visibility: visible;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-dots .owl-dot.active span {
  background: #000000;
  border-color: #000000;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-dots .owl-dot::before {
  counter-increment: section;
  content: counter(section);
  display: block;
  color: #000;
  visibility: hidden;
  font-weight: 600;
  font-size: 11px;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-dots .owl-dot span {
  width: 100%;
  height: 2px;
  background: #b7b7b7;
  border-color: #b7b7b7;
  margin: 0;
}
.cms-index-index .main .all-reviews-home .review-customer-content .all-reviews-home-slider .owl-controls .owl-prev:not(.slide) {
  visibility: hidden;
}
.cms-index-index .main .reputation-section {
  padding: 0;
}
.cms-index-index .main .reputation-section .popup-link {
  padding-top: 24px;
  padding-bottom: 24px;
}
.cms-index-index .main .reputation-section .popup-link:hover {
  cursor: pointer;
  background-color: #F6F6F6;
}
.cms-index-index .main .section .pagebuilder-column-group,
.cms-index-index .main .hidden-xs .pagebuilder-column-group {
  justify-content: center;
}
.cms-index-index .main .section .pagebuilder-column-group .pagebuilder-column figure img,
.cms-index-index .main .hidden-xs .pagebuilder-column-group .pagebuilder-column figure img {
  width: 100%;
  float: left;
}
.cms-index-index #maincontent .columns .slick-arrow,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div {
  background: #1f2c57 !important;
  top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.cms-index-index #maincontent .columns .slick-arrow:before,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div:before,
.cms-index-index #maincontent .columns .slick-arrow:after,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div:after {
  position: absolute;
  left: 50%;
  height: 20px;
  display: inline-block;
  background: url(../images/icons/arrow-right.svg) no-repeat;
  width: 20px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  -webkit-mask-image: none;
  top: unset;
  content: "";
}
.cms-index-index #maincontent .columns .slick-arrow:hover:before,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div:hover:before {
  animation: arrow1 0.5s 1;
}
.cms-index-index #maincontent .columns .slick-arrow:hover:after,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div:hover:after {
  animation: arrow2 0.5s 1;
}
.cms-index-index #maincontent .columns .slick-arrow:hover,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div:hover {
  background: #6f6f6f !important;
}
.cms-index-index #maincontent .columns .slick-arrow:before,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div:before {
  transform: translateX(-50%);
}
.cms-index-index #maincontent .columns .slick-arrow:after,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div:after {
  transform: translateX(-200%);
}
.cms-index-index #maincontent .columns .slick-arrow.owl-prev,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div.owl-prev {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.cms-index-index #maincontent .columns .slick-arrow.slick-prev,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div.slick-prev {
  left: unset;
}
.cms-index-index #maincontent .columns .slick-arrow.slick-prev,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div.slick-prev {
  right: 6.7rem;
}
.cms-index-index #maincontent .columns .slick-arrow.slick-next,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div.slick-next {
  right: 1.2rem;
}
.cms-index-index #maincontent .columns .slick-arrow[disabled="disabled"],
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div[disabled="disabled"],
.cms-index-index #maincontent .columns .slick-arrow.slick-disabled,
.cms-index-index #maincontent .columns .all-reviews-home .owl-nav > div.slick-disabled {
  display: none !important;
}
.cms-index-index .popup-content {
  display: none;
}
.cms-index-index .page-wrapper .page-header-v4 .header.content .header_left .wrap #search-mod.modal {
  padding: 0 0 45px !important;
}
.cms-index-index [data-content-type="text"] {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .page-wrapper .btt-button {
    bottom: 20px !important;
  }
}
.customer-account-index,
.customer-address-form,
.customer-address-index,
.wishlist-index-index,
.newsletter-manage-index,
.sales-order-history,
.sales-order-view,
.wishlist-index-share,
.sales-order-invoice,
.sales-order-shipment {
  font-family: 'Lato', sans-serif;
}
.customer-account-index .breadcrumbs,
.customer-address-form .breadcrumbs,
.customer-address-index .breadcrumbs,
.wishlist-index-index .breadcrumbs,
.newsletter-manage-index .breadcrumbs,
.sales-order-history .breadcrumbs,
.sales-order-view .breadcrumbs,
.wishlist-index-share .breadcrumbs,
.sales-order-invoice .breadcrumbs,
.sales-order-shipment .breadcrumbs {
  border: solid 1px #0000001A;
  margin-bottom: 30px !important;
}
.customer-account-index .page-main .columns .column.main,
.customer-address-form .page-main .columns .column.main,
.customer-address-index .page-main .columns .column.main,
.wishlist-index-index .page-main .columns .column.main,
.newsletter-manage-index .page-main .columns .column.main,
.sales-order-history .page-main .columns .column.main,
.sales-order-view .page-main .columns .column.main,
.wishlist-index-share .page-main .columns .column.main,
.sales-order-invoice .page-main .columns .column.main,
.sales-order-shipment .page-main .columns .column.main {
  width: 80%;
  margin: 20px auto;
  float: none;
  min-height: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
}
.customer-account-index .page-main .columns .column.main .actions-toolbar,
.customer-address-form .page-main .columns .column.main .actions-toolbar,
.customer-address-index .page-main .columns .column.main .actions-toolbar,
.wishlist-index-index .page-main .columns .column.main .actions-toolbar,
.newsletter-manage-index .page-main .columns .column.main .actions-toolbar,
.sales-order-history .page-main .columns .column.main .actions-toolbar,
.sales-order-view .page-main .columns .column.main .actions-toolbar,
.wishlist-index-share .page-main .columns .column.main .actions-toolbar,
.sales-order-invoice .page-main .columns .column.main .actions-toolbar,
.sales-order-shipment .page-main .columns .column.main .actions-toolbar {
  text-align: right;
}
.customer-account-index .page-main .columns .column.main .actions-toolbar .primary,
.customer-address-form .page-main .columns .column.main .actions-toolbar .primary,
.customer-address-index .page-main .columns .column.main .actions-toolbar .primary,
.wishlist-index-index .page-main .columns .column.main .actions-toolbar .primary,
.newsletter-manage-index .page-main .columns .column.main .actions-toolbar .primary,
.sales-order-history .page-main .columns .column.main .actions-toolbar .primary,
.sales-order-view .page-main .columns .column.main .actions-toolbar .primary,
.wishlist-index-share .page-main .columns .column.main .actions-toolbar .primary,
.sales-order-invoice .page-main .columns .column.main .actions-toolbar .primary,
.sales-order-shipment .page-main .columns .column.main .actions-toolbar .primary {
  float: none;
}
.customer-account-index .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.customer-address-form .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.customer-address-index .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.wishlist-index-index .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.newsletter-manage-index .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.sales-order-history .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.sales-order-view .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.wishlist-index-share .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.sales-order-invoice .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.sales-order-shipment .page-main .columns .column.main .actions-toolbar .primary button.action.primary,
.customer-account-index .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.customer-address-form .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.customer-address-index .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.wishlist-index-index .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.newsletter-manage-index .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.sales-order-history .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.sales-order-view .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.wishlist-index-share .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.sales-order-invoice .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.sales-order-shipment .page-main .columns .column.main .actions-toolbar .primary button.amshopby-button,
.customer-account-index .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.customer-address-form .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.customer-address-index .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.wishlist-index-index .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.newsletter-manage-index .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.sales-order-history .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.sales-order-view .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.wishlist-index-share .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.sales-order-invoice .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go,
.sales-order-shipment .page-main .columns .column.main .actions-toolbar .primary button.am-filter-go {
  margin-right: 0;
}
.customer-account-index .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.customer-address-form .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.customer-address-index .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.wishlist-index-index .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.newsletter-manage-index .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.sales-order-history .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.sales-order-view .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.wishlist-index-share .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.sales-order-invoice .page-main .columns .column.main .actions-toolbar .primary.action::hover,
.sales-order-shipment .page-main .columns .column.main .actions-toolbar .primary.action::hover {
  background-color: #1f2c57;
  border-color: #1f2c57;
}
.customer-account-index .page-main .columns .column.main .table-wrapper table thead th,
.customer-address-form .page-main .columns .column.main .table-wrapper table thead th,
.customer-address-index .page-main .columns .column.main .table-wrapper table thead th,
.wishlist-index-index .page-main .columns .column.main .table-wrapper table thead th,
.newsletter-manage-index .page-main .columns .column.main .table-wrapper table thead th,
.sales-order-history .page-main .columns .column.main .table-wrapper table thead th,
.sales-order-view .page-main .columns .column.main .table-wrapper table thead th,
.wishlist-index-share .page-main .columns .column.main .table-wrapper table thead th,
.sales-order-invoice .page-main .columns .column.main .table-wrapper table thead th,
.sales-order-shipment .page-main .columns .column.main .table-wrapper table thead th {
  text-align: center;
}
.customer-account-index .page-main .columns .column.main .table-wrapper table .col,
.customer-address-form .page-main .columns .column.main .table-wrapper table .col,
.customer-address-index .page-main .columns .column.main .table-wrapper table .col,
.wishlist-index-index .page-main .columns .column.main .table-wrapper table .col,
.newsletter-manage-index .page-main .columns .column.main .table-wrapper table .col,
.sales-order-history .page-main .columns .column.main .table-wrapper table .col,
.sales-order-view .page-main .columns .column.main .table-wrapper table .col,
.wishlist-index-share .page-main .columns .column.main .table-wrapper table .col,
.sales-order-invoice .page-main .columns .column.main .table-wrapper table .col,
.sales-order-shipment .page-main .columns .column.main .table-wrapper table .col {
  width: auto;
}
.customer-account-index .page-main .columns .sidebar-main,
.customer-address-form .page-main .columns .sidebar-main,
.customer-address-index .page-main .columns .sidebar-main,
.wishlist-index-index .page-main .columns .sidebar-main,
.newsletter-manage-index .page-main .columns .sidebar-main,
.sales-order-history .page-main .columns .sidebar-main,
.sales-order-view .page-main .columns .sidebar-main,
.wishlist-index-share .page-main .columns .sidebar-main,
.sales-order-invoice .page-main .columns .sidebar-main,
.sales-order-shipment .page-main .columns .sidebar-main {
  width: 80%;
  margin: 0 auto;
  float: none;
  margin-bottom: 30px;
  padding-right: 0;
}
.customer-account-index .page-main .columns .sidebar-main .block-collapsible-nav,
.customer-address-form .page-main .columns .sidebar-main .block-collapsible-nav,
.customer-address-index .page-main .columns .sidebar-main .block-collapsible-nav,
.wishlist-index-index .page-main .columns .sidebar-main .block-collapsible-nav,
.newsletter-manage-index .page-main .columns .sidebar-main .block-collapsible-nav,
.sales-order-history .page-main .columns .sidebar-main .block-collapsible-nav,
.sales-order-view .page-main .columns .sidebar-main .block-collapsible-nav,
.wishlist-index-share .page-main .columns .sidebar-main .block-collapsible-nav,
.sales-order-invoice .page-main .columns .sidebar-main .block-collapsible-nav,
.sales-order-shipment .page-main .columns .sidebar-main .block-collapsible-nav {
  position: relative;
}
.customer-account-index .page-main .columns .sidebar-main .block-collapsible-nav .title,
.customer-address-form .page-main .columns .sidebar-main .block-collapsible-nav .title,
.customer-address-index .page-main .columns .sidebar-main .block-collapsible-nav .title,
.wishlist-index-index .page-main .columns .sidebar-main .block-collapsible-nav .title,
.newsletter-manage-index .page-main .columns .sidebar-main .block-collapsible-nav .title,
.sales-order-history .page-main .columns .sidebar-main .block-collapsible-nav .title,
.sales-order-view .page-main .columns .sidebar-main .block-collapsible-nav .title,
.wishlist-index-share .page-main .columns .sidebar-main .block-collapsible-nav .title,
.sales-order-invoice .page-main .columns .sidebar-main .block-collapsible-nav .title,
.sales-order-shipment .page-main .columns .sidebar-main .block-collapsible-nav .title {
  display: none;
}
.customer-account-index .page-main .columns .sidebar-main .block-collapsible-nav .content,
.customer-address-form .page-main .columns .sidebar-main .block-collapsible-nav .content,
.customer-address-index .page-main .columns .sidebar-main .block-collapsible-nav .content,
.wishlist-index-index .page-main .columns .sidebar-main .block-collapsible-nav .content,
.newsletter-manage-index .page-main .columns .sidebar-main .block-collapsible-nav .content,
.sales-order-history .page-main .columns .sidebar-main .block-collapsible-nav .content,
.sales-order-view .page-main .columns .sidebar-main .block-collapsible-nav .content,
.wishlist-index-share .page-main .columns .sidebar-main .block-collapsible-nav .content,
.sales-order-invoice .page-main .columns .sidebar-main .block-collapsible-nav .content,
.sales-order-shipment .page-main .columns .sidebar-main .block-collapsible-nav .content {
  padding: 17px 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px #0000001a;
  opacity: 1;
  display: block !important;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items,
.customer-address-form .page-main .columns .sidebar-main .nav.items,
.customer-address-index .page-main .columns .sidebar-main .nav.items,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items,
.sales-order-history .page-main .columns .sidebar-main .nav.items,
.sales-order-view .page-main .columns .sidebar-main .nav.items,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  justify-content: space-around;
  padding-left: 0;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items:before {
  display: none;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items:after,
.customer-address-form .page-main .columns .sidebar-main .nav.items:after,
.customer-address-index .page-main .columns .sidebar-main .nav.items:after,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items:after,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items:after,
.sales-order-history .page-main .columns .sidebar-main .nav.items:after,
.sales-order-view .page-main .columns .sidebar-main .nav.items:after,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items:after,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items:after,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items:after {
  display: none;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item.current strong {
  border: none;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item {
  text-align: center;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item a,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item a,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item a,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item a,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item a,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item a,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item a,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item a,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item a,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item a {
  border-left: none;
  padding-bottom: 23px;
  border-bottom: solid 3px #fff;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item.current a strong,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item.current a strong {
  border: none;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item.current a strong::before {
  display: none !important;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item a:hover,
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item.current strong,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item.current strong {
  color: #000;
  background: transparent;
  border-bottom: solid 3px #000;
  border-left: 0;
  height: 100%;
  text-decoration: none;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:first-child,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:first-child {
  margin-top: 3px;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:first-child strong:before,
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:first-child a:before {
  content: '';
  background: url(../images/icons/Account.svg) no-repeat center;
  background-size: contain;
  display: block;
  margin: 2px auto 10px;
  width: 30px;
  height: 30px;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) strong:before,
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(2) a:before {
  content: '';
  background: url(../images/icons/Address.svg) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) strong:before,
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(3) a:before {
  content: '';
  background: url(../images/icons/Order.svg) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) strong:before,
.customer-account-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.customer-address-form .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.customer-address-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.wishlist-index-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.newsletter-manage-index .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.sales-order-history .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.sales-order-view .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.wishlist-index-share .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.sales-order-invoice .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before,
.sales-order-shipment .page-main .columns .sidebar-main .nav.items .nav.item:nth-child(4) a:before {
  content: '';
  background: url(../images/icons/Newsletter.svg) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist {
  margin-bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px #0000001a;
  opacity: 1;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title {
  text-align: center;
  margin: 15px 40px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #F4F4F4;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-title strong,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-title strong {
  font-size: 14px;
  text-transform: uppercase;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content {
  font-size: 14px;
  padding: 0 40px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button {
  background-color: #1f2c57;
  min-height: 48px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button span::after,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover {
  background-color: #1f2c57;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span {
  transform: translateX(0px);
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar button:hover span::after,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .block-content .actions-toolbar button:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder {
  margin-right: 15px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar {
  margin: 30px 0;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary {
  width: 100%;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .primary button {
  width: 100%;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .block-content .actions-toolbar .secondary {
  display: none;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:last-child {
  display: flex;
  align-items: center;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2),
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item:nth-last-child(2) {
  display: flex;
  align-items: center;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item {
  display: none;
  margin: 10px 0;
  border-bottom: 1px solid #F4F4F4;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .item.choice .control input {
  width: 10px;
  height: 10px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo {
  margin: 0 20px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-photo .photo.image {
  width: 100px !important;
  height: auto !important;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .product-items .product-item .product-item-name span {
  font-size: 14px;
  text-transform: uppercase;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display {
  text-align: center;
  margin: 40px;
  display: block;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty.display strong {
  font-size: 14px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-reorder .empty {
  display: none;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist {
  margin-left: 15px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items {
  display: flex;
  max-height: 227px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar {
  margin: 40px 0;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary,
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .actions-toolbar .primary button {
  width: 100%;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:last-child {
  display: block;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2),
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item:nth-last-child(2) {
  display: block;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item {
  display: none;
  text-align: center;
  margin-right: 15px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo {
  float: none;
  left: unset;
  margin: 0;
  position: unset;
  top: unset;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  max-width: 170px !important;
  min-width: 140px !important;
  height: auto !important;
  width: 100% !important;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  overflow: unset;
  position: unset;
  z-index: 1;
  width: 100% !important;
  text-align: center;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  bottom: unset;
  display: block;
  left: unset;
  margin: 0 auto;
  position: unset;
  right: unset;
  top: unset;
  width: 100% !important;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details {
  margin: 0;
  display: flex;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  flex-direction: column;
  text-align: left;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name span {
  font-size: 14px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .product-items .product-item .product-item-info .product-item-details .price {
  color: #999999;
  line-height: 18px;
  font-weight: normal;
  font-size: 14px;
}
.customer-account-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.customer-address-form .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.customer-address-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.wishlist-index-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.newsletter-manage-index .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.sales-order-history .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.sales-order-view .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.wishlist-index-share .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.sales-order-invoice .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty,
.sales-order-shipment .page-main .columns .sidebar-main .orderwish-container .block-wishlist .empty {
  text-align: center;
  font-size: 14px;
  margin: 40px;
  font-weight: 700;
}
.customer-account-index .page-main .columns .cust-detail,
.customer-address-form .page-main .columns .cust-detail,
.customer-address-index .page-main .columns .cust-detail,
.wishlist-index-index .page-main .columns .cust-detail,
.newsletter-manage-index .page-main .columns .cust-detail,
.sales-order-history .page-main .columns .cust-detail,
.sales-order-view .page-main .columns .cust-detail,
.wishlist-index-share .page-main .columns .cust-detail,
.sales-order-invoice .page-main .columns .cust-detail,
.sales-order-shipment .page-main .columns .cust-detail {
  text-align: center;
  margin-bottom: 48px;
}
.customer-account-index .page-main .columns .cust-detail .cust-name,
.customer-address-form .page-main .columns .cust-detail .cust-name,
.customer-address-index .page-main .columns .cust-detail .cust-name,
.wishlist-index-index .page-main .columns .cust-detail .cust-name,
.newsletter-manage-index .page-main .columns .cust-detail .cust-name,
.sales-order-history .page-main .columns .cust-detail .cust-name,
.sales-order-view .page-main .columns .cust-detail .cust-name,
.wishlist-index-share .page-main .columns .cust-detail .cust-name,
.sales-order-invoice .page-main .columns .cust-detail .cust-name,
.sales-order-shipment .page-main .columns .cust-detail .cust-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.customer-account-index .page-main .columns button,
.customer-address-form .page-main .columns button,
.customer-address-index .page-main .columns button,
.wishlist-index-index .page-main .columns button,
.newsletter-manage-index .page-main .columns button,
.sales-order-history .page-main .columns button,
.sales-order-view .page-main .columns button,
.wishlist-index-share .page-main .columns button,
.sales-order-invoice .page-main .columns button,
.sales-order-shipment .page-main .columns button {
  min-height: 48px;
  line-height: 18px;
  font-size: 14px;
  padding: 11px 15px;
}
.customer-account-index .page-main .columns button span,
.customer-address-form .page-main .columns button span,
.customer-address-index .page-main .columns button span,
.wishlist-index-index .page-main .columns button span,
.newsletter-manage-index .page-main .columns button span,
.sales-order-history .page-main .columns button span,
.sales-order-view .page-main .columns button span,
.wishlist-index-share .page-main .columns button span,
.sales-order-invoice .page-main .columns button span,
.sales-order-shipment .page-main .columns button span {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.customer-account-index .page-main .columns button:hover,
.customer-address-form .page-main .columns button:hover,
.customer-address-index .page-main .columns button:hover,
.wishlist-index-index .page-main .columns button:hover,
.newsletter-manage-index .page-main .columns button:hover,
.sales-order-history .page-main .columns button:hover,
.sales-order-view .page-main .columns button:hover,
.wishlist-index-share .page-main .columns button:hover,
.sales-order-invoice .page-main .columns button:hover,
.sales-order-shipment .page-main .columns button:hover {
  background-color: #999999;
  border-color: #999999;
}
.customer-account-index .page-title-wrapper .page-title,
.customer-address-form .page-title-wrapper .page-title,
.customer-address-index .page-title-wrapper .page-title,
.wishlist-index-index .page-title-wrapper .page-title,
.newsletter-manage-index .page-title-wrapper .page-title,
.sales-order-history .page-title-wrapper .page-title,
.sales-order-view .page-title-wrapper .page-title,
.wishlist-index-share .page-title-wrapper .page-title,
.sales-order-invoice .page-title-wrapper .page-title,
.sales-order-shipment .page-title-wrapper .page-title {
  line-height: normal;
  margin: 24px 0 44px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.customer-address-form .page-main .columns form#form-validate,
.customer-address-index .page-main .columns form#form-validate {
  width: 80%;
  margin: 0 auto;
}
.customer-address-index .page-title {
  display: none;
}
.customer-address-index .toolbar-amount {
  display: none;
}
.customer-address-form .page-main .columns,
.customer-address-index .page-main .columns,
.wishlist-index-index .page-main .columns,
.newsletter-manage-index .page-main .columns,
.sales-order-history .page-main .columns,
.sales-order-view .page-main .columns,
.wishlist-index-share .page-main .columns,
.sales-order-invoice .page-main .columns,
.sales-order-shipment .page-main .columns {
  display: flex;
  flex-direction: column;
}
.customer-address-form .page-main .columns .column.main,
.customer-address-index .page-main .columns .column.main,
.wishlist-index-index .page-main .columns .column.main,
.newsletter-manage-index .page-main .columns .column.main,
.sales-order-history .page-main .columns .column.main,
.sales-order-view .page-main .columns .column.main,
.wishlist-index-share .page-main .columns .column.main,
.sales-order-invoice .page-main .columns .column.main,
.sales-order-shipment .page-main .columns .column.main {
  order: 2;
}
.customer-address-form .page-main .columns .sidebar-main,
.customer-address-index .page-main .columns .sidebar-main,
.wishlist-index-index .page-main .columns .sidebar-main,
.newsletter-manage-index .page-main .columns .sidebar-main,
.sales-order-history .page-main .columns .sidebar-main,
.sales-order-view .page-main .columns .sidebar-main,
.wishlist-index-share .page-main .columns .sidebar-main,
.sales-order-invoice .page-main .columns .sidebar-main,
.sales-order-shipment .page-main .columns .sidebar-main {
  order: 1;
}
.customer-address-form .page-main .columns a:hover,
.customer-address-index .page-main .columns a:hover,
.wishlist-index-index .page-main .columns a:hover,
.newsletter-manage-index .page-main .columns a:hover,
.sales-order-history .page-main .columns a:hover,
.sales-order-view .page-main .columns a:hover,
.wishlist-index-share .page-main .columns a:hover,
.sales-order-invoice .page-main .columns a:hover,
.sales-order-shipment .page-main .columns a:hover {
  text-decoration: underline;
}
.customer-address-form #maincontent .columns .column.main,
.customer-address-index #maincontent .columns .column.main {
  margin-bottom: 60px;
}
.customer-address-form #maincontent .columns .column.main button.primary:hover,
.customer-address-index #maincontent .columns .column.main button.primary:hover {
  background-color: #1f2c57;
  border-color: #1f2c57;
}
.customer-address-form #maincontent .columns form.form-address-edit,
.customer-address-index #maincontent .columns form.form-address-edit {
  min-width: 420px;
  padding: 0;
  width: 100%;
}
.customer-address-form #maincontent .columns form.form-address-edit fieldset,
.customer-address-index #maincontent .columns form.form-address-edit fieldset {
  text-align: left;
  margin-bottom: 44px;
}
.customer-address-form #maincontent .columns form.form-address-edit fieldset .field,
.customer-address-index #maincontent .columns form.form-address-edit fieldset .field {
  margin-bottom: 14px;
}
.customer-address-form #maincontent .columns form.form-address-edit fieldset .field .choice.shipping,
.customer-address-index #maincontent .columns form.form-address-edit fieldset .field .choice.shipping {
  margin: 0;
}
.customer-address-form #maincontent .columns form.form-address-edit fieldset legend,
.customer-address-index #maincontent .columns form.form-address-edit fieldset legend {
  text-align: left;
  border: 0;
  padding-bottom: 4px;
}
.customer-address-form #maincontent .columns form.form-address-edit fieldset legend span,
.customer-address-index #maincontent .columns form.form-address-edit fieldset legend span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.customer-address-form #maincontent .columns form.form-address-edit fieldset label,
.customer-address-index #maincontent .columns form.form-address-edit fieldset label {
  font-size: 12px;
  font-weight: 500;
}
.customer-address-form #maincontent .columns form.form-address-edit fieldset input[type="checkbox"],
.customer-address-index #maincontent .columns form.form-address-edit fieldset input[type="checkbox"] {
  height: auto;
}
.customer-address-form #maincontent .columns form.form-address-edit > *,
.customer-address-index #maincontent .columns form.form-address-edit > * {
  width: 46%;
}
.customer-address-form #maincontent .columns form.form-address-edit input,
.customer-address-index #maincontent .columns form.form-address-edit input,
.customer-address-form #maincontent .columns form.form-address-edit textarea,
.customer-address-index #maincontent .columns form.form-address-edit textarea,
.customer-address-form #maincontent .columns form.form-address-edit select,
.customer-address-index #maincontent .columns form.form-address-edit select {
  border-color: #EDEDED;
  height: 40px;
}
.customer-address-form #maincontent .columns form.form-address-edit .actions-toolbar,
.customer-address-index #maincontent .columns form.form-address-edit .actions-toolbar {
  width: 46%;
  margin: 0 0 0 auto;
}
.customer-address-form #maincontent .columns form.form-address-edit .actions-toolbar > .primary,
.customer-address-index #maincontent .columns form.form-address-edit .actions-toolbar > .primary {
  width: 100%;
}
.customer-address-form #maincontent .columns form.form-address-edit .actions-toolbar > .primary button,
.customer-address-index #maincontent .columns form.form-address-edit .actions-toolbar > .primary button {
  width: 100%;
  padding: 8px 17px;
}
.customer-address-form #maincontent .columns form.form-address-edit .actions-toolbar > .primary button span,
.customer-address-index #maincontent .columns form.form-address-edit .actions-toolbar > .primary button span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.wishlist-index-index #maincontent .wishlist-toolbar {
  padding-left: 10px;
  border: none;
  position: absolute;
}
.wishlist-index-index #maincontent .wishlist-toolbar .toolbar-amount .toolbar-number {
  font-size: 18px;
  font-weight: 600;
}
.wishlist-index-index #maincontent .form-wishlist-items {
  margin-bottom: 55px;
}
.wishlist-index-index #maincontent .form-wishlist-items .actions-toolbar {
  padding-top: 0;
  margin-top: 5px;
  margin-bottom: 20px;
}
.wishlist-index-index #maincontent .form-wishlist-items .button.action.update {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items ~ .wishlist-toolbar {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items > .actions-toolbar button {
  margin-bottom: 10px;
}
.wishlist-index-index #maincontent .form-wishlist-items .product-item {
  flex-basis: 33.3333333333%;
  margin: 0;
  padding: 0;
  border: 1px solid #f4f4f4;
}
.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-reviews-summary {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-name {
  display: block;
  text-align: left !important;
  margin: 0;
}
.wishlist-index-index #maincontent .form-wishlist-items .product-item .product-item-name .product-item-link {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.wishlist-index-index #maincontent .form-wishlist-items .product-item .price-container {
  display: block;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
.wishlist-index-index #maincontent .form-wishlist-items .product-item .price-container .price {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  font-weight: normal;
}
.wishlist-index-index #maincontent button.action {
  background-color: #1f2c57;
  min-height: 48px;
}
.wishlist-index-index #maincontent button.action span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.wishlist-index-index #maincontent button.action span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.wishlist-index-index #maincontent button.action:hover {
  background-color: #1f2c57;
}
.wishlist-index-index #maincontent button.action:hover span {
  transform: translateX(0px);
}
.wishlist-index-index #maincontent button.action:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.wishlist-index-index #maincontent .product-item-info,
.wishlist-index-index #maincontent .product-item-inner {
  border: 0 !important;
  box-shadow: none !important;
}
.wishlist-index-index #maincontent .product-item-info {
  padding: 0 3.3333vw 4rem;
}
.wishlist-index-index #maincontent .product-item-info .product-item-photo {
  border: 0;
}
.wishlist-index-index #maincontent .product-item-info .remove-top {
  position: absolute;
  right: 20px;
  margin: 0;
  top: 12px;
  z-index: 10;
}
.wishlist-index-index #maincontent .product-item-info .remove-top .action.delete::before {
  content: '\e616';
  font-weight: 500;
  color: #333333;
}
.wishlist-index-index #maincontent .product-item-info .product-item-actions.remove {
  position: absolute;
  right: 10%;
  z-index: 10;
}
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip {
  width: 100%;
  margin-top: 10px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .action.details.tooltip {
  display: none;
}
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .tooltip.content {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  top: 0;
  z-index: 2;
}
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .tooltip.content:before,
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .tooltip.content:after,
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .tooltip.content .subtitle {
  display: none;
}
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .tooltip.content dl > * {
  display: inline-block;
}
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .tooltip.content dl .label {
  font-weight: 500;
}
.wishlist-index-index #maincontent .product-item-info .product-item-tooltip .tooltip.content dl .label::after {
  content: " : ";
  display: inline-block;
  margin: 0 5px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner {
  padding: 0;
  clip: unset;
  margin: 9px 0 0 0;
  position: absolute;
  height: 0;
  background: #fff;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex !important;
  flex-direction: column;
  padding: 0 25px;
  margin: 0;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner.info-active {
  height: 100%;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .comment-box {
  display: none;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 10px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset .label {
  float: left;
  font-weight: 500;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions,
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset .actions-primary,
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset .action.tocart.primary {
  width: 100%;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions {
  display: block;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset .action.tocart.primary {
  min-height: 40px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  display: none;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin: 0;
  margin-bottom: 25px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action {
  flex: 50%;
  margin: 0;
  background: #fff;
  border: 1px solid #1f2c57;
  text-align: center;
  padding: 0 5px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action span {
  color: #1f2c57;
  font-size: 14px;
  width: auto;
  clip: unset;
  position: relative;
  margin: 0;
  line-height: 46px;
  text-transform: uppercase;
  height: auto;
  display: inline-block;
  overflow: unset;
  transition: .3s all;
  transform: translateX(-10px);
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action span::after {
  display: none;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action:before {
  color: #1f2c57;
  font-size: 15px;
  opacity: 0;
  transition: .3s all;
  margin-right: 4px;
  vertical-align: text-top;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action.edit {
  order: 2;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action.share::before {
  content: "\e05b";
  font-family: 'simple-line-icons';
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action:hover span {
  transform: translateX(0px);
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner > .product-item-actions .action:hover::before {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .price-container {
  margin-top: auto;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .product-item-name {
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 25px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .product-item-name span {
  font-size: 16px !important;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .product-sku-wrapper {
  text-align: left;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .product-sku-wrapper .product-item-sku {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  font-weight: normal;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .price-container .price {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart {
  width: 100%;
  margin-top: 10px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart button.tocart {
  padding: 0 5px;
}
.wishlist-index-index #maincontent .product-item-info .product-item-inner .box-tocart button.tocart span {
  line-height: 46px;
}
.wishlist-index-index #maincontent .product-item-info #wishlist-trigger-info {
  width: 100%;
  background: transparent;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 8;
  font-size: 0;
  cursor: pointer;
}
.wishlist-index-index #maincontent .product-item-info #wishlist-trigger-info::after,
.wishlist-index-index #maincontent .product-item-info .product-item-inner.info-active::after {
  content: "";
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid #392d23;
  border-bottom: 0px solid transparent;
  border-left: 0;
  background: none;
  padding: 0;
  font-size: 0;
  min-height: 0;
  line-height: normal;
  cursor: pointer;
  z-index: 16;
  position: absolute;
  display: block;
}
.sales-order-view .column.main .page-title-wrapper .order-status,
.sales-order-invoice .column.main .page-title-wrapper .order-status,
.sales-order-shipment .column.main .page-title-wrapper .order-status {
  margin-top: 24px;
}
.sales-order-view .column.main .order-links,
.sales-order-invoice .column.main .order-links,
.sales-order-shipment .column.main .order-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  body.wishlist-index-index #maincontent .wishlist-toolbar {
    position: relative;
    display: block;
    float: left;
  }
  body.wishlist-index-index #maincontent .form-wishlist-items .product-item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  body.wishlist-index-index #maincontent .product-item-info {
    width: 50% !important;
  }
  body.wishlist-index-index #maincontent .product-item-info .product-item-inner {
    right: 0;
    left: 100%;
    height: 100%;
  }
  body.wishlist-index-index #maincontent .product-item-info #wishlist-trigger-info {
    display: none;
  }
}
.page-products .page-wrapper {
  transition: margin-left 0.5s;
}
.page-products .page-wrapper .page-main .category-view {
  margin-left: -15px;
  margin-right: -15px;
}
.page-products .page-wrapper .page-main .category-view .category-description {
  margin-bottom: 0;
  margin-top: 0;
}
.page-products .page-wrapper .page-main .category-view .category-description .seemore-container {
  padding-bottom: 10px;
}
.page-products .page-wrapper .page-main .category-view .category-description:not(.more-less) {
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .category-view .category-description .readmore {
  position: relative;
  transition: height .8s;
  overflow: hidden;
}
.page-products .page-wrapper .page-main .category-view .category-description .readmore.more-collapse::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #f9f9f9 5%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
  display: none;
}
.page-products .page-wrapper .page-main .category-view .category-description .readmore.cloned {
  display: block;
  position: absolute;
  top: -10000px;
}
.page-products .page-wrapper .page-main .category-view .category-description .readmore:not(.cloned) {
  height: 100px;
}
.page-products .page-wrapper .page-main .category-view .category-description .btn-readmore {
  display: block;
  margin: 10px auto;
  font-size: 12px;
  background: none;
  border: 0;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 0px;
  border: 1px solid #000;
  padding: 8px 20px;
}
.page-products .page-wrapper .page-main .category-view .category-description .section {
  margin-bottom: 0px !important;
}
.page-products .page-wrapper .page-main .category-view .category-description .category-links-container {
  padding: 15px calc(3.3333333333vw - 15px);
  text-align: center;
}
.page-products .page-wrapper .page-main .category-view .category-description .category-links-container .item-link {
  display: inline-block;
}
.page-products .page-wrapper .page-main .category-view .category-description .category-links-container .item-link a {
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  display: block;
  padding: 5px 10px;
}
.page-products .page-wrapper .page-main .category-view .category-description .category-links-container .item-link p {
  margin: 0px 10px;
  background: #fff;
  min-width: 128px;
  border: 1px solid #1f2c57;
}
.page-products .page-wrapper .page-main .category-view .category-description .category-links-container .item-link p a:hover {
  color: #fff !important;
}
.page-products .page-wrapper .page-main .category-view .category-description .category-links-container .item-link p:hover {
  background: #1f2c57;
  color: #fff;
}
.page-products .page-wrapper .page-main .category-view .category-description .category-links-container > div {
  max-width: unset !important;
}
.page-products .page-wrapper .page-main .page-title-wrapper #page-title-heading {
  display: none;
}
.page-products .page-wrapper .page-main .page-title-wrapper #additional-page-title {
  background: #f9f9f9;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-products .page-wrapper .page-main .page-title-wrapper #additional-page-title span {
  margin: 0 3px;
  font-size: 2.4rem;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  text-transform: uppercase;
}
.page-products .page-wrapper .page-main .page-title-wrapper:not(.first-page) ~ .category-view {
  display: none;
}
.page-products .page-wrapper .page-main .page-title-wrapper:not(.first-page) ~ .columns #amasty-shopby-product-list .toolbar-products:before {
  border: 0;
}
.page-products .page-wrapper .page-main .page-title-wrapper:not(.first-page) ~ .columns .footer-bottom {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .amasty-catalog-topnav {
  margin-top: 0;
}
.page-products .page-wrapper .page-main .columns .main #layered-filter-block {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products:after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products:before {
  border-bottom: 1px solid #f4f4f4;
  width: 1000vw;
  height: 1px;
  margin-left: -100vw;
  content: "";
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .modes {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-amount,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter {
  display: inline-block;
  min-height: 25px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products #toolbar-amount {
  width: 33.33%;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener {
  float: left;
  border-right: 1px solid #f4f4f4;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  width: 33.333%;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener .filter-opener {
  width: 100%;
  display: block;
  height: 100%;
  padding: 20px 0 20px 0;
  transition: all 0.3s ease-in-out;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener .filter-opener span {
  font-size: 14px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener .filter-opener:hover {
  background: #1f2c57;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener .filter-opener:hover span {
  color: #fff;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener .filter-opener:hover:before {
  filter: invert(1);
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-filter-opener .filter-opener:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/icon-filter.svg') no-repeat;
  width: 16px;
  height: 13px;
  margin-right: 10px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-amount {
  padding: 20px 40px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: none;
  width: 33.333%;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter {
  padding: 0;
  line-height: 15px;
  border-left: 1px solid #f4f4f4;
  display: flex;
  justify-content: center;
  position: relative;
  width: 33.333%;
  z-index: 9;
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter select {
  display: none;
  /*hide original SELECT element: */
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected {
  background-color: #FFFFFF;
  position: relative;
  padding: 0 16px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/icons/icon-menu-collapse.svg) !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected .select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items div,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected {
  color: #333333;
  cursor: pointer;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter {
  position: fixed;
  top: 0;
  margin: 180px auto 0;
  width: 420px;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: left;
  border-radius: 6px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
  -moz-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
  -ms-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
  box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items > div,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter > div,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items li a,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter li a {
  font-size: 14px;
  padding: 13px 20px;
  position: relative;
  display: block;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items > div::before,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter > div::before,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items li a::before,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter li a::before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  margin-right: 7px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items > div.same-as-selected::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter > div.same-as-selected::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items li a.same-as-selected::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter li a.same-as-selected::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items > div.selected::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter > div.selected::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items li a.selected::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter li a.selected::after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  background: #000;
  top: 15px;
  left: 22px;
  border-radius: 50%;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items label,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter label {
  font-size: clamp(2.2rem, 1.85rem + 1.75vw, 3rem);
  display: block;
  line-height: 1;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9caca;
  position: relative;
  z-index: 1;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items label::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter label::after {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter::after {
  background-image: url(../images/icons/icon-close.svg);
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-items::after:hover,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter #sorter::after:hover {
  border-radius: 10px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-hide,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sort-by-desktop {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-action {
  display: flex;
  width: 10%;
  align-items: center;
  justify-content: center;
  top: 0;
  min-width: 20px;
  display: none !important;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-action:hover::before {
  filter: invert(0) !important;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-label[data-role="title"]:hover,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected:hover,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-action:hover {
  background: #1f2c57;
  color: #fff;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-label[data-role="title"]:hover:before,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected:hover:before,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-action:hover:before {
  filter: invert(1);
  color: #fff;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-label[data-role="title"],
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected {
  float: right;
  top: 0;
  order: 2;
  padding: 19px 0;
  background: none;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-label[data-role="title"]::after,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected::after {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .sorter-label[data-role="title"]::before,
.page-products .page-wrapper .page-main .columns .main .toolbar-products .toolbar-sorter .select-selected::before {
  display: inline-block;
  width: 20px;
  height: 16px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 14H2m6-4H2m4-4H2m10 12H2m17 2V4m0 16l3-3m-3 3l-3-3m3-13l3 3m-3-3l-3 3'/%3E%3C/svg%3E");
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: text-top;
}
.page-products .page-wrapper .page-main .columns .main .gemperles-sorter {
  z-index: 9;
}
.page-products .page-wrapper .page-main .columns .main .gemperles-sorter .sorter-label {
  display: block;
  background-color: #FFFFFF;
  position: relative;
  padding-left: 16px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
}
.page-products .page-wrapper .page-main .columns .main .gemperles-sorter .sorter-label::after {
  display: inline-block;
  position: relative;
  font-family: 'luma-icons';
  content: '\e622';
  right: 0;
  margin-left: 10px;
  padding-top: 1px;
  vertical-align: top;
}
.page-products .page-wrapper .page-main .columns .main .gemperles-sorter .sorter-label[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.page-products .page-wrapper .page-main .columns .main .gemperles-sorter #sorter {
  position: absolute;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  z-index: 99;
  top: 100%;
  margin: 0;
  width: calc(100% + 3.3333vw);
  -webkit-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
  -moz-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
  -ms-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
  box-shadow: 0 10px 10px -4px rgba(0,0,0,0.29);
}
.page-products .page-wrapper .page-main .columns .main .gemperles-sorter #sorter li {
  list-style-type: none;
}
.page-products .page-wrapper .page-main .columns .main .products {
  margin: 0;
}
.page-products .page-wrapper .page-main .columns .main #toolbar-amount {
  display: block !important;
  font-size: 12px;
  text-align: center;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items {
  width: 100%;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item {
  height: auto !important;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info {
  padding: 5px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info:hover {
  padding: 5px;
  margin: 0;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .slick-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  width: 80px;
  height: 80px;
  top: calc(50% - 30px);
  position: absolute;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  border: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev:before,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next:before,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .slick-arrow:before {
  content: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev::after,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next::after,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .slick-arrow::after {
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+") center no-repeat !important;
  display: block;
  border: 0;
  filter: brightness(0.5);
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev.slick-prev,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next.slick-prev,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .slick-arrow.slick-prev {
  left: -15px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev.slick-prev::after,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next.slick-prev::after,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .slick-arrow.slick-prev::after {
  transform: scaleX(-1);
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev.slick-next,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next.slick-next,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .slick-arrow.slick-next {
  right: -15px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image:hover .carousel-prev,
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image:hover .carousel-next {
  opacity: 1;
  z-index: 9999;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-next {
  right: -20px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev {
  left: -20px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .carousel-prev::after {
  transform: scaleX(-1);
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo {
  border: none;
  padding: 0;
  display: block;
  float: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo:hover .slick-arrow {
  opacity: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo:hover .product-item-hover {
  z-index: 1;
  opacity: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo > a {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo .slide-item-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: .8s ease;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  transition-timing-function: ease;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo .slide-item-photo.prev-item {
  -webkit-animation-name: slideLeftOut;
  animation-name: slideLeftOut;
  right: 100%;
  left: -100%;
  z-index: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo .slide-item-photo.next-item {
  left: 100%;
  -webkit-animation-name: slideRightOut;
  animation-name: slideRightOut;
  z-index: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo .slide-item-photo.current-slide {
  z-index: 3;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo .slide-item-photo .product-image-container {
  width: 100% !important;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo.clicked .current-slide {
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo.clicked .current-slide.reverse {
  -webkit-animation-name: slideLeft;
  animation-name: slideLeft;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-photo .product-item-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: opacity;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-actions .actions-secondary .towishlist {
  right: unset;
  left: 50px;
  width: auto;
  top: 50px;
  z-index: 4;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/icon-wishlist.svg') no-repeat;
  width: 24px !important;
  height: 21px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .featured-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #1f2c57;
  z-index: 2;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product_image .featured-label span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details {
  width: 100%;
  padding: 0;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  vertical-align: middle;
  margin: 0;
  display: block;
  margin-bottom: 3px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link .description {
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  clear: both;
  padding: 0;
  display: block;
  max-width: 90%;
  text-align: left;
  margin-top: 5px;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 0 10px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover .name {
  text-decoration: underline;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-label {
  display: none !important;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price {
  line-height: 18px;
  font-weight: normal;
  font-weight: 600;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item {
  position: relative;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item > a {
  display: block;
  height: 100%;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item > a:hover .banner-info .banner-info-inner {
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  visibility: visible;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item {
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info {
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner {
  position: relative;
  background: #fff;
  box-sizing: content-box;
  display: table;
  height: 100%;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  vertical-align: middle;
  visibility: hidden;
  width: 100%;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-product-image {
  height: 100%;
  padding: 10px;
  line-height: 0;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-product-image img {
  height: 100%;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-product-image ~ .banner-name-desc {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-name-desc {
  display: table-cell;
  vertical-align: middle;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-name-desc .banner-name {
  margin-bottom: 14px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-name-desc .banner-name strong {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #1f2c57;
  font-weight: bold;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-name-desc .banner-action .primary {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #1f2c57;
  padding: 14px 0 14px 24px;
  display: inline-block;
  transition: .3s all;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-name-desc .banner-action .primary:hover {
  color: #FFFFFF !important;
  background-color: #1f2c57;
  padding: 14px 12px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-name-desc .banner-action .primary:hover::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .banner-item .banner-info .banner-info-inner .banner-name-desc .banner-action .primary::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .category-video .ug-strip-panel {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .category-video .ug-videoplayer {
  height: 100% !important;
  display: flex;
  align-items: center;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .category-video .ug-videoplayer .ug-videoplayer-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-items .product-item.block-banner-item .category-video .ug-videoplayer .ug-videoplayer-wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ #toolbar-amount {
  display: none !important;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products {
  margin: 50px auto;
  background: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products::before,
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .limiter,
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products::after {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages {
  float: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items {
  float: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item a,
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item strong {
  border: 1px solid #063569;
  color: #063569;
  width: 35px;
  height: 35px;
  max-width: 35px;
  line-height: 35px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item a span,
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item strong span {
  font-size: 1.4rem;
  line-height: 35px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item a:hover,
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item strong {
  background: #063569;
  color: #fff;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item.pages-item-next,
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item.pages-item-previous {
  position: relative;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item.pages-item-next::before,
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar-products .pages .pages-items li.item.pages-item-previous::before {
  color: #063569;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button {
  width: 200px;
  padding: 14px 12px;
  justify-content: center;
  background-color: #1f2c57;
  min-height: 48px;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button:hover {
  background-color: #1f2c57;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button:hover span {
  transform: translateX(0px);
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button:hover {
  background-color: #1f2c57;
  color: #FFFFFF;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button:hover span {
  color: #FFFFFF;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-load-button span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-element-loader {
  margin: 20px auto 60px;
  display: block;
  padding: 0;
  background-image: url('../images/loader.svg');
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50px;
}
.page-products .page-wrapper .page-main .columns .main .amscroll-element-loader span {
  display: none;
}
.page-products .page-wrapper .page-main .columns #amasty-shopby-overlay {
  display: none !important;
}
.page-products .modals-wrapper .layered-filter-modal {
  right: 44px;
  left: 0;
}
.page-products .modals-wrapper .layered-filter-modal._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: clamp(360px,40%,520px);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-header {
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  display: flex;
  margin-bottom: 10px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-header .modal-title {
  line-height: 17px;
  color: #031b49;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: clamp(2.2rem, 1.85rem + 1.75vw, 3.2rem);
  line-height: 1;
  order: 2;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-header [data-role="closeBtn"] {
  font-size: 22px;
  border: none;
  background: none;
  order: 1;
  position: relative;
  margin: 0 15px 0 10px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-header [data-role="closeBtn"]:before {
  color: #031b49;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  content: "";
  height: 32px;
  width: 32px;
  filter: invert(1);
  background-position: center;
  transform: rotate(180deg);
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content {
  padding: 0;
  height: 100%;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block {
  background-color: #FFFFFF;
  border-color: #f4f4f4;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  border: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content {
  margin-top: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-current {
  padding: 10px 32px;
  display: block;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-current .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-current .items .item {
  display: flex;
  margin: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-actions {
  padding: 0 32px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-actions a {
  color: #1f2c57;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-actions a:hover {
  color: #031b49;
  text-decoration: underline;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options {
  background: transparent;
  clear: both;
  display: block;
  overflow: initial;
  position: static;
  padding: 0 20px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item {
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  padding: 16px 0px !important;
  margin: 0 !important;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item.active {
  border-color: transparent;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item.active:before {
  content: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item.active:after {
  content: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item.active .filter-options-title::after {
  content: '\e60f';
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  font-weight: 500;
  border: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  color: #333333;
  right: 0;
  font-size: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '\e61c';
  top: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  position: static;
  padding: 0;
  width: 100%;
  border-color: #f4f4f4;
  margin-top: 16px;
  padding-top: 20px;
  border-width: 1px 0 0 0;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids {
  padding-left: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 400;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item:hover {
  background: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item:not(:first-child) {
  margin-top: 15px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  padding-left: 23px;
  position: relative;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a > span {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a > span:hover {
  color: #333333;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a > span.count {
  margin-left: 5px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  content: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.amshopby-link-selected:before {
  border: 0;
  display: inline-block;
  height: 17px;
  font-size: 9px;
  content: '\e616';
  font-family: 'luma-icons';
  color: #000;
  position: absolute;
  left: 7px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item .amshopby-choice {
  top: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item .amshopby-choice:before {
  border: 1px solid #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 18px;
  height: 18px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item .amshopby-choice:after {
  width: 18px;
  height: 18px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item input[type='checkbox']:checked + .amshopby-choice:before {
  background-color: #1f2c57;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item input[type='checkbox']:checked + .amshopby-choice:after {
  filter: invert(1);
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNOSAxNi4xN0w1LjUzIDEyLjdjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDFsNC4xOCA0LjE4Yy4zOS4zOSAxLjAyLjM5IDEuNDEgMEwyMC4yOSA3LjcxYy4zOS0uMzkuMzktMS4wMiAwLTEuNDEtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDBMOSAxNi4xN3oiLz48L3N2Zz4=) center / 18px;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .am-show-more::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters {
  position: static;
  margin: 0 auto;
  display: block;
  visibility: visible;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters:before {
  content: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters[style*="display: block"] {
  opacity: 1;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters[style*="display: block"] .am-show-button .amshopby-button {
  cursor: pointer;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters .am-show-button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  justify-content: center;
  margin: 0 auto;
  padding: 16px 20px;
  border: 0;
  flex-direction: column;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters .am-show-button .am-items {
  display: none;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters .am-show-button #warning_shopby_apply {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters .am-show-button .amshopby-button {
  width: 100%;
  padding: 15px 10px;
  margin-top: 15px;
  background-color: #1f2c57;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.page-products .modals-wrapper .layered-filter-modal .modal-inner-wrap .modal-content #layered-filter-block .am_shopby_apply_filters .am-show-button .amshopby-button:hover {
  color: #FFFFFF;
}
.page-products .category-description .category-links-container {
  overflow-x: scroll;
  scrollbar-width: none;
}
.page-products .category-description .category-links-container > div {
  width: max-content;
}
.page-products .category-description .readmore {
  padding-bottom: 32px;
}
.page-products .page-wrapper .page-main .category-view .category-description .readmore {
  /*min-height: 148px;*/
  /*after reducing the spacing*/
  min-height: 128px;
}
.page-products .page-wrapper .page-main .category-view .category-description .readmore p:nth-child(1),
.page-products .page-wrapper .page-main .category-view .category-description .readmore p:nth-child(2) {
  margin: 0;
}
.page-products .page-wrapper #maincontent .category-view .category-description .seemore-container .btn-readmore {
  margin: 10px auto !important;
  padding: 5px 10px !important;
}
.page-products .page-wrapper .footer-bottom .seemore-container .btnread {
  margin: 10px auto;
  border: 1px solid #000;
  padding: 8px 20px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1.8rem;
}
.page-products .page-wrapper .footer-bottom .seemore-container .btnread::after {
  content: "+";
}
.page-products .page-wrapper .footer-bottom .seemore-container .btnread.expanded {
  box-shadow: unset;
}
.page-products .page-wrapper .footer-bottom .seemore-container .btnread.expanded::after {
  content: "-";
}
.page-products .page-wrapper .footer-bottom .seemore-container .readmore {
  max-height: 126px;
  overflow: hidden;
  transition: max-height 1.5s ease;
}
.page-products .page-wrapper .footer-bottom .seemore-container .readmore.cloned {
  max-height: unset !important;
  position: absolute;
  top: -10000vh;
}
.page-products .page-wrapper .footer-bottom .seemore-container .readmore.expanded {
  max-height: 2000px;
}
body.open-sorting {
  overflow: hidden;
}
body.open-sorting .page-wrapper .header-placeholder,
body.open-sorting .page-wrapper .sticky-header,
body.open-sorting .page-wrapper .sticky-header-nav.sticky-header {
  z-index: 1 !important;
}
body.open-sorting .page-wrapper .column.main .toolbar-sorter {
  z-index: 99 !important;
  border-color: #777 !important;
}
body.open-sorting .page-wrapper .column.main .toolbar-sorter .select-selected,
body.open-sorting .page-wrapper .column.main .toolbar-sorter .sorter-label {
  pointer-events: none;
}
body.open-sorting .page-wrapper .column.main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(51, 51, 51, 0.55);
  left: 0;
  right: 0;
  z-index: 9;
}
@media (min-width: 640px) and (max-width: 768px) {
  body.page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item,
  body.page-products .page-wrapper #maincontent .columns .main #amasty-shopby-product-list .products-grid .product-items .product-item.block-banner-item {
    width: 24%;
  }
}
.checkout-index-index.onestepcheckout-index-index .label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 8px;
}
.checkout-index-index.onestepcheckout-index-index input[type=text],
.checkout-index-index.onestepcheckout-index-index input[type=email],
.checkout-index-index.onestepcheckout-index-index input[type=password],
.checkout-index-index.onestepcheckout-index-index select,
.checkout-index-index.onestepcheckout-index-index textarea {
  border-color: #EDEDED;
  color: #333333;
}
.checkout-index-index.onestepcheckout-index-index input[type=text],
.checkout-index-index.onestepcheckout-index-index input[type=email],
.checkout-index-index.onestepcheckout-index-index input[type=password],
.checkout-index-index.onestepcheckout-index-index select {
  height: 40px;
}
.checkout-index-index.onestepcheckout-index-index textarea {
  height: 100px;
}
.checkout-index-index.onestepcheckout-index-index a:hover {
  color: #333333;
}
.checkout-index-index.onestepcheckout-index-index .field {
  margin-bottom: 14px;
  padding: 0;
}
.checkout-index-index.onestepcheckout-index-index .field.col-mp {
  padding: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .field.col-mp[name="shippingAddress.fax"] {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper {
  overflow-x: initial;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-header .content.header {
  padding-top: 60px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .page-title-wrapper {
  padding: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 24px;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .page-title-wrapper .checkout-description {
  margin: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper {
  width: 100%;
  margin-top: 35px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order i.fa {
  display: none !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #opc-shipping_method {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 44px;
  padding-bottom: 44px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-title,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #opc-shipping_method .step-title,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-title {
  margin-bottom: 14px;
  border: none;
  padding: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-title span,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #opc-shipping_method .step-title span,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-title span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 600;
  color: #333333;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #opc-shipping_method .step-content,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content {
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 44px;
  padding-bottom: 44px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .form-login {
  margin-top: 0;
  margin-bottom: 14px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .form-login .fieldset .field label[for="customer-email"] {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .form-login .fieldset .field label[for="customer-email"]:after {
  content: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .form-login .fieldset .note {
  font-size: 12px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .form-login .fieldset:last-child {
  margin-bottom: 14px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .osc-authentication-wrapper {
  padding: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .osc-authentication-wrapper .action-auth-toggle {
  text-decoration: underline;
  font-weight: 400;
  font-size: 12px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .osc-authentication-wrapper .action-auth-toggle:hover {
  color: #333333;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .create-account-block {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .create-account-block .create-account-checkbox {
  display: none !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .customer-authentication .create-account-block #create-account-form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content {
  margin-bottom: 0;
  padding: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .no-address {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 14px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .action-show-popup {
  height: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 7px 25px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .action-show-popup span {
  font-size: 14px;
  font-weight: 500;
  transform: translateX(-10px);
  display: block;
  transition: .3s all;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .action-show-popup span::before {
  opacity: 0;
  transition: .3s all;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .action-show-popup:hover {
  background-color: #1f2c57;
  border-color: #1f2c57;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .action-show-popup:hover span {
  transform: translateX(0px);
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .action-show-popup:hover span::before {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items {
  padding: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item {
  max-width: 200px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link {
  bottom: -50px;
  top: auto;
  left: 0;
  height: 40px;
  width: 100%;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link:focus {
  background-color: #1f2c57;
  border: 1px solid #1f2c57;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link span {
  transform: translateX(13px);
  display: inline-block;
  transition: .3s all;
  font-size: 14px;
  text-transform: uppercase;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link span::after {
  font-family: 'simple-line-icons';
  background: none;
  content: "\e05f";
  font-size: 11px;
  color: #fff;
  margin-left: 10px;
  opacity: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link:hover {
  border: 1px solid #1f2c57;
  text-decoration: none;
  background-color: #1f2c57;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link:hover span {
  transform: translateX(0px);
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method {
  display: none !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method .step-content {
  float: none;
  padding: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method .step-content form .table-checkout-shipping-method {
  border: 1px solid #EDEDED;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method .step-content form .table-checkout-shipping-method thead {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-shipping-method .step-content form .table-checkout-shipping-method tbody td {
  padding: 14px 24px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content {
  float: none;
  padding: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset:last-child {
  margin-bottom: 44px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset hr {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group {
  border: 1px solid #f4f4f4;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group input[type="radio"] {
  filter: grayscale(1);
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group input[type="radio"]#paypal_express + label .action-help {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group input[type="radio"]#paypal_express + label span {
  width: 100%;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method {
  padding: 14px 24px 14px 4px;
  border-top: 1px solid #EDEDED;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .paypal-logo,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .banktransfer-logo {
  width: 100px;
  order: 3;
  display: block;
  margin-top: 15px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10%;
  margin-top: 20px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields .legend {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields > * {
  width: 100%;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields > *.field.number.required .cctype {
  background: none;
  border: none;
  padding: 9px 7px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields > *.field.number.required ~ .field.number.required {
  width: 50%;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields > *.field.number.required ~ .field.number.required + .field.number.required {
  padding-left: 10%;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields > *.field.number.required ~ .field.number.required .field-tooltip.toggle {
  right: 7px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields > *.field.number.required .control {
  border-radius: 5px;
  max-width: 100%;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields #payment_form_bluesnap_hostedfields .bluesnap-hosted-validation-msg {
  font-size: 11px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.airwallex-payments .payment-method-content .payment-method-note {
  margin-bottom: 5px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.airwallex-payments .payment-method-content .payment-method-note a {
  text-decoration: underline;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.airwallex-payments .payment-method-content .payment-method-note._klarna {
  margin-bottom: 15px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.airwallex-payments .payment-method-content .payment-ico {
  max-width: 100px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.airwallex-payments .payment-method-content .klarna-popup-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999999999;
  height: 60px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.airwallex-payments .payment-method-content .klarna-popup-overlay#overlay-bottom {
  top: unset;
  bottom: 0;
  margin-bottom: 25px;
  height: 90px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
  border: none;
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .stripe-checkout-icon-container {
  padding-top: 15px;
  padding-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content {
  padding-left: 40px;
  margin: 10px 0 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #payment_form_paypal_express {
  margin: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-additional-desc #card-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 7px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-additional-desc #card-logos .bluesnap-icon {
  margin-right: 5px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-additional-desc #card-logos .bluesnap-icon svg {
  max-width: 40px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .checkout-agreements-block {
  padding: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .fieldset:not(:last-child) {
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data .splitit-installment-picker-buttons button:not(.selected) span {
  color: #8c8c8c;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data .splitit-flex-field {
  border-color: #000;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data .splitit-flex-field.valid {
  background-position: right 3px center;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data .splitit-flex-field iframe {
  height: 30px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data .splitit-flex-field-error {
  font-size: 12px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data #installment-picker {
  border: 0;
  padding: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data #installment-picker .splitit-installment-picker-buttons button {
  border-color: #ccc;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data #installment-picker .splitit-installment-picker-buttons button .splitit-ip-b-top-row {
  font-weight: 500;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data #installment-picker .splitit-payment-schedule {
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data .splitit-terms-conditions label {
  padding: 0;
  font-size: 12px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #splitit-card-data .splitit-terms-conditions label a {
  font-size: 12px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method:nth-child(2) .payment-method-title {
  margin-top: 2px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method:last-child p {
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#stripe_stripe_checkout .stripe-checkout-icon-container img {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#stripe_stripe_checkout .stripe-checkout-icon-container img[alt="American Express"],
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#stripe_stripe_checkout .stripe-checkout-icon-container img[alt="Discover"],
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#stripe_stripe_checkout .stripe-checkout-icon-container img[alt="MasterCard"],
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#stripe_stripe_checkout .stripe-checkout-icon-container img[alt="Visa"],
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#stripe_stripe_checkout .stripe-checkout-icon-container img[alt="Cartes Bancaires"],
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#stripe_stripe_checkout .stripe-checkout-icon-container img[alt="An error has occurred."] {
  display: inline-block;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-title img {
  max-width: 100px;
  display: none;
  margin: 15px 15px 2px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout._active .payment-method-title img {
  display: block;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout .payment-method-content {
  margin: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout._active #trigger-popup-split {
  display: inline-block;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method#payment_splitit_checkout #trigger-popup-split {
  cursor: pointer;
  display: none;
  vertical-align: text-bottom;
  margin-left: 8px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background: url('../images/icons/icon-information.svg') no-repeat center;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields .payment-method-content {
  margin: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields .payment-method-content #payment_form_bluesnap_hostedfields {
  margin: 0 0 20px 0;
  max-width: 500px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group .payment-method.payment-method-bluesnap_hostedfields .payment-method-content #payment_form_bluesnap_hostedfields > * {
  margin: 10px 0 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content form.payments fieldset .opc-payment .payment-methods .payment-group #bluesnap_hostedfields-form .bluesnap-hosted-control.save_cc {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points {
  margin-bottom: 40px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-title,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-title {
  padding-top: 44px;
  padding-left: 0;
  margin-bottom: 14px;
  border-color: #f4f4f4;
  text-transform: uppercase;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content {
  padding-left: 0;
  padding-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .form-discount .payment-option-inner,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .form-discount .payment-option-inner {
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .form-discount .payment-option-inner .field,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .form-discount .payment-option-inner .field {
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .form-discount .payment-option-inner .field .control,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .form-discount .payment-option-inner .field .control {
  float: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .actions-toolbar .primary,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .actions-toolbar .primary {
  float: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .actions-toolbar .primary .action-apply,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .actions-toolbar .primary .action-apply,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .actions-toolbar .primary .action-cancel,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .actions-toolbar .primary .action-cancel {
  height: 40px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .actions-toolbar .primary .action-apply span,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .actions-toolbar .primary .action-apply span,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code .payment-option-content .actions-toolbar .primary .action-cancel span,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points .payment-option-content .actions-toolbar .primary .action-cancel span {
  font-size: 14px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form {
  margin-top: 25px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar .conversion-rate,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar .conversion-rate {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar .field,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar .field {
  flex: 1;
  padding-right: 15px;
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar .field .control,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar .field .control {
  flex: 1;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar .field .control input,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar .field .control input {
  max-width: 100%;
  width: 100%;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar .field .label,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar .field .label {
  padding: 0;
  line-height: 40px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar .max-allowed-points-qty,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar .max-allowed-points-qty {
  order: 3;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.discount-code #reward-points-form > .actions-toolbar .primary,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .payment-option.reward-points #reward-points-form > .actions-toolbar .primary {
  float: none;
  width: auto;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .checkout-comment-block {
  padding: 0 !important;
  border: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order .checkout-payment-method .step-content .osc-payment-after-methods .checkout-comment-block .field-row label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area {
  padding: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper {
  padding: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary {
  text-align: center;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout {
  height: 60px;
  max-width: 100%;
  float: none;
  background-color: #1f2c57;
  min-height: 48px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout:hover {
  background-color: #1f2c57;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout:hover span {
  transform: translateX(0px);
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout::after {
  background: url('../images/icons/icon-cart-white.svg') no-repeat;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout span {
  font-size: 14px;
  font-weight: 500;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .actions-toolbar .place-order-primary .checkout:hover {
  background-color: #999999 !important;
  color: #FFFFFF !important;
  border-color: #999999 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .shipping-billing-place-order #co-place-order-area .osc-place-order-wrapper .osc-multi-address-checkout {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.101);
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-title .fa {
  display: none !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary #checkout-review-table {
  border: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary #checkout-review-table thead {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary #checkout-review-table tbody tr th,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary #checkout-review-table tbody tr td {
  vertical-align: top;
  border: none;
  padding: 14px 0;
  border-bottom: 1px solid #f4f4f4;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary #checkout-review-table tbody tr .product.options .item-options dt {
  margin-right: 5px;
  font-weight: 400;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary #checkout-review-table tbody tr .product.options .item-options dt:after {
  margin-left: 5px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary #checkout-review-table tbody tr .button-remove {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-title {
  border-color: #f4f4f4;
  padding: 14px 0 !important;
  margin: 0 24px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-title span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #333333;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content {
  margin-bottom: 0;
  padding: 0 !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart {
  padding: 0 24px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .title {
  border: none;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .title strong {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper a:hover {
  color: #333333;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table {
  border: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.product {
  position: relative;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.product .product-item-detail {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.product .product-item-detail .product-item-inner {
  margin: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.product .product-item-detail .product-item-inner .product-item-name-block a strong {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.subtotal span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.details-name-qty-subtotal .product-item-name {
  font-size: 14px !important;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.details-name-qty-subtotal .price-including-tax {
  text-align: right;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td.details-name-qty-subtotal .price-including-tax .price {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .qty-wrapper {
  padding-left: 10px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .qty-wrapper input {
  border: 1px solid #ccc;
  padding: 2px;
  background: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .qty-wrapper .button-action {
  background: none;
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .qty-wrapper .button-action i {
  color: #999;
  font-size: 20px;
  line-height: 16px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .qty-wrapper .button-action i.fa-minus::before {
  content: '\2212';
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .qty-wrapper .button-action i.fa-plus::before {
  content: '\002B';
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .remove-wrapper .button-action {
  background: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .remove-wrapper .button-action i {
  font-family: 'lined-icons';
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .remove-wrapper .button-action i::before {
  content: "\e117";
  color: #031b49;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .remove-wrapper .button-action.edit {
  margin-bottom: 10px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .remove-wrapper .button-action.edit i {
  font-family: 'simple-line-icons';
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .items-in-cart .minicart-items .minicart-items-wrapper #checkout-review-table tbody td .remove-wrapper .button-action.edit i::before {
  content: "\e05f";
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals {
  margin-bottom: 0;
  border: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr th,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr td {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr th strong,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr td strong {
  font-weight: 500;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr th:before,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr td:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 14px;
  border-top: 1px solid #f4f4f4;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr th {
  text-align: left;
  padding: 0 0 14px 24px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr td {
  padding: 0 24px 0 0;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr.grand {
  background-color: #f4f4f4;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr.grand th,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr.grand td {
  border: none;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr.grand th:before,
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr.grand td:before {
  padding-top: 24px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr.grand th {
  text-transform: uppercase;
  padding-bottom: 24px;
}
.checkout-index-index.onestepcheckout-index-index .page-wrapper .page-main .columns .main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary-container .order-summary .step-content .table-totals tbody tr.totals.shipping span {
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
  color: #333333;
}
.checkout-index-index.onestepcheckout-index-index .button-back {
  margin-bottom: 25px;
}
.checkout-index-index.onestepcheckout-index-index .button-back .back {
  text-transform: uppercase;
  padding: 11px 25px;
}
.checkout-index-index.onestepcheckout-index-index .button-back .back span {
  font-size: 14px;
  font-weight: 500;
}
.checkout-index-index.onestepcheckout-index-index .button-back .back::before {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../images/icons/arrow-right.svg) no-repeat;
  width: 15px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  transform: scaleX(-1);
  margin-bottom: 1.5px;
}
.checkout-index-index.onestepcheckout-index-index .button-back .back:hover {
  background-color: #fff !important;
  border-color: #1f2c57 !important;
}
.checkout-index-index.onestepcheckout-index-index .button-back .back:hover span {
  color: #1f2c57 !important;
}
.checkout-index-index.onestepcheckout-index-index .button-back .back:hover::before {
  filter: invert(1);
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-header,
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-content,
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  padding: 24px;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-header .modal-title {
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #031b49;
  padding-bottom: 0;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close {
  background-color: #FFFFFF !important;
  border: none;
  margin: 24px;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #031b49;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  display: block;
  border: none;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address {
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  background-color: #1f2c57;
  min-height: 48px;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address:hover {
  background-color: #1f2c57;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address:hover span {
  transform: translateX(0px);
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address span {
  font-size: 14px;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
  display: none;
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go {
  background-color: #1f2c57;
  min-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary span,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button span,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary span::after,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button span::after,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary:hover,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button:hover,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go:hover {
  background-color: #1f2c57;
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary:hover span,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button:hover span,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go:hover span {
  transform: translateX(0px);
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary:hover span::after,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button:hover span::after,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary span,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button span,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go span {
  line-height: 48px;
}
.checkout-onepage-success #maincontent .thankyou-wrapper .action.primary:hover,
.checkout-onepage-success #maincontent .thankyou-wrapper .amshopby-button:hover,
.checkout-onepage-success #maincontent .thankyou-wrapper .am-filter-go:hover {
  background-color: #1f2c57 !important;
}
.paypal-express-review .page-wrapper #maincontent {
  max-width: 1440px;
  padding: 0 3.333333vw;
}
.paypal-express-review .page-wrapper #maincontent .page-title-wrapper .page-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0 30px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review {
  display: flex;
  flex-direction: column;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review input,
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review select {
  height: 48px;
  font-size: 14px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review a {
  text-decoration: underline;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .block-order-details-view .box-title {
  font-weight: 500;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .block-order-details-view img {
  margin-top: 10px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount {
  padding: 20px 0 10px;
  order: 4;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount .action.apply {
  line-height: 48px;
  margin: 0;
  box-shadow: none;
  padding: 7px 23px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount .action.apply:hover {
  background: #1f2c57;
  border-color: #1f2c57;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount .action.apply span {
  font-size: 14px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-discount .action.apply::after {
  vertical-align: bottom;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table {
  display: block;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table thead {
  display: none;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody {
  display: block;
  border-top: 0;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 70%;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-photo {
  width: auto;
  display: inline-block;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-photo .product-image-container {
  max-width: 150px;
  margin-left: 10px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-photo .product-image-container img {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-details {
  display: inline-block;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-details .product-item-name {
  margin-top: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-details .item-options dt:after {
  content: ' : ';
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-details .item-options dt,
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.item .product-item-details .item-options dd {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
  margin: 0;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.price {
  display: none;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.qty {
  display: block;
  position: absolute;
  left: 0;
  width: auto;
  z-index: 9;
  background: #ccc;
  line-height: normal;
  top: 10px;
  height: 30px;
  width: 30px;
  padding: 6px;
  border-radius: 50%;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tbody tr .col.subtotal .price {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot {
  width: 100%;
  display: table;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr .mark,
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr .amount {
  padding: 11px 10px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr.grand .mark,
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr.grand .amount {
  padding-bottom: 25px;
  padding-top: 20px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr:first-child .mark,
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #details-table tfoot tr:first-child .amount {
  padding-top: 20px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form {
  margin-bottom: 50px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form #review-button {
  padding: 14px 35px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form #review-button span {
  font-size: 16px;
}
.paypal-express-review .page-wrapper #maincontent .columns .paypal-review .paypal-review-items #order-review-form #review-button span::after {
  vertical-align: middle;
}
.checkout-cart-index .page-wrapper #maincontent {
  padding: 0 3.333333vw !important;
}
.checkout-cart-index .page-wrapper #maincontent .popup-content {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .page-title-wrapper .page-title {
  font-size: 24px;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .visible-xs {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .hidden-xs {
  display: initial;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main td.hidden-xs {
  display: table-cell;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart {
  padding-right: 33px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items {
  border-collapse: collapse;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody {
  border-bottom: none;
  border-top: none;
  width: 100%;
  display: block;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.readonly-product .product-item-name > a,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.certificate .product-item-name > a,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.readonly-product .product-item-photo,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.certificate .product-item-photo {
  pointer-events: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.readonly-product .details-qty .control,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.certificate .details-qty .control {
  border: 0 !important;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.readonly-product .details-qty .control input,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.certificate .details-qty .control input {
  box-shadow: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.readonly-product .item-actions-col .actions-toolbar,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.certificate .item-actions-col .actions-toolbar {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.readonly-product:not(.certificate) .item-actions-col .actions-toolbar,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody.certificate:not(.certificate) .item-actions-col .actions-toolbar {
  display: block;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items tbody:before {
  content: "@";
  display: block;
  line-height: 14px;
  text-indent: -99999px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items td {
  padding: 14px 24px;
  border: 1px solid #F4F4F4;
  vertical-align: middle;
  height: 1%;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-photo-col {
  width: 1%;
  padding: 14px;
  max-width: 215px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-photo-col .product-item-photo {
  width: auto;
  padding-right: 0;
  height: 186px;
  display: block;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-info-col {
  border-right: none;
  height: 50px;
  padding-right: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-info-col .product-item-info {
  width: 100%;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-info-col .product-item-info .product-item-name {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-info-col .product-item-info .product-item-name a,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-info-col .product-item-info .product-item-name a:hover {
  color: #333333;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-actions-col {
  border-left: none;
  height: 50px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-actions-col .actions-toolbar .action-edit {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-actions-col .actions-toolbar .action-delete:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/icon-remove.svg') no-repeat;
  width: 12px;
  height: 12px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-info-row .item-actions-col .actions-toolbar .action-towishlist {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col {
  border-right: none;
  height: 1px;
  vertical-align: top;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details {
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .item-options dt,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .item-options dd {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
  margin: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .item-options dt:after {
  margin: 0 5px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .item-options dd {
  margin-top: 1px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control {
  display: inline-block;
  border: 1px solid #F4F4F4;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control label {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control span.qty-update {
  color: #000;
  font-size: 13px;
  padding: 8px;
  height: 40px;
  width: 31px;
  visibility: visible;
  font-family: 'luma-icons';
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control span.qty-update.item-minus:after {
  content: '\2212';
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control span.qty-update.item-plus:after {
  content: '\002B';
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control input {
  height: 40px;
  width: 40px;
  border: none;
  text-align: center;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control .spinner {
  display: none;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 16px 15px;
  border: 1px solid #000;
  border-radius: 50%;
  border-bottom: 0 none;
  border-top: 0 none;
  vertical-align: bottom;
  position: relative;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .details-qty .control .spinner.visible {
  display: inline-block;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotateX(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .item.message {
  left: 15px;
  top: 8px;
  bottom: unset !important;
  z-index: 5;
  color: #1f2c57;
  padding: 12px 20px;
  background: #cae0e9;
  text-align: center;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .item-details-col .product-item-details .item.message *:first-child:before {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .subtotal-col {
  text-align: right;
  vertical-align: bottom;
  border-left: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .table-wrapper table.items .item .item-details-row .subtotal-col .price {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .form-cart .cart.main.actions {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary {
  background-color: #FFFFFF;
  -webkit-box-shadow: 16px 0 0 -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  -moz-box-shadow: 16px 0 0 -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  -ms-box-shadow: 16px 0 0 -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  box-shadow: 16px 0 0 -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  margin-bottom: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .summary.title {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 30px;
  margin-top: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .block.shipping .title {
  border-color: #f4f4f4;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
  padding: 14px 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .block.shipping .title:after {
  right: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals {
  border: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals .table-wrapper .table.totals .sub th,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals .table-wrapper .table.totals .sub td {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  border-color: #f4f4f4;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals .table-wrapper .table.totals tr.totals {
  border-top: 1px solid #f4f4f4;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals .table-wrapper .table.totals tr.totals th,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals .table-wrapper .table.totals tr.totals td {
  font-weight: 500;
  padding: 14px 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals .table-wrapper .table.totals .grand th,
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-totals .table-wrapper .table.totals .grand td {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #333333;
  text-transform: uppercase;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items {
  margin-top: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item {
  margin-bottom: 0 !important;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item .action.checkout {
  height: 40px;
  line-height: 18px;
  font-size: 14px;
  padding: 11px;
  background-color: #1f2c57;
  min-height: 48px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item .action.checkout span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item .action.checkout span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item .action.checkout:hover {
  background-color: #1f2c57;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item .action.checkout:hover span {
  transform: translateX(0px);
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item .action.checkout:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item .action.checkout span {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2) {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2) #payment-request-button-cart {
  order: 2;
  margin-bottom: 10px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2) .paypal-logo {
  margin-top: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  background: #000;
  height: 1px;
  margin: 30px 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2)::after {
  display: block;
  content: "OU";
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 40px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment {
  width: 82%;
  margin: auto;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment p {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333333;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment p img {
  vertical-align: top;
  margin-right: 8px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment .pagebuilder-column-group {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment .pagebuilder-column-group .pagebuilder-column {
  width: auto !important;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-payment .pagebuilder-column-group .pagebuilder-column img {
  height: 21px !important;
  width: auto;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group {
  flex-direction: column;
  margin-top: 24px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group .pagebuilder-column {
  width: 100% !important;
  flex-direction: row !IMPORTANT;
  border-top: 1px solid #F4F4F4;
  padding: 25px 15px;
  cursor: pointer;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group .pagebuilder-column figure {
  width: 33px;
  margin-right: 5px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .cart-block-icons .pagebuilder-column-group .pagebuilder-column img {
  max-height: 20px;
  vertical-align: middle;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary [data-content-type="row"] {
  padding: 0 !important;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount {
  margin-bottom: 50px;
  min-height: 110px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount .block.discount {
  width: 48%;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount .block.discount .title {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount .block.discount .title:after {
  right: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount .block.discount .title:hover:after {
  color: #858585;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .field .control input {
  height: 40px;
  width: 100%;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .action.apply {
  height: 40px;
  min-height: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-discount .block.discount .content form .fieldset.coupon .actions-toolbar .action.apply span {
  font-size: 14px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems .cart-summary {
  padding: 0 0 50px 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems .cart-summary .cart-block-payment {
  display: none;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems .cart-summary .cart-block-icons .pagebuilder-column-group .pagebuilder-column {
  border-top: 0;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content {
  background-color: #FFFFFF;
  -webkit-box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  -moz-box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  -ms-box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  padding: 3.333333vw;
  text-align: center;
  margin-top: 50px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content .icon-nocart {
  max-width: 50%;
  margin-bottom: 40px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content .icon-nocart svg {
  max-width: 100%;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content p {
  font-size: 18px;
  margin-bottom: 20px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a {
  background-color: #1f2c57;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid;
  display: block;
  width: fit-content;
  margin: auto;
  background: none !important;
  border-color: #1f2c57;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a:hover {
  background-color: #1f2c57;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a:hover span {
  transform: translateX(0px);
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a span {
  color: #1f2c57;
  line-height: 46px;
}
.checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container#cartnnoitems #cart-noitems-content a span::after {
  filter: invert(1);
}
.checkout-cart-index.store-view-it .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2)::after {
  content: "O";
}
.paypal.checkout.paypal-express-widget {
  margin: 10px 0;
}
.paypal.checkout.paypal-express-widget input#button-widget-paypalexpress {
  height: 48px;
  width: 100%;
  background: url('../images/icons/paypal_express.png') center / 100px no-repeat, linear-gradient(98deg, #193c7b, #009cde 93%);
  border: 0;
  position: relative;
}
html:lang(ja) .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2):after {
  content: "又は";
}
html:lang(it) .checkout-cart-index .page-wrapper #maincontent .columns .main .cart-container .cart-summary .checkout-methods-items .item:nth-child(2):after {
  content: "o";
}
.catalog-product-view .page-wrapper .page-main .columns .product-title.custom-title-mobtab {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  overflow: hidden;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .page-title,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .page-title {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-title,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-title {
  color: #333333;
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-title h2,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-title h2 {
  margin-bottom: 8px;
  margin-top: 8px;
  text-transform: uppercase;
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons {
  position: relative;
  width: auto;
  height: 40px;
  display: flex;
  overflow: hidden;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .sharethis,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis,
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links {
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #F4F4F4;
  opacity: 1;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  visibility: visible;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .sharethis,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis {
  font-size: 12px;
  line-height: 18px;
  width: 60px;
  margin: 0;
  padding: 11px 20px;
  left: 0;
  display: inline-block;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .sharethis span,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .sharethis .sharethis_icon,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis .sharethis_icon {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .sharethis:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis:before {
  content: '';
  width: 16px;
  height: 18px;
  display: inline-block;
  background: url('../images/icons/icon-share.svg') no-repeat center;
  background-size: contain;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .sharethis.active,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .sharethis.active {
  left: calc((100% - 60px));
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links {
  justify-content: space-between;
  padding-left: 14px;
  padding-right: 14px;
  overflow: hidden;
  left: 100%;
  display: flex;
  border-left: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links.active,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links.active {
  left: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-link,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-link {
  display: inline-block;
  margin-right: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-link:last-child,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-link:last-child {
  margin-right: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .fb,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .fb {
  width: 18px;
  height: 18px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .tw-social,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .tw-social {
  width: 17.27px;
  height: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .pinterest-social,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .pinterest-social {
  width: 12.49px;
  height: 16px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .email-social,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .email-social {
  width: 16px;
  height: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share {
  cursor: pointer;
  position: relative;
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share:before {
  content: '';
  background-size: contain;
  display: block;
  position: absolute;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-facebook,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-facebook {
  width: 18px;
  height: 18px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-facebook:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-facebook:before {
  background: url('../images/icons/icon-facebook-pdp.svg') no-repeat;
  width: 18px;
  height: 18px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-twitter,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-twitter {
  width: 17.27px;
  height: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-twitter:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-twitter:before {
  background: url('../images/icons/icon-twitter-pdp.svg') no-repeat;
  width: 17.27px;
  height: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-pinterest,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-pinterest {
  width: 12.49px;
  height: 16px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-pinterest:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-pinterest:before {
  background: url('../images/icons/icon-pinterest-pdp.svg') no-repeat;
  width: 12.49px;
  height: 16px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-envolope,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-envolope {
  width: 16px;
  height: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-envolope:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .page-title-wrapper .product-social-icons .social-links .social-share.icon-envolope:before {
  background: url('../images/icons/icon-email-pdp.svg') no-repeat;
  width: 16px;
  height: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price {
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price > .tooltip-block,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price > .tooltip-block {
  order: 1;
  background-color: #CEDFE8;
  padding: 5px 10px;
  margin-bottom: 7px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price > .tooltip-block .livraison-retour-link,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price > .tooltip-block .livraison-retour-link {
  color: #68829A;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price > .tooltip-block .livraison-retour-link::before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price > .tooltip-block .livraison-retour-link::before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e075";
  margin-right: 5px;
  font-weight: bold;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .price-box,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .price-box {
  display: flex !important;
  align-items: center;
  order: 0;
  width: 100% !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .price-box .special-price,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .price-box .special-price {
  padding-right: 20px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .price-box .price-container .price-wrapper,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .price-box .price-container .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .price-box .price-container .price-wrapper .price,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .price-box .price-container .price-wrapper .price {
  color: #333333;
  font-weight: normal;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .price-box .price-label,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .price-box .price-label {
  margin-right: 1rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #333;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .product-info-stock-sku,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .product-info-stock-sku {
  order: 2;
  float: none;
  padding-left: 0;
  padding-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .product-info-stock-sku .sku,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .product-info-stock-sku .sku {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .product-info-price .product-info-stock-sku .sku .type:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .product-info-price .product-info-stock-sku .sku .type:after {
  content: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .price-box .tax-information,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .price-box .tax-information {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: inline-block !important;
  margin-left: 1rem;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .bundle-actions .customize,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .bundle-actions .customize {
  background-color: #1f2c57;
  float: none;
  min-height: 48px;
  margin: 0 8px 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0 35px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .bundle-actions .customize span,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .bundle-actions .customize span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  position: relative;
  transform: none;
  display: unset;
  padding: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .bundle-actions .customize span:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .bundle-actions .customize span:before {
  content: '';
  background: url(../images/icons/icon-cart-white.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .bundle-actions .customize span:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .bundle-actions .customize span:after {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .bundle-actions .customize:hover span:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .bundle-actions .customize:hover span:before {
  opacity: 1;
  left: -22px;
  visibility: visible;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav {
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .title,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .title,
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .arrow-pointer,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .arrow-pointer {
  position: relative;
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .title strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .title strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .arrow-pointer strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .arrow-pointer strong {
  text-transform: uppercase;
  font-weight: normal;
  color: #333333;
  font-weight: 500;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .title:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .title:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .arrow-pointer:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .arrow-pointer:after {
  content: "+";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  right: 0;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .title.active,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .title.active,
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .arrow-pointer.active,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .arrow-pointer.active {
  background-color: #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .title.active strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .title.active strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .arrow-pointer.active strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .arrow-pointer.active strong {
  color: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .title.active:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .title.active:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .arrow-pointer.active:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .arrow-pointer.active:after {
  content: "-";
  color: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product-info-main .field.top-nav .dropdown-container,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product-info-main .field.top-nav .dropdown-container {
  padding-bottom: 10xp;
  border-bottom: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-sticky-custom .product.media .gallery-placeholder .hover-icon,
.catalog-product-view .page-wrapper .page-main .columns .main .product-top-main .product.media .gallery-placeholder .hover-icon {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block {
  display: flex;
  align-items: center;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block .tooltip {
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 0px;
  top: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  color: #333333;
  font-size: 1.4rem;
  height: auto;
  line-height: 20px;
  opacity: 0;
  z-index: 11;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-indent: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transform: translate(-80px) rotate(25deg) scale(1.4);
  -webkit-transform: translate(-80px) rotate(25deg) scale(1.4);
  -moz-transform: translate(-80px) rotate(25deg) scale(1.4);
  -ms-transform: translate(-80px) rotate(25deg) scale(1.4);
  -o-transform: translate(-80px) rotate(25deg) scale(1.4);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  visibility: visible;
  width: 300px;
  margin-top: 10px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block .tooltip p {
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block .tooltip:before,
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block .tooltip:after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  top: -15px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  width: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block .tooltip:after {
  border-bottom: 10px solid #ffffff;
  top: -14px;
  margin-left: -9px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block .tooltip.active {
  z-index: 2;
  opacity: 1;
  transform: translate(0px) rotate(0deg) scale(1);
  -webkit-transform: translate(0px) rotate(0deg) scale(1);
  -moz-transform: translate(0px) rotate(0deg) scale(1);
  -ms-transform: translate(0px) rotate(0deg) scale(1);
  -o-transform: translate(0px) rotate(0deg) scale(1);
  visibility: visible;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block p {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block a:hover {
  color: #333333;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block a#click-me-installed {
  height: 18px;
  cursor: pointer;
}
.catalog-product-view .page-wrapper .page-main .columns .main .tooltip-block a#click-me-installed .icon-info:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background: url('../images/icons/icon-information.svg') no-repeat center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form {
  padding-top: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .validation-advice {
  color: #ff0a0a;
  margin-bottom: 5px;
  font-size: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .validation-advice::after {
  font-family: 'simple-line-icons';
  font-size: 16px;
  content: "\e07b";
  vertical-align: middle;
  margin-left: 5px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .validation-failed {
  border: 1px dashed #ff0a0a;
  padding: 5px !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .fieldset:last-child {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart {
  width: 100%;
  margin-bottom: 24px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset > .qty {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions {
  display: flex;
  flex: 1;
  float: none;
  flex-wrap: wrap;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.payment-request-button {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow {
  background-color: #1f2c57;
  float: none;
  height: 48px;
  margin: 0 8px 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart span,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  transform: none;
  display: unset;
  padding: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart span:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow span:before {
  content: '';
  background: url(../images/icons/icon-cart-white.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart span:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow span:after {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart:hover span:before,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow:hover span:before {
  opacity: 1;
  left: -22px;
  visibility: visible;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart#product-buynow-button,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.buynow#product-buynow-button {
  background-color: #ffa500;
  border: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.towishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  margin-left: auto;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.towishlist .icon-heart {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4f4f4;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.towishlist .icon-heart:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/icon-wishlist.svg') no-repeat;
  width: 21px;
  height: 18px;
  background-size: contain;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions .action.tocart,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .box-tocart .fieldset .actions #buynow-wrapper {
  display: block;
  width: calc(50% - 28px) !important;
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav {
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav.configurable .option-configurable span {
  padding-left: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .title,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .arrow-pointer {
  position: relative;
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .title strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .arrow-pointer strong {
  text-transform: uppercase;
  font-weight: normal;
  color: #333333;
  font-weight: 500;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .title:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .arrow-pointer:after {
  content: "+";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  right: 0;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .title.active,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .arrow-pointer.active {
  background-color: #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .title.active strong,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .arrow-pointer.active strong {
  color: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .title.active:after,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .arrow-pointer.active:after {
  content: "-";
  color: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .dropdown-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control > span {
  color: #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control input[type="text"] {
  font-size: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .product-name {
  font-size: 12px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid {
  padding-top: 0 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item {
  width: 50% !important;
  flex: 0 0 50%;
  margin-left: 0;
  cursor: pointer;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item.active .product-item-photo .product-image-container,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item.active .product-item-photo .product-image-container {
  border: 1px solid #063569;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info .product-item-details,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .product-item-info .product-item-details {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info .product-item-details .field.choice.related,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .product-item-info .product-item-details .field.choice.related {
  display: flex;
  flex: 0 0 10%;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  flex: 1 2 80%;
  text-transform: lowercase;
  font-size: 12px;
  text-align: left !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name:first-letter,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name:first-letter {
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-left: 16%;
  margin-top: 10px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 12px !important;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .product-item-info .product-details .product-name,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .product-item-info .product-details .product-name {
  text-align: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .content .products-grid .product-items .product-item .display-fermoir-infos,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .field.top-nav .control .products-grid .product-items .product-item .display-fermoir-infos {
  background: #fff;
  box-shadow: 1px 1px 10px #c1c1c1;
  -webkit-box-shadow: 1px 1px 10px #c1c1c1;
  -moz-box-shadow: 1px 1px 10px #c1c1c1;
  display: none;
  height: auto;
  left: -600px;
  line-height: normal;
  margin-left: 0;
  margin-top: 95px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: -60px;
  vertical-align: middle;
  width: 600px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .input-box,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .product-options {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeCustomOptions,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeOptions,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .sizeOptions,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .size-option-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeCustomOptions li,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeOptions li,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .sizeOptions li,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .size-option-list li {
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 5px 10px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  margin: 3px 6px 3px 0;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeCustomOptions li.selected,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeOptions li.selected,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .sizeOptions li.selected,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .size-option-list li.selected {
  background: #ffffff;
  color: #1f2c57;
  border: 1px solid #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeCustomOptions li:hover,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeOptions li:hover,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .sizeOptions li:hover,
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container .size-option-list li:hover {
  background: #1f2c57;
  color: #ffffff;
  border: 1px solid #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-wrapper .fieldset .dropdown-container #sizeCustomOptions li {
  width: auto;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-options-bottom {
  order: 1;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-add-form form .product-guides {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product.attribute.description {
  clear: both;
  margin-bottom: 60px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product.attribute.description .block .block-title {
  margin: 0;
  text-align: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product.attribute.description .block .block-title strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: #333333;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product.attribute.description .block .block-content {
  margin-top: 15px;
  padding: 15px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .custom-tabs {
  background: #1f2c57;
  display: inline-flex;
  height: 40px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0 0 60px;
  width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .main .custom-tabs .tab {
  padding: 8px 0;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  background: none;
  border: none;
  min-width: 200px;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .main .custom-tabs .tab:hover {
  background: none;
  border: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .custom-tabs .tab.active,
.catalog-product-view .page-wrapper .page-main .columns .main .custom-tabs .tab:hover {
  font-weight: 700;
  color: #FFF;
  border-bottom: 4px solid #fff;
  padding-bottom: 4px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #attribute-description {
  width: 50%;
  margin: 0 auto 60px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-title,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-title {
  text-align: center;
  margin-bottom: 40px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-title strong,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-title strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #333333;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content {
  display: flex;
  align-items: flex-start;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr th,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td {
  border: 1px solid #f4f4f4;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
  padding-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.label,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.label {
  width: 40%;
  border-right: 0;
  font-weight: 500;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.label::after,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.label::after {
  position: absolute;
  right: 0;
  content: "•";
  font-size: 17px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.data,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.data {
  width: 60%;
  border-left: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.data:before,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.data:before {
  content: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper {
  display: flex;
  align-items: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper .tooltip-block,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper .tooltip-block {
  position: relative;
  margin-left: 24px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper .tooltip-block .click-me,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper .tooltip-block .click-me {
  font-size: 18px;
  line-height: 18px;
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper .tooltip-block .click-me img,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content .product-attribute-specs-table tbody tr td.data .content-wrapper .tooltip-block .click-me img {
  padding-top: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery {
  width: 100% !important;
  min-height: 200px;
  overflow: visible;
  margin-bottom: 60px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-strip-panel,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-strip-panel,
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip,
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner {
  width: 100% !important;
  left: 0 !important;
  z-index: 2 !important;
  top: unset !important;
  bottom: 0;
  min-height: 200px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner {
  padding: 20px;
  height: auto !important;
  min-height: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner .ug-thumb-wrapper,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner .ug-thumb-wrapper {
  float: none !important;
  display: inline-block;
  top: unset !important;
  left: unset !important;
  margin-right: 10px !important;
  background: none;
  height: auto;
  width: 110px !important;
  max-width: 110px !important;
  border: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-inner,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-inner {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title {
  display: flex;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-videoplayer,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-videoplayer {
  width: 100% !important;
  z-index: 1;
  min-height: 200px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery.ug-videoskin-right-no-thumb .ug-video-buttons-panel,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery.ug-videoskin-right-no-thumb .ug-video-buttons-panel {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel {
  bottom: 0;
  margin: 0 !important;
  top: 100% !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip {
  height: auto !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner {
  position: relative !important;
  display: flex;
  border: 1px solid #1f2c57;
  width: 100% !important;
  height: auto !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:not(.ug-thumb-selected) .ug-thumb-title,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:not(.ug-thumb-selected) .ug-thumb-title {
  background: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:not(.ug-thumb-selected) .ug-thumb-title div::after,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:not(.ug-thumb-selected) .ug-thumb-title div::after {
  filter: invert(1);
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:not(.ug-thumb-selected) .ug-thumb-title:hover,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:not(.ug-thumb-selected) .ug-thumb-title:hover {
  color: #000;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title {
  height: 40px;
  margin: 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  padding: 0 5px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div {
  display: inline-block;
  line-height: 40px;
  transition: .3s all;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div::after,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-title div::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:hover .ug-thumb-title div,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:hover .ug-thumb-title div {
  transform: translateX(-13px);
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:hover .ug-thumb-title div::after,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper:hover .ug-thumb-title div::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.catalog-product-view .page-wrapper .page-main .columns .main .additional-attributes-wrapper .block-content #gallery .ug-strip-panel .ug-panel-handle-tip,
.catalog-product-view .page-wrapper .page-main .columns .main .block-video-product .block-content #gallery .ug-strip-panel .ug-panel-handle-tip {
  left: 5px !important;
  top: -25px !important;
  display: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .product-full-width-section {
  padding-top: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-section-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 44px;
  margin-top: 0;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper {
  display: flex;
  justify-content: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper [data-role=product-review],
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list {
  max-width: calc((100% - 32px) / 2);
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list {
  margin-right: 32px;
  margin-bottom: 0;
  height: 425px;
  position: relative;
  padding: 0 10px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list:after {
  content: '';
  display: block;
  position: sticky;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 85%, #ffffff 100%);
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content {
  margin-bottom: -50%;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items {
  padding: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item {
  padding: 24px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  list-style: none;
  border: none;
  border: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-title {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-content {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 300;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-author .review-details-label,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-date .review-details-label,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-author .review-details-value,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-date .review-details-value {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  letter-spacing: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-author .review-details-label,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-date .review-details-label {
  font-weight: 300;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-author .review-details-value,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-date .review-details-value {
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items .review-item .review-content-container .review-details .review-author .review-details-label {
  margin-right: 13px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items.slick-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items.slick-slider .slick-arrow {
  position: static;
  width: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC44ODQiIGhlaWdodD0iOC4wNjciIHZpZXdCb3g9IjAgMCAxNC44ODQgOC4wNjciPgogIDxwYXRoIGlkPSJBcnJvdyIgZD0iTTAsMCw3LDdsNy03IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQ0MiAwLjQ0MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFmMmM1NyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjI1Ii8+Cjwvc3ZnPgo=") center no-repeat !important;
  border: none;
  display: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items.slick-slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-items.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-list .block-content .review-toolbar {
  border-color: #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add {
  width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form {
  max-width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .review-legend {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .review-legend span,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .review-legend strong,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .review-legend b {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .review-field-ratings {
  margin-top: 48px;
  margin-bottom: 24px;
  display: flex;
  margin-left: 5px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) {
  margin-bottom: 24px;
  margin-top: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 8px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .control input,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .control textarea {
  border: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .control input {
  height: 40px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .control textarea {
  height: 80px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image {
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image label.btn-default {
  margin: 0;
  height: 40px;
  line-height: 40px;
  border-color: #1f2c57;
  background-color: #1f2c57;
  min-height: 48px;
  min-height: 20px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image label.btn-default span {
  display: block;
  transition: .3s all;
  transform: translateX(13px);
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image label.btn-default span::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image label.btn-default:hover {
  background-color: #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image label.btn-default:hover span {
  transform: translateX(0px);
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image label.btn-default:hover span::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .field:not(.review-field-ratings) .image label.btn-default span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .actions-primary {
  margin-left: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .actions-primary .action {
  height: 40px;
  padding-left: 37px;
  padding-right: 37px;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .actions-primary .action span {
  text-transform: uppercase;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .submit,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .btn-default {
  border: #1f2c57 1px solid;
  background-color: #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-form-actions .submit span,
.catalog-product-view .page-wrapper .page-main .columns .main #reviews .product-reviews-wrapper .review-add .block-content .review-form .review-fieldset .btn-default span {
  font-size: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-title {
  text-align: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-title strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 44px;
  margin-top: 0;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form:not(.full-width),
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions {
  max-width: calc((100% - 32px) / 2);
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions {
  width: 100%;
  padding: 0 10px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions .am-item {
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px #0000001A;
  margin-bottom: 10px;
  padding: 14px 24px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions .am-item .am-title {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions .am-item .am-title[aria-expanded="true"] {
  margin-bottom: 14px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions .am-item .am-title .am-minus:before,
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions .am-item .am-title .am-plus:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/arrow-down.svg') no-repeat;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions .am-item .am-title .am-plus:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form {
  width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .button-container .button-info {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #333333;
  float: none;
  margin: 0;
  display: block;
  text-align: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .field .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 10px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .field .control input,
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .field .control textarea {
  border: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .field .control textarea {
  height: 80px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .field .control input {
  height: 40px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .action {
  height: 48px;
  padding-left: 37px;
  padding-right: 23px;
  background-color: #031b49;
  border-color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: block;
  transition: .3s all;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .action::after {
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url('../images/icons/arrow-right.svg') no-repeat;
  width: 15px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s all;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .action:hover {
  color: #FFFFFF !important;
  background-color: #031b49;
  border-color: #FFFFFF;
  padding: 7px 40px 7px 20px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .amfaq-product-tab .block-content .ask-question-form .ask-form-container form .fieldset .action:hover::after {
  opacity: 1;
  animation: iconebutton 250ms ease-out normal;
  transform: translateX(13px);
}
.catalog-product-view .page-wrapper .page-main .columns .main .gemperles-benifits-container {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .gemperles-benifits-container .popup-link {
  cursor: pointer;
}
.catalog-product-view .page-wrapper .page-main .columns .main .gemperles-benifits-container strong {
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .main .related:not(.top-nav) .block-title,
.catalog-product-view .page-wrapper .page-main .columns .main .upsell:not(.top-nav) .block-title,
.catalog-product-view .page-wrapper .page-main .columns .main .crosssel:not(.top-nav) .block-title,
.catalog-product-view .page-wrapper .page-main .columns .main .block-products-list:not(.top-nav) .block-title {
  text-align: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .related:not(.top-nav) .block-title strong,
.catalog-product-view .page-wrapper .page-main .columns .main .upsell:not(.top-nav) .block-title strong,
.catalog-product-view .page-wrapper .page-main .columns .main .crosssel:not(.top-nav) .block-title strong,
.catalog-product-view .page-wrapper .page-main .columns .main .block-products-list:not(.top-nav) .block-title strong {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  color: #333333;
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .main .related .product-item-info .product-item-details,
.catalog-product-view .page-wrapper .page-main .columns .main .upsell .product-item-info .product-item-details,
.catalog-product-view .page-wrapper .page-main .columns .main .crosssel .product-item-info .product-item-details,
.catalog-product-view .page-wrapper .page-main .columns .main .block-products-list .product-item-info .product-item-details {
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .main .related .product-item-info .product-item-details .product-item-name,
.catalog-product-view .page-wrapper .page-main .columns .main .upsell .product-item-info .product-item-details .product-item-name,
.catalog-product-view .page-wrapper .page-main .columns .main .crosssel .product-item-info .product-item-details .product-item-name,
.catalog-product-view .page-wrapper .page-main .columns .main .block-products-list .product-item-info .product-item-details .product-item-name {
  display: block;
  margin-bottom: 3px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .related .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .page-wrapper .page-main .columns .main .upsell .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .page-wrapper .page-main .columns .main .crosssel .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .page-wrapper .page-main .columns .main .block-products-list .product-item-info .product-item-details .product-item-name .product-item-link {
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .main .related .product-item-info .product-item-details .price-box .price,
.catalog-product-view .page-wrapper .page-main .columns .main .upsell .product-item-info .product-item-details .price-box .price,
.catalog-product-view .page-wrapper .page-main .columns .main .crosssel .product-item-info .product-item-details .price-box .price,
.catalog-product-view .page-wrapper .page-main .columns .main .block-products-list .product-item-info .product-item-details .price-box .price {
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .main .products-grid .product-items .product-item {
  margin-left: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info {
  display: inline-block;
  float: left;
}
.catalog-product-view .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info:hover {
  max-width: 100%;
  max-height: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-photo {
  border: none;
  float: left;
  width: 100%;
  text-align: center;
}
.catalog-product-view .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details {
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link {
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form {
  flex-direction: row;
  justify-content: space-between;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form > .bundle-options-wrapper {
  width: 45%;
  float: none;
  display: inline-block;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form > .bundle-options-wrapper #product-options-wrapper {
  width: 100%;
  margin: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form > .bundle-options-wrapper #product-options-wrapper > .fieldset > .field {
  width: 45%;
  display: inline-block;
  border: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form > .bundle-options-wrapper .legend.title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form > .bundle-options-wrapper .legend.title span {
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .product-options-bottom {
  margin: 0;
  border: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .price-box .price-wrapper > .price {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #333333 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .price-box .price-as-configured,
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .price-box .tooltip-block,
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .price-box #installment_tooltip,
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .price-box #click-me-installed {
  display: inline-block;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .price-box #installment_tooltip {
  vertical-align: super;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .arrow-pointer {
  width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .option-configurable select {
  visibility: hidden;
  height: 1px;
  min-height: 0px;
  padding: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .option-configurable .size-option-list {
  padding-top: 0 !important;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form input,
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form textarea {
  border-color: #EDEDED;
  min-height: 40px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form label {
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container form .field.top-nav {
  border-bottom: 0;
  padding: 0;
  border: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container .block-bundle-summary {
  margin: 0;
  width: 40%;
  height: 100%;
  padding-top: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  font-size: 24px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide {
  margin-bottom: 44px;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .section-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 44px;
  margin-top: 0;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs {
  display: table;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  width: 70%;
  margin: auto;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs .guide-longueur-tabs {
  display: table-cell;
  list-style: none;
  padding: 0;
  vertical-align: top;
  width: 220px;
  border: 1px solid #EDEDED;
  border-right: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs .guide-longueur-tabs li {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: right;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs .guide-longueur-tabs li a {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  color: #333;
  border-top: 1px solid #f3f3e3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs .guide-longueur-tabs li a.active {
  background: #efefef;
  color: #000;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs .guide-longueur-panes {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding: 20px;
  border: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs {
  border-top: 1px solid #EDEDED;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .collapsible {
  background-color: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .collapsible .trigger {
  padding: 15px;
  border-bottom: 1px solid #EDEDED;
  cursor: pointer;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .collapsible .trigger h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .collapsible .trigger h4::after {
  content: "+";
  position: absolute;
  right: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .collapsible .trigger.active {
  background-color: #1f2c57;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .collapsible .trigger.active h4 {
  color: #fff;
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .collapsible .trigger.active h4::after {
  content: "-";
}
.catalog-product-view .page-wrapper .page-main .columns .main .length-guide .guide-longueurs #guide-longueur-tabs .content {
  padding: 15px;
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .gallery-placeholder__image:hover + .img-magnifier-glass,
.catalog-product-view .page-wrapper .page-main .columns .fotorama__stage__shaft img:hover + .img-magnifier-glass {
  display: block !important;
}
.catalog-product-view .page-wrapper .page-main .columns .fotorama__stage__frame_desktop .fotorama__img {
  opacity: 1;
  width: 100%;
}
.catalog-product-view .page-wrapper .page-main .columns .fotorama__stage__frame {
  min-height: 80px;
}
.catalog-product-view .page-wrapper .page-main .columns .fotorama__stage__frame_desktop {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 20px;
  opacity: 1;
}
.catalog-product-view .page-wrapper .page-main .columns .fotorama__spinner {
  background-size: cover;
  background-position: center;
}
.catalog-product-view .page-wrapper .page-main .columns #swipeOff {
  display: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .product.media .img-magnifier-glass {
  position: absolute;
  border-radius: 50%;
  cursor: none;
  width: 370px;
  height: 370px;
  z-index: 1;
  display: none;
  box-shadow: 0 0 3px #00000033 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
}
.catalog-product-view .page-wrapper .page-main .columns .product.media .img-magnifier-glass::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1;
}
.catalog-product-view .page-wrapper .page-main .columns .product.media .img-magnifier-glass:hover {
  display: block;
}
.catalog-product-view .page-wrapper .page-main .columns .product.media .img-magnifier-glass.disappear {
  animation-name: disappear;
  animation-duration: .25s;
  animation-timing-function: linear;
  transition-duration: .25s;
  transition-property: -moz-transform;
  opacity: 0;
}
.catalog-product-view .page-wrapper .page-main .columns .custom-mobile-magnifier,
.catalog-product-view .page-wrapper .page-main .columns .fotorama__img-mobile {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .magnifier-hint {
  color: #eee;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 101;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .magnifier-hint span {
  display: inline-block;
  background: #31333db3;
  border-radius: 2em;
  padding: 0.7em 1.1em;
  font-size: 12px;
  line-height: 1;
}
.catalog-product-view .page-wrapper .page-main .popup-content {
  display: none;
}
.catalog-product-view .page-wrapper .footer-bottom,
.catalog-product-view .page-wrapper .ug-videoplayer-button-close {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1400px) {
  body.catalog-product-view .product-info-main.product_v2 {
    left: unset !important;
    right: 3% !important;
    max-width: 41% !important;
  }
}
.contact-index-index .page-wrapper #maincontent {
  width: 82%;
  padding: 0 20px;
  margin: auto;
}
.contact-index-index .page-wrapper #maincontent .page-title-wrapper {
  text-align: center;
}
.contact-index-index .page-wrapper #maincontent .page-title-wrapper .page-title {
  line-height: 1;
  color: #333333;
  margin: 44px 0;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .page-title h1 {
  font-size: 20px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info {
  padding: 61px 50px;
  box-shadow: 0px 4px 10px #0000001a;
  width: 48.5%;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info a,
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info a:hover {
  color: #333333;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info h4 {
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info p {
  margin-bottom: 14px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .col-contact-info p img {
  margin-right: 8px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact {
  width: 100%;
  min-width: 0;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 15px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact .fieldset {
  margin: 0;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact .fieldset .field {
  margin-bottom: 14px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact .fieldset .field.subscribe_newsletter {
  visibility: hidden;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact input,
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact textarea {
  border-color: #EDEDED;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact .actions-toolbar .action.submit {
  padding: 12px 65px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container form.form.contact .actions-toolbar .action.submit span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .form-area {
  margin-bottom: 80px;
  padding-left: 32px;
  padding-right: 20px;
}
.contact-index-index .page-wrapper #maincontent .column.main .contact-container .form-area .page-title {
  display: none;
}
.customer-account-create #maincontent,
.customer-account-login #maincontent,
.customer-account-forgotpassword #maincontent,
.sendfriend-product-send #maincontent {
  min-width: 420px;
  padding: 0;
  width: 80%;
  max-width: 1440px;
}
.customer-account-create #maincontent .page-title-wrapper,
.customer-account-login #maincontent .page-title-wrapper,
.customer-account-forgotpassword #maincontent .page-title-wrapper,
.sendfriend-product-send #maincontent .page-title-wrapper {
  text-align: center;
}
.customer-account-create #maincontent .page-title-wrapper .page-title,
.customer-account-login #maincontent .page-title-wrapper .page-title,
.customer-account-forgotpassword #maincontent .page-title-wrapper .page-title,
.sendfriend-product-send #maincontent .page-title-wrapper .page-title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 44px auto;
}
.customer-account-create #maincontent .column.main,
.customer-account-login #maincontent .column.main,
.customer-account-forgotpassword #maincontent .column.main,
.sendfriend-product-send #maincontent .column.main {
  margin-bottom: 80px;
}
.customer-account-create #maincontent .column.main .form-create-account,
.customer-account-login #maincontent .column.main .form-create-account,
.customer-account-forgotpassword #maincontent .column.main .form-create-account,
.sendfriend-product-send #maincontent .column.main .form-create-account {
  min-width: 0;
}
.customer-account-create #maincontent .column.main .fieldset.create.info,
.customer-account-login #maincontent .column.main .fieldset.create.info,
.customer-account-forgotpassword #maincontent .column.main .fieldset.create.info,
.sendfriend-product-send #maincontent .column.main .fieldset.create.info,
.customer-account-create #maincontent .column.main .fieldset.create.account,
.customer-account-login #maincontent .column.main .fieldset.create.account,
.customer-account-forgotpassword #maincontent .column.main .fieldset.create.account,
.sendfriend-product-send #maincontent .column.main .fieldset.create.account,
.customer-account-create #maincontent .column.main .block-customer-login,
.customer-account-login #maincontent .column.main .block-customer-login,
.customer-account-forgotpassword #maincontent .column.main .block-customer-login,
.sendfriend-product-send #maincontent .column.main .block-customer-login,
.customer-account-create #maincontent .column.main .block-new-customer,
.customer-account-login #maincontent .column.main .block-new-customer,
.customer-account-forgotpassword #maincontent .column.main .block-new-customer,
.sendfriend-product-send #maincontent .column.main .block-new-customer,
.customer-account-create #maincontent .column.main .form.password.forget,
.customer-account-login #maincontent .column.main .form.password.forget,
.customer-account-forgotpassword #maincontent .column.main .form.password.forget,
.sendfriend-product-send #maincontent .column.main .form.password.forget,
.customer-account-create #maincontent .column.main #product-sendtofriend-form,
.customer-account-login #maincontent .column.main #product-sendtofriend-form,
.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form,
.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form {
  width: 46%;
  float: none;
  padding: 0 0 10px 0;
}
.customer-account-create #maincontent .column.main .fieldset.create.info label,
.customer-account-login #maincontent .column.main .fieldset.create.info label,
.customer-account-forgotpassword #maincontent .column.main .fieldset.create.info label,
.sendfriend-product-send #maincontent .column.main .fieldset.create.info label,
.customer-account-create #maincontent .column.main .fieldset.create.account label,
.customer-account-login #maincontent .column.main .fieldset.create.account label,
.customer-account-forgotpassword #maincontent .column.main .fieldset.create.account label,
.sendfriend-product-send #maincontent .column.main .fieldset.create.account label,
.customer-account-create #maincontent .column.main .block-customer-login label,
.customer-account-login #maincontent .column.main .block-customer-login label,
.customer-account-forgotpassword #maincontent .column.main .block-customer-login label,
.sendfriend-product-send #maincontent .column.main .block-customer-login label,
.customer-account-create #maincontent .column.main .block-new-customer label,
.customer-account-login #maincontent .column.main .block-new-customer label,
.customer-account-forgotpassword #maincontent .column.main .block-new-customer label,
.sendfriend-product-send #maincontent .column.main .block-new-customer label,
.customer-account-create #maincontent .column.main .form.password.forget label,
.customer-account-login #maincontent .column.main .form.password.forget label,
.customer-account-forgotpassword #maincontent .column.main .form.password.forget label,
.sendfriend-product-send #maincontent .column.main .form.password.forget label,
.customer-account-create #maincontent .column.main #product-sendtofriend-form label,
.customer-account-login #maincontent .column.main #product-sendtofriend-form label,
.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form label,
.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form label {
  font-weight: 500;
  font-size: 12px;
}
.customer-account-create #maincontent .column.main .block-customer-login,
.customer-account-login #maincontent .column.main .block-customer-login,
.customer-account-forgotpassword #maincontent .column.main .block-customer-login,
.sendfriend-product-send #maincontent .column.main .block-customer-login,
.customer-account-create #maincontent .column.main .fieldset.create.info,
.customer-account-login #maincontent .column.main .fieldset.create.info,
.customer-account-forgotpassword #maincontent .column.main .fieldset.create.info,
.sendfriend-product-send #maincontent .column.main .fieldset.create.info {
  float: left;
}
.customer-account-create #maincontent .column.main .block-new-customer,
.customer-account-login #maincontent .column.main .block-new-customer,
.customer-account-forgotpassword #maincontent .column.main .block-new-customer,
.sendfriend-product-send #maincontent .column.main .block-new-customer,
.customer-account-create #maincontent .column.main .fieldset.create.account,
.customer-account-login #maincontent .column.main .fieldset.create.account,
.customer-account-forgotpassword #maincontent .column.main .fieldset.create.account,
.sendfriend-product-send #maincontent .column.main .fieldset.create.account {
  float: right;
}
.customer-account-create #maincontent .column.main .fieldset > .field,
.customer-account-login #maincontent .column.main .fieldset > .field,
.customer-account-forgotpassword #maincontent .column.main .fieldset > .field,
.sendfriend-product-send #maincontent .column.main .fieldset > .field {
  margin-bottom: 14px;
}
.customer-account-create #maincontent .column.main .fieldset .legend span,
.customer-account-login #maincontent .column.main .fieldset .legend span,
.customer-account-forgotpassword #maincontent .column.main .fieldset .legend span,
.sendfriend-product-send #maincontent .column.main .fieldset .legend span,
.customer-account-create #maincontent .column.main .login-container .block-title strong,
.customer-account-login #maincontent .column.main .login-container .block-title strong,
.customer-account-forgotpassword #maincontent .column.main .login-container .block-title strong,
.sendfriend-product-send #maincontent .column.main .login-container .block-title strong {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.customer-account-create #maincontent .column.main .fieldset .legend,
.customer-account-login #maincontent .column.main .fieldset .legend,
.customer-account-forgotpassword #maincontent .column.main .fieldset .legend,
.sendfriend-product-send #maincontent .column.main .fieldset .legend {
  text-transform: uppercase;
  border-bottom: 0;
  text-align: left;
  padding-bottom: 4px;
}
.customer-account-create #maincontent .column.main .actions-toolbar,
.customer-account-login #maincontent .column.main .actions-toolbar,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar,
.sendfriend-product-send #maincontent .column.main .actions-toolbar {
  width: 100%;
  max-width: fit-content;
  float: right;
}
.customer-account-create #maincontent .column.main .actions-toolbar .primary,
.customer-account-login #maincontent .column.main .actions-toolbar .primary,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary,
.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary {
  width: 100%;
}
.customer-account-create #maincontent .column.main .actions-toolbar .primary button,
.customer-account-login #maincontent .column.main .actions-toolbar .primary button,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary button,
.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary button,
.customer-account-create #maincontent .column.main .actions-toolbar .primary .action.create.primary,
.customer-account-login #maincontent .column.main .actions-toolbar .primary .action.create.primary,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary .action.create.primary,
.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary .action.create.primary {
  width: 100%;
  margin: 0;
  max-width: 100%;
  height: 48px;
  min-width: fit-content;
  padding: 0 30px;
  position: relative;
  background: none;
  border: none;
}
.customer-account-create #maincontent .column.main .actions-toolbar .primary button::after,
.customer-account-login #maincontent .column.main .actions-toolbar .primary button::after,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary button::after,
.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary button::after,
.customer-account-create #maincontent .column.main .actions-toolbar .primary .action.create.primary::after,
.customer-account-login #maincontent .column.main .actions-toolbar .primary .action.create.primary::after,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary .action.create.primary::after,
.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary .action.create.primary::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: transform, background-color;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #1f2c57;
  background-color: #1f2c57;
}
.customer-account-create #maincontent .column.main .actions-toolbar .primary span,
.customer-account-login #maincontent .column.main .actions-toolbar .primary span,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary span,
.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary span {
  font-size: 14px;
  text-transform: uppercase;
}
.customer-account-create #maincontent .column.main .actions-toolbar .primary.action:hover::after,
.customer-account-login #maincontent .column.main .actions-toolbar .primary.action:hover::after,
.customer-account-forgotpassword #maincontent .column.main .actions-toolbar .primary.action:hover::after,
.sendfriend-product-send #maincontent .column.main .actions-toolbar .primary.action:hover::after {
  transform: scaleY(1.2);
}
.customer-account-create #maincontent .column.main .sociallogin-wrapper,
.customer-account-login #maincontent .column.main .sociallogin-wrapper,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper {
  margin: 55px 0 0 0;
}
.customer-account-create #maincontent .column.main .sociallogin-wrapper .block-title,
.customer-account-login #maincontent .column.main .sociallogin-wrapper .block-title,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper .block-title,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper .block-title {
  padding-bottom: 0;
  margin-bottom: 14px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
}
.customer-account-create #maincontent .column.main .sociallogin-wrapper .sociallogin-padding,
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-padding,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper .sociallogin-padding,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper .sociallogin-padding {
  max-width: 100%;
}
.customer-account-create #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button,
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button {
  padding: 3px;
  background: #063569;
  box-shadow: none;
}
.customer-account-create #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon,
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon {
  font-size: 14px;
  font-weight: 500;
  background-color: #063569;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.customer-account-create #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon svg,
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon svg,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon svg,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon svg {
  vertical-align: sub;
  margin-right: 10px;
}
.customer-account-create #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::after,
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::after,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::after,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::after,
.customer-account-create #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::before,
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::before,
.customer-account-forgotpassword #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::before,
.sendfriend-product-send #maincontent .column.main .sociallogin-wrapper .sociallogin-padding .sociallogin-button .sociallogin-icon::before {
  display: none;
}
.customer-account-create #maincontent .control,
.customer-account-login #maincontent .control,
.customer-account-forgotpassword #maincontent .control,
.sendfriend-product-send #maincontent .control {
  width: 100%;
}
.customer-account-create #maincontent input,
.customer-account-login #maincontent input,
.customer-account-forgotpassword #maincontent input,
.sendfriend-product-send #maincontent input,
.customer-account-create #maincontent textarea,
.customer-account-login #maincontent textarea,
.customer-account-forgotpassword #maincontent textarea,
.sendfriend-product-send #maincontent textarea {
  border-color: #EDEDED;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset .customer-dob {
  display: block;
  position: relative;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset .customer-dob input {
  width: 100%;
  margin: 0;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset .customer-dob button {
  position: absolute;
  top: 9px;
  right: 13px;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset .customer-dob button:before {
  content: "";
  width: 16px;
  height: 18px;
  background-size: cover;
  background-image: url('../images/icons/icon-calendar.svg');
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset #password-strength-meter {
  font-size: 12px;
  font-weight: 500;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset.create.info {
  padding-top: 0;
  margin-bottom: 24px;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset.create.info .choice {
  display: none;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset.create.account {
  margin-bottom: 0;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset.create.account:after {
  display: none;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset.create.account .choice {
  margin-bottom: 11px;
}
.customer-account-create #maincontent .columns .column.main .form.create.account .fieldset .field-tooltip {
  top: -1px;
}
.customer-account-create #maincontent .columns .column.main .actions-toolbar {
  margin: 0 0 0 auto;
  width: 46%;
  float: none;
  min-width: 295px;
}
.customer-account-create #maincontent .columns .column.main .actions-toolbar button.primary {
  margin: 55px auto 0;
}
.customer-account-create #maincontent .columns .column.main .sociallogin-wrapper {
  float: none;
  margin: 40px 0 0 auto;
  width: 46%;
}
.customer-account-create #maincontent .columns .column.main .sociallogin-wrapper .sociallogin-block {
  float: right;
  max-width: fit-content;
}
.customer-account-create #maincontent .columns .column.main .sociallogin-wrapper .sociallogin-block .sociallogin-button {
  padding: 7px 3px;
}
.customer-account-login #maincontent .column.main .sociallogin-wrapper {
  width: 46% !important;
}
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-block {
  float: right;
  max-width: fit-content;
}
.customer-account-login #maincontent .column.main .sociallogin-wrapper .sociallogin-block .sociallogin-button {
  padding: 7px 3px;
}
.customer-account-login #maincontent .column.main .login-container {
  width: 100%;
  float: none;
  padding: 0;
}
.customer-account-login #maincontent .column.main .login-container .block-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.customer-account-login #maincontent .column.main .login-container .form-login .actions-toolbar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 295px;
}
.customer-account-login #maincontent .column.main .login-container .form-login .actions-toolbar .primary {
  order: 2;
}
.customer-account-login #maincontent .column.main .login-container .form-login .actions-toolbar .secondary {
  float: right;
  order: 1;
  margin-bottom: 22px;
  text-align: right;
  margin-top: -38px;
}
.customer-account-login #maincontent .column.main .login-container .form-login .actions-toolbar .secondary a {
  color: #031B49;
  text-decoration: underline;
}
.customer-account-login #maincontent .column.main .login-container .form-login .actions-toolbar .secondary a:hover {
  color: #031B49 !important;
}
.customer-account-login #maincontent .column.main .login-container .form-login .note {
  margin-bottom: 24px;
}
.customer-account-login #maincontent .column.main .login-container .block-customer-login {
  margin-bottom: 14px;
}
.customer-account-login #maincontent .column.main .login-container .block-customer-login .action.login.primary::after {
  vertical-align: bottom;
}
.customer-account-login #maincontent .column.main .login-container .block-new-customer {
  padding-bottom: 0;
}
.customer-account-login #maincontent .column.main .login-container .block-new-customer .action.primary,
.customer-account-login #maincontent .column.main .login-container .block-new-customer .amshopby-button,
.customer-account-login #maincontent .column.main .login-container .block-new-customer .am-filter-go {
  padding: 14px 15px !important;
}
.customer-account-login #maincontent .column.main .login-container .fieldset:after {
  display: none;
}
body.customer-account-forgotpassword #maincontent,
body.sendfriend-product-send #maincontent {
  width: 30.8%;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget,
body.sendfriend-product-send #maincontent .column.main .form.password.forget,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form {
  min-width: 0;
  width: 100%;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .legend,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .legend,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .legend,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .legend {
  padding: 0;
  margin-bottom: 10px;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset {
  margin-bottom: 10px;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .note,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset .note,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset .note,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset .note {
  margin-bottom: 24px;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image {
  display: flex;
  flex-direction: row;
  gap: 3%;
  margin-top: 24px;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image img,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image img,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image img,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image img {
  margin: 0;
  display: inline-block;
  width: 49%;
  height: 40px;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image button,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image button,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image button,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image button {
  margin: 0;
  display: inline-block;
  width: 49%;
  height: 40px;
  background: #fff;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image button span,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset .field.captcha .captcha-image button span,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image button span,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset .field.captcha .captcha-image button span {
  color: #1f2c57;
  font-size: 14px;
  text-transform: uppercase;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset:after,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset:after,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset:after,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset:after {
  display: none;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar {
  text-align: center;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar .secondary,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar .secondary,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary {
  float: none;
  margin: auto;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar .secondary button,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar .secondary button,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary button,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary button {
  margin-top: 0;
  margin-bottom: 35px;
  width: auto;
  min-height: 40px;
  background: #fff;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar .secondary button span,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .actions-toolbar .secondary button span,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary button span,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .actions-toolbar .secondary button span {
  color: #1f2c57;
  font-size: 14px;
  text-transform: uppercase;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset #recipients-options .additional .secondary,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset #recipients-options .additional .secondary,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset #recipients-options .additional .secondary,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset #recipients-options .additional .secondary {
  float: left;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset #recipients-options .additional .secondary button,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset #recipients-options .additional .secondary button,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset #recipients-options .additional .secondary button,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset #recipients-options .additional .secondary button {
  border: 1px solid;
  margin-top: 0;
  margin-bottom: 35px;
  width: auto;
  min-height: 40px;
  background: #fff;
  padding: 7px 15px;
  top: 27px;
  border-color: #000;
  margin-left: 102%;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset #recipients-options .additional .secondary button span,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset #recipients-options .additional .secondary button span,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset #recipients-options .additional .secondary button span,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset #recipients-options .additional .secondary button span {
  color: #231f20;
  font-size: 12px;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.sender .field,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.sender .field,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field,
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .field,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .field,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field {
  padding: 0;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.sender .field.sender,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.sender .field.sender,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.sender,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.sender,
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .field.sender,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .field.sender,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.sender,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.sender,
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.sender .field.name,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.sender .field.name,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.name,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.name,
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .field.name,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .field.name,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.name,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.name {
  padding-right: 12px;
  width: 50%;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.sender .field.email,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.sender .field.email,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.email,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.email,
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .field.email,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .field.email,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.email,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.email {
  width: 50%;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.sender .field.text,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.sender .field.text,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.text,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.sender .field.text,
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset.recipients .field.text,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .fieldset.recipients .field.text,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.text,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .fieldset.recipients .field.text {
  width: 100%;
}
body.customer-account-forgotpassword #maincontent .column.main .form.password.forget .actions-toolbar,
body.sendfriend-product-send #maincontent .column.main .form.password.forget .actions-toolbar,
body.customer-account-forgotpassword #maincontent .column.main #product-sendtofriend-form .actions-toolbar,
body.sendfriend-product-send #maincontent .column.main #product-sendtofriend-form .actions-toolbar {
  max-width: 100%;
}
.customer-account-logoutsuccess #maincontent {
  text-align: center;
  margin-bottom: 55px;
}
.customer-account-logoutsuccess #maincontent .page-title-wrapper .page-title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 55px 0 30px;
}
.customer-account-logoutsuccess #maincontent .columns p {
  font-size: 14px;
  color: #333333;
}
.checkout-onepage-success #maincontent {
  padding: 0 3.333333vw;
}
.checkout-onepage-success #maincontent .column.main {
  display: flex;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper {
  width: 55%;
  text-align: left;
  padding: 4vw 4vw 4vw 8vw;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info {
  margin-top: 40px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .action.primary.continue,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .amshopby-button.continue,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .am-filter-go.continue {
  margin-bottom: 30px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .action.primary.continue span,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .amshopby-button.continue span,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .am-filter-go.continue span {
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .product-grid {
  display: none !important;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .customer-info,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .product-grid {
  padding: 10px 20px;
  border: 1px solid #ccc;
  box-shadow: 1px 0px 10px 0px #888888;
  margin-top: 20px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .customer-info .shipping-address,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .customer-info .shipping-method,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .customer-info .billing-address,
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .customer-info .payment-method {
  text-align: left;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .customer-info > h4 {
  font-size: 16px;
  margin: 15px 0 5px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .order-info .customer-info p {
  word-break: break-all;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper [data-content-type="video"] {
  margin-bottom: 40px !important;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .checkout-page-title-wrapper {
  position: relative;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .checkout-page-title-wrapper .icon_thank_you_01 {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 100%;
  margin-right: 15px;
  top: 10px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .checkout-page-title-wrapper .page-title {
  display: inline-block;
  margin-bottom: 10px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .checkout-page-title-wrapper p {
  margin-bottom: 5px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-wrapper .checkout-success {
  margin-bottom: 40px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar {
  background-color: #CEDFE8;
  width: calc(45% + 3.333333vw);
  color: #68829A;
  padding: 3.5vw 8vw 3.5vw 3vw;
  margin-right: -3.333333vw;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items {
  table-layout: fixed;
  width: 100%;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items thead {
  display: none;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody th,
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody td {
  border: 0;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody td {
  padding-bottom: 20px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody a {
  color: #68829A;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .order-item-row-mobile {
  display: none;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .col.name .product-item-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #68829A;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .col.name .sku-wrapper {
  font-size: 12px;
  color: #627b94;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .col.image {
  width: 100px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .col.image .product-image-photo {
  border-radius: 5px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .col.image .items-qty {
  position: absolute;
  top: 0px;
  right: -1px;
  background: #757575;
  padding: 2px;
  width: 20px;
  height: 20px;
  z-index: 9;
  text-align: center;
  font-size: 11px;
  border-radius: 10px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .col.image .items-qty .content {
  color: #FFFFFF;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tbody .col.subtotal .price {
  font-size: 16px;
  font-weight: 500;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tfoot {
  background: none;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tfoot th {
  text-align: left;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tfoot td {
  text-align: right;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tfoot th,
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tfoot td {
  padding: 20px 8px;
  font-size: 16px;
  border-top: 1px solid #68829A;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tfoot .grand_total .price {
  font-size: 20px;
}
.checkout-onepage-success #maincontent .column.main .thankyou-sidebar #table-order-items tfoot .grand_total th strong {
  line-height: 23px;
}
@media print {
  .checkout-onepage-success .header-placeholder,
  .checkout-onepage-success .page-footer {
    display: none;
  }
}
.cms-error-404 #maincontent {
  padding: 5rem 4.5vw;
  background: #f6f5f3;
}
.cms-error-404 #maincontent .page-title-wrapper {
  display: none;
}
.cms-error-404 #maincontent .columns .column.main {
  background-color: #FFFFFF;
  -webkit-box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  -moz-box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  -ms-box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  box-shadow: 16px 10px 16px -16px rgba(0, 0, 0, 0.101), -16px 0 16px -16px rgba(0, 0, 0, 0.101);
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
}
.cms-error-404 #maincontent .columns .column.main * {
  font-family: 'Poppins', sans-serif !important;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] {
  max-width: 100%;
  padding: 30px 0;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .top-content [data-content-type="text"] {
  margin-top: 30px;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .top-content [data-content-type="text"] h3 {
  letter-spacing: 0;
  line-height: 2.25rem;
  font-weight: 500;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .top-content [data-content-type="text"] p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group {
  width: 100%;
  max-width: 600px;
  margin: auto;
  gap: 20px;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group [data-content-type="button-item"] {
  width: 100%;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .pagebuilder-button-secondary {
  background: none;
  color: #333333;
  padding: 10px 17px;
  border-color: #ccc;
  width: 100%;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .pagebuilder-button-secondary span {
  font-size: 14px;
  background: none;
  color: #333333;
  position: relative;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .pagebuilder-button-secondary span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0px;
  height: 1px;
  background: #333333;
  transition: all 0.45s;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .pagebuilder-button-secondary:hover span::after {
  width: 100%;
  left: 0;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .pagebuilder-button-secondary::before {
  content: "";
  display: inline-block;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  vertical-align: middle;
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .email .pagebuilder-button-secondary::before {
  content: "\e086";
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .chat .pagebuilder-button-secondary::before {
  content: "\e07d";
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .phone .pagebuilder-button-secondary::before {
  content: "☎";
}
.cms-error-404 #maincontent .columns .column.main [data-content-type="row"] .bottom-content .pagebuilder-column-group .store .pagebuilder-button-secondary::before {
  content: "\e096";
}
.catalog-product-view .modals-wrapper .modals-overlay {
  background-color: #000000;
  opacity: .9;
}
.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap {
  margin: 0 auto;
  width: 60%;
  max-width: 100%;
  border-radius: 0.5rem;
  padding: 0px 0 3rem;
}
.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
}
.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .modal-title {
  font-weight: bold;
  color: #063569;
  text-align: left;
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 0.5rem 0 0 0;
  padding: 10px 3rem 10px;
  font-size: 16px;
  font-weight: 600;
}
.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .action-close {
  padding: 27px 33px;
  width: auto;
  height: auto;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  transition-duration: 300ms;
  background-color: #fff;
  transition-property: background-color;
  line-height: 1;
  border-top-right-radius: 0.5rem;
  margin: 0;
  position: relative;
}
.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #333333;
  font-size: 16px;
}
.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-header .action-close:hover {
  background: #eae8e4;
}
.catalog-product-view .modals-wrapper .installment-popup .modal-inner-wrap .modal-content {
  font-size: 13px;
  line-height: 20px;
}
.theme-pearl.store-view-fr {
  letter-spacing: 0px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-fr .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-fr .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-fr h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button,
.theme-pearl.store-view-fr button {
  background-color: #1f2c57;
  border: #1f2c57 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button span,
.theme-pearl.store-view-fr button span {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button:hover,
.theme-pearl.store-view-fr button:hover {
  border-color: #333333 1px solid;
  background-color: #333333;
  border: #333333 1px solid;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-fr button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-fr button.action.primary,
.theme-pearl.store-view-fr .block .block-content .products-grid button.amshopby-button,
.theme-pearl.store-view-fr button.amshopby-button,
.theme-pearl.store-view-fr .block .block-content .products-grid button.am-filter-go,
.theme-pearl.store-view-fr button.am-filter-go {
  background-color: #1f2c57;
  border: 1px solid #1f2c57;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-fr button.action.primary span,
.theme-pearl.store-view-fr .block .block-content .products-grid button.amshopby-button span,
.theme-pearl.store-view-fr button.amshopby-button span,
.theme-pearl.store-view-fr .block .block-content .products-grid button.am-filter-go span,
.theme-pearl.store-view-fr button.am-filter-go span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-fr button.action.primary:hover,
.theme-pearl.store-view-fr .block .block-content .products-grid button.amshopby-button:hover,
.theme-pearl.store-view-fr button.amshopby-button:hover,
.theme-pearl.store-view-fr .block .block-content .products-grid button.am-filter-go:hover,
.theme-pearl.store-view-fr button.am-filter-go:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff !important;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-fr button.action.primary:hover span,
.theme-pearl.store-view-fr .block .block-content .products-grid button.amshopby-button:hover span,
.theme-pearl.store-view-fr button.amshopby-button:hover span,
.theme-pearl.store-view-fr .block .block-content .products-grid button.am-filter-go:hover span,
.theme-pearl.store-view-fr button.am-filter-go:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-fr button.action.primary.tocart,
.theme-pearl.store-view-fr .block .block-content .products-grid button.amshopby-button.tocart,
.theme-pearl.store-view-fr button.amshopby-button.tocart,
.theme-pearl.store-view-fr .block .block-content .products-grid button.am-filter-go.tocart,
.theme-pearl.store-view-fr button.am-filter-go.tocart {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-fr button.action.action-cancel {
  background-color: #333333;
  border: #333333 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-fr button.action.action-cancel span {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-fr button.action.action-cancel:hover {
  border-color: #1f2c57 1px solid;
  background-color: #1f2c57;
  border: #1f2c57 1px solid;
}
.theme-pearl.store-view-fr .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-fr button.action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-fr button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-fr button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-fr button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-fr input.action.primary,
.theme-pearl.store-view-fr input.amshopby-button,
.theme-pearl.store-view-fr input.am-filter-go {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-fr a:hover {
  color: #333333;
}
.theme-pearl.store-view-fr .action.towishlist,
.theme-pearl.store-view-fr .action.tocompare,
.theme-pearl.store-view-fr .action.mailto.friend {
  font-size: 12px !important;
}
.theme-pearl.store-view-fr .action.towishlist:before,
.theme-pearl.store-view-fr .action.tocompare:before,
.theme-pearl.store-view-fr .action.mailto.friend:before {
  font-size: 16px !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-fr .action.primary,
.theme-pearl.store-view-fr .amshopby-button,
.theme-pearl.store-view-fr .am-filter-go {
  background-color: #1f2c57;
  border: 1px solid #1f2c57;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-fr .action.primary span,
.theme-pearl.store-view-fr .amshopby-button span,
.theme-pearl.store-view-fr .am-filter-go span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-fr .action.primary:hover,
.theme-pearl.store-view-fr .amshopby-button:hover,
.theme-pearl.store-view-fr .am-filter-go:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff !important;
}
.theme-pearl.store-view-fr .action.primary:hover span,
.theme-pearl.store-view-fr .amshopby-button:hover span,
.theme-pearl.store-view-fr .am-filter-go:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr .action.primary.tocart,
.theme-pearl.store-view-fr .amshopby-button.tocart,
.theme-pearl.store-view-fr .am-filter-go.tocart {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-fr .action.primary#product-gotoproduct-button:hover,
.theme-pearl.store-view-fr .amshopby-button#product-gotoproduct-button:hover,
.theme-pearl.store-view-fr .am-filter-go#product-gotoproduct-button:hover {
  border: 1px solid #1f2c57;
}
.theme-pearl.store-view-fr .action.action-cancel {
  background-color: #333333;
  border: #333333 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-fr .action.action-cancel span {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-fr .action.action-cancel:hover {
  border-color: #1f2c57 1px solid;
  background-color: #1f2c57;
  border: #1f2c57 1px solid;
}
.theme-pearl.store-view-fr .action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr .action:hover {
  color: #333333 !important;
}
.theme-pearl.store-view-fr .cart-summary .action.multicheckout {
  color: #333333;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .title,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .title strong,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .title strong {
  color: #333333 !important;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .actions-toolbar .amshopby-button:not(:focus),
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .actions-toolbar .amshopby-button:not(:focus),
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .actions-toolbar .am-filter-go:not(:focus),
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .actions-toolbar .am-filter-go:not(:focus) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #333333 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #333333 !important;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #1f2c57;
  border: #1f2c57 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
  margin: 0px;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #333333 1px solid;
  background-color: #333333;
  border: #333333 1px solid;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr .review-form .primary button {
  background-color: #1f2c57;
  border: #1f2c57 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr .review-form .primary button span {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-fr .review-form .primary button:hover {
  border-color: #333333 1px solid;
  background-color: #333333;
  border: #333333 1px solid;
}
.theme-pearl.store-view-fr .review-form .primary button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr #giftcard-form .secondary button {
  background-color: #1f2c57;
  border: #1f2c57 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr #giftcard-form .secondary button span {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-fr #giftcard-form .secondary button:hover {
  border-color: #333333 1px solid;
  background-color: #333333;
  border: #333333 1px solid;
}
.theme-pearl.store-view-fr #giftcard-form .secondary button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr .cart-gift-item .title {
  color: #333333;
}
.theme-pearl.store-view-fr .cart-gift-item .title span {
  color: #333333;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-fr .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-fr .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-fr .cart-discount .block.giftcard .title:hover:after {
  color: #ffffff;
}
.theme-pearl.store-view-fr .item-info span.price {
  color: #333333;
  font-weight: 400 !important;
}
.theme-pearl.store-view-fr .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-fr .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-fr .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #333333;
  font-size: 16px !important;
  overflow: visible;
}
.theme-pearl.store-view-fr .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-fr .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-fr .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-fr .minicart-items .action.edit:before,
.theme-pearl.store-view-fr .minicart-items .action.delete:before {
  color: #333333;
  font-size: 16px !important;
}
.theme-pearl.store-view-fr .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-fr .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-fr .modals-wrapper .modal-footer button {
  background-color: #1f2c57;
  border: #1f2c57 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-fr .modals-wrapper .modal-footer button span {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-fr .modals-wrapper .modal-footer button:hover {
  border-color: #333333 1px solid;
  background-color: #333333;
  border: #333333 1px solid;
}
.theme-pearl.store-view-fr .modals-wrapper .modal-footer button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-fr .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-fr .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-fr .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-fr input,
.theme-pearl.store-view-fr textarea,
.theme-pearl.store-view-fr select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-fr .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-fr .price-box .old-price .price {
  text-decoration: line-through;
  color: #292929;
}
.theme-pearl.store-view-fr .price-box .price-label {
  display: none !important;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/* EXTEND SOCIAL ICONS */
.social-icons.si-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-icons.si-light:last-child i:last-child {
  color: #666 !important;
}
button:not(.primary) {
  box-shadow: none;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#wp-sizechart-popup-modal {
  display: none;
}
.visitor_counter_wrapper {
  padding: 5px 0;
  display: none;
}
.wp-sales-off-msg {
  color: #FF0000;
  font-weight: bold;
  font-size: 16px;
}
.wp-productpage-prev-next {
  width: 100%;
  float: right;
  padding: 10px 0;
  z-index: 1;
  display: none;
}
.product-page-v2 .wp-productpage-prev-next {
  padding: 0;
  margin-bottom: -10px;
}
.wp-productpage-prev-next .wp-pp-next-link,
.wp-productpage-prev-next .wp-pp-prev-link {
  display: none;
  float: right;
}
.wp-productpage-prev-next .wp-pp-next-link:after,
.wp-productpage-prev-next .wp-pp-prev-link:after,
.wp-productpage-prev-next .wp-pp-next-link:before,
.wp-productpage-prev-next .wp-pp-prev-link:before {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wp-productpage-prev-next .wp-pp-next-link.tooltip,
.wp-productpage-prev-next .wp-pp-prev-link.tooltip {
  margin: 0;
  z-index: 1;
}
.wp-productpage-prev-next .wp-pp-prev-link {
  margin-right: 20px;
}
.wp-productpage-prev-next .wp-pp-prev-link:before {
  content: '\e617';
}
.wp-productpage-prev-next .wp-pp-next-link {
  margin-left: 20px;
}
.wp-productpage-prev-next .wp-pp-next-link:after {
  content: '\e608';
}
.theme-pearl.page-layout-1column .box-tocart .qty-wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.theme-pearl.page-layout-1column .box-tocart .actions-bottom {
  float: none;
}
.theme-pearl.page-layout-1column .box-tocart .actions-bottom button {
  width: 100%;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .qty-wrapper {
  border: 1px solid #ccc;
  height: 52px;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .qty-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  background-color: transparent;
  color: #8a8a8a;
  border: none;
  box-shadow: none;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .plus-minus-input {
  margin: 0;
  border: 0;
}
.theme-pearl.product-page-v1 .fieldset .field.qty {
  display: flex;
}
.theme-pearl.product-page-v1 .product-info-main .fieldset .actions {
  width: auto;
}
.catalog-product-view .fixed-cart-container {
  width: 100%;
  font-size: 20px;
  position: fixed;
  background: #FFF;
  padding: 10px 0 10px 0;
}
.catalog-product-view .fixed-cart-container .inner-content {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex {
  float: left;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image {
  width: auto;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image .thumbnail-wrapper {
  max-width: 64px;
  max-height: 64px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image .thumbnail-wrapper img {
  height: auto;
  width: auto;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container {
  text-align: left;
  width: 80%;
  display: flex;
  align-items: center;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-name {
  display: inline-block;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review {
  display: inline-block;
  margin-left: 0px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review .action.add {
  display: none;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container {
  text-align: right;
  width: 100%;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price {
  margin-right: 15px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .price-label {
  display: none !important;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .price-container .price {
  font-size: 2rem;
  font-weight: 600;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .old-price .price {
  text-decoration: line-through;
  font-size: 1.6rem;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container {
  display: inline-block;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container a.primary.action {
  height: 50px;
  display: flex;
  align-items: center;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-wishlist {
  display: inline-block;
  float: none;
  width: auto;
  margin-left: 5px;
}
.catalog-product-view .product-info-main .chart-wrapper {
  display: flex;
  justify-content: flex-end;
}
.theme-pearl.catalog-product-view .fixed-cart-container .product-social-links .action.towishlist:before {
  margin: 0 15px 0 0;
}
/** fix for magnified product image */
.catalog-product-view .magnifier-preview {
  z-index: 9;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed.closed-state .product.data.items .item-content,
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed.closed-state .product.data.items .item.content:nth-child(2) {
  display: none;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: black;
}
.theme-pearl.wishlist-index-index .products-grid.wishlist .product-item .price-box {
  text-align: center;
}
.theme-pearl.wishlist-index-index .products-grid.wishlist .product-item .product-reviews-summary {
  text-align: center;
}
.theme-pearl.wishlist-index-index .actions-toolbar {
  padding-top: 50px;
}
/** NavigationLinks */
@media screen and (max-width: 639px) {
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .block-search,
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .minicart-wrapper {
    margin-top: unset;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v3 .page-header .block-search .control {
    height: inherit;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search {
    position: absolute;
    right: 0;
    top: 90px;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search .control {
    height: initial;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search #search {
    position: relative;
    top: 0;
    left: -10px;
  }
}
@media only screen and (min-width: 1399px) and (max-width: 1439px) {
  .nav-sections .section-item-content {
    padding: 0 15px;
  }
}
.modals-wrapper .icube-popup-authentication .modal-inner-wrap .modal-header {
  border-bottom: 1px solid #f4f4f4;
  padding: 23px 32px;
}
.modals-wrapper .icube-popup-authentication .modal-inner-wrap .modal-header .modal-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.modals-wrapper .icube-popup-authentication .modal-inner-wrap .modal-header .page-main-actions {
  display: none;
}
.modals-wrapper .icube-popup-authentication .modal-inner-wrap .modal-header .action-close {
  background: none;
  border: none;
  margin: 23px 32px;
}
.modals-wrapper .icube-popup-authentication .modal-inner-wrap .modal-header .action-close:before {
  color: #031b49;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
}
.modals-wrapper .icube-popup-authentication .modal-inner-wrap .modal-content {
  padding-left: 32px;
  padding-right: 32px;
}
.block-authentication {
  display: flex;
  flex-direction: column;
}
.block-authentication .block[class] + .block {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.block-authentication .block[class] + .block:before {
  content: none;
}
.block-authentication .block {
  border-bottom: 1px solid #f4f4f4;
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.block-authentication .block.block-new-customer,
.block-authentication .block.block-social-login {
  border-bottom: none;
}
.block-authentication .block + .block:before {
  content: none;
}
.block-authentication .block .sociallogin-wrapper .sociallogin-block {
  border-bottom: none;
}
.block-authentication .block .sociallogin-wrapper .sociallogin-block .block-title {
  display: none;
}
.block-authentication .block .sociallogin-wrapper .sociallogin-block .sociallogin-padding .sociallogin-box .sociallogin-button {
  box-shadow: none !important;
}
.block-authentication .block .sociallogin-wrapper .sociallogin-block .sociallogin-padding .sociallogin-box .sociallogin-button:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.block-authentication .block .sociallogin-wrapper .sociallogin-block .sociallogin-padding .sociallogin-box .sociallogin-button .sociallogin-icon {
  height: 48px;
  line-height: 48px;
  background-color: #063569;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-authentication .block .sociallogin-wrapper .sociallogin-block .sociallogin-padding .sociallogin-box .sociallogin-button .sociallogin-icon svg {
  margin-right: 14px;
}
.block-authentication .block .sociallogin-wrapper .sociallogin-block .sociallogin-padding .sociallogin-box .sociallogin-button .sociallogin-icon:after,
.block-authentication .block .sociallogin-wrapper .sociallogin-block .sociallogin-padding .sociallogin-box .sociallogin-button .sociallogin-icon:before {
  content: none;
}
.block-authentication .block .block-title {
  font-size: 14px;
  padding-top: 24px;
  margin-bottom: 14px;
}
.block-authentication .block .block-title strong {
  letter-spacing: 0;
  color: #031b49;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
}
.block-authentication .block .block-title p {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.block-authentication .block .block-content p,
.block-authentication .block .block-content li {
  font-size: 12px;
  line-height: 16px;
}
.block-authentication .block .block-content .form-login .fieldset .field {
  margin-bottom: 14px;
}
.block-authentication .block .block-content .form-login .fieldset .field .label {
  letter-spacing: 0;
}
.block-authentication .block .block-content .form-login .fieldset .field .label:after {
  content: none;
}
.block-authentication .block .block-content .form-login .fieldset .field .control input {
  border: 1px solid #EDEDED;
  height: 40px;
}
.block-authentication .block .block-content .actions-toolbar {
  margin-top: 24px;
}
.block-authentication .block .block-content .actions-toolbar .primary {
  width: 100%;
  float: none;
  display: block;
}
.block-authentication .block .block-content .actions-toolbar .primary .action {
  width: 100%;
  background-color: #1f2c57;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
}
.block-authentication .block .block-content .actions-toolbar .primary .action span {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
}
.block-authentication .block .block-content .actions-toolbar .primary .action:hover span {
  color: #ffffff;
}
.block-authentication .block .block-content .actions-toolbar .secondary {
  float: none;
  width: 100%;
  padding-top: 14px;
}
.block-authentication .block .block-content .actions-toolbar .secondary .action {
  text-decoration: underline;
  color: #031b49;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-header {
  border-bottom: 1px solid #f4f4f4;
  padding: 23px 32px;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-header .modal-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-header .page-main-actions {
  display: none;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-header .action-close {
  background: none;
  border: none;
  margin: 23px 32px;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-header .action-close:before {
  color: #031b49;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-header .action-close:hover {
  background: none;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content {
  padding-left: 32px;
  padding-right: 32px;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content #help-links-block .block-content .block:first-child {
  border-bottom: 1px solid #f4f4f4;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content #help-links-block .block-content .block.customer-need-help .customer-services {
  margin-top: 24px;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content #help-links-block .block-content .block strong {
  letter-spacing: 0;
  color: #031b49;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 14px;
  font-weight: 400;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content #help-links-block .block-content .block p {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content #help-links-block .block-content .block p svg {
  margin-right: 10px;
  margin-top: 2px;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content #help-links-block .block-content .block .btn-link {
  display: block;
  height: 40px;
  width: 100%;
  background-color: #1f2c57;
  padding: 0px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 24px;
  line-height: 40px;
}
.modals-wrapper .icube-help-links .modal-inner-wrap .modal-content #help-links-block .block-content .block .btn-link:hover {
  text-decoration: none;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.customer-account-create .form.create.account {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.customer-account-create .form.create.account .fieldset {
  display: inline-block;
  float: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 40%;
  margin-bottom: 20px;
}
.customer-account-create .form.create.account .fieldset .legend {
  text-align: center;
  text-transform: uppercase;
}
.customer-account-create .form.create.account .fieldset.additional_info {
  display: none;
}
.customer-account-create .form.create.account .fieldset button.ui-datepicker-trigger {
  border: none;
  background: transparent;
}
.customer-account-create .form.create.account .actions-toolbar {
  width: 90%;
}
.customer-account-create .form.create.account .actions-toolbar .primary {
  float: right;
}
.customer-account-create .form.create.account .actions-toolbar .primary .submit.primary {
  height: 46px;
  min-width: 300px;
  padding: 15px 10px;
  font-size: 16px;
  text-transform: uppercase;
  background: #1f2c57;
}
.cms-page-view {
  font-family: 'Lato', sans-serif;
}
.cms-page-view #maincontent.page-main {
  padding: 0;
}
.cms-page-view #maincontent.page-main .page-title-wrapper {
  display: none;
}
.cms-page-view #maincontent.page-main .bg-grey {
  background-color: #F6F6F6;
}
.cms-page-view #maincontent.page-main .bg-grey.footer-block {
  padding: 60px 0;
  border-bottom: 1px solid #EBEBEB;
}
.cms-page-view #maincontent.page-main .bg-grey.footer-block [data-content-type="text"] {
  width: 57%;
  margin: auto;
}
.cms-page-view #maincontent.page-main .column.main > .block-static-block {
  background-color: #F6F6F6;
  padding: 30px;
  text-align: center;
}
.cms-page-view #maincontent.page-main .column.main > .block-static-block > ul,
.cms-page-view #maincontent.page-main .column.main > .block-static-block > ol {
  padding: 0;
}
.cms-page-view #maincontent.page-main .column.main > .block-static-block > ul li,
.cms-page-view #maincontent.page-main .column.main > .block-static-block > ol li {
  display: inline-block;
}
.cms-page-view #maincontent.page-main .column.main > .block-static-block > ol > li::before {
  content: " • ";
  display: inline-block;
}
.cms-page-view #maincontent.page-main .column.main > :not([data-content-type="row"]) {
  padding-left: 3.3333333333vw;
  padding-right: 3.3333333333vw;
}
.cms-page-view #maincontent.page-main .column.main > h2,
.cms-page-view #maincontent.page-main .column.main > h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-top-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-top-image .top-image-title-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-top-image .top-image-title-block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin: 25px 0;
  color: #fff;
  display: block;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-top-image .top-image-title-block span {
  font-size: 18px;
  line-height: 18px;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container {
  display: flex;
  clear: both;
  padding: 0;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container .block-50 {
  text-align: justify;
  padding: 0 20px;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container .block-50 h2 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container .block-50 h2:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 75px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container .block-50 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container .block-50 h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container .block-50 strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.cms-page-view.cms-qui-sommes-nous .cms-page-container .block-50 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-page-view.cms-qui-sommes-nous-new .page-main,
.cms-page-view.cms-diffusions-tv .page-main,
.cms-page-view.cms-chi-siamo .page-main,
.cms-page-view.cms-trasmissione-televisiva .page-main {
  max-width: 1440px;
  padding: 0;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-page-top-image,
.cms-page-view.cms-diffusions-tv .cms-page-top-image,
.cms-page-view.cms-chi-siamo .cms-page-top-image,
.cms-page-view.cms-trasmissione-televisiva .cms-page-top-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-diffusions-tv .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-chi-siamo .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-trasmissione-televisiva .cms-page-top-image .top-image-title-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-diffusions-tv .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-chi-siamo .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-trasmissione-televisiva .cms-page-top-image .top-image-title-block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin: 25px 0;
  color: #fff;
  display: block;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-diffusions-tv .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-chi-siamo .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-trasmissione-televisiva .cms-page-top-image .top-image-title-block span {
  font-size: 18px;
  line-height: 18px;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-page-desc,
.cms-page-view.cms-diffusions-tv .cms-page-desc,
.cms-page-view.cms-chi-siamo .cms-page-desc,
.cms-page-view.cms-trasmissione-televisiva .cms-page-desc {
  font-size: 18px;
  text-align: center;
  background: #F6F6F6;
  color: #999999;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-page-desc .page-desc,
.cms-page-view.cms-diffusions-tv .cms-page-desc .page-desc,
.cms-page-view.cms-chi-siamo .cms-page-desc .page-desc,
.cms-page-view.cms-trasmissione-televisiva .cms-page-desc .page-desc {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content,
.cms-page-view.cms-diffusions-tv .cms-content,
.cms-page-view.cms-chi-siamo .cms-content,
.cms-page-view.cms-trasmissione-televisiva .cms-content {
  padding: 0 40px;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner,
.cms-page-view.cms-diffusions-tv .cms-content-inner,
.cms-page-view.cms-chi-siamo .cms-content-inner,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right {
  width: 50%;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .title-content,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .title-content,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .title-content,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .title-content,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .title-content,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .title-content,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .title-content,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .title-content {
  width: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .title-content .titel,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .title-content .titel,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .title-content .titel,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .title-content .titel,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .title-content .titel,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .title-content .titel,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .title-content .titel,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .title-content .titel {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .title-content .desc,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .title-content .desc,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .title-content .desc,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .title-content .desc,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .title-content .desc,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .title-content .desc,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .title-content .desc,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .title-content .desc {
  white-space: normal;
  text-align: center;
  margin-bottom: 10px;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .title-content .image,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .title-content .image,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .title-content .image,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .title-content .image,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .title-content .image,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .title-content .image,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .title-content .image,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .title-content .image {
  text-align: center;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .title-content .content,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .title-content .content,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .title-content .content,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .title-content .content,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .title-content .content,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .title-content .content,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .title-content .content,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .title-content .content {
  text-align: justify;
  font-size: 12px;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .title-content .content h3,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .title-content .content h3,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .title-content .content h3,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .title-content .content h3,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .title-content .content h3,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .title-content .content h3,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .title-content .content h3,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .title-content .content h3 {
  font-size: 12px;
  font-weight: 700;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .quality-approch-block,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .quality-approch-block,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .quality-approch-block,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .quality-approch-block,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .quality-approch-block,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .quality-approch-block,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .quality-approch-block,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .quality-approch-block {
  font-size: 12px;
  padding: 0 20px;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .quality-approch-block h2,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .quality-approch-block h2,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .quality-approch-block h2,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .quality-approch-block h2,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .quality-approch-block h2,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .quality-approch-block h2,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .quality-approch-block h2,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .quality-approch-block h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-left .gemper-mag-image,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-left .gemper-mag-image,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-left .gemper-mag-image,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-left .gemper-mag-image,
.cms-page-view.cms-qui-sommes-nous-new .cms-content-inner .block-right .gemper-mag-image,
.cms-page-view.cms-diffusions-tv .cms-content-inner .block-right .gemper-mag-image,
.cms-page-view.cms-chi-siamo .cms-content-inner .block-right .gemper-mag-image,
.cms-page-view.cms-trasmissione-televisiva .cms-content-inner .block-right .gemper-mag-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
}
.cms-page-view.cms-livraison-securisee-offerte .page-main,
.cms-page-view.cms-spedizione-sicura-omaggio .page-main,
.cms-page-view.cms-soddisfatti-o-rimborsati .page-main,
.cms-page-view.cms-satisfait-ou-rembourse .page-main,
.cms-page-view.cms-paiements .page-main,
.cms-page-view.cms-pagamenti .page-main,
.cms-page-view.cms-conditions-de-vente .page-main,
.cms-page-view.cms-baguier .page-main,
.cms-page-view.cms-10-bonnes-raisons .page-main,
.cms-page-view.cms-testimonianze .page-main,
.cms-page-view.cms-temoignages .page-main,
.cms-page-view.cms-questions-frequentes .page-main,
.cms-page-view.cms-domande-frequenti .page-main {
  max-width: 1440px;
  padding: 0;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-top-image,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-top-image,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-top-image,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-top-image,
.cms-page-view.cms-paiements .cms-page-top-image,
.cms-page-view.cms-pagamenti .cms-page-top-image,
.cms-page-view.cms-conditions-de-vente .cms-page-top-image,
.cms-page-view.cms-baguier .cms-page-top-image,
.cms-page-view.cms-10-bonnes-raisons .cms-page-top-image,
.cms-page-view.cms-testimonianze .cms-page-top-image,
.cms-page-view.cms-temoignages .cms-page-top-image,
.cms-page-view.cms-questions-frequentes .cms-page-top-image,
.cms-page-view.cms-domande-frequenti .cms-page-top-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-paiements .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-pagamenti .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-conditions-de-vente .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-baguier .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-10-bonnes-raisons .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-testimonianze .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-temoignages .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-questions-frequentes .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-domande-frequenti .cms-page-top-image .top-image-title-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-paiements .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-pagamenti .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-conditions-de-vente .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-baguier .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-10-bonnes-raisons .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-testimonianze .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-temoignages .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-questions-frequentes .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-domande-frequenti .cms-page-top-image .top-image-title-block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin: 25px 0;
  color: #fff;
  display: block;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-paiements .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-pagamenti .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-conditions-de-vente .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-baguier .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-10-bonnes-raisons .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-testimonianze .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-temoignages .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-questions-frequentes .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-domande-frequenti .cms-page-top-image .top-image-title-block span {
  font-size: 18px;
  line-height: 18px;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-desc,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-desc,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-desc,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-desc,
.cms-page-view.cms-paiements .cms-page-desc,
.cms-page-view.cms-pagamenti .cms-page-desc,
.cms-page-view.cms-conditions-de-vente .cms-page-desc,
.cms-page-view.cms-baguier .cms-page-desc,
.cms-page-view.cms-10-bonnes-raisons .cms-page-desc,
.cms-page-view.cms-testimonianze .cms-page-desc,
.cms-page-view.cms-temoignages .cms-page-desc,
.cms-page-view.cms-questions-frequentes .cms-page-desc,
.cms-page-view.cms-domande-frequenti .cms-page-desc {
  font-size: 18px;
  text-align: center;
  background: #F6F6F6;
  color: #999999;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-desc .page-desc,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-desc .page-desc,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-desc .page-desc,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-desc .page-desc,
.cms-page-view.cms-paiements .cms-page-desc .page-desc,
.cms-page-view.cms-pagamenti .cms-page-desc .page-desc,
.cms-page-view.cms-conditions-de-vente .cms-page-desc .page-desc,
.cms-page-view.cms-baguier .cms-page-desc .page-desc,
.cms-page-view.cms-10-bonnes-raisons .cms-page-desc .page-desc,
.cms-page-view.cms-testimonianze .cms-page-desc .page-desc,
.cms-page-view.cms-temoignages .cms-page-desc .page-desc,
.cms-page-view.cms-questions-frequentes .cms-page-desc .page-desc,
.cms-page-view.cms-domande-frequenti .cms-page-desc .page-desc {
  width: 90%;
  margin: 0 auto;
  padding: 60px;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-title,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-title,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-title,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-title,
.cms-page-view.cms-paiements .cms-page-title,
.cms-page-view.cms-pagamenti .cms-page-title,
.cms-page-view.cms-conditions-de-vente .cms-page-title,
.cms-page-view.cms-baguier .cms-page-title,
.cms-page-view.cms-10-bonnes-raisons .cms-page-title,
.cms-page-view.cms-testimonianze .cms-page-title,
.cms-page-view.cms-temoignages .cms-page-title,
.cms-page-view.cms-questions-frequentes .cms-page-title,
.cms-page-view.cms-domande-frequenti .cms-page-title {
  text-align: center;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-page-title h1,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-page-title h1,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-page-title h1,
.cms-page-view.cms-satisfait-ou-rembourse .cms-page-title h1,
.cms-page-view.cms-paiements .cms-page-title h1,
.cms-page-view.cms-pagamenti .cms-page-title h1,
.cms-page-view.cms-conditions-de-vente .cms-page-title h1,
.cms-page-view.cms-baguier .cms-page-title h1,
.cms-page-view.cms-10-bonnes-raisons .cms-page-title h1,
.cms-page-view.cms-testimonianze .cms-page-title h1,
.cms-page-view.cms-temoignages .cms-page-title h1,
.cms-page-view.cms-questions-frequentes .cms-page-title h1,
.cms-page-view.cms-domande-frequenti .cms-page-title h1 {
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-content,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content,
.cms-page-view.cms-paiements .cms-content,
.cms-page-view.cms-pagamenti .cms-content,
.cms-page-view.cms-conditions-de-vente .cms-content,
.cms-page-view.cms-baguier .cms-content,
.cms-page-view.cms-10-bonnes-raisons .cms-content,
.cms-page-view.cms-testimonianze .cms-content,
.cms-page-view.cms-temoignages .cms-content,
.cms-page-view.cms-questions-frequentes .cms-content,
.cms-page-view.cms-domande-frequenti .cms-content {
  padding: 0 40px;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner,
.cms-page-view.cms-paiements .cms-content-inner,
.cms-page-view.cms-pagamenti .cms-content-inner,
.cms-page-view.cms-conditions-de-vente .cms-content-inner,
.cms-page-view.cms-baguier .cms-content-inner,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner,
.cms-page-view.cms-testimonianze .cms-content-inner,
.cms-page-view.cms-temoignages .cms-content-inner,
.cms-page-view.cms-questions-frequentes .cms-content-inner,
.cms-page-view.cms-domande-frequenti .cms-content-inner {
  display: flex;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left,
.cms-page-view.cms-paiements .cms-content-inner .block-left,
.cms-page-view.cms-pagamenti .cms-content-inner .block-left,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left,
.cms-page-view.cms-baguier .cms-content-inner .block-left,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left,
.cms-page-view.cms-testimonianze .cms-content-inner .block-left,
.cms-page-view.cms-temoignages .cms-content-inner .block-left,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left,
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right,
.cms-page-view.cms-paiements .cms-content-inner .block-right,
.cms-page-view.cms-pagamenti .cms-content-inner .block-right,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right,
.cms-page-view.cms-baguier .cms-content-inner .block-right,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right,
.cms-page-view.cms-testimonianze .cms-content-inner .block-right,
.cms-page-view.cms-temoignages .cms-content-inner .block-right,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right {
  width: 50%;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left .title-content,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left .title-content,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left .title-content,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left .title-content,
.cms-page-view.cms-paiements .cms-content-inner .block-left .title-content,
.cms-page-view.cms-pagamenti .cms-content-inner .block-left .title-content,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left .title-content,
.cms-page-view.cms-baguier .cms-content-inner .block-left .title-content,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left .title-content,
.cms-page-view.cms-testimonianze .cms-content-inner .block-left .title-content,
.cms-page-view.cms-temoignages .cms-content-inner .block-left .title-content,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left .title-content,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left .title-content,
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right .title-content,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right .title-content,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right .title-content,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right .title-content,
.cms-page-view.cms-paiements .cms-content-inner .block-right .title-content,
.cms-page-view.cms-pagamenti .cms-content-inner .block-right .title-content,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right .title-content,
.cms-page-view.cms-baguier .cms-content-inner .block-right .title-content,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right .title-content,
.cms-page-view.cms-testimonianze .cms-content-inner .block-right .title-content,
.cms-page-view.cms-temoignages .cms-content-inner .block-right .title-content,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right .title-content,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right .title-content {
  text-align: justify;
  padding: 20px;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-paiements .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-pagamenti .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-baguier .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-testimonianze .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-temoignages .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left .title-content h2,
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-paiements .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-pagamenti .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-baguier .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-testimonianze .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-temoignages .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right .title-content h2,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right .title-content h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-paiements .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-pagamenti .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-baguier .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-testimonianze .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-temoignages .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left .title-content p.image,
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-paiements .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-pagamenti .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-baguier .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-testimonianze .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-temoignages .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right .title-content p.image,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right .title-content p.image {
  text-align: center;
}
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-paiements .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-pagamenti .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-baguier .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-testimonianze .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-temoignages .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-left .title-content p.image img,
.cms-page-view.cms-livraison-securisee-offerte .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-spedizione-sicura-omaggio .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-soddisfatti-o-rimborsati .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-satisfait-ou-rembourse .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-paiements .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-pagamenti .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-conditions-de-vente .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-baguier .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-10-bonnes-raisons .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-testimonianze .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-temoignages .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-questions-frequentes .cms-content-inner .block-right .title-content p.image img,
.cms-page-view.cms-domande-frequenti .cms-content-inner .block-right .title-content p.image img {
  width: 100%;
}
.cms-page-view.cms-questions-frequentes #maincontent.page-main,
.cms-page-view.cms-domande-frequenti #maincontent.page-main {
  max-width: 100%;
}
.cms-page-view.cms-questions-frequentes .title-content .title,
.cms-page-view.cms-domande-frequenti .title-content .title {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #000;
  width: fit-content;
}
.cms-page-view.cms-questions-frequentes dl.faq,
.cms-page-view.cms-domande-frequenti dl.faq {
  background: #fff;
  margin: 0 0 10px;
  padding: 10px 24px;
  box-shadow: 0px 4px 10px #0000001A;
}
.cms-page-view.cms-questions-frequentes dl.faq.active dt::after,
.cms-page-view.cms-domande-frequenti dl.faq.active dt::after {
  transform: rotate(0deg);
}
.cms-page-view.cms-questions-frequentes dl.faq dt,
.cms-page-view.cms-domande-frequenti dl.faq dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  margin: 0;
  padding-right: 15px;
  cursor: pointer;
}
.cms-page-view.cms-questions-frequentes dl.faq dt::after,
.cms-page-view.cms-domande-frequenti dl.faq dt::after {
  font-family: 'luma-icons';
  position: absolute;
  content: '\e621';
  right: 0;
  top: 2px;
  transform: rotate(180deg);
  color: #000000b5;
  transition-duration: 0.8s;
}
.cms-page-view.cms-questions-frequentes dl.faq dt a,
.cms-page-view.cms-domande-frequenti dl.faq dt a,
.cms-page-view.cms-questions-frequentes dl.faq dt a:hover,
.cms-page-view.cms-domande-frequenti dl.faq dt a:hover {
  color: #333333;
}
.cms-page-view.cms-questions-frequentes dl.faq dd,
.cms-page-view.cms-domande-frequenti dl.faq dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
.cms-page-view.cms-questions-frequentes dl.faq dd p,
.cms-page-view.cms-domande-frequenti dl.faq dd p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  margin: 14px 0;
}
.cms-page-view.cms-questions-frequentes [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
.cms-page-view.cms-domande-frequenti [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 79%;
}
.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul,
.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul {
  list-style: none;
  padding: 0;
  width: fit-content;
}
.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li,
.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #F4F4F4;
  margin: 0;
  padding: 12px 0;
  color: #BFBFBF;
  cursor: pointer;
  padding-right: 15px;
}
.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li:first-child,
.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li:first-child {
  color: #333333;
  border-top: 1px solid #F4F4F4;
}
.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li:first-child.clicked,
.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li:first-child.clicked {
  color: #BFBFBF;
}
.cms-page-view.cms-questions-frequentes .pagebuilder-column.sidebar ul li.active,
.cms-page-view.cms-domande-frequenti .pagebuilder-column.sidebar ul li.active {
  color: #333333 !important;
}
.cms-page-view.cms-questions-frequentes .pagebuilder-column.content .faq-collapsible,
.cms-page-view.cms-domande-frequenti .pagebuilder-column.content .faq-collapsible {
  display: none;
  margin-left: 7.3%;
  min-height: 270px;
}
.cms-page-view.cms-questions-frequentes .pagebuilder-column.content .faq-collapsible#tab-gemperles,
.cms-page-view.cms-domande-frequenti .pagebuilder-column.content .faq-collapsible#tab-gemperles {
  display: block;
}
.cms-page-view.cms-temoignages .all-reviews .all-reviews-item,
.cms-page-view.cms-testimonianze .all-reviews .all-reviews-item {
  margin: 10px 0;
  display: table;
  width: 100%;
}
.cms-page-view.cms-temoignages .all-reviews .all-reviews-item .review-bloc-content,
.cms-page-view.cms-testimonianze .all-reviews .all-reviews-item .review-bloc-content {
  display: table-cell;
  vertical-align: top;
}
.cms-page-view.cms-temoignages .all-reviews .all-reviews-item .review-bloc-content .product-name,
.cms-page-view.cms-testimonianze .all-reviews .all-reviews-item .review-bloc-content .product-name {
  display: block;
  padding: 10px 0 5px;
  font-weight: 700;
  text-decoration: underline;
  font-size: 20px;
}
.cms-page-view.cms-temoignages .all-reviews .all-reviews-item .review-bloc-content .review-content,
.cms-page-view.cms-testimonianze .all-reviews .all-reviews-item .review-bloc-content .review-content {
  display: block;
  font-size: 15px;
  line-height: 24px;
  text-shadow: 0 0 0;
  font-weight: 300;
  text-align: justify;
  margin-top: 0;
}
.cms-page-view.cms-temoignages .all-reviews .all-reviews-item .review-bloc-content .review-author,
.cms-page-view.cms-testimonianze .all-reviews .all-reviews-item .review-bloc-content .review-author {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.cms-page-view.cms-temoignages .toolbar.bottom .pages-items .item.current .page,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-items .item.current .page {
  border-radius: 3px;
  background: #063569;
  color: #FFF;
}
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-previous a.action.previous,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-previous a.action.previous,
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-next a.action.previous,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-next a.action.previous,
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-previous a.action.next,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-previous a.action.next,
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-next a.action.next,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-next a.action.next {
  padding: 0;
  border: none;
}
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-previous a.action.previous:before,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-previous a.action.previous:before,
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-next a.action.previous:before,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-next a.action.previous:before,
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-previous a.action.next:before,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-previous a.action.next:before,
.cms-page-view.cms-temoignages .toolbar.bottom .pages-item-next a.action.next:before,
.cms-page-view.cms-testimonianze .toolbar.bottom .pages-item-next a.action.next:before {
  min-width: 30px;
  background: #063569;
  color: #FFF;
}
.cms-page-view.cms-temoignages .cms-page-view .all-reviews-item > a,
.cms-page-view.cms-testimonianze .cms-page-view .all-reviews-item > a {
  padding-left: 5px;
  padding-top: 15px;
  top: 0;
}
.cms-page-view.cms-temoignages .all-reviews-item > a,
.cms-page-view.cms-testimonianze .all-reviews-item > a {
  display: table-cell;
  padding: 30px;
  vertical-align: top;
  width: 280px;
  position: relative;
}
.cms-page-view.cms-temoignages .avis-btn.action.primary,
.cms-page-view.cms-testimonianze .avis-btn.action.primary,
.cms-page-view.cms-temoignages .avis-btn.amshopby-button,
.cms-page-view.cms-testimonianze .avis-btn.amshopby-button,
.cms-page-view.cms-temoignages .avis-btn.am-filter-go,
.cms-page-view.cms-testimonianze .avis-btn.am-filter-go {
  background-color: #063569 !important;
}
.cms-page-view.cms-paiements .cms-content-inner .title-content,
.cms-page-view.cms-pagamenti .cms-content-inner .title-content {
  text-align: justify;
  padding: 20px;
}
.cms-page-view.cms-paiements .cms-content-inner .title-content h2,
.cms-page-view.cms-pagamenti .cms-content-inner .title-content h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-page-view.cms-paiements .cms-content-inner .title-content table.payment-opt-all td,
.cms-page-view.cms-pagamenti .cms-content-inner .title-content table.payment-opt-all td {
  border: 1px solid #ccc;
  display: table-cell;
  overflow-wrap: break-word;
  padding: 10px;
  vertical-align: top;
}
.cms-page-view.cms-conditions-de-vente .cms-content-inner .title-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cms-page-view.cms-baguier .cms-content .titel {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: 15px;
}
.cms-page-view.cms-baguier .cms-content .cms-content-inner {
  justify-content: space-around;
}
.cms-page-view.cms-baguier .cms-content .cms-content-inner .title-content .content {
  text-align: center;
}
.cms-page-view.cms-baguier .cms-content .cms-content-inner .title-content table > tbody > tr > th,
.cms-page-view.cms-baguier .cms-content .cms-content-inner .title-content table > tfoot > tr > th,
.cms-page-view.cms-baguier .cms-content .cms-content-inner .title-content table > tbody > tr > td,
.cms-page-view.cms-baguier .cms-content .cms-content-inner .title-content table > tfoot > tr > td {
  vertical-align: middle;
}
.cms-page-view.cms-salons-joaillerie .page-main,
.cms-page-view.cms-salone-gioielleria .page-main {
  max-width: 1440px;
  padding: 0;
}
.cms-page-view.cms-salons-joaillerie .cms-page-top-image,
.cms-page-view.cms-salone-gioielleria .cms-page-top-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.cms-page-view.cms-salons-joaillerie .cms-page-top-image .top-image-title-block,
.cms-page-view.cms-salone-gioielleria .cms-page-top-image .top-image-title-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.cms-page-view.cms-salons-joaillerie .cms-page-top-image .top-image-title-block h2,
.cms-page-view.cms-salone-gioielleria .cms-page-top-image .top-image-title-block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin: 25px 0;
  color: #fff;
  display: block;
}
.cms-page-view.cms-salons-joaillerie .cms-page-top-image .top-image-title-block span,
.cms-page-view.cms-salone-gioielleria .cms-page-top-image .top-image-title-block span {
  font-size: 18px;
  line-height: 18px;
}
.cms-page-view.cms-salons-joaillerie .cms-page-desc,
.cms-page-view.cms-salone-gioielleria .cms-page-desc {
  font-size: 16px;
  text-align: center;
  background: #F6F6F6;
  color: #999999;
}
.cms-page-view.cms-salons-joaillerie .cms-page-desc .page-desc,
.cms-page-view.cms-salone-gioielleria .cms-page-desc .page-desc {
  width: 90%;
  margin: 0 auto;
  padding: 60px;
}
.cms-page-view.cms-salons-joaillerie .cms-content,
.cms-page-view.cms-salone-gioielleria .cms-content {
  padding: 0 40px;
}
.cms-page-view.cms-salons-joaillerie .cms-content-inner,
.cms-page-view.cms-salone-gioielleria .cms-content-inner {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.cms-page-view.cms-salons-joaillerie .cms-content-inner .gallery-title,
.cms-page-view.cms-salone-gioielleria .cms-content-inner .gallery-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.cms-page-view.cms-nos-achats-de-perles .cms-content {
  padding: 0 20px;
  margin: 0 auto;
  text-align: justify;
  max-width: 1080px;
}
.cms-page-view.cms-nos-achats-de-perles .cms-page-title h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-page-view.cms-nos-achats-de-perles .cms-content-inner {
  margin-bottom: 30px;
}
.cms-page-view.cms-nos-achats-de-perles .cms-content-inner:first-child .content {
  text-align: center;
}
.cms-page-view.cms-nos-achats-de-perles .cms-content-inner .titel h1 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.cms-page-view.cms-nos-achats-de-perles .cms-content-inner .title-content h3 {
  font-size: 16px;
  margin: 25px 0;
}
.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"],
.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] {
  width: 90%;
  margin: 0 auto 60px;
}
.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"] > h2,
.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] > h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
  margin-top: 44px;
}
.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"] > p,
.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] > p {
  display: grid;
  grid-template-columns: 30% 70%;
}
.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"] > p a,
.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] > p a {
  margin-bottom: 5px;
  font-weight: 500;
}
.cms-page-view.cms-guide-bijoux .column.main > [data-content-type="html"] > p a br,
.cms-page-view.cms-guida-gioielli .column.main > [data-content-type="html"] > p a br {
  display: none;
}
.cms-page-view.cms-chi-siamo #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-salone-gioielleria #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-trasmissione-televisiva #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-soddisfatti-o-rimborsati #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-pagamenti #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-qui-sommes-nous-new #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-salons-joaillerie #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-diffusions-tv #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-satisfait-ou-rembourse #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-paiements #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-spedizione-sicura-omaggio #maincontent.page-main .columns .column.main > [data-content-type="html"],
.cms-page-view.cms-livraison-securisee-offerte #maincontent.page-main .columns .column.main > [data-content-type="html"] {
  padding: 0;
}
.cms-page-view strong {
  font-weight: 600;
}
.cms-page-view figure {
  line-height: 0;
}
.cms-page-view figure img {
  width: 100%;
}
.cms-page-view .banner-cms-text {
  position: relative;
}
.cms-page-view .header-cms,
.cms-page-view .cms-page-top-image {
  position: relative;
}
.cms-page-view .header-cms figure figcaption,
.cms-page-view .cms-page-top-image figure figcaption,
.cms-page-view .header-cms .banner-cms-text [data-content-type="heading"],
.cms-page-view .cms-page-top-image .banner-cms-text [data-content-type="heading"],
.cms-page-view .header-cms .top-image-title-block,
.cms-page-view .cms-page-top-image .top-image-title-block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 400;
  width: 90%;
  line-height: 1;
  text-transform: uppercase;
}
.cms-page-view .header-cms figure figcaption h2,
.cms-page-view .cms-page-top-image figure figcaption h2,
.cms-page-view .header-cms .banner-cms-text [data-content-type="heading"] h2,
.cms-page-view .cms-page-top-image .banner-cms-text [data-content-type="heading"] h2,
.cms-page-view .header-cms .top-image-title-block h2,
.cms-page-view .cms-page-top-image .top-image-title-block h2 {
  font-size: 40px;
  color: #FFFFFF;
}
.cms-page-view .header-cms figure figcaption span,
.cms-page-view .cms-page-top-image figure figcaption span,
.cms-page-view .header-cms .banner-cms-text [data-content-type="heading"] span,
.cms-page-view .cms-page-top-image .banner-cms-text [data-content-type="heading"] span,
.cms-page-view .header-cms .top-image-title-block span,
.cms-page-view .cms-page-top-image .top-image-title-block span {
  font-size: 20px;
}
.cms-page-view .header-cms {
  position: relative;
}
.cms-page-view .header-cms [data-content-type="text"] {
  margin-top: 44px;
  margin-bottom: 60px;
}
.cms-page-view .header-cms .bg-grey {
  margin-top: 0;
  padding: 60px 0;
}
.cms-page-view .header-cms .bg-grey > * {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cms-page-view .header-cms .title-caption {
  position: absolute;
  width: 100%;
  margin: auto 0;
  top: 45%;
}
.cms-page-view .content-cms {
  padding: 0 3.3333333333vw;
  margin-bottom: 65px;
}
.cms-page-view .content-cms.diametre .single-column-block {
  max-width: 83%;
  margin-bottom: 10px;
}
.cms-page-view .content-cms.diametre .bg-grey {
  padding: 40px 0;
}
.cms-page-view .content-cms.diametre .bg-grey [data-content-type="text"] {
  max-width: 60%;
}
.cms-page-view .content-cms .row-full-width-inner {
  max-width: 100%;
}
.cms-page-view .content-cms a {
  box-sizing: border-box;
  font-weight: 600;
  background: linear-gradient(to right, #64c8c8, #64c8c8), linear-gradient(to right, #1f2c57, #1f2c57, #1f2c57);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.cms-page-view .content-cms a:hover {
  background-size: 0 3px, 100% 3px;
}
.cms-page-view .content-cms .pagebuilder-column [data-content-type="text"] {
  width: 66%;
  margin: 0 auto;
}
.cms-page-view .content-cms .pagebuilder-column.column-with-img.pl10 {
  padding-left: 10%;
}
.cms-page-view .content-cms .pagebuilder-column.column-with-img.pr10 {
  padding-right: 10%;
}
.cms-page-view .content-cms .pagebuilder-column.column-with-img.p5 {
  padding: 1% 5%;
}
.cms-page-view .content-cms .pagebuilder-column.column-with-img.border-step {
  padding: 22px 0;
}
.cms-page-view .content-cms .pagebuilder-column.column-with-img._table {
  justify-content: center !important;
}
.cms-page-view .content-cms .pagebuilder-column [data-content-type="text"] {
  margin: auto;
}
.cms-page-view .content-cms .pagebuilder-column [data-content-type="text"] table ul,
.cms-page-view .content-cms .pagebuilder-column [data-content-type="text"] table li {
  margin: 0;
}
.cms-page-view .content-cms .pagebuilder-column.subtitle-content [data-content-type="text"] {
  width: 100%;
}
.cms-page-view .content-cms.inner-padding .column-with-img {
  margin: 60px 0 0;
  padding: 0 15px;
}
.cms-page-view .content-cms .single-column-block .newscont.photo {
  text-align: center;
  margin-top: 60px;
  font-weight: 600;
}
.cms-page-view .content-cms .single-column-block .newscont.slick-slider {
  padding: 0;
}
.cms-page-view .content-cms .single-column-block .newscont.slick-slider h2 {
  font-weight: 600;
}
.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail {
  margin-top: 15px;
  overflow: hidden;
}
.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail .slick-slide {
  margin: 0 10px;
}
.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail .slick-list {
  margin: 0 -10px;
}
.cms-page-view .content-cms .single-column-block .newscont.slick-slider.slider-thumbnail .slick-arrow {
  background-color: #fff !important;
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 10;
}
.cms-page-view .content-cms .single-column-block.emeraude [data-content-type="text"] {
  padding: 40px 20px;
}
.cms-page-view .content-cms .single-column-block.emeraude [data-content-type="text"] a {
  background: none;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container,
.cms-page-view .single-column-block {
  max-width: 80%;
  margin: 44px auto 60px;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container [data-content-type="text"],
.cms-page-view .single-column-block [data-content-type="text"] {
  width: 100% !important;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container [data-content-type="text"] hr,
.cms-page-view .single-column-block [data-content-type="text"] hr {
  width: 125%;
  margin-left: -12.5%;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container .newscont div,
.cms-page-view .single-column-block .newscont div {
  float: none !important;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container p,
.cms-page-view .single-column-block p {
  font-size: 14px;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container h2,
.cms-page-view .single-column-block h2,
.cms-page-view .cms-page-top-image ~ .cms-page-container h3,
.cms-page-view .single-column-block h3 {
  font-size: 20px;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container a,
.cms-page-view .single-column-block a {
  font-weight: 500;
  color: #1f2c57;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container dl.faq,
.cms-page-view .single-column-block dl.faq {
  background-color: #F6F6F6;
  padding: 5px 15px 10px;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container dl.faq h3,
.cms-page-view .single-column-block dl.faq h3 {
  font-weight: 500;
}
.cms-page-view .cms-page-top-image ~ .cms-page-container dl.faq p,
.cms-page-view .single-column-block dl.faq p {
  font-weight: 400;
}
.cms-page-view .single-only-text {
  margin: 0 20px;
}
.cms-page-view .accordion-cms .accordion-item {
  box-shadow: 0px 4px 10px #0000001A;
  margin-bottom: 15px;
}
.cms-page-view .accordion-cms .accordion-item [data-role="collapsible"] {
  padding: 14px 24px;
  cursor: pointer;
}
.cms-page-view .accordion-cms .accordion-item [data-role="collapsible"].active [data-role="trigger"]::after {
  transform: rotate(180deg);
}
.cms-page-view .accordion-cms .accordion-item [data-role="collapsible"] [data-role="trigger"] {
  position: relative;
}
.cms-page-view .accordion-cms .accordion-item [data-role="collapsible"] [data-role="trigger"] h4 {
  margin: 0;
  line-height: 22px;
}
.cms-page-view .accordion-cms .accordion-item [data-role="collapsible"] [data-role="trigger"]::after {
  font-family: 'luma-icons';
  position: absolute;
  content: '\e621';
  top: 0;
  right: 5px;
  transform: rotate(0deg);
  transition-duration: 800ms;
  transition-property: transform;
}
.cms-page-view .accordion-cms .accordion-item [data-role="content"] {
  padding: 14px 24px;
}
