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: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
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: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 69.23076923000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
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: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 18px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 9px;
  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 9px;
  padding: 9px;
  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 18px 36px;
  padding: 0;
  color: #333333;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
}
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: 0.9rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 9px;
}
button {
  background-image: none;
  background: transparent;
  border: 3px solid #000000;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 6px 10px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
button:hover {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 13px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 13px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4.5px 9px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 9px;
  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 4.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #a6a6a6;
}
/**
 * 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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  padding: 6px 10px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-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,
.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),
.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,
.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: transparent;
  border: 3px solid #000000;
  color: #333333;
  cursor: pointer;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 6px 10px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  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: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.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,
.checkout-container .action-additional,
.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,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.checkout-container .action-additional: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,
.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: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.checkout-container .action-additional: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,
.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: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.checkout-container .action-additional: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,
.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: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional: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,
.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,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.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,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-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),
.checkout-container .action-additional:active,
.checkout-container .action-additional: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),
.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,
.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,
.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: transparent;
  border: 3px solid #000000;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-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,
.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,
.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: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.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,
.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,
.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: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 6px 10px;
}
.abs-button-l,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.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 {
  line-height: 2.1rem;
  padding: 7px 10px;
  font-size: 1.6rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options 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 9px 4.5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options 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,
.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 4.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 {
  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 #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 36px;
}
.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: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.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: 27px;
}
.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: 27px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.mgz__actions-switch-checkbox,
.bfb-element.mgz-element-bfb_file input[type=file],
.bfb-element.mgz-element-bfb_singleslider input,
.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,
.checkout-index-index #co-shipping-form #shipping-new-address-form fieldset.field.street .control > .field > .label,
.checkout-index-index .billing-address-form #shipping-new-address-form fieldset.field.street .control > .field > .label,
.checkout-index-index #co-shipping-form #billing-new-address-form fieldset.field.street .control > .field > .label,
.checkout-index-index .billing-address-form #billing-new-address-form fieldset.field.street .control > .field > .label,
.modal-popup.modal-form .modal-footer button.action-hide-popup,
form.form.form-address-edit .fieldset > .field.street .control > .field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.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,
.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: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-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 27px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 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,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 transparent;
  margin-bottom: 22.5px;
  padding-bottom: 9px;
}
.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,
.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: #000000;
  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,
.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: 9px;
  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: 18px;
}
.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: 4.5px;
  padding-right: 22.5px;
  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 9px;
  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 9px;
}
.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: 9px;
}
.abs-colon: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: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4.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 9px;
  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: 9px;
}
.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 18px;
}
.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: 17px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed {
  margin-bottom: 18px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 18px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active {
  color: #ff5501;
  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 {
  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 {
  color: #006bb4;
  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: 9px;
  width: calc(100% - 32px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 9px;
  width: calc(100% - 34.5px);
}
.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: -9px;
  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: 9px;
  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: 9px;
  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: 9px;
}
.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: 9px;
}
.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: 18px;
  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,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 36px;
  -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: 18px;
}
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: 18px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f9f9f9;
}
.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;
}
@media screen and (min-width: 767px) and (max-width: 980px) {
  #store\.menu .navigation > ul .level0 > .level-top {
    padding-left: 0;
    padding-right: 0;
  }
  #store\.menu .navigation .submenu > LI.promotion IMG {
    height: 100%;
  }
}
.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: 9px;
}
.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 36px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 18px;
  padding: 0 0 9px;
  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: 18px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 18px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 13px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 9px;
}
.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 4.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: 9px;
}
.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: 4.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 9px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 9px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.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 18px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.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: block;
}
button,
a.action.primary {
  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 {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  padding: 6px 10px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
  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: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  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: 9px 9px 27px;
}
.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: 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;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 9px;
  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: 2.7rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 4.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 2.7rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4.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: 9px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9px;
}
.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: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 9px;
  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: 13px;
  line-height: 13px;
  color: #000000;
  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: 22.5px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 18px;
}
.modal-slide .action-close {
  padding: 15px;
}
.modal-slide .page-main-actions {
  margin-bottom: -11.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * 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.3rem;
  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.1rem;
  font-size: 1.6rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 7px 10px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 6px 10px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 7px 10px;
  font-size: 1.6rem;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: transparent;
  border: 3px solid #000000;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 6px 10px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 7px 10px;
  font-size: 1.6rem;
  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: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
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: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 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: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  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: 9px 9px 27px;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
.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: 27px;
}
.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 4.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: 4.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);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
._ammenu-menu-wrapper.-desktop {
  background: #f4f4f4;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
  width: calc(100%/10);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
  width: calc(100%/9);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
  width: calc(100%/8);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
  width: calc(100%/7);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
  width: calc(100%/6);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
  width: calc(100%/5);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
  width: calc(100%/4);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
  width: calc(100%/3);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
  width: calc(100%/2);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
  width: calc(100%/1);
}
._ammenu-menu-wrapper.-desktop .ammenu-main-container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1280px;
}
._ammenu-menu-wrapper.-desktop .ammenu-items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  background: #ffffff;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  position: relative;
  padding: 18px 15px;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  text-decoration: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-link.-main:hover + .ammenu-submenu-container {
  display: block;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
  left: 0;
  width: 100%;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  position: absolute;
  z-index: 999;
  overflow-y: auto;
  max-width: 100%;
  max-height: 70vh;
  background-color: #ffffff;
  box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
  font-weight: 400;
  cursor: auto;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
  display: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-content) {
  padding: 25px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  padding: 25px;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
  box-sizing: border-box;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
  max-width: 250px;
}
.ammenu-item.-auto ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  top: 100%;
}
.ammenu-item.-full ._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  flex-wrap: wrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
  display: inline-block;
  padding-right: 35px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
  color: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
  background: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
  padding-bottom: 10px;
  white-space: nowrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  transition: 0.1s all ease-in;
  width: 30px;
  height: 10px;
  opacity: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
  opacity: 1;
  transform: translateX(5px);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
  display: inline-block;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
  padding-bottom: 10px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
  transition: 0.1s all ease-in;
  position: absolute;
  top: -10px;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 10px 10px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
  white-space: normal;
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
  transform: rotate(45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
  transform: rotate(-45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
  transform: rotate(45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
  transform: rotate(-45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
  position: relative;
}
.ammenu-nav-sections .amreview-widget-container .amreview-title,
.ammenu-nav-sections .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-nav-sections .ammenu-product-list.slider .slick-slide,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .ammenu-product-list.slider .product-items,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.slider .product-items {
  opacity: 1;
  transition: opacity .3s ease;
}
.ammenu-nav-sections .ammenu-product-list.slider .product-items:not(.slick-initialized),
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.slider .product-items:not(.slick-initialized) {
  opacity: 0;
}
.ammenu-nav-sections .ammenu-product-list.grid,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-nav-sections .ammenu-product-list .action.tocart .-nocolor,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .action.tocart .-nocolor {
  color: #ffffff !important;
}
.ammenu-nav-sections .ammenu-product-list .products-grid .product-item-info:hover *:not(.-nocolor):not(.swatch-option),
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .products-grid .product-item-info:hover *:not(.-nocolor):not(.swatch-option),
.ammenu-nav-sections .ammenu-product-list .products-grid .product-item-info.active *:not(.-nocolor):not(.swatch-option),
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .products-grid .product-item-info.active *:not(.-nocolor):not(.swatch-option) {
  color: #333 !important;
}
.ammenu-nav-sections .ammenu-product-list .action.towishlist,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .action.towishlist {
  cursor: pointer;
}
.ammenu-nav-sections .ammenu-product-list .product-item-actions,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .product-item-actions {
  margin-top: 10px;
}
.ammenu-nav-sections .ammenu-product-list .actions-secondary .action,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .actions-secondary .action {
  opacity: .7;
}
.ammenu-nav-sections .ammenu-product-list .actions-secondary .action:hover,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .actions-secondary .action:hover {
  opacity: 1;
}
.ammenu-submenu-container.ammenu-submenu .block-products-list {
  padding-top: 20px;
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid {
  box-sizing: border-box;
  width: calc((120px + 10px * 2) * 5);
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid .product-items {
  margin: 0 -10px;
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid .product-item {
  margin: 0 10px;
  width: 120px;
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid .product-item:nth-child(2n+1) {
  margin: 0 10px;
}
.ammenu-menu-wrapper .ammenu-icon:after,
.ammenu-menu-wrapper .ammenu-icon.-small.-down:before,
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before {
  background-color: #000000;
  transform: rotate(45deg);
}
.ammenu-menu-wrapper .ammenu-icon:before,
.ammenu-menu-wrapper .ammenu-icon.-small.-down:after,
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:after,
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-link {
  background-color: #000000;
  transform: rotate(-45deg);
}
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-link {
  background-color: #000000 !important;
}
.ammenu-toggle {
  position: absolute;
  top: 16px;
  right: 10px;
  display: flex;
  cursor: pointer;
}
.ammenu-toggle .ammenu-icon {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.ammenu-toggle .ammenu-icon:before,
.ammenu-toggle .ammenu-icon:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #363636;
  content: '';
}
.ammenu-toggle .ammenu-icon:before {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.ammenu-toggle .ammenu-icon:after {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.ammenu-menu-toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.ammenu-menu-toggle:not(.-hamburger) {
  display: none;
}
.ammenu-menu-toggle.-hamburger.-porto ~ .logo {
  margin: 10px 0 10px 40px;
}
.ammenu-menu-toggle .ammenu-icon {
  position: relative;
  display: block;
  margin: 3px 0;
  min-width: 20px;
  width: 25px;
  border-bottom: 1px solid;
  border-radius: 1px;
  transition: all .1s ease;
}
.ammenu-menu-toggle .ammenu-icon:before,
.ammenu-menu-toggle .ammenu-icon:after {
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 12px;
  height: 2px;
  content: '';
  transition: all .3s ease;
}
.ammenu-menu-toggle.-active .ammenu-icon:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}
.ammenu-menu-toggle.-active .ammenu-icon:nth-of-type(2) {
  opacity: 0;
}
.ammenu-menu-toggle.-active .ammenu-icon:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 980px) {
  .ammenu-menu-toggle:not(.-hamburger) {
    display: flex;
  }
  .ammenu-icon.-small {
    opacity: 1;
    transform: rotate(90deg);
  }
}
.ammenu-submenu-container.-content,
.ammenu-submenu-content.-content {
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  padding: 0;
}
.ammenu-submenu-container.-content::-webkit-scrollbar,
.ammenu-submenu-content.-content::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-container.-content::-webkit-scrollbar-thumb,
.ammenu-submenu-content.-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #adadad;
  cursor: pointer;
}
.ammenu-submenu-container.-content::-webkit-scrollbar-track,
.ammenu-submenu-content.-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-container.-content::-webkit-scrollbar,
.ammenu-submenu-content.-content::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
.ammenu-submenu-container.-content::-webkit-scrollbar-thumb,
.ammenu-submenu-content.-content::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
}
.ammenu-submenu-container.-content ::-webkit-scrollbar-track,
.ammenu-submenu-content.-content ::-webkit-scrollbar-track {
  width: 6px;
  height: 6px;
}
.ammenu-submenu-container.-content .ammenu-items-list,
.ammenu-submenu-content.-content .ammenu-items-list {
  display: flex;
  flex-wrap: wrap;
  display: inline-flex;
  box-sizing: border-box;
  padding: 0;
  font-size: 1.4rem;
}
.ammenu-submenu-container.-content .ammenu-items-list .ammenu-item,
.ammenu-submenu-content.-content .ammenu-items-list .ammenu-item {
  position: relative;
  line-height: 20px;
  cursor: pointer;
}
.ammenu-submenu-container.-content .ammenu-link,
.ammenu-submenu-content.-content .ammenu-link {
  position: relative;
  display: flex;
}
.ammenu-submenu-container.-content .ammenu-link .ammenu-text,
.ammenu-submenu-content.-content .ammenu-link .ammenu-text {
  overflow: hidden;
  max-width: 200px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-container.-content .ammenu-submenu-sidebar,
.ammenu-submenu-content.-content .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.ammenu-submenu-container.-content > .ammenu-submenu-block,
.ammenu-submenu-content.-content > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-container.-content .ammenu-submenu-block,
.ammenu-submenu-content.-content .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-container.-content .ammenu-submenu-block.-root,
.ammenu-submenu-content.-content .ammenu-submenu-block.-root {
  padding: 25px;
}
.ammenu-submenu-container.-content .ammenu-content-block,
.ammenu-submenu-content.-content .ammenu-content-block {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-submenu-container.-content .ammenu-product-list,
.ammenu-submenu-content.-content .ammenu-product-list,
.ammenu-submenu-container.-content .products-slider,
.ammenu-submenu-content.-content .products-slider {
  max-width: 100%;
  width: 100%;
}
.ammenu-submenu-block.-top {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-top.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-top > .ammenu-items-list {
  display: flex;
  width: 100%;
}
.ammenu-submenu-block.-top > .ammenu-items-list > .ammenu-item {
  margin: 0 15px 15px 0;
}
.ammenu-submenu-block.-top > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-left {
  height: 100%;
}
.ammenu-submenu-block.-left > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
  line-height: 1.3;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item:not(:last-child) {
  padding: 0 0 15px;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item.-label {
  margin-top: -8px;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-label {
  position: relative;
  max-width: 100px;
  transform: translate(12px, 0);
}
.ammenu-submenu-block.-left > .ammenu-items-list + .ammenu-submenu-sidebar {
  position: relative;
  padding: 0 0 0 25px;
}
.ammenu-submenu-block.-left > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  position: absolute;
  display: inline-block;
  content: '';
  -ms-filter: contrast(0.3);
  -webkit-filter: contrast(0.3);
  filter: contrast(0.3);
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #e9ecf5;
}
.ammenu-submenu-block.-top > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):not(.-do) {
  position: relative;
  padding: 15px 0 0;
}
.ammenu-submenu-block.-top > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):not(.-do):after {
  position: absolute;
  display: inline-block;
  content: '';
  -ms-filter: contrast(0.1);
  -webkit-filter: contrast(0.1);
  filter: contrast(0.1);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e9ecf5;
}
.-ie .ammenu-submenu-block .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
.-ie .ammenu-submenu-container.-content .ammenu-submenu-sidebar,
.-ie .ammenu-submenu-content.-content .ammenu-submenu-sidebar {
  display: block;
}
.-ie .ammenu-submenu-block.-left:not(.-last):not(.-root):after {
  left: 0;
}
.ammenu-tabs-container {
  cursor: auto;
}
.ammenu-tabs-container > .ammenu-title {
  display: none;
}
.ammenu-menu-close-btn {
  display: none;
}
.ammenu-arrow {
  position: absolute;
  right: 10px;
  z-index: 2;
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  transition: all .3s ease;
  offset-path: none;
}
.ammenu-arrow:before,
.ammenu-arrow:after {
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background: #000000;
  content: '';
  transition: none;
  transform-origin: 100% 50%;
}
.ammenu-menu-welcome {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  padding: 22px 30px;
  background: #1787e0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
}
.ammenu-menu-welcome .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-welcome .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-welcome .ammenu-name {
  border-bottom: 1px dashed;
}
.ammenu-menu-welcome .ammenu-name:after {
  content: '!';
}
.ammenu-nav-sections {
  background: #ffffff;
}
.ammenu-nav-sections table img {
  max-width: inherit;
}
.ammenu-nav-sections [data-appearance="carousel"] {
  width: 100%;
  max-width: 100%;
  min-width: 200px;
}
.ammenu-nav-sections .ammenu-menu-header {
  display: block;
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c4c4c4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.ammenu-wrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.ammenu-main-container {
  margin-bottom: 60px;
  width: 100%;
}
.ammenu-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}
.ammenu-menu-wrapper {
  transition: 0.3s all ease-in;
}
.ammenu-menu-wrapper.-hide {
  opacity: 0;
}
.ammenu-menu-wrapper.-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.ammenu-menu-wrapper.-mobile  .ammenu-link.-main,
.ammenu-menu-wrapper.-desktop  .ammenu-link.-level1 {
  text-transform: uppercase;
  font-weight: 700;
}
.ammenu-menu-wrapper.-mobile  .ammenu-link.-level1,
.ammenu-menu-wrapper.-hamburger  .ammenu-link.-level1 {
  text-transform: uppercase;
  font-weight: 600;
}
.ammenu-link {
  display: flex;
  align-items: center;
}
.ammenu-link:hover {
  text-decoration: none;
}
.ammenu-link > .ammenu-wrapper {
  vertical-align: top;
}
.ammenu-content > .links {
  border-bottom: 1px solid #6d6d6d;
}
.ammenu-content > .links > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #6d6d6d;
  text-decoration: none;
  font-size: 1.6rem;
}
.header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.ammenu-submenu-container {
  box-sizing: border-box;
  background-position: center center;
  background-size: inherit;
  background-repeat: no-repeat;
}
.ammenu-submenu-container .ambrands-link {
  display: none;
}
.ammenu-submenu-container .ambrands-list-popup {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.-icons-mobile .ammenu-icon-block {
  display: none;
}
.ammenu-label {
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 3px;
  min-width: 42px;
  border-radius: 2px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 9px;
  line-height: normal;
}
.ammenu-item.-main > .ammenu-link > .ammenu-label {
  transform: translate(50%, 0);
}
.ammenu-icon-block {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 980px) {
  .header .logo {
    margin: 0 0 25px 40px;
  }
  .-icons-mobile .ammenu-icon-block {
    display: inline-block;
  }
  .-icons-desktop .ammenu-icon-block {
    display: none;
  }
  .ammenu-wrapper > .ammenu-item.-child {
    margin-left: 5px;
  }
}
.ammenu-menu-wrapper.-desktop {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container.-full {
  left: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper.-desktop {
    background: #f4f4f4;
    display: block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
    width: calc(100%/10);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
    width: calc(100%/9);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
    width: calc(100%/8);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
    width: calc(100%/7);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
    width: calc(100%/6);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
    width: calc(100%/5);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
    width: calc(100%/4);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
    width: calc(100%/3);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
    width: calc(100%/2);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
    width: calc(100%/1);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    box-sizing: border-box;
    margin: auto;
    max-width: 1280px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-items {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
    background: #ffffff;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
    position: relative;
    padding: 18px 15px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
    text-decoration: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-link.-main:hover + .ammenu-submenu-container {
    display: block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
    left: 0;
    width: 100%;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
    position: absolute;
    z-index: 999;
    overflow-y: auto;
    max-width: 100%;
    max-height: 70vh;
    background-color: #ffffff;
    box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
    font-weight: 400;
    cursor: auto;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-content) {
    padding: 25px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    padding: 25px;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
    box-sizing: border-box;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
    max-width: 250px;
  }
  .ammenu-item.-auto .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    top: 100%;
  }
  .ammenu-item.-full .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
    display: inline-block;
    padding-right: 35px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
    background: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    transition: 0.1s all ease-in;
    width: 30px;
    height: 10px;
    opacity: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
    opacity: 1;
    transform: translateX(5px);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
    display: inline-block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
    transition: 0.1s all ease-in;
    position: absolute;
    top: -10px;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
    white-space: normal;
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
    transform: rotate(45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
    transform: rotate(-45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
    position: relative;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-left) {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container > div {
    flex-basis: 100%;
    box-sizing: border-box;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    display: flex;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow {
    margin: 10px 0;
    width: 14px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow.-small:hover {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:before {
    right: 0;
  }
  .ammenu-nav-sections {
    display: block;
  }
}
.ammenu-nav-sections.nav-sections.-hamburger {
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
}
.ammenu-nav-sections.nav-sections.-hamburger .ammenu-title,
.ammenu-nav-sections.nav-sections.-hamburger .greet,
.ammenu-nav-sections.nav-sections.-hamburger .ammenu-menu-header.-settings,
.ammenu-nav-sections.nav-sections.-hamburger .header.links,
.ammenu-nav-sections.nav-sections.-hamburger .switcher,
.ammenu-nav-sections.nav-sections.-hamburger .customer-welcome {
  display: none;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher {
  box-sizing: border-box;
  padding: 30px 0 0;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-options {
  padding: 0 25px;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-label {
  padding: 0 25px 10px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger {
  padding: 0;
  font-size: 1.6rem;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger.active strong:after {
  top: 8px;
  transform: rotate(225deg);
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger strong {
  position: relative;
  display: block;
  width: 100%;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger strong:after {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  content: '';
  transform: rotate(45deg);
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container {
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  padding-bottom: 50px;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #adadad;
  cursor: pointer;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container ::-webkit-scrollbar-track {
  width: 6px;
  height: 6px;
}
.ammenu-nav-sections.nav-sections.-hamburger .pagebuilder-column {
  min-width: 120px;
  min-width: min-content;
}
.ammenu-nav-sections.nav-sections.-hamburger [data-content-type="html"],
.ammenu-nav-sections.nav-sections.-hamburger [data-content-type="video"] {
  min-width: 120px;
}
.ammenu-menu-wrapper.-hamburger .ammenu-submenu-block.-top > .ammenu-items-list .ammenu-label {
  top: -2px;
}
.ammenu-menu-wrapper.-hamburger .ammenu-link.-main {
  order: -1;
  text-transform: uppercase;
  font-weight: 600;
}
.ammenu-menu-wrapper.-hamburger .ammenu-link.-main > .ammenu-label {
  position: inherit;
  transform: translate(20%, -50%);
}
.ammenu-menu-wrapper.-hamburger.-accordion .ammenu-toggle {
  top: 15px;
}
.ammenu-submenu-content.-desktop {
  display: block;
}
.ammenu-submenu-content.-mobile {
  display: none;
}
@media (min-width: 981px) {
  .ammenu-menu-toggle.-hamburger {
    position: inherit;
    float: left;
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
  }
  .ammenu-menu-toggle.-hamburger.-porto {
    margin: 20px 0 0 0;
  }
  .ammenu-menu-toggle.-hamburger.-porto ~ .minicart-wrapper {
    top: 16px;
    margin: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top {
    background: #f4f4f4;
    clear: both;
    margin: 0 0 20px 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-10 {
    width: calc(100%/10);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-9 {
    width: calc(100%/9);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-8 {
    width: calc(100%/8);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-7 {
    width: calc(100%/7);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-6 {
    width: calc(100%/6);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-5 {
    width: calc(100%/5);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-4 {
    width: calc(100%/4);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-3 {
    width: calc(100%/3);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-2 {
    width: calc(100%/2);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-1 {
    width: calc(100%/1);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-main-container {
    box-sizing: border-box;
    margin: auto;
    max-width: 1280px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-items {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main:hover {
    background: #ffffff;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main > .ammenu-link {
    position: relative;
    padding: 18px 15px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main:hover > .ammenu-link {
    text-decoration: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-link.-main:hover + .ammenu-submenu-container {
    display: block;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu.-full {
    left: 0;
    width: 100%;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container {
    position: absolute;
    z-index: 999;
    overflow-y: auto;
    max-width: 100%;
    max-height: 70vh;
    background-color: #ffffff;
    box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
    font-weight: 400;
    cursor: auto;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container:not(.-content) {
    padding: 25px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container > .ammenu-item.-child {
    padding: 25px;
    list-style: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-item {
    box-sizing: border-box;
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [class*='-col-']:not(.-col-1) {
    max-width: 250px;
  }
  .ammenu-item.-auto .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container {
    top: 100%;
  }
  .ammenu-item.-full .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container > .ammenu-item.-child {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link {
    display: inline-block;
    padding-right: 35px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1:hover:before,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
    background: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    transition: 0.1s all ease-in;
    width: 30px;
    height: 10px;
    opacity: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
    opacity: 1;
    transform: translateX(5px);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:not(.-level1) {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
    display: inline-block;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
    transition: 0.1s all ease-in;
    position: absolute;
    top: -10px;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
    white-space: normal;
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:before,
  .ammenu-link:hover .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:before {
    transform: rotate(45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:after,
  .ammenu-link:hover .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:after {
    transform: rotate(-45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container,
  .ammenu-link:hover .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-wrapper {
    position: relative;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-items {
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow: visible;
    margin-bottom: 25px;
    max-width: 360px;
    width: 90%;
    height: 100vh;
    transition: all .3s ease;
  }
  .ammenu-nav-sections.nav-sections.-hamburger.-opened {
    left: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li {
    margin: 0;
    padding: 10px 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li > a {
    padding: 0;
    border-top: 0;
    color: inherit;
    font-weight: 600;
    font-size: 16px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li > a:hover {
    color: #1787e0;
    text-decoration: none;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-items {
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-item.-main {
    margin: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-item.-child {
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-link.-main {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-link.-main > .ammenu-wrapper {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container {
    overflow-y: auto;
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
    scrollbar-width: thin;
    height: 100%;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #adadad;
    cursor: pointer;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar {
    width: 6px;
    height: 12px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container ::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title.active {
    font-weight: 600;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title > .ammenu-link,
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title > .ammenu-link:hover,
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title > .ammenu-link:visited {
    margin: auto;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-content {
    float: right;
    margin-left: -100%;
    width: 100%;
    height: calc(100% - 50px);
    background: #ffffff;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .links {
    padding: 0 30px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-icon.-small {
    display: none;
    margin: 20px 10px;
    opacity: 1;
    transform: rotate(-90deg) translateX(-3px);
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-icon.-small:before,
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-icon.-small:after {
    width: 6px;
  }
  .ammenu-menu-wrapper.-hamburger {
    padding: 0 30px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item.-main {
    position: inherit;
    display: flex;
    padding: 10px 0;
    text-transform: capitalize;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item.-custom {
    display: none;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item > .ammenu-wrapper {
    padding: 0 10px 0 0;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item:not(:last-child) {
    padding: 0 0 5px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-items-list > .ammenu-item .ammenu-link .ammenu-text,
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper > .ammenu-link .ammenu-wrapper {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-items-list > .ammenu-item .ammenu-link .ammenu-text:hover,
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper > .ammenu-link .ammenu-wrapper:hover {
    border: 1px solid #1787e0;
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper a {
    display: inline-flex;
    text-align: left;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper a:hover {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper > .ammenu-item .ammenu-item {
    padding: 0 10px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-toggle {
    position: inherit;
    top: 0;
    bottom: 0;
    margin: 0;
    transform: rotate(-90deg);
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container {
    transition: 0.3s all ease-in;
    overflow-y: auto;
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
    scrollbar-width: thin;
    position: absolute;
    left: 100%;
    margin: 0;
    padding: 10px;
    min-width: 100%;
    max-width: 64vw;
    max-height: 70vh;
    width: max-content;
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.15);
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #adadad;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar {
    width: 6px;
    height: 12px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container ::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-categories-container {
    display: flex;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-categories-container .ammenu-item {
    flex-basis: 50%;
  }
}
@media (max-width: 980px) {
  .ammenu-menu-wrapper.-hamburger-top {
    display: none;
  }
  .ammenu-nav-sections.nav-sections.-hamburger {
    overflow-x: hidden;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li > a {
    border: none;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-menu-header.-settings,
  .ammenu-nav-sections.nav-sections.-hamburger .switcher,
  .ammenu-nav-sections.nav-sections.-hamburger .header.links,
  .ammenu-nav-sections.nav-sections.-hamburger .customer-welcome {
    display: block;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .customer-welcome .links {
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger {
    padding: 0 15px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item {
    display: flex;
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item .ammenu-link {
    order: 1;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container {
    order: 2;
    width: 100%;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-categories-container {
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger.-accordion .ammenu-item .ammenu-link {
    flex-basis: 100%;
  }
  .ammenu-menu-wrapper.-hamburger.-accordion .ammenu-link.-main {
    padding: 15px 0;
  }
  .ammenu-menu-wrapper.-hamburger.-accordion .ammenu-submenu-container {
    padding: 15px 10px;
  }
  .ammenu-submenu-content.-desktop {
    display: none;
  }
  .ammenu-submenu-content.-mobile {
    display: block;
  }
}
.ammenu-menu-wrapper.-mobile {
  display: none;
}
.ammenu-nav-sections:not(.-hamburger) .ammenu-title {
  display: none;
}
.ammenu-nav-sections:not(.-hamburger) .ammenu-content:not(:nth-child(2)) {
  display: none;
}
@media (max-width: 980px) {
  .ammenu-menu-wrapper.-mobile {
    display: block;
  }
  .ammenu-menu-toggle {
    padding: 0 20px;
  }
  .ammenu-item {
    position: relative;
  }
  .ammenu-item.-main:not(:last-child) {
    border-bottom: 1px solid #c4c4c4;
  }
  .ammenu-item > .ammenu-wrapper {
    padding: 10px 0 10px 10px;
  }
  .ammenu-nav-sections.nav-sections {
    transition: 0.3s all ease-in;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow: auto;
    margin-bottom: 25px;
    max-width: 300px;
    width: 100%;
    height: 100vh;
  }
  .ammenu-nav-sections.-drill .ammenu-tabs-container > .ammenu-content {
    overflow: auto;
  }
  .ammenu-nav-sections.-opened {
    left: 0;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-title {
    display: flex;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-title .ammenu-link {
    justify-content: center;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-content:not(:nth-child(2)) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ammenu-nav-sections:not(.-drill) .-hamburger .ammenu-item {
    flex-direction: column;
  }
  .ammenu-nav-sections .header.links li {
    margin: 0;
    padding: 10px 0;
  }
  .ammenu-nav-sections .header.links li > a {
    padding: 0;
    border-top: 0;
    color: inherit;
    font-weight: 600;
    font-size: 16px;
  }
  .ammenu-nav-sections .header.links li > a:hover {
    color: #1787e0;
    text-decoration: none;
  }
  .ammenu-nav-sections .ammenu-link.-main {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
  }
  .ammenu-nav-sections .ammenu-items {
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections .ammenu-item.-main {
    margin: 0;
  }
  .ammenu-nav-sections .ammenu-item.-child {
    padding: 0;
  }
  .ammenu-nav-sections .ammenu-item.-child:not([class*='-col-']) {
    display: none;
  }
  .ammenu-nav-sections .ammenu-tabs-container {
    transition: 0.1s all ease-in;
    padding-bottom: 50px;
    height: 100%;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title.active {
    font-weight: 600;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link:hover,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link:visited {
    margin: auto;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    float: right;
    margin-left: -100%;
    width: 100%;
    height: calc(100% - 50px);
    background: #ffffff;
  }
  .ammenu-nav-sections .header.links {
    width: 100%;
    border-bottom: 1px solid #6d6d6d;
  }
  .ammenu-nav-sections .header.links a:hover {
    padding: 0;
    font-weight: 600;
  }
  .ammenu-nav-sections .ammenu-content {
    margin-top: 50px;
  }
  .ammenu-nav-sections .ammenu-content > .links a:hover {
    padding: 0;
  }
  .ammenu-nav-sections .ammenu-content > .links li {
    padding: 10px 20px;
  }
  .ammenu-nav-sections .ammenu-title {
    display: flex;
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    height: 50px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
  }
  .ammenu-nav-sections .ammenu-categories {
    box-sizing: border-box;
    padding: 0 0 15px 25px;
  }
  .ammenu-link {
    flex-grow: 1;
  }
  .ammenu-link.-main {
    padding: 16px 55px 16px 25px;
  }
  .ammenu-link.-level1 + .-child {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .ammenu-menu-wrapper:not(.-icons-mobile):not(.-icons-desktopAndMobile) .ammenu-link.-main:before {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 12px;
    content: '';
    vertical-align: top;
  }
  .ammenu-nav-sections.nav-sections .header.links {
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections .header.links li {
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections .header.links li > a {
    display: block;
    padding: 15px 25px;
    border-top: none;
    color: inherit;
    font-weight: 600;
  }
  .ammenu-nav-sections.nav-sections .header.links li > a:hover {
    color: inherit;
    font-weight: 600;
  }
  .ammenu-nav-sections.nav-sections .header.links li.greet.welcome {
    padding: 16px 25px 16px 25px;
    border-top: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .ammenu-nav-sections.nav-sections .switcher {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 0;
    font-size: 1.6rem;
  }
  .ammenu-nav-sections.nav-sections .switcher:last-child {
    padding-bottom: 50px;
    border-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-label {
    display: block;
    margin: 0;
    padding: 16px 25px 16px 25px;
    border-bottom: 1px solid #c4c4c4;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-trigger strong {
    position: relative;
    display: block;
    width: 100%;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-trigger strong:after {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    content: '';
    transform: rotate(45deg);
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-trigger.active strong:after {
    top: 8px;
    transform: rotate(225deg);
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-dropdown {
    position: initial;
    display: none;
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-option {
    margin: 0;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-option a {
    display: block;
    padding: 16px 25px 16px 25px;
    color: inherit;
    font-weight: 400;
    font-size: 14px;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-options {
    padding: 15px 25px;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-options.active .switcher-dropdown {
    display: block;
  }
}
@media (max-width: 767px) {
  .ammenu-menu-toggle {
    margin: 2px 0;
    padding: 20px;
    height: auto;
  }
}
.ammenu-nav-sections.-accordion .ammenu-menu-header {
  margin: 10px 0 0;
  padding: 0 25px 10px;
}
.ammenu-nav-sections.-accordion .ammenu-menu-wrapper {
  padding: 0;
}
.ammenu-nav-sections.-accordion .ammenu-categories {
  padding: 0;
}
.ammenu-nav-sections.-accordion .ammenu-categories > .ammenu-item > .ammenu-wrapper {
  margin: 0 0 0 35px;
}
.ammenu-nav-sections.-accordion .ammenu-item.-child {
  margin: 0;
}
.ammenu-nav-sections.-accordion .ammenu-item > .ammenu-wrapper {
  width: auto;
}
.ammenu-nav-sections.-accordion .ammenu-link.-level1 + .-child {
  padding: 0;
}
.ammenu-nav-sections.-accordion .ammenu-link.-level1 + .-child > .ammenu-wrapper {
  margin: 0;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 10px;
  z-index: 9;
  box-sizing: border-box;
  padding: 15px;
  min-width: 20px;
  width: 20px;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small:before,
.ammenu-nav-sections.-accordion .ammenu-icon.-small:after {
  width: 8px;
  height: 2px;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small.-down {
  transform: rotate(-90deg);
}
.ammenu-nav-sections.-accordion .ammenu-toggle {
  top: 0;
  right: 0;
  padding: 17px 15px;
}
.ammenu-nav-sections.-accordion .ammenu-link.-level3 {
  font-weight: 400;
}
@media (max-width: 980px) {
  .ammenu-drill-btn {
    display: none;
    padding: 12px 20px;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #1787e0;
    box-shadow: none;
    color: #fff;
    text-align: left;
    font-weight: 400;
    transform: translateX(150%);
  }
  .ammenu-drill-btn:not(.primary) {
    box-shadow: none;
  }
  .ammenu-drill-btn:not(.primary):hover,
  .ammenu-drill-btn:not(.primary):focus,
  .ammenu-drill-btn:not(.primary):active {
    border: 0;
    background: #1787e0;
    box-shadow: none;
    color: inherit;
  }
  .ammenu-drill-btn:before {
    display: inline-block;
    margin: 0 15px 0 5px;
    width: 12px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuODkzMjYgOS40NjI0NkwwLjU2MjkxNiA1LjUyOTJDMC4yOTcxODQgNS4yODc4MyAwLjI3NzQzMSA0Ljg3Njc1IDAuNTE4Nzk2IDQuNjExMDJMNC40NTIwNiAwLjI4MDY2OUM0LjY5MzQzIDAuMDE0OTM3IDUuMTA0NTEgLTAuMDA0ODE2MzIgNS4zNzAyNCAwLjIzNjU0OUM1LjYzNTk3IDAuNDc3OTEzIDUuNjU1NzMgMC44ODg5OTcgNS40MTQzNiAxLjE1NDczTDEuOTk1NzkgNC45MTg0MkwyLjAwMzYzIDUuMDgxNTlMNS43NjczMiA4LjUwMDE2QzYuMDMzMDUgOC43NDE1MyA2LjA1MjgxIDkuMTUyNjEgNS44MTE0NCA5LjQxODM0QzUuNTcwMDggOS42ODQwNyA1LjE1OSA5LjcwMzgzIDQuODkzMjYgOS40NjI0NloiIGZpbGw9IndoaXRlIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44OTMzIDkuNDYyNDZMNi41NjI5MiA1LjUyOTJDNi4yOTcxOCA1LjI4NzgzIDYuMjc3NDMgNC44NzY3NSA2LjUxODggNC42MTEwMkwxMC40NTIxIDAuMjgwNjY5QzEwLjY5MzQgMC4wMTQ5MzcgMTEuMTA0NSAtMC4wMDQ4MTYzMiAxMS4zNzAyIDAuMjM2NTQ5QzExLjYzNiAwLjQ3NzkxMyAxMS42NTU3IDAuODg4OTk3IDExLjQxNDQgMS4xNTQ3M0w3Ljk5NTc5IDQuOTE4NDJMOC4wMDM2MyA1LjA4MTU5TDExLjc2NzMgOC41MDAxNkMxMi4wMzMxIDguNzQxNTMgMTIuMDUyOCA5LjE1MjYxIDExLjgxMTQgOS40MTgzNEMxMS41NzAxIDkuNjg0MDcgMTEuMTU5IDkuNzAzODMgMTAuODkzMyA5LjQ2MjQ2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
  .-drill {
    transition: 0.1s all ease-in;
  }
  .-drill .ammenu-menu-wrapper {
    transition: 0.1s all ease-in;
    padding: 0;
  }
  .-drill .ammenu-menu-header {
    margin: 10px 0 0;
    padding: 0 25px 10px;
  }
  .-drill .ammenu-submenu-container {
    display: none;
  }
  .-drill .ammenu-icon {
    transform: rotate(90deg);
  }
  .-drill .ammenu-toggle {
    top: 0;
    right: 0;
    padding: 0 15px;
    height: 100%;
  }
  .-drill .ammenu-item,
  .-drill .ammenu-wrapper {
    transition-duration: 0.1s;
    transition-property: transform;
  }
  .-drill .-drill-opened .ammenu-link.-parent {
    max-width: 75%;
  }
  .-drill .-drill-opened > .ammenu-link .ammenu-icon-block.-empty {
    display: none;
  }
  .-drill .ammenu-item > .ammenu-wrapper {
    padding: 0;
  }
  .-drill-opened {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    border: none;
    transition: none;
    transform: translateX(150%);
  }
  .-drill-opened.-main:not(:last-child) {
    border-bottom: 0;
  }
  .-drill-opened.-deep {
    margin-top: 40px;
    padding: 0;
  }
  .-drill-opened.-slide-right {
    overflow-y: auto;
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
    scrollbar-width: thin;
    max-height: 100vh;
    transition: none;
    animation: slide-right 0.2s forwards;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #adadad;
    cursor: pointer;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar {
    width: 6px;
    height: 12px;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
  }
  .-drill-opened.-slide-right ::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
  }
  @keyframes slide-right {
    0% {
      transform: translateX(250%);
    }
    100% {
      transform: translateX(150%);
    }
  }
  .-drill-opened .ammenu-drill-btn {
    display: flex;
    align-items: center;
  }
  .-drill-opened > .ammenu-submenu-container,
  .-drill-opened > .ammenu-item.-child {
    display: block;
    order: 3;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #9c9c9c;
  }
  .-drill-opened .ammenu-item {
    width: 100%;
    border-bottom: 0;
  }
  .-drill-opened .ammenu-arrow,
  .-drill-opened .ammenu-icon:before,
  .-drill-opened .ammenu-icon:after,
  .-drill-opened .ammenu-arrow:before,
  .-drill-opened .ammenu-arrow:after {
    transition: none;
  }
  .-drill-opened > .ammenu-arrow {
    width: 20px;
    height: 2px;
  }
  .-drill-opened > .ammenu-arrow:before,
  .-drill-opened > .ammenu-arrow:after {
    position: absolute;
    left: 0;
    width: 10px;
    background: inherit;
    transition: none;
    transform-origin: 0;
  }
  .-drill-opened > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .-drill-opened > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .-drill-opened > .ammenu-arrow.-small {
    margin: 0 20px 0 25px;
    width: 20px;
    height: 2px;
    transform: rotate(0deg);
  }
  .-drill-opened > .ammenu-arrow.-small:before,
  .-drill-opened > .ammenu-arrow.-small:after {
    top: auto;
    width: 10px;
    transition: none;
  }
  .-drill-opened > .ammenu-toggle,
  .-drill-opened > .ammenu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    order: 1;
    margin: 0 10px 0 0;
    padding: 15px 15px 15px 25px;
    opacity: 1;
  }
  .-drill-opened.-deep > .ammenu-arrow {
    margin: 25px 10px 25px 35px;
    padding: 0;
  }
  .-drill-opened .ammenu-wrapper {
    position: relative;
  }
  .-drill-opened .ammenu-categories {
    padding: 0;
  }
  .-drill-opened .ammenu-icon {
    margin: 0 0 0 10px;
    padding: 0;
    width: 2px;
    height: 20px;
  }
  .-drill-opened .ammenu-icon:before,
  .-drill-opened .ammenu-icon:after {
    top: 14px;
    width: 10px;
    transition: none;
  }
  .-drill-opened > .ammenu-link {
    font-size: 16px;
  }
  .-drill-opened .ammenu-link {
    text-transform: uppercase;
    font-weight: 600;
  }
  .-drill-opened .ammenu-link,
  .-drill-opened .ammenu-item {
    flex-basis: auto;
    order: 2;
    padding: 0;
  }
  .-drill-opened .ammenu-link.-main:before {
    display: none;
  }
  .-drill-opened .ammenu-item.-child {
    position: relative;
    flex-basis: 100%;
    order: 3;
  }
  .-drill-closed {
    transform: translateX(-150%);
  }
  .-drill-closed .ammenu-submenu-container {
    display: block;
  }
  .-drill-closed .ammenu-menu-welcome {
    margin: 0;
  }
  .-drill-closed .ammenu-wrapper:not(.-drill-opened) {
    position: initial;
  }
  .-drill-closed .ammenu-item:not(.-drill-opened) {
    position: initial;
  }
  .-drill-closed #store\.links {
    display: none;
  }
  .ammenu-item.-drill-opened .ammenu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 0;
    padding: 15px 20px 15px 15px;
    width: 15px;
    height: 20px;
    opacity: 1;
    transform: rotate(0);
  }
  .ammenu-item.-drill-opened .ammenu-arrow:after,
  .ammenu-item.-drill-opened .ammenu-arrow:before {
    height: 2px;
    content: '';
  }
  .ammenu-item.-drill-opened .ammenu-arrow:before {
    transform: rotate(-45deg);
  }
  .ammenu-item.-drill-opened .ammenu-arrow:after {
    transform: rotate(45deg);
  }
  .ammenu-item.-drill-opened .ammenu-link.-level1 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 25px;
  }
  .ammenu-item.-drill-opened .ammenu-link.-level1 + .ammenu-item {
    display: none;
  }
  .ammenu-item.-drill-opened .ammenu-link.-level1 + .ammenu-item.-drill-opened,
  .ammenu-item.-drill-opened .ammenu-item.-drill-opened {
    display: block;
  }
  .ammenu-item.-drill-opened .ammenu-item > .ammenu-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-link {
    padding: 15px 25px;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    right: 0;
    margin: 0;
    padding: 15px 20px 15px 15px;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-arrow:before,
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-arrow:after {
    top: auto;
    width: 12px;
  }
  .-drill .ammenu-wrapper:not(.-drill-opened).-deep > .ammenu-link,
  .-drill .ammenu-wrapper:not(.-drill-opened) > .ammenu-arrow + .ammenu-link {
    border-bottom: 1px solid #eee;
  }
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: 20px;
}
.ammenu-items-tree .ammenu-item {
  flex-basis: 200px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 35px 30px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
ul {
  padding: 0;
  margin-top: 1rem;
  list-style: none;
}
.categories > li {
  width: 23%;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 20px;
  vertical-align: top;
}
.categories > li > a {
  color: #ed7523;
  text-decoration: underline;
}
.loading {
  position: relative;
}
.loading:before {
  background: rgba(255, 255, 255, 0.7) url('../images/loader-2.gif') no-repeat 50% 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-info-main .product-info-price {
  display: none;
}
.advanced-product-options .product_options_group_summary {
  display: none;
}
.advanced-product-options .product_options_group_summary.active {
  display: block;
}
.product_options_group_popup_image .popup-group-image {
  width: 100%;
}
.product_options_option_image {
  display: none;
}
button.product_options_options_group.required:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-image-design-option-wrapper {
  min-height: 32px;
  margin-bottom: 15px;
  display: none;
}
.product-image-design-option-wrapper .product-image-design-option-label {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  width: 100%;
  float: none;
}
.product-image-design-option-wrapper .product-image-design-option-select {
  display: inline-block;
  width: 100%;
  float: none;
}
.product-image-design-option-wrapper #image-design-option {
  padding: 0 5px;
  font-size: 12px;
}
.image-qty {
  text-align: center;
  width: 54px;
}
.images-upload-form {
  display: none;
}
.upload-image-wrapper button.action,
.upload-image-wrapper button.action.primary {
  padding: 4px 12px;
  background: #de6322;
  color: #ffffff;
  border: none;
  letter-spacing: initial;
  font-weight: normal;
  line-height: 18px;
}
.upload-image-wrapper button.action:hover,
.upload-image-wrapper button.action.primary:hover,
.upload-image-wrapper button.action:focus,
.upload-image-wrapper button.action.primary:focus {
  background: #c9591e;
  color: #ffffff;
  border: none;
  padding: 4px 12px;
}
.upload-image-wrapper .data.table.upload-image .col .col-title {
  display: none;
}
.upload-image-wrapper .data.table.upload-image .col .col-title span:last-child {
  color: #666666;
}
.upload-image-wrapper .data.table.upload-image .col.details {
  white-space: nowrap;
}
.upload-image-wrapper .data.table.upload-image .col.details .product.options {
  margin-top: 5px;
}
.upload-image-wrapper .data.table.upload-image .col.details .product.options > .toggle {
  font-size: 1.3rem;
  line-height: 1.6rem;
  cursor: pointer;
  position: relative;
  color: #a6a6a6;
  padding-top: 5px;
  display: inline-block;
  text-decoration: none;
}
.upload-image-wrapper .data.table.upload-image .col.details .product.options > .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.upload-image-wrapper .data.table.upload-image .col.details .product.options.active > .toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.upload-image-wrapper .data.table.upload-image .col.details dl {
  margin-top: 5px;
  margin-bottom: 0;
}
.upload-image-wrapper .data.table.upload-image .col.details dl dt {
  float: left;
  margin-bottom: 3px;
  font-weight: normal;
}
.upload-image-wrapper .data.table.upload-image .col.details dl dt:after {
  content: attr(data-symbol) '';
}
.upload-image-wrapper .data.table.upload-image .col.details dl dd {
  margin-bottom: 5px;
}
.upload-image-wrapper .data.table.upload-image .col.details dl dd ol {
  list-style-type: none;
}
.upload-image-wrapper .data.table.upload-image .col.details dl dd ol > li {
  counter-increment: counter;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 5px;
}
.upload-image-wrapper .data.table.upload-image .col.details dl dd ol > li:before {
  content: counter(counter) " ) ";
}
.upload-image-wrapper .data.table.upload-image .col.status .status-label:before,
.upload-image-wrapper .data.table.upload-image .col.summary-status .status-label:before {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.upload-image-wrapper .data.table.upload-image .col.status .status-label > span,
.upload-image-wrapper .data.table.upload-image .col.summary-status .status-label > span {
  margin-left: 5px;
  vertical-align: middle;
}
.upload-image-wrapper .data.table.upload-image .col.status .status-label.not_uploaded:before,
.upload-image-wrapper .data.table.upload-image .col.summary-status .status-label.not_uploaded:before {
  content: url('../Cleargo_ProductImage/images/icon_artwork-status_invalid.png');
}
.upload-image-wrapper .data.table.upload-image .col.status .status-label.pay_for_design:before,
.upload-image-wrapper .data.table.upload-image .col.summary-status .status-label.pay_for_design:before {
  content: url('../Cleargo_ProductImage/images/icon_artwork-status_pay_for_design.png');
}
.upload-image-wrapper .data.table.upload-image .col.status .status-label.upload_later:before,
.upload-image-wrapper .data.table.upload-image .col.summary-status .status-label.upload_later:before {
  content: url('../Cleargo_ProductImage/images/icon_artwork-status_upload_later.png');
}
.upload-image-wrapper .data.table.upload-image .col.status .status-label.invalid:before,
.upload-image-wrapper .data.table.upload-image .col.summary-status .status-label.invalid:before {
  content: url('../Cleargo_ProductImage/images/icon_artwork-status_invalid.png');
}
.upload-image-wrapper .data.table.upload-image .col.status .status-label.valid:before,
.upload-image-wrapper .data.table.upload-image .col.summary-status .status-label.valid:before {
  content: url('../Cleargo_ProductImage/images/icon_artwork-status_valid.png');
}
.upload-image-wrapper .data.table.upload-image .col.artwork .action-label {
  display: none;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .select-wrapper.disabled .select {
  border: 1px solid #000000;
  background: #d8d8d8 url('..//images/select-bg.png') no-repeat 100% 45%;
  background-size: 24px 60px;
  padding: 5px 9px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  color: #a6a6a6;
  cursor: default;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper {
  display: table;
  width: 100%;
  max-width: 320px;
  margin: 10px 0 0;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div {
  display: table-row;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div.artwork-head > div {
  padding-bottom: 10px;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div.artwork-head > div.artwork-name {
  color: #a6a6a6;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div.artwork-name > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1.2;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div.artwork-name .action-delete {
  cursor: pointer;
  color: #666666;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div.artwork-name .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div.artwork-name .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 26px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div.artwork-name .action-delete:before {
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 100%;
  background: #d8d8d8;
  vertical-align: middle;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div.artwork-qty {
  text-align: right;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper > div > div.artwork-qty > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1.2;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper + button {
  margin: 10px 0;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper.valid {
  color: #a6a6a6;
  margin: 0 0 10px;
}
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper.valid > div > div.artwork-qty > span:first-child,
.upload-image-wrapper .data.table.upload-image .col.artwork .artwork-wrapper.valid > div > div.artwork-qty > span:last-child {
  width: auto;
}
.upload-image-wrapper .data.table.upload-image .col.artwork p.notes.error {
  color: #e02b27;
}
.upload-image-wrapper .actions-toolbar {
  margin-bottom: 20px;
}
.upload-image-wrapper .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.upload-image-wrapper .actions-toolbar button.action.primary {
  display: block;
  padding: 12px 15px;
  width: 100%;
}
.upload-image-wrapper .actions-toolbar button.action.primary:hover,
.upload-image-wrapper .actions-toolbar button.action.primary:focus {
  padding: 12px 15px;
}
body .modal-popup.image-picker-popup .modal-header {
  padding: 0;
  background: #f8c227;
}
body .modal-popup.image-picker-popup .modal-header .modal-title {
  border-bottom: 0;
  padding: 12px 20px;
}
body .modal-popup.image-picker-popup .modal-content {
  padding: 0;
  height: 100%;
}
body .modal-popup.image-picker-popup .modal-inner-wrap {
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 0;
  left: initial;
}
body .modal-popup.image-picker-popup .modal-footer {
  display: none;
}
body .modal-popup.image-picker-popup .picker-tab-control {
  position: relative;
}
body .modal-popup.image-picker-popup .picker-tab-control .item {
  cursor: pointer;
}
body .modal-popup.image-picker-popup .picker-tab-control .item span.icon {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .modal-popup.image-picker-popup .picker-tab-control .item span.icon.facebook {
  background-image: url('../Cleargo_ProductImage/images/icon_type_facebook.png');
}
body .modal-popup.image-picker-popup .picker-tab-control .item span.icon.instagram {
  background-image: url('../Cleargo_ProductImage/images/icon_type_instagram.png');
}
body .modal-popup.image-picker-popup .picker-tab-control .item span.icon.dropbox {
  background-image: url('../Cleargo_ProductImage/images/icon_type_dropbox.png');
}
body .modal-popup.image-picker-popup .picker-tab-control .item span.icon.google_drive {
  background-image: url('../Cleargo_ProductImage/images/icon_type_google-drive.png');
}
body .modal-popup.image-picker-popup .picker-tab-control .item span.icon.local {
  background-image: url('../Cleargo_ProductImage/images/icon_type_local.png');
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-name {
  display: none;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-content {
  position: relative;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-breadcrumb {
  display: none;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-action .action-previous {
  display: none;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items {
  margin-left: -5px;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items:after {
  content: '';
  display: table;
  clear: both;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 48%;
  width: calc(50% - 5px);
  padding-bottom: 36.58%;
  cursor: pointer;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item .picker-item-filename {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.39);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 12px;
  word-break: break-word;
  z-index: 2;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item .thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item.selected:after {
  content: '';
  background: url('../Cleargo_ProductImage/images/icon_upload-tick.png') center no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item.folder {
  vertical-align: middle;
  height: auto;
  padding-bottom: 0;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item.folder + .picker-item:not(.folder) {
  clear: left;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item.folder .picker-item-folder-icon {
  display: inline-block;
  height: 50px;
  width: 55px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJPSURBVGhD7ZjPS1RRFMevJEiEaJJCkEL09I1tdKPboJ21sIXQsn+hXTtBaJn9CTpKkaj4gyLBIAMHc2YkowTBhQtd2CZa2fIczxuOi+Ge+94b/HHP4n7gy2xmDp8v9z7mzJhAIBAIBK4CKJphmDZvsWjm84TePwuzpos/rgOSmiA5bDRUfE9NGZJ5KknmjZoydBrLkmAjUVGGivyU5BpNrUzRvLpwZswLfG9us15+6MO/JDGfIad/lBFWzIfGIknI65Sua8Sa2WgtkoSu6yRrZqO8yBfWzEZ5kU3WzCZ3kZkmxA8tiAu3ri2w2Pobyw8HceNRM+u6yVVkpR3xey9ipeAlUIn/QKX/OSvLZBZZbhOHX3egXACo9o2ytk1mkdIDcbCPUJl91rZJLZI8E8JAn4FS3Mrq9aQWWdFxrc5Tu15b926yej2pRda6xIG+ApXCIWvbpBb52i0O9BU6kVXWtkktshWJA32FTuQ1a9s4i7xrFof5DFTjMda2cRZZpG9XYZjP0BdjzNo2ziIfO8RhvkLX6j/OmxusbeMssn5XHOgxO6ws4yyyeV8a5i10ItOsLCMWSTbdciwO9BUq8pKVZcQicwpXk+2+x6wsIxZRtpokgR9RJyvLiEXUrSbxCeu6EYuoW03iddZ1Q0XsP+jUrSZx9r8p9AN/qa6EwtUEt/ufsa4bmDJP6oooW03oWh3BQdTCuunQqYxToFbkk57VhEr8hWrvMGvmg05miJ6XN/j5zg586zn2lo2eI3rdhVI0jrsD7awXCAQCgcAlYswZ33Z+AO24BccAAAAASUVORK5CYII=");
  background-position: center left;
  background-repeat: no-repeat;
  vertical-align: middle;
  float: left;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item.folder .picker-item-folder-name {
  background: transparent;
  position: static;
  display: block;
  margin: 15px 5px 15px 60px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-items .picker-item.folder:after {
  content: '';
  display: table;
  clear: both;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel {
  padding-top: 20%;
  text-align: center;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel span.icon {
  display: block;
  margin: 0 auto 20px;
  height: 56px;
  background-position: center top;
  background-repeat: no-repeat;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel span.icon.facebook {
  background-image: url('../Cleargo_ProductImage/images/icon_panel_facebook.png');
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel span.icon.instagram {
  background-image: url('../Cleargo_ProductImage/images/icon_panel_instagram.png');
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel span.icon.dropbox {
  background-image: url('../Cleargo_ProductImage/images/icon_panel_dropbox.png');
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel span.icon.google_drive {
  background-image: url('../Cleargo_ProductImage/images/icon_panel_google.png');
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel > p {
  font-size: 1.4rem;
  font-weight: bold;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button {
  background: #000000;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px auto;
  border-radius: 3px;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button:hover,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button:focus {
  background: inherit;
  border: none;
  color: #ffffff;
  opacity: 0.7;
  box-shadow: none;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.facebook,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.facebook:hover,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.facebook:focus {
  background: #475993;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.dropbox,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.dropbox:hover,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.dropbox:focus {
  background: #0062ff;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.instagram,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.instagram:hover,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.instagram:focus {
  background: #000000;
}
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.google_drive,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.google_drive:hover,
body .modal-popup.image-picker-popup .picker-tab-content .picker-auth-panel button.google_drive:focus {
  background: #0075FF;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector {
  text-align: center;
  padding-top: 20%;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector span.icon {
  display: block;
  margin: 0 auto 20px;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector span.icon.local {
  content: url('../Cleargo_ProductImage/images/icon_panel_local-upload.png');
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector input#local-file {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector .file-path {
  margin: 15px;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector button.upload {
  background: #de6322;
  border: none;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector button.upload:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 16px;
  background: url('../Cleargo_ProductImage/images/icon_upload_file.png') center no-repeat;
  background-size: 10px 13px;
  vertical-align: middle;
  margin-right: 5px;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector button.upload:hover,
body .modal-popup.image-picker-popup .picker-tab-content .file-selector button.upload:focus {
  background: #c9591e;
  color: #ffffff;
  box-shadow: none;
}
body .modal-popup.image-picker-popup .picker-tab-content .file-selector button.upload span {
  vertical-align: middle;
  line-height: 16px;
  display: inline-block;
}
body .modal-popup.image-picker-popup .selected-image-item {
  max-width: 65px;
  min-width: 10px;
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 10px;
  vertical-align: top;
}
body .modal-popup.image-picker-popup .selected-image-item img {
  max-height: 50px;
  max-width: 65px;
}
body .modal-popup.image-picker-popup .selected-image-item .remove-selected-image-overlay-button {
  border-radius: 50%;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: white;
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
body .modal-popup.image-picker-popup .selected-image-item .remove-selected-image-overlay-button:before {
  content: '\e616';
  font-family: 'luma-icons';
}
.modal-popup.modal-upload-image .modal-inner-wrap {
  max-width: 980px;
  width: 100%;
}
.modal-popup.modal-upload-image .modal-content .messages {
  margin-bottom: 0;
}
.modal-popup.modal-upload-image .modal-content .order-id {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 12px 0;
}
.modal-popup.modal-upload-image .modal-footer {
  padding: 0;
}
.modal-popup.modal-upload-image .modal-footer button[data-role="action"] {
  display: block;
  padding: 12px 15px;
  width: 100%;
  background: #de6322;
  color: #ffffff;
  border: none;
  letter-spacing: initial;
  font-weight: normal;
  line-height: 18px;
}
.modal-popup.modal-upload-image .modal-footer button[data-role="action"]:hover,
.modal-popup.modal-upload-image .modal-footer button[data-role="action"]:focus {
  background: #c9591e;
  color: #ffffff;
  border: none;
  padding: 12px 15px;
}
@media screen and (max-width: 979px) {
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content,
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image {
    background: #efefef;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title {
    position: relative;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title > span.counter {
    padding: 20px 0 20px 20px;
    font-size: 1.3rem;
    line-height: 2rem;
    float: left;
    width: calc(100% - 150px);
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title > span.counter:not(.show-counter) {
    text-indent: -9999em;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -34px;
    margin-left: -34px;
    width: 68px;
    height: 34px;
    overflow: hidden;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle .action.toggle-selected-image {
    width: 68px;
    height: 34px;
    border: none;
    box-shadow: none;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle .action.toggle-selected-image:before,
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle .action.toggle-selected-image:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle .action.toggle-selected-image:before {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background: #ffffff;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle .action.toggle-selected-image:after {
    margin: 15px 26px;
    width: 0;
    height: 0;
    border-color: transparent transparent #9b9b9b;
    border-style: solid;
    border-width: 0 8px 8px 8px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle .action.toggle-selected-image span {
    display: none;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .action-toggle .action.toggle-selected-image.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar {
    float: right;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar .action.cancel {
    display: none;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar .action.confirm {
    margin: 0;
    border: none;
    background: #f8c227;
    padding: 20px;
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar .action.confirm:hover,
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar .action.confirm:focus {
    box-shadow: none;
    border: none;
    background: #f7bb0e;
    color: #000000;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar .action.confirm span {
    display: inline-block;
    text-decoration: none;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar .action.confirm span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title .actions-toolbar .action.confirm span:after {
    margin-left: 10px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .title:after {
    display: table;
    content: "";
    clear: both;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .content {
    border-top: 0 solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
    overflow: auto;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-selected-image .content .selected-image-items {
    padding: 15px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .show-selected-image .picker-selected-image .content {
    height: 235px;
    border-top: 2px solid #d8d8d8;
  }
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-container.show-selected-image .picker-tab-content .picker-items {
    bottom: 265px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-container.show-selected-image .picker-selected-image .content {
    height: 235px;
  }
}
.min-charge-alert-msg {
  color: #ff0000;
  font-weight: bold;
  padding: 10px 0;
}
.store-locator-index-index .store-filter {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #F7F7F7;
}
.store-locator-index-index .store-filter > div {
  padding-right: 30px;
  float: left;
  min-width: 180px;
}
.store-locator-index-index .store-filter:after {
  content: "";
  clear: both;
  display: table;
}
.store-locator-index-index .store-list-container .store-list-header {
  background-color: #F8C227;
  font-weight: bold;
}
.store-locator-index-index .store-list-container .store-list-header > div {
  float: left;
}
.store-locator-index-index .store-list-container .store-list-header:after {
  content: "";
  clear: both;
  display: table;
}
.store-locator-index-index .store-list-container .store-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.store-locator-index-index .store-list-container .store-list .store-item {
  cursor: pointer;
  margin: 0;
}
.store-locator-index-index .store-list-container .store-list .store-item > div {
  float: left;
}
.store-locator-index-index .store-list-container .store-list .store-item:after {
  content: "";
  clear: both;
  display: table;
}
.store-locator-index-index .store-list-container .store-list .store-item:nth-child(2n+1) {
  background-color: #F7F7F7;
}
.store-locator-index-index .store-list-container .store-name {
  width: 124px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-address {
  width: 281px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-district {
  width: 90px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-telephone {
  width: 100px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-email {
  width: 100px;
  padding: 12px 20px;
}
.store-locator-index-index .store-map-container .store-map {
  height: 300px;
}
.store-locator-index-index .store-popup-widget .modal-popup .modal-header {
  padding: 15px;
}
.store-locator-index-index .store-popup-widget .modal-popup .modal-header .modal-title {
  border-bottom: 0;
}
.store-locator-index-index .store-filter {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #F7F7F7;
}
.store-locator-index-index .store-filter > div {
  padding-right: 30px;
  float: left;
  min-width: 180px;
}
.store-locator-index-index .store-filter:after {
  content: "";
  clear: both;
  display: table;
}
.store-locator-index-index .store-list-container .store-list-header {
  background-color: #F8C227;
  font-weight: bold;
}
.store-locator-index-index .store-list-container .store-list-header > div {
  float: left;
}
.store-locator-index-index .store-list-container .store-list-header:after {
  content: "";
  clear: both;
  display: table;
}
.store-locator-index-index .store-list-container .store-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.store-locator-index-index .store-list-container .store-list .store-item {
  cursor: pointer;
  margin: 0;
}
.store-locator-index-index .store-list-container .store-list .store-item > div {
  float: left;
}
.store-locator-index-index .store-list-container .store-list .store-item:after {
  content: "";
  clear: both;
  display: table;
}
.store-locator-index-index .store-list-container .store-list .store-item:nth-child(2n+1) {
  background-color: #F7F7F7;
}
.store-locator-index-index .store-list-container .store-name {
  width: 124px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-address {
  width: 281px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-district {
  width: 90px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-telephone {
  width: 100px;
  padding: 12px 20px;
}
.store-locator-index-index .store-list-container .store-email {
  width: 100px;
  padding: 12px 20px;
}
.store-locator-index-index .store-map-container .store-map {
  height: 300px;
}
.store-locator-index-index .store-popup-widget .modal-popup .modal-header {
  padding: 15px;
}
.store-locator-index-index .store-popup-widget .modal-popup .modal-header .modal-title {
  border-bottom: 0;
}
.trackandtrace-index-index .trace-order-wrapper .main-container {
  margin: 0 0 30px 0;
  box-sizing: border-box;
}
.trackandtrace-index-index .trace-order-wrapper .main-container:after {
  content: '';
  display: table;
  clear: both;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column {
  box-sizing: border-box;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form {
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 20px;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset {
  margin: 0;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check {
  position: relative;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check > label,
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check > .label {
  font-weight: normal;
  text-transform: uppercase;
  z-index: 3;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check > .control input {
  height: 40px;
  line-height: 40px;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check > .notes {
  font-size: 12px;
  line-height: 16px;
  color: #A6A6A6;
  margin: 10px 0 0;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check.required > .label:after,
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check._required > .label:after {
  margin: 0;
  font-size: 1.3rem;
  content: '*';
  color: #e02b27;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check .label {
  position: absolute;
  color: #a6a6a6;
  padding: 10px 12px;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.check.active .label {
  display: none;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.captcha .label {
  display: none;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.captcha .control.captcha-image .input-text {
  margin-right: 0;
  width: calc(100% - 160px);
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .fieldset .field.captcha .control.captcha-image .action.captcha-reload {
  clear: left;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .actions .action {
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  padding: 7px 20px;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .description {
  margin-bottom: 30px;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .description .title {
  font-size: 12px;
  font-weight: bold;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.form .description .content {
  font-size: 12px;
  font-weight: normal;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-container {
  margin: 0;
  padding: 0;
  border: 1px solid #A6A6A6;
  position: relative;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result thead th {
  padding: 10px 20px;
  background-color: #F8C227;
  font-size: 15px;
  line-height: 20px;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result tbody tr td {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
  border-top: none;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result tbody tr td:not(:first-child) {
  padding-left: 8px;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result:nth-child(1) tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result:nth-child(1) tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result:nth-child(2) tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .table-order-status-result:nth-child(2) tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.trackandtrace-index-index .trace-order-wrapper .main-container .column.result .decoration-image img {
  width: 100%;
  display: block;
}
.bfb-element-datepicker {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.bfb-element-datepicker .ui-datepicker-buttonpane button,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #007dbd;
  float: left;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 49%;
  font-weight: 500;
  box-shadow: none;
}
.bfb-element-datepicker .ui-datepicker-buttonpane button:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add:hover {
  background: #007dbd;
  border-color: #007dbd;
  color: #FFF;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.bfb-element-datepicker table.ui-datepicker-calendar span,
.bfb-element-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  padding: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-year,
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.bfb-element-datepicker .ui-datepicker-title > select:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-title > .ui-datepicker-year:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-calendar {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f5f5f5;
}
.bfb-element-datepicker .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.bfb-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bfb-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bfb-spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.bfb-spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.bfb-spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.bfb-spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.bfb-spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bfb-spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bfb-spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bfb-spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bfb-spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.bfb-spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #ffffff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.ie9 .bfb-spinner {
  background: url('../images/ajax-loader.gif') no-repeat center;
}
.ie9 .bfb-spinner > span {
  display: none;
}
.bfb-popup-overlay {
  display: none;
}
.bfb-popup-show .bfb-popup-overlay {
  z-index: 998;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bfb-popup:before,
.bfb-popup:after {
  content: '';
  display: table;
  clear: both;
}
.bfb-popup .bfb-popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
  cursor: pointer;
  opacity: .5;
  z-index: 4;
  background: url('../BlueFormBuilder_Core/images/close-icon.png') center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bfb-popup .bfb-popup-close:hover {
  opacity: 1;
  background-size: 22px;
}
.bfb-popup .block.bfb {
  box-shadow: none;
}
.bfb-popup-slidein .bfb-popup {
  opacity: 0;
}
.bfb-popup-slidein.bfb-popup-align-bottom-right .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left .bfb-popup {
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.bfb-popup-slidein.bfb-popup-align-bottom-right.popup-show .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-slidein.popup-show .bfb-popup {
  opacity: 1;
}
.bfb-popup-container {
  position: fixed;
  box-shadow: none;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.bfb-popup-container.bfb-popup-align-inline {
  position: static;
}
.bfb-popup-container .bfb-popup {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container .block.bfb {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bfb-popup-container .bfb-popup-link {
  cursor: pointer;
  padding: 6px 15px 12px 15px;
  letter-spacing: .5px;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #007dbd;
  color: #FFF;
}
.bfb-popup-container .bfb-popup-link:hover {
  text-decoration: none;
}
.bfb-popup-container.bfb-popup-align-left {
  left: 0;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(-200%, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-200%, 0, 0) rotate(90deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link {
  transform: translate3d(-4px, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup {
  left: -1px;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-right {
  right: 0;
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup {
  right: -1px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left,
.bfb-popup-container.bfb-popup-align-right {
  top: 50%;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  top: -40px;
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup,
.bfb-popup-container.bfb-popup-align-right.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-left {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-right {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right,
.bfb-popup-container.bfb-popup-align-bottom-left {
  bottom: 0;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-magnific .bfb-popup {
  position: relative;
  border-radius: 3px;
}
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  transition: transform 0.35s ease-out, opacity 0.2s linear;
  -moz-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.2s linear;
  -ms-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -o-transition: transform 0.35s ease-out, opacity 0.2s linear;
}
.bfb-popup-animate-left.mfp-bg,
.bfb-popup-animate-right.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup-animate-left.mfp-ready .mfp-with-anim,
.bfb-popup-animate-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.bfb-popup-animate-left.mfp-ready.mfp-bg,
.bfb-popup-animate-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.bfb-popup-animate-left.mfp-removing.mfp-bg,
.bfb-popup-animate-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -moz-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -o-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -ms-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
}
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -moz-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -o-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -ms-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
}
.bfb-popup-align-inline .bfb-popup-link {
  padding: 5px 12px;
}
.bfbAnimation {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}
.bfb-element .bfb-element-control-inner {
  position: relative;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .iti {
  width: 100%;
}
.bfb-element .intl-tel-input,
.bfb-element .admin__control-text {
  width: 100%;
}
.bfb-element .g-recaptcha {
  display: inline-block;
}
.bfb-element .bfb-element-input-limit {
  text-align: right;
}
.bfb-element .bfb-element-label {
  position: relative;
}
.bfb-element.required .bfb-element-label label {
  padding-right: 15px;
}
.bfb-element.required .bfb-element-label label > span:after {
  color: #e22626;
  content: '*';
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  margin-left: 5px;
}
.bfb-element.bfb-element-hidden {
  display: none;
}
.bfb-element.bfb-element-label-hidden .bfb-element-label {
  display: none;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content {
  left: -18px;
  right: auto;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:before {
  left: 15px;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:after {
  left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content {
  left: auto;
  right: -18px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:before {
  right: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:after {
  right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  text-align: center;
}
.bfb-element.bfb-element-label-right .bfb-element-label {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-right .bfb-element-control-inner {
  float: right;
  width: 100%;
}
.bfb-element.bfb-element-icon-left .bfb-control {
  padding-left: 30px;
}
.bfb-element.bfb-element-icon-left .bfb-element-icon {
  left: 0;
}
.bfb-element.bfb-element-icon-right .bfb-control {
  padding-right: 30px;
}
.bfb-element.bfb-element-icon-right .bfb-element-icon {
  right: 0;
}
.bfb-element.bfb-element-label-align-left .bfb-element-label {
  text-align: left;
}
.bfb-element.bfb-element-label-align-right .bfb-element-label {
  text-align: right;
}
.bfb-element.mgz-element-bfb_textarea .admin__control-textarea {
  height: auto;
}
.bfb-element.mgz-element-bfb_date .ui-datepicker-trigger {
  display: none;
}
.bfb-element.mgz-element-bfb_date .bfb-element-icon {
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control select {
  width: auto;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control span {
  margin: 0 5px;
}
.bfb-element.mgz-element-bfb_address .addressfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.bfb-element.mgz-element-bfb_address .subfield {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bfb-element.mgz-element-bfb_address .subfield select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_starratings .bfb-element-stars {
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote {
  height: 32px;
  width: auto;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.bfb-element.mgz-element-bfb_starratings .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;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:hover + label:before,
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.bfb-element.mgz-element-bfb_starratings .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;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:before {
  color: #ff5501;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-control-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert {
  padding: 30px 0;
  text-align: center;
  border: 2px dashed #848484;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert:hover i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 28px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i.bfb-element-icon {
  position: static;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert h3 {
  font-weight: 500;
  margin: 10px 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-spinner {
  background-image: url(../BlueFormBuilder_Core/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  height: 20px;
  margin-left: 1rem;
  vertical-align: top;
  width: 20px;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .file-uploader-spinner {
  display: inline-block;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .bfb-element-icon {
  display: none;
}
.bfb-element.mgz-element-bfb_file input[data-role='values'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
  outline: none;
  z-index: -1;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px 7px 15px;
  background: #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button:hover {
  background: #ebebeb;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row {
  float: left;
  width: 100%;
  color: #007dbd;
  cursor: pointer;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row:last-child {
  margin-bottom: 0;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e22626;
  margin-top: 5px;
  margin-left: 4px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-row-inner {
  -webkit-border-radius: 0.33333rem;
  -moz-border-radius: 0.33333rem;
  border-radius: 0.33333rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f8f8;
  border: .09167rem solid #dadada;
  color: #999;
  padding: 8px;
  line-height: 14px;
  position: relative;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info img {
  height: 25px;
  float: left;
  margin-right: 10px;
  width: auto;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .bfb-file-info-name {
  float: left;
  padding-top: 5px;
  color: #333;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .fa.fa-file {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-meta {
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #007dbd;
  color: #ffffff;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:hover,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:hover {
  background: #0077b3;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:before {
  content: '-';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  left: auto;
  right: 0;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:before {
  content: '+';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number input {
  padding-left: 38px;
  padding-right: 38px;
}
.bfb-element.mgz-element-bfb_select select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select option,
.bfb-element.mgz-element-bfb_multiselect select optgroup {
  padding: .5rem 1rem;
}
.bfb-element.mgz-element-bfb_choicematrix table {
  width: 100%;
}
.bfb-element.mgz-element-bfb_choicematrix tbody label span {
  display: none;
}
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > td {
  padding: 11px 10px;
  position: relative;
}
.bfb-element.mgz-element-bfb_recaptcha .captcha-logo,
.bfb-element.mgz-element-bfb_magento2_captcha .captcha-logo {
  max-height: 80px;
}
.bfb-element .bfb-element-label > label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
}
.bfb-element .bfb-element-icon {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  font-size: 16px;
  color: #333;
}
.bfb-element .bfb-element-description {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bfb-element .bfb-element-description p:first-child {
  margin-top: 0;
}
.bfb-element .bfb-element-tooltip {
  position: absolute;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-action {
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 32px;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  cursor: text;
  bottom: 3.2rem;
  background: #FFF;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 32rem;
  z-index: 1;
  display: none;
  right: -2.3rem;
  padding: 17px 20px 20px;
  border-top: 3px solid #0077b3;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #d9d9d9;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 2;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before {
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border-top-color: #FFF;
  margin-top: -1px;
  z-index: 3;
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip:hover .bfb-element-tooltip-content {
  display: block;
}
.bfb-element .bfb-autocomplete-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #FFF;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  margin: 0;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li:hover {
  text-decoration: none;
  background: #F0F0F0;
}
.bfb-element .bfb-choices-item {
  margin-bottom: 15px;
  padding-right: 20px;
  margin-top: 0;
}
.bfb-element .bfb-choices-item label {
  display: inline-block;
}
.bfb-element .bfb-choices-item .bfb-choices-image {
  margin-bottom: 8px;
  position: relative;
}
.bfb-element .bfb-choices-item > label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.bfb-element .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  background-color: #FFF;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected .bfb-choices-image:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\e5ca";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #72b239;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected > label {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label:hover {
  border-color: #666;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item.option-selected > label {
  border-color: #666;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading {
  background-color: #007dbd;
  color: #FFF;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading .title {
  margin: 0;
  font-weight: 500;
}
.bfb-element.mgz-element-bfb_starratings ul {
  list-style: none;
}
.bfb-element.mgz-element-bfb_starratings ul li {
  display: inline-block;
  font-size: 34px;
  margin-right: 6px;
}
.bfb-pages {
  position: relative;
  z-index: 1;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav {
  padding: 0 15px;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #069;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-pages > .mgz-tabs-nav {
  margin: 0;
  list-style: none;
  background: #007dbd;
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page {
  margin: 0 25px 0 0;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page {
  text-align: center;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-triangle {
  border-top-color: #72b239;
}
.bfb-pages.bfb-pages-indicator-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content {
  padding: 20px;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav {
  display: block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
  display: inline-block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  padding: 18px 20px;
  color: #333;
  font-size: 1.5rem;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a {
  color: #FFF;
  background: transparent;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
  background: #FFF;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 0;
}
.bfb-pages.bfb-pages-indicator-progress > .bfb-page-indicator {
  font-size: 1.8rem;
}
.bfb-pages.bfb-pages-indicator-cirles > .bfb-page-indicator,
.bfb-pages.bfb-pages-indicator-connector > .bfb-page-indicator {
  font-size: 1.6rem;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages .bfb-page-indicator {
  margin-bottom: 20px;
  display: none;
}
.bfb-pages .bfb-page-indicator .bfb-page-indicator-page {
  float: left;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap .bfb-page-indicator-page-progress {
  background-color: #72b239;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.bfb-pages .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
  color: #FFF;
}
.bfb-pages.bfb-pages-nav-left .bfb-nav-buttons {
  text-align: left;
}
.bfb-pages.bfb-pages-nav-right .bfb-nav-buttons {
  text-align: right;
}
.bfb-pages.bfb-pages-nav-center .bfb-nav-buttons {
  text-align: center;
}
.bfb-pages.bfb-pages-nav-split .action.action-prev {
  float: left;
}
.bfb-pages.bfb-pages-nav-split .action.action-next {
  float: right;
}
.bfb-pages .bfb-nav-buttons {
  padding: 15px 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action {
  box-shadow: none;
  font-weight: normal;
  display: inline-block;
  border: 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action:last-child {
  margin-left: 5px;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #575757;
  border-color: #575757;
  color: #FFF;
  width: auto;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next:hover {
  background: #333;
}
.bfb-form-success {
  max-width: 1240px;
}
.bfb-form-success.bfb-form-success-style1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title {
  background-color: #007dbd;
  font-weight: 500;
  padding: 15px 20px;
  color: #FFF;
  position: relative;
  margin: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #006699;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-footer {
  background: #f5f5f5;
  padding: 15px 0;
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 {
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
  font-size: 1.25em;
}
.bfb-form-success .bfb-form-success-content {
  padding: 30px 20px;
}
.bfb-form-success svg {
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.bfb-form-success .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.bfb-form-success .path.circle {
  -webkit-animation: bfbdash 0.9s ease-in-out;
  animation: bfbdash 0.9s ease-in-out;
}
.bfb-form-success .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: bfbdash 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash 0.9s 0.35s ease-in-out forwards;
}
.bfb-form-success .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}
mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}
@keyframes blink {
  from,
  to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
span.im-static {
  color: grey;
}
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  appearance: textfield;
  cursor: text;
}
div.im-colormask > input,
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  appearance: caret;
  border-style: none;
  left: 0;
  /*calculated*/
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}
div.im-colormask > div {
  color: black;
  display: inline-block;
  width: 100px;
  /*calculated*/
}
[im-insert="false"] {
  caret-color: red;
  caret-shape: block;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bfb-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-state-hidden {
  display: none;
}
.bfb-state-shown {
  display: block;
}
.bfb-form-js {
  display: none;
}
.bfb-others {
  display: none;
  margin-top: 5px;
}
.bfb-column {
  float: left;
  width: 100%;
}
.bfb-columnauto > div {
  width: auto;
  display: inline-block;
}
.bfb-column1 > div {
  width: 100%;
}
.bfb-column2 > div {
  width: 50%;
  float: left;
}
.bfb-column2 > div:nth-child(2n+1) {
  clear: left;
}
.bfb-column3 > div {
  width: 33.333%;
  float: left;
}
.bfb-column3 > div:nth-child(3n+1) {
  clear: left;
}
.bfb-column4 > div {
  width: 25%;
  float: left;
}
.bfb-column4 > div:nth-child(4n+1) {
  clear: left;
}
.bfb-column5 > div {
  width: 20%;
  float: left;
}
.bfb-column5 > div:nth-child(5n+1) {
  clear: left;
}
.bfb-column6 > div {
  width: 16.666%;
  float: left;
}
.bfb-column6 > div:nth-child(6n+1) {
  clear: left;
}
.bfb-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: none;
}
.block.bfb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.block.bfb.bfb-loading .bfb-loading-mask {
  display: block;
}
.bfb-submission-confirmed .bfb-submission-title {
  font-weight: 500;
}
.bfb-submission-confirmed .bfb-submission-summary {
  margin-bottom: 40px;
}
.bfb-submission-confirmed table {
  border: 1px solid #d6d6d6;
}
.bfb-submission-confirmed table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.bfb-submission-confirmed table tr td {
  padding: 1.2rem 1.2rem;
}
.bfb-submission-confirmed table tr td:first-child {
  width: 20%;
}
.bfb-submission-confirmed table tr td:last-child {
  border-left: 1px dashed #d6d6d6;
}
.bfb-widget .bfb {
  margin: 0;
}
.iti--allow-dropdown {
  display: block;
}
.col.mgz-col.imagelist div.image {
  float: left;
  margin: 10px 5px;
  height: 200px;
  width: 200px;
  text-align: center;
  vertical-align: bottom;
}
.col.mgz-col.imagelist div.image div.image-subdiv a img {
  padding: 4px;
  border: #888888 solid 1px;
  background-color: #FFFFFF;
}
body.rf123download-index-index .page-title-wrapper {
  display: none;
}
body.rf123download-index-imagelist .page-title-wrapper {
  display: none;
}
body.rf123download-index-detail .page-title-wrapper {
  display: none;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 9px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9px;
}
.block-category-event .block-title {
  margin: 0 0 9px;
}
.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: 36px;
  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: 36px;
}
.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: 4.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 18px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9px auto 4.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 22.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 9px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9px;
}
.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 27px;
}
.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 36px;
  padding: 9px 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: 9px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9px 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: 9px;
  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 9px 4.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 #a6a6a6;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 4.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: 18px 0;
}
.swatch-opt-listing {
  margin-bottom: 9px;
}
.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: 9px;
  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 18px;
  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 18px;
  padding-top: 9px;
}
.block-cart-failed {
  margin: 36px 0;
}
.block-cart-failed .block-title {
  font-size: 2.5rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 9px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 27px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 36px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 27px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
.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: 27px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 22.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 27px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 18px;
}
.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 18px;
  margin-top: 18px;
}
.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 36px;
  padding-top: 18px;
}
.products {
  margin: 27px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.3rem;
  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: 4.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: 9px;
  padding-right: 24px;
  padding-top: 9px;
}
.product-item-description {
  margin: 22.5px 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: 9px 0 22.5px;
}
.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: 4.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: 4.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: 9px;
  padding-top: 9px;
  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: 4.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 27px 27px 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: 27px;
  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: 22.5px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 4.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: 18px;
}
.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: 9px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 9px 0 22.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 4.5px 9px 4.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 27px 9px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 13.5px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 4.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: 9px;
  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: 4.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: 18px 0;
}
.product-info-main .product.alert {
  margin: 9px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 13.5px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 18px;
}
.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: 9px;
}
.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: 4.5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 9px;
  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: 4.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: 13.5px;
}
.prices-tier .item {
  margin-bottom: 9px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 18px;
  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: 9px;
}
.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: -4.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 9px;
}
.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: 4.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 9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 4.5px 36px 4.5px 9px;
  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: 4.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: 9px;
}
.search.found {
  margin-bottom: 9px;
}
.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 {
  margin-bottom: 22.5px;
  padding: 1px 0 22.5px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 22.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title {
  border-top: none;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 18px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  border: 3px solid #ed7523;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 22.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 18px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
  font-size: 1.5rem;
  background-color: transparent;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount {
  font-size: 1.5rem;
}
.cart-totals tbody .grand .mark,
.cart-totals tfoot .grand .mark {
  font-size: 2rem;
}
.cart-totals tbody .grand .amount,
.cart-totals tfoot .grand .amount {
  font-size: 2rem;
}
.cart.table-wrapper .cart thead tr th.col {
  background: #d8d8d8;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 8px;
  padding-top: 8px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  background: #f7f7f7;
  border-bottom: 3px solid #ffffff;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.files,
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 9px;
  text-align: center;
}
.cart.table-wrapper .col.files .price-including-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.files .price-excluding-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax {
  color: #000000;
  font-size: 1.5rem;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  margin-top: 3px;
}
.cart.table-wrapper .col.qty {
  padding: 18px 11px 9px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 35px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.5rem;
  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 9px 100px;
  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: #000000;
  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: #000000;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 22.5px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  bottom: auto;
  width: 100%;
}
.cart.table-wrapper .product-item-photo > img {
  position: static;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -1px 0 4.5px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.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: 18px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 18px;
}
.cart-discount {
  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.files,
.order-items.table-wrapper .col.files,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center;
}
.block.crosssell {
  padding: 20px 15px 0;
}
.block.crosssell .title > strong {
  font-size: 18px;
  text-align: center;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 9px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 9px;
  text-align: right;
  font-size: 1.6rem;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.block-minicart .amount {
  display: inline-block;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 1.3rem;
  padding: 27px 0 18px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 20px;
  border-top: 1px dotted #cccccc;
  padding: 20px 0 0;
}
.block-minicart .block-content > .actions > .secondary,
.block-minicart .block-content > .actions > .primary {
  display: inline-block;
  width: 49%;
}
.block-minicart .block-content > .actions > .secondary .action {
  background-image: none;
  background: transparent;
  border: 3px solid #000000;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 6px 10px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
}
.block-minicart .block-content > .actions > .secondary .action:focus,
.block-minicart .block-content > .actions > .secondary .action:active {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.block-minicart .block-content > .actions > .secondary .action:hover {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.block-minicart .block-content > .actions > .secondary .action.disabled,
.block-minicart .block-content > .actions > .secondary .action[disabled],
fieldset[disabled] .block-minicart .block-content > .actions > .secondary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-minicart .block-content > .actions > .primary {
  text-align: right;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: 1.6rem;
  padding: 7px 10px;
  min-width: 130px;
  border-radius: 0;
}
.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: #000000;
  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: #000000;
}
.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: #000000;
  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: #000000;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 18px;
  right: 0;
  width: 320px;
  padding: 0 !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  padding: 18px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  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.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number:before {
  content: "(";
}
.minicart-wrapper .action.showcart .counter.qty .counter-number:after {
  content: ")";
}
.minicart-items-wrapper {
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  margin: 0 0 20px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 0;
  position: relative;
  border-bottom: 1px dotted #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing {
  position: absolute;
  top: 4px;
  right: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 4.5px;
}
.minicart-items .product-item-name {
  margin: 0 0 9px;
  padding-right: 40%;
}
.minicart-items .product-item-name a {
  color: #000000;
  font-size: 1.3rem;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.minicart-items .product-item-details {
  padding-left: 88px;
  margin: 10px 0;
}
.minicart-items .product-item-details .price {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 36px 4.5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 4.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 .details-qty .label,
.minicart-items .price-minicart .label {
  content: "：";
}
.minicart-items .item-qty {
  margin-right: 9px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  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: #000000;
}
.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: 9px;
  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: 9px 22.5px 9px 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: 9px;
}
.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: 9px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 9px;
}
._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 18px;
  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 18px;
}
.opc-wrapper {
  margin: 0 0 18px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 36px;
}
.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 4.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 {
  margin: 0 0 18px;
  counter-reset: i;
  display: block;
  font-size: 0;
  overflow: hidden;
}
.opc-progress-bar > li {
  margin: 0 10px 9px 0;
}
.opc-progress-bar > li:last-child {
  margin-right: 0;
}
.opc-progress-bar-item {
  margin: 0 10px 9px 0;
  width: calc((100% - 45px) / 3);
  height: 46px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  /*&:before { // Horizontal line
            .lib-css(background, @checkout-progress-bar-item__background-color);
            .lib-css(top, @checkout-progress-bar-item-element__width/2);
            .lib-css(transition, @checkout-progress-bar-item__transition);
            content: '';
            height: 7px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        &:first-child {
            &:before {
                .lib-css(border-radius, @checkout-progress-bar-item__border-radius 0 0 @checkout-progress-bar-item__border-radius);
            }
        }

        &:last-child {
            &:before {
                .lib-css(border-radius, 0 @checkout-progress-bar-item__border-radius @checkout-progress-bar-item__border-radius 0);
            }
        }*/
}
.opc-progress-bar-item:first-child:last-child {
  display: none;
}
.opc-progress-bar-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-left-color: #FFFFFF;
  position: absolute;
  top: 0;
  z-index: 1;
}
.opc-progress-bar-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-left-color: #efefef;
  position: absolute;
  top: 0;
  z-index: 2;
  right: -46px;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  word-wrap: break-word;
  background: #efefef;
  color: #d8d8d8;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 26px;
  text-indent: 20px;
  /*&:before, // Item element
            &:after {
                .lib-css(background, @checkout-progress-bar-item__background-color);
                .lib-css(height, @checkout-progress-bar-item-element__height);
                .lib-css(margin-left, -(@checkout-progress-bar-item-element__width/2));
                .lib-css(transition, @checkout-progress-bar-item__transition);
                .lib-css(width, @checkout-progress-bar-item-element__width);
                border-radius: 50%;
                content: '';
                left: 50%;
                position: absolute;
                top: 0;
            }

            &:after { // Item element inner
                .lib-css(background, @checkout-progress-bar-item-element-inner__background-color);
                .lib-css(height, @checkout-progress-bar-item-element-inner__height);
                .lib-css(margin-left, -(@checkout-progress-bar-item-element-inner__width/2));
                .lib-css(top, @checkout-progress-bar-item-element-outer-radius__width);
                .lib-css(width, @checkout-progress-bar-item-element-inner__width);
                content: counter(i);
                counter-increment: i;
                .lib-typography(
                @_color: @checkout-progress-bar-item-element-inner__color,
                @_font-family: false,
                @_font-size: @checkout-progress-bar__font-size,
                @_font-style: false,
                @_font-weight: @font-weight__semibold,
                @_line-height: false
                );
            }*/
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete:hover {
  /*&:before {
                    .lib-css(background, @checkout-progress-bar-item__hover__background-color);
                }*/
}
.opc-progress-bar-item._complete:hover:after {
  border-left-color: #f8c227;
}
.opc-progress-bar-item._complete:hover > span {
  background: #f8c227;
  color: #000000;
  /*&:before {
                    }*/
}
.opc-progress-bar-item._complete > span {
  color: #000000;
  /*&:after {
                    .lib-css(font-family, @icons__font-name);
                    .lib-css(content, @checkout-progress-bar-item-element-inner__active__content);
                }*/
}
.opc-progress-bar-item._active {
  /*&:before {
            }*/
}
.opc-progress-bar-item._active:after {
  border-left-color: #f8c227;
}
.opc-progress-bar-item._active > span {
  background: #f8c227;
  color: #000000;
  /*&:before {
                    .lib-css(background, @checkout-progress-bar-item__active__background-color);
                }

                &:after {
                    .lib-css(font-family, @icons__font-name);
                    .lib-css(content, @checkout-progress-bar-item-element-inner__active__content);
                }*/
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 9px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 13px;
  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: 767px) {
  .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: 18px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 9px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: none;
  line-height: 22px;
  margin: 0 1% 1% 0;
  padding: 20px 32px 20px 20px;
  transition: 0.3s border-color;
  width: 32%;
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  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 18px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 18px 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: 18px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 18px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 18px;
  padding-top: 18px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 27px;
}
.opc-block-shipping-information {
  padding: 0 27px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9px;
  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: #000000;
  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: #000000;
}
.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 18px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 18px;
  padding: 22px 27px;
}
.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: 9px 36px 9px 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: 9px;
}
.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 9px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 4.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: 767px) {
  .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: 22.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -54px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication {
  /*
        .actions-toolbar {
            margin-bottom: @indent__xs;

            > .secondary {
                padding-top: @indent__m;
                text-align: left;
            }
        }
        */
}
.block-authentication .login-container .block.block-customer-login,
.block-authentication .login-container .block.block-new-customer {
  border: 0;
}
.block-authentication .login-container .block.block-customer-login:before,
.block-authentication .login-container .block.block-new-customer:before {
  content: none;
}
.block-authentication .block-title {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-bottom: 22.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  position: relative;
  /*
                &::before {
                    .lib-css(height, @block-auth__or-label__size);
                    .lib-css(line-height, @block-auth__or-label__size - 2px);
                    .lib-css(margin, -(@block-auth__or-label__size/2 + 1px) 0 0 -(@block-auth__or-label__size / 2));
                    .lib-css(min-width, @block-auth__or-label__size);
                    background: @color-white;
                    border: 1px solid @color-gray-light5;
                    border-radius: 50%;
                    box-sizing: border-box;
                    color: @color-gray-light5;
                    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: 18px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 18px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 18px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 18px;
}
.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: 18px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 18px 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: 18px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 9px;
  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: #000000;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 18px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.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: 4.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.5px;
  padding-right: 4.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: 18px;
}
.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: 18px;
}
.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: 27px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 18px;
}
.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: 9px 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: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.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: 9px 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: 9px 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: 18px;
}
.account .column.main {
  margin-bottom: 27px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 36px;
}
.account .table-wrapper {
  margin-bottom: 18px;
  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: 9px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 4.5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 9px;
}
.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: -9px;
  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: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9px;
}
.samples-item {
  margin: 0 0 9px;
}
.field.downloads {
  margin-bottom: 9px;
}
.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: 9px;
  padding-bottom: 9px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 18px !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: 4.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: 18px;
  margin-top: 18px;
}
.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: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.gift-message .field {
  margin-bottom: 18px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 18px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary {
  margin-top: 9px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 18px;
  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: #000000;
  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: #000000;
}
.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: #000000;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 9px;
  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: #000000;
}
.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: 18px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 9px 36px 9px 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 9px;
  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: 9px 0 18px;
  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: 9px 0;
}
.gift-messages-order {
  margin-bottom: 22.5px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 9px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.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 22.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 9px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  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 9px 9px 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: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.5px 0 0 4.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: #000000;
  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: #000000;
}
.gift-options-content .fieldset .field {
  margin: 9px 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: 18px 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 9px 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: 18px;
}
.order-options .product {
  margin-bottom: 9px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 9px;
}
.order-options .gift-wrapping {
  margin-bottom: 9px;
}
.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: 9px;
}
.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: 9px;
}
.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: 18px;
}
.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 9px;
  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 4.5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  padding: 9px 9px 18px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 4.5px 9px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 9px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 22.5px;
  padding: 0 9px;
}
.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: 9px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 9px 39px 0 9px;
  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: 9px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 9px 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: 9px;
}
.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: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.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: 9px;
  top: 9px;
}
.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 18px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 9px;
}
.map-popup .map-msrp {
  margin-bottom: 9px;
}
.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: 9px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.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: 9px;
  top: 9px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 18px;
}
.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 4.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: 18px;
}
.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: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 18px;
  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: 18px;
}
.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 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 18px;
  margin-top: 27px;
}
.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: 22.5px;
  padding-left: 14px;
}
.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: 9px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 9px;
}
.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: 27px;
}
.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: 9px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 22.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9px;
}
.multicheckout .item-options {
  margin: 9px 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: 9px;
}
.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: 36px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 9px;
  margin-top: -9px;
}
.multicheckout .box-title span {
  margin-right: 9px;
}
.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 4.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 18px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: transparent;
  border: 3px solid #000000;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 6px 10px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.review-form .action.submit.primary:hover {
  background: transparent;
  border: 3px solid #ed7523;
  color: #ed7523;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 18px;
  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: 9px;
  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: 43.2px;
  margin-top: 9px;
}
.review-list {
  margin-bottom: 27px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 18px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 9px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.review-content {
  margin-bottom: 18px;
}
.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: 18px;
}
.product-reviews-summary {
  margin-bottom: 4.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: 10px;
  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: 18px;
}
.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: 4.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9px;
  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: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9px;
}
.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: 18px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 27px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 36px;
  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: 36px;
  padding: 9px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 9px;
}
.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: 27px;
}
.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: 18px;
}
.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: transparent;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: transparent;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 9px 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: 18px;
}
.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: 18px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 13px;
  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: 9px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 9px 36px;
  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: 27px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9px;
  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 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 22.5px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 18px;
}
.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: 9px 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: 9px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 36px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 18px 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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 18px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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: 9px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9px 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: 9px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 22.5px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 9px;
}
.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: 9px 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: #000000;
  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: #000000;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 18px;
}
.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: 18px;
}
.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 9px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 600;
  padding: 6px 10px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 18px;
}
.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: 18px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 18px;
}
.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: 9px;
  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: 18px;
}
.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: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 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: 768px) {
  #html-body #mobile_order_check {
    padding: 10px 10px 0 10px;
  }
  #html-body #mobile_order_check form {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  }
  #html-body #mobile_order_check form:after {
    content: '';
    display: table;
    clear: both;
  }
  #html-body #mobile_order_check form label {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #html-body #mobile_order_check form label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/icon_order_check.png') no-repeat top left;
    background-size: 20px 20px;
  }
  #html-body #mobile_order_check form .control {
    display: inline-block;
    float: left;
    padding: 0;
  }
  #html-body #mobile_order_check form .control INPUT {
    border: 1px solid #000000;
    width: 140px;
  }
  #html-body #mobile_order_check form .actions {
    display: inline-block;
    float: right;
    padding: 0;
  }
  .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: 13px;
    font-weight: 700;
  }
  .field-tooltip .field-tooltip-content {
    right: -9px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 9px 36px 9px 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: 18px;
    top: 9px;
  }
  .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: -9px;
    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: 9px;
    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;
    /*
        .leftnav {
            display: block;
        }
        */
  }
  .navigation #topnav {
    display: none;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .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: -250px;
    /* left: -80%; */
    /* left: calc(~'-1 * (100% - @{active-nav-indent})'); */
    overflow: auto;
    position: fixed;
    top: 0;
    /* width: 80%; */
    /* width: calc(~'100% - @{active-nav-indent}'); */
    width: 250px;
  }
  .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: 4.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 11px 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: inset -6px 12px 24px -10px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: inset -6px 12px 24px -10px rgba(136, 136, 136, 0.5);
    box-shadow: inset -6px 12px 24px -10px rgba(136, 136, 136, 0.5);
  }
  .nav-sections .header.links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 22px;
    text-transform: capitalize;
  }
  .nav-sections .header.links li A,
  .nav-sections .header.links li A:hover {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    padding: 0;
  }
  .nav-sections .header.links li.greet.welcome,
  .nav-sections .header.links li.authorization-link {
    display: none;
  }
  .nav-sections .header.links > li {
    width: 100%;
  }
  .nav-sections .header.links .links.customers {
    padding: 0;
  }
  .nav-sections .header.links .links.customers:after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-sections .header.links .links.customers li {
    display: inline-block;
    position: relative;
  }
  .nav-sections .header.links .links.customers li.customer {
    float: left;
    padding: 0 0 0 18px;
    z-index: 1;
  }
  .nav-sections .header.links .links.customers li.customer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 18px;
    background: transparent url('../images/icon_customer.png') no-repeat left 50%;
    background-size: 100% 100%;
  }
  .nav-sections .header.links .links.customers li.customer .counter-number {
    position: absolute;
    margin-left: 10px;
    top: -2px;
    background: #ed7523;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 2px;
    min-width: 12px;
    text-align: center;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0;
    right: -10px;
  }
  .nav-sections .header.links .links.customers li.logout {
    float: right;
    padding-left: 15px;
    border-left: 1px solid #efefef;
  }
  .nav-sections .header.links .links.customers li .showMobile {
    letter-spacing: 0;
    display: inline-block;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    /* left: 80%; */
    /* left: calc(~'100% - @{active-nav-indent}'); */
    left: 250px;
  }
  .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 {
    display: none;
    background: #ececec;
    border: solid #e0e0e0;
    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 {
    display: block !important;
    box-sizing: border-box;
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    padding: 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;
  }
  .nav-sections-item-content:last-child {
    margin-bottom: 20px;
  }
  .navigation {
    background: #f9f9f9;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    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 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation {
    border-bottom: 2px solid rgba(0, 0, 0, 0.38);
  }
  .navigation > ul {
    padding: 0 10px;
    background-color: #F8C227;
  }
  .navigation > ul > li .all-category {
    display: none !important;
  }
  .navigation > ul li.level0 {
    padding: 0;
    border-bottom: 1px solid #EBB825;
  }
  .navigation > ul li.level0.last {
    border-bottom: 0;
  }
  .navigation > ul li.level0 > .level-top {
    padding: 10px;
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 18px;
  }
  .navigation > ul li {
    /*
                &:not(.parent) {
                    A {
                        &:after {
                            content: none;
                        }
                    }
                }
                */
  }
  .navigation > ul li.parent.level0 > A {
    /*
                            &.ui-state-active {
                                &:after {
                                    content: url('@{baseDir}images/nav_arrow_close.png');
                                }
                            }
                            */
  }
  .navigation > ul li.parent.level0 > A:after {
    right: 20px;
    top: 7px;
    /*content: url('@{baseDir}images/nav_arrow_open.png');*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    top: 15px;
  }
  .navigation > ul li.parent.level0.active > A:after {
    top: 17px;
    /*transform: rotate(180deg);*/
    transform: rotate(220deg);
  }
  .navigation > ul li.parent:not(.level0) > A {
    position: relative;
    /*
                            &.ui-state-active {
                                &:after {
                                    content: url('@{baseDir}images/nav_arrow_close_white.png');
                                }
                            }
                            */
  }
  .navigation > ul li.parent:not(.level0) > A:after {
    position: absolute;
    right: 18px;
    top: 7px;
    content: url('../images/nav_arrow_open_white.png');
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .navigation > ul li.parent:not(.level0).active > A:after {
    top: 10px;
    transform: rotate(180deg);
  }
  .navigation > ul ul.level0,
  .navigation > ul ul.level0.submenu:not(:first-child) {
    padding: 5px 10px;
    background-color: #333333;
    border-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important;
  }
  .navigation > ul ul.level0 li,
  .navigation > ul ul.level0.submenu:not(:first-child) li {
    border-bottom: 0;
    padding-left: 0;
    width: auto !important;
    height: auto !important;
  }
  .navigation > ul ul.level0 li A,
  .navigation > ul ul.level0.submenu:not(:first-child) li A {
    padding: 8px 10px !important;
    background-size: 0 0;
    color: #ffffff;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 16px;
    /*
                        &:after {
                            content: '';
                        }
                        */
  }
  .navigation .leftnav .submenu {
    display: none;
  }
  .navigation .leftnav .submenu > LI.active {
    display: block;
  }
  .navigation .leftnav .submenu > LI.active > a {
    border-color: transparent;
    border-width: 0;
  }
  .navigation .leftnav .level0.active > a:not(.ui-state-active),
  .navigation .leftnav .level0.has-active > a:not(.ui-state-active) {
    border-color: transparent;
    color: #666666;
  }
  .navigation .leftnav .level0.active.all-products .submenu,
  .navigation .leftnav .level0.has-active.all-products .submenu {
    display: block !important;
  }
  .navigation .leftnav .level0.active.all-products .submenu li.parent > A:after,
  .navigation .leftnav .level0.has-active.all-products .submenu li.parent > A:after {
    content: none;
  }
  .navigation .leftnav .submenu:not(:first-child) .active > a {
    border-left: 0;
    color: #9b9b9b;
  }
  .navigation .leftnav .submenu:not(:first-child) ul {
    display: none;
  }
  .navigation .leftnav .submenu:not(:first-child) li.showLaptop {
    display: none !important;
  }
  #mobile_order_check {
    padding: 10px 10px 0 10px;
  }
  #mobile_order_check form {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  }
  #mobile_order_check form:after {
    content: '';
    display: table;
    clear: both;
  }
  #mobile_order_check form label {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #mobile_order_check form label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/icon_order_check.png') no-repeat top left;
    background-size: 20px 20px;
  }
  #mobile_order_check form .control {
    display: inline-block;
    float: left;
    padding: 0;
  }
  #mobile_order_check form .control INPUT {
    border: 1px solid #000000;
    width: 140px;
  }
  #mobile_order_check form .actions {
    display: inline-block;
    float: right;
    padding: 0;
  }
  .nav-sections .switcher {
    border: 0;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 10px;
  }
  .nav-sections .switcher .label {
    display: none;
  }
  .nav-sections .switcher .switcher-trigger strong {
    padding-left: 30px;
    font-size: 1.3rem;
  }
  .nav-sections .switcher .switcher-trigger strong:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent url('../images/icon_globe.png') no-repeat top left;
    background-size: 20px 20px;
  }
  .nav-sections .switcher .switcher-trigger strong:after {
    right: 10px !important;
    top: -4px !important;
    content: url('../images/nav_arrow_open.png');
  }
  .nav-sections .switcher .switcher-trigger.active strong:after {
    content: url('../images/nav_arrow_close.png');
  }
  .nav-sections .switcher .switcher-dropdown {
    padding: 10px 0 0 30px;
  }
  .nav-sections .switcher .switcher-dropdown li:last-child {
    margin-bottom: 0;
  }
  .nav-sections .switcher .switcher-dropdown a {
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 18px;
  }
  .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);
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .header .logo {
    margin: 0 0 10px 40px;
  }
  .categories > li {
    width: 100%;
    display: inline-block;
    margin-right: 0%;
  }
  body .modal-popup.image-picker-popup .modal-header .modal-title {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1em;
    color: #000000;
  }
  body .modal-popup.image-picker-popup .modal-header .action-close {
    padding: 14px;
    line-height: 1;
  }
  body .modal-popup.image-picker-popup .modal-content {
    position: relative;
    height: calc(100% - 40px);
  }
  body .modal-popup.image-picker-popup #product-image-image-picker {
    background: #ffffff;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control .item {
    width: 100%;
    display: none;
    order: 2;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control .item.selected {
    display: block;
    order: 1;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom: none;
    position: relative;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control .item.selected:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 27px;
    width: 4px;
    height: 4px;
    border: 2px solid #000000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control .item span.icon {
    float: left;
    margin: 12px 18px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control .item span.name {
    display: block;
    margin: 17px 60px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.6rem;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control.active {
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control.active .item {
    display: block;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-control.active .item.selected:after {
    top: 30px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content {
    margin-top: 60px;
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    overflow: auto;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-action {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-action .action-previous {
    display: inline-block;
    float: left;
    border-color: transparent;
    margin: 10px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-action .action-previous span {
    display: inline-block;
    text-decoration: none;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-action .action-previous span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-action .action-previous span:before {
    margin-right: 10px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-action .action-select-all {
    float: right;
    margin: 10px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-action:after {
    display: table;
    content: '';
    clear: both;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .file-selector button.upload {
    font-size: 16px;
    width: 200px;
    padding: 10px;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .picker-tab-content .picker-items .picker-item.folder {
    width: auto;
    padding: 0 10px 5px;
    display: block;
    float: none;
  }
  body .modal-popup.image-picker-popup #product-image-image-picker .show-selected-image .picker-tab-content {
    bottom: 295px;
  }
  .upload-image-wrapper .data.table.upload-image {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .upload-image-wrapper .data.table.upload-image thead,
  .upload-image-wrapper .data.table.upload-image th {
    display: none;
  }
  .upload-image-wrapper .data.table.upload-image tbody,
  .upload-image-wrapper .data.table.upload-image tr,
  .upload-image-wrapper .data.table.upload-image td {
    display: block;
    border: none;
  }
  .upload-image-wrapper .data.table.upload-image tbody {
    background: #ffffff;
    padding: 0;
    margin: 10px 0;
    order: 3;
  }
  .upload-image-wrapper .data.table.upload-image tbody tr + tr {
    border-top: 1px solid #efefef;
    padding-top: 10px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col {
    padding: 5px 10px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.summary-status {
    background: #f8c227;
    margin-bottom: 10px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.name {
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.qty div {
    display: inline-block;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.qty .col-title {
    display: inline-block;
    margin-right: 5px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.qty .col-title:after {
    content: ": ";
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork {
    margin-bottom: 10px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork .col-title {
    font-size: 12px;
    display: block;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork .action-label {
    display: block;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork .artwork-wrapper > div > div {
    padding-bottom: 10px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork .artwork-wrapper > div > div.artwork-qty > span {
    max-width: 67px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork .artwork-wrapper > div > div.artwork-qty > span:nth-child(2) {
    width: 15px;
    text-align: center;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork .artwork-wrapper > div.artwork-item {
    font-size: 16px;
  }
  .upload-image-wrapper .data.table.upload-image tbody td.col.artwork .artwork-wrapper > div.artwork-item > div > span > input {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    width: 70px;
    border-color: #a6a6a6;
    text-align: center;
  }
  .upload-image-wrapper .data.table.upload-image tbody.invalid {
    order: 1;
  }
  .upload-image-wrapper .data.table.upload-image tbody.invalid td.summary-status {
    background: #d8d8d8;
  }
  .upload-image-wrapper .data.table.upload-image tbody.not_uploaded {
    order: 2;
  }
  .upload-image-wrapper .data.table.upload-image tbody.not_uploaded td.summary-status {
    background: #d8d8d8;
  }
  .upload-image-wrapper .data.table.upload-image td.status {
    display: none;
  }
  .upload-image-wrapper button.action,
  .upload-image-wrapper button.action:hover,
  .upload-image-wrapper button.action:focus {
    display: block;
    width: 100%;
    padding: 8px 15px;
    margin: 10px 0;
  }
  .modal-popup.modal-upload-image .modal-inner-wrap {
    min-height: 100%;
    margin: 0 auto;
    background: #efefef;
  }
  .modal-popup.modal-upload-image .modal-content {
    padding: 0;
  }
  .modal-popup.modal-upload-image .modal-content .order-id {
    background: #ffffff;
  }
  .modal-popup.modal-upload-image .modal-content .upload-image-wrapper {
    padding: 20px 10px;
  }
  .modal-popup.modal-upload-image .modal-content .upload-image-wrapper .data.table.upload-image tbody {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    margin: 10px 0 20px;
  }
  .checkout-index-index.countdown-clock-active .page-header {
    margin-top: 50px;
  }
  .bs-countdown-clock-container {
    position: fixed;
    top: 0;
    padding: 12px 17px 12px 20px;
    font-size: 12px;
    line-height: 26px;
    border-bottom: 2px solid #979797;
    z-index: 101;
    background: white;
    width: calc(100% - 37px);
    margin-left: -10px;
  }
  .bs-countdown-clock-container .cutoff-time {
    float: left;
    line-height: 30px;
  }
  .bs-countdown-clock-container .remaining-time {
    float: right;
  }
  .bs-countdown-clock-container .remaining-time > div {
    display: inline-block;
    float: left;
  }
  .bs-countdown-clock-container .remaining-time > div.bs-countdown-label {
    line-height: 30px;
    padding: 0 5px;
  }
  .bs-countdown-clock-container:after {
    display: table;
    content: "";
    clear: both;
  }
  .nav-before-open .bs-countdown-clock-container {
    z-index: 15;
  }
  .bfb-popup {
    margin: 0;
    height: 100%;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    max-height: 100% !important;
  }
  .bfb-popup .block.bfb {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  .bfb-magnific .mfp-content {
    height: 100%;
  }
  .bfb-magnific .mfp-container {
    padding: 0;
  }
  .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 18px 18px;
  }
  .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: 9px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
    padding-bottom: 20px;
  }
  .cart-container .form-cart .actions.main > button {
    margin-bottom: 5px;
  }
  .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.files,
  .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.files,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.files:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    position: absolute;
    margin-left: 10px;
    top: 0;
    background: #ed7523;
    color: #ffffff;
    border-radius: 50%;
    min-width: 22px;
    text-align: center;
    font-size: 8px;
    right: 56px;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number:before,
  .minicart-wrapper .action.showcart .counter.qty .counter-number:after {
    content: "";
  }
  .opc-progress-bar-item > span {
    font-size: 1.4rem;
    white-space: nowrap;
    letter-spacing: 3px;
    margin-right: -3px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 18px;
  }
  .field-tooltip .field-tooltip-content {
    right: -9px;
    top: 40px;
    left: auto;
  }
  .modal-popup .modal-content {
    padding: 0;
  }
  .modal-popup .modal-content .fieldset {
    margin: 0 0 10px 0;
  }
  .modal-popup._inner-scroll.popup-authentication .modal-inner-wrap {
    max-width: 980px;
    width: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .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 18px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 9px;
  }
  .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 18px;
  }
  .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: 4.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9px;
  }
  .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: 9px;
    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: #000000;
    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: #000000;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.5px 14px -1px -15px;
    padding: 4px 9px 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: #000000;
    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: #000000;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .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: 36px;
  }
  .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 -9px 22.5px;
  }
  .filter-options-content {
    padding: 4.5px 9px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 4.5px -9px 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: 18px;
  }
  .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: 9px;
  }
  .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: 4.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: 22.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 36px;
  }
  .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: 4.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: 9px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 9px 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: 4.5px 9px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 9px;
    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: 27px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 18px 0 18px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 18px;
  }
  .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: 18px;
  }
  .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: #000000;
    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: #000000;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  body .modal-popup.image-picker-popup .modal-header {
    letter-spacing: 4px;
  }
  body.catalog-product-view {
    padding-bottom: 58px;
    /*.gFNMzL{
                bottom: 60px;
            }
            .jIJgoF{
                margin-bottom: 148px;
            }*/
  }
  body.catalog-product-view .eapp-whatsapp-chat-root-layout-component > div {
    bottom: 50px;
  }
  body.catalog-product-view .eapp-whatsapp-chat-root-layout-component > div > div:first-child {
    margin-bottom: 130px;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset {
    display: flex;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper {
    flex: 1;
    display: block !important;
    margin-bottom: 0 !important;
    padding-right: 10px;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .label {
    display: none !important;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control {
    flex-wrap: wrap;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control .qty-btn {
    font-size: 1.7rem !important;
    width: 15px !important;
    height: 20px !important;
    line-height: 16px !important;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control input {
    width: 20px !important;
    height: 20px !important;
    line-height: 35px !important;
    font-size: 10px !important;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before {
    flex: 1;
    border-left: 1px solid #bcbec0;
    border-right: 1px solid #bcbec0;
    padding: 0 10px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .min-charge-alert-msg {
    display: none !important;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .product_options_working_day_container {
    margin: 0 !important;
    font-size: 1rem !important;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper.line-total {
    padding: 0 !important;
    order: -1;
    display: flex !important;
    justify-content: flex-end;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper.line-total > span {
    font-size: 1rem !important;
    white-space: nowrap;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper.line-total .price-box.price-final_price .price-container.price-final_price.tax.weee .price-wrapper .price {
    font-size: 1.5rem !important;
    margin-left: 7px;
  }
  .product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .actions {
    flex: 1;
    padding-left: 10px;
  }
  .product_options_group_summary .product_options_group_summary_content_container .buy-more-container {
    width: 100%;
    padding: 0 !important;
    font-size: 7px !important;
    margin-top: 5px;
  }
  .product_options_group_summary .product_options_group_summary_content_container BUTTON.action.primary.tocart {
    font-size: 1rem !important;
    padding: 7px 5px !important;
  }
  body.catalog-product-view .magestore-bannerslide-flex-slider {
    /*padding-left: 0 !important;
                padding-right: 0 !important;*/
  }
  body.catalog-product-view .page-wrapper .block {
    padding: 0;
  }
  body.catalog-product-view .magestore-bannerslider .flex-viewport {
    /*padding: 0 20px;*/
  }
  body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li {
    /*padding: 0 20px;
                            box-sizing: border-box;
                            width: 100vw !important;*/
  }
  body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li > a {
    max-width: 40px !important;
    margin-right: 5px !important;
  }
  body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li p {
    font-size: 0.9rem;
    letter-spacing: -0.5px;
  }
  body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li .ad-text {
    margin-right: 5px !important;
  }
  body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li .btn-shop {
    margin-right: 5px !important;
  }
  body.catalog-product-view .magestore-bannerslider .flex-direction-nav a.flex-prev {
    left: -25px;
  }
  body.catalog-product-view .magestore-bannerslider .flex-direction-nav a.flex-next {
    right: -25px;
  }
  body.catalog-product-view .magestore-bannerslider .flex-direction-nav a:before {
    width: 2px !important;
    height: 2px !important;
    padding: 2px !important;
    border-width: 0 1px 1px 0 !important;
  }
  body.catalog-product-view #maincontent {
    padding: 0;
  }
  body.catalog-product-view .product.data.items {
    margin-left: 0;
    margin-right: 0;
  }
  body.catalog-product-view .page-main .product.items > .item.content {
    margin-top: 0 !important;
  }
  body.catalog-product-view .product-info-main .box-tocart {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    border-top: 1px solid #d1d3d4;
  }
  .product-info-price {
    margin: 0;
    width: 100% !important;
  }
  body .cart.table-wrapper {
    border: none;
    margin-bottom: 0;
    border-bottom: 10px solid #ffffff;
  }
  body .cart.table-wrapper .cart > .item {
    margin: 10px;
    background: #ffffff;
    border: none;
    padding-left: 25px;
    padding-bottom: 15px;
    display: block;
  }
  body .cart.table-wrapper .cart > .item .item-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.item {
    order: 1;
    min-height: 0;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.price {
    order: 2;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.price:before {
    display: inline-block;
    margin: 0;
    padding: 0;
    content: attr(data-th) ': ';
  }
  body .cart.table-wrapper .cart > .item .item-info .col.price > * {
    display: inline-block;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.price .price {
    font-size: 1.3rem;
    font-weight: bold;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.subtotal {
    order: 3;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.subtotal:before {
    display: inline-block;
    margin: 0;
    padding: 0;
    content: attr(data-th) ': ';
  }
  body .cart.table-wrapper .cart > .item .item-info .col.subtotal > * {
    display: inline-block;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.subtotal .price {
    font-size: 1.3rem;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.qty {
    order: 4;
    margin-top: 15px;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.qty:before {
    display: none;
  }
  body .cart.table-wrapper .cart > .item .item-info .col.price,
  body .cart.table-wrapper .cart > .item .item-info .col.subtotal,
  body .cart.table-wrapper .cart > .item .item-info .col.qty {
    text-align: left;
    padding: 0 15px 0 100px;
    float: none;
    width: auto;
  }
  body .cart.table-wrapper .cart > .item:after {
    clear: left;
    display: table;
    content: '';
  }
  body .cart.table-wrapper .cart > .item .product-item-name {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6rem;
  }
  body .cart.table-wrapper .cart > .item .collapse.title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  body .cart.table-wrapper .item-wrapper .action.action-edit {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
  }
  body .cart.table-wrapper .item-wrapper .action.action-delete {
    position: absolute;
    left: -20px;
    top: 30px;
  }
  body .cart-container .form-cart .actions.main {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
  }
  body .cart-container .form-cart .actions.main > button.update {
    width: 100%;
    margin: 0 10px 20px;
    padding: 8px 10px;
  }
  body .cart-container .form-cart .actions.main > button.continue,
  body .cart-container .form-cart .actions.main > button.clear {
    border-color: transparent;
    outline: none;
    box-shadow: none;
    text-decoration: underline;
    margin: 0;
  }
  body.checkout-cart-index .column.main .cart-discount {
    border-top: 10px solid #ffffff;
  }
  body.checkout-index-index .nav-sections,
  body.checkout-index-index .nav-toggle {
    display: block;
  }
  body.checkout-index-index .logo {
    margin-left: auto;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item {
    min-height: 145px;
    width: 100%;
    margin: 0 0 20px;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item:last-child {
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content {
    padding: 15px;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field {
    margin-bottom: 10px;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .radio:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    right: 2px;
    top: 2px;
  }
  body.checkout-index-index .opc-wrapper .opc-minicart {
    margin-bottom: 20px;
  }
  body.checkout-index-index .opc-wrapper .opc-block-summary {
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-wrapper .opc-minicart > .title,
  body.checkout-index-index .opc-wrapper .opc-amounts > .title {
    line-height: 1;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .table-wrapper {
    border-top: none;
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table table,
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table thead,
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table tbody,
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table tr,
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td {
    display: block;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table thead {
    display: none;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table tr {
    background: #ffffff;
    padding: 20px;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table tr :last-child {
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td {
    margin-bottom: 7px;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td.name {
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td:not(.name) {
    vertical-align: top;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td:not(.name):before {
    content: attr(data-th) ': ';
    display: inline-block;
    margin-right: 10px;
    float: left;
  }
  body.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td:last-child {
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-wrapper .checkout-summary {
    background: transparent;
  }
  body.checkout-index-index .opc-wrapper .checkout.actions button.secondary {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 7px 10px;
    font-size: 14px;
  }
  body.checkout-index-index .opc-wrapper .checkout.actions button.secondary:nth-child(2) {
    margin-right: 0;
  }
  body.checkout-index-index .opc-wrapper .checkout.actions button.primary {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  body.checkout-index-index #payment.checkout-payment-method {
    flex-wrap: wrap;
  }
  body.checkout-index-index #payment.checkout-payment-method > div {
    width: 100%;
  }
  body.checkout-index-index .checkout-customer-summary {
    flex-wrap: wrap;
  }
  body.checkout-index-index .checkout-customer-summary > div {
    width: 100%;
  }
  body .checkout-success-summary .opc-amounts {
    margin-bottom: 20px;
  }
  body .checkout-customer-summary .checkout-summary .checkout.actions {
    float: none;
    width: 100%;
  }
  body .checkout-customer-summary .checkout-summary .checkout.actions .button.action {
    float: left;
    width: 48%;
    margin-bottom: 5px;
  }
  body .checkout-customer-summary .checkout-summary .checkout.actions .button.action:nth-child(2n) {
    margin-left: 2%;
  }
  body .checkout-customer-summary .checkout-summary .checkout.actions:after {
    clear: both;
    display: table;
    content: "";
  }
  body .action.print {
    display: none;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .modal-popup.modal-form .modal-inner-wrap {
    margin: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  body.account:not(.page-print) .page-header .hotline_wrapper {
    display: none;
  }
  body.account:not(.page-print) .page.messages {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.account:not(.page-print) .page-main {
    padding-top: 43px;
  }
  body.account:not(.page-print) .column.main {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
  }
  body.account:not(.page-print) .column.main .block:not(.widget) .block-title > .action {
    margin-top: -5px;
  }
  body.account:not(.page-print) .column.main .block-dashboard-orders {
    background: transparent;
  }
  body.account:not(.page-print) .column.main .order-details-items.ordered .order-title {
    display: none;
  }
  body.account:not(.page-print) .column.main .order-details-items .order-title {
    padding: 0 10px;
  }
  body.account:not(.page-print) .column.main .order-details-items .order-title .action.print {
    display: none;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav {
    top: 5px;
    left: 10px;
    right: 10px;
    width: auto;
    border-radius: 3px;
    overflow: hidden;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .title {
    background: #f8c227;
    border-top: none;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    line-height: 16px;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .title > strong {
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 4px;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .content {
    background: #333333;
    padding: 0;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item {
    margin: 0;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item a,
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item > strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 4px;
    padding: 17px 15px;
    margin: 0 5px;
    border-left: none;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item a:hover,
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item > strong:hover {
    background: transparent;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item.current {
    background: #9b9b9b;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item.current a,
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item.current > strong {
    color: #ffffff;
    font-weight: normal;
  }
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item:not(:last-child) a,
  body.account:not(.page-print) .sidebar .block-collapsible-nav .item:not(:last-child) > strong {
    border-bottom: 1px solid #666666;
  }
  body.account:not(.page-print) .sidebar .block.account-nav {
    display: none;
  }
  body.account:not(.page-print) .page-footer {
    margin-top: 0;
  }
  body .login-container {
    padding: 20px;
  }
  body .login-container > .block [class*="-cover"] {
    padding: 0;
  }
  body .login-container > .block [class*="-cover"] .block-title {
    padding: 15px 20px 0;
  }
  body .login-container > .block [class*="-cover"] .block-content {
    text-align: center;
  }
  body .login-container > .block [class*="-cover"] .block-content img {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  body .login-container > .block [class*=form] .actions-toolbar > .secondary {
    text-align: left;
  }
  body .social-login-authentication-channel .actions-toolbar.social-btn .btn-social {
    box-sizing: border-box;
  }
  body .social-login-authentication-channel .actions-toolbar.social-btn:not(:last-child) {
    margin-bottom: 20px;
  }
  body.sales-order-history .column.main {
    padding-bottom: 70px;
  }
  body.sales-order-history .order-products-toolbar {
    background: #ffffff;
    margin: 30px -10px -40px;
    padding: 20px 0;
  }
  body.sales-order-history .order-products-toolbar .pages {
    margin: 0;
  }
  body.sales-order-history .order-products-toolbar .toolbar-amount,
  body.sales-order-history .order-products-toolbar .limiter {
    display: none;
  }
  body .branches_row .label,
  body .branches_row .store_label {
    left: 0 !important;
  }
  .branches_row #map_col #branch_detail_col,
  .branches_row #store_map_col #branch_detail_col {
    display: none;
  }
  .gm-style .gm-style-iw div.title {
    font-size: 16px;
  }
  body .slick-prev,
  body .slick-next {
    opacity: 0;
  }
  .catalog-category-view .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@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: 9px;
  }
  .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: 9px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 9px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.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: 4.5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9px;
    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: -18px;
  }
  .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: -9px 0 9px;
  }
  .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: 4.5px 9px;
  }
  .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: 9px;
    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 4.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: 18px;
  }
  .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: 9px;
  }
  .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;
  }
  .bfb-element .bfb-element-label,
  .bfb-element .bfb-element-control {
    width: 100% !important;
    padding: 0 !important;
  }
  .bfb-element.mgz-element-bfb_starratings .review-control-vote label:before,
  .bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
    font-size: 28px;
    height: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    width: 12px;
  }
  .bfb-element.bfb-element-label-align-right .bfb-element-label {
    text-align: left;
  }
  .bfb-element .bfb-element-control-inner {
    width: 100% !important;
  }
  .bfb-element.mgz-element-bfb_address .addressfield {
    margin: 0;
  }
  .bfb-element.mgz-element-bfb_address .subfield {
    width: 100%;
    padding-right: 0;
  }
  .bfb-element.mgz-element-bfb_choicematrix table thead {
    display: none;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr {
    display: block;
    margin-bottom: 10px;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td {
    display: block;
    text-align: left;
    background-color: #f5f5f5;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td.matrix-row-label-cell {
    font-weight: 600;
    background-color: #FFF;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody label span {
    display: block;
  }
  .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: #000000;
    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 9px 9px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -9px 0;
    width: calc(100% + 2*9px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 9px;
  }
  .product-info-price > *:last-child {
    padding-right: 9px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty,
  .cart .table.items .col.files {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 9px;
  }
  .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 {
    border-bottom: 1px solid #cccccc;
    margin: 20px 32px 20px 20px;
    padding: 20px 32px 20px 20px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 5px;
    padding: 20px 32px 20px 20px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 32px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    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: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    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: 18px;
    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: 22.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 22.5px -9px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 18px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9px;
  }
  .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 9px;
    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: #000000;
    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: 4.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: 36px;
  }
  .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: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 18px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 9px 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: 9px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .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: inline-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: 0px 0;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .post-list-wrapper .post-list .post-holder {
    width: 98%;
    margin: 0 2% 20px 2%;
  }
  body.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .fieldset .field,
  body.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .fieldset .field#pickup-location {
    margin-bottom: 20px;
  }
  body.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .fieldset .field .label,
  body.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .fieldset .field#pickup-location .label {
    float: none;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  body.checkout-index-index .opc-wrapper .checkout-shipping-address .action-show-popup {
    padding: 8px;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  body.account:not(.page-print) .column.main .block.block-dashboard-orders {
    background: transparent;
    padding: 0;
  }
  body.account:not(.page-print) .column.main .block.block-dashboard-orders .block-title > strong {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  body.account:not(.page-print) .column.main .page-title-wrapper {
    position: relative;
    padding: 0;
    margin: 0 0 20px;
  }
  body.account:not(.page-print) .column.main .page-title-wrapper H1.page-title {
    font-size: 20px;
  }
  body.account:not(.page-print) .column.main .page-title-wrapper .order-status {
    position: absolute;
  }
  body.account:not(.page-print) .column.main .table-wrapper {
    border-top: none;
    margin-bottom: 0;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td {
    text-align: left;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td:before {
    content: attr(data-th) ' : ';
    padding-right: 0;
    font-weight: inherit;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.col.qty {
    text-align: left;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.image-upload,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.payment-status {
    line-height: 38px;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.image-upload span.status,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.payment-status span.status {
    display: inline-block;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.image-upload span.status.incomplete,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.payment-status span.status.incomplete {
    color: #a6a6a6;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.image-upload span.status.paid,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.payment-status span.status.paid {
    color: #58d660;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.image-upload .action.upload-file,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.payment-status .action.upload-file {
    margin: 0;
    padding: 0 10px;
    line-height: 38px;
    width: 180px;
    text-align: center;
    float: right;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.image-upload:after,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.payment-status:after {
    content: '';
    display: table;
    clear: both;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td.actions a.action {
    display: inline-block;
    margin: 5px 0;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody td:last-child {
    border-bottom: none;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr {
    position: relative;
    margin: 10px 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr:last-child,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr:last-child {
    margin-bottom: 0;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td {
    vertical-align: middle;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.id,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.id {
    text-align: left;
    background: #f8c227;
    font-weight: bold;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    padding: 10px;
    padding-right: 80px;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.id:before,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.id:before {
    content: attr(data-th) '';
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.date:before,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.date:before {
    display: none;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.total,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.total {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-weight: bold;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.total:before,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.total:before {
    display: none;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions {
    padding: 10px 0 0;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action {
    background-image: none;
    background: transparent;
    border: 3px solid #000000;
    color: #333333;
    cursor: pointer;
    font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 6px 10px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    width: calc(50% + 1.5px);
    float: left;
    text-align: center;
    padding: 8px 10px;
    margin-left: -3px;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:focus,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:focus,
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:active,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:active {
    background: transparent;
    border: 3px solid #ed7523;
    color: #ed7523;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:hover,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:hover {
    background: transparent;
    border: 3px solid #ed7523;
    color: #ed7523;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action.disabled,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action.disabled,
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action[disabled],
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action[disabled],
  fieldset[disabled] body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action,
  fieldset[disabled] body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:hover,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:hover,
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:active,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:active,
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:focus,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:focus {
    text-decoration: none;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:after,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:after {
    display: none;
    content: '';
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:hover,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:hover {
    position: relative;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions .action:first-child,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions .action:first-child {
    margin-left: 0;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table > tbody tr td.actions:after,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table > tbody tr td.actions:after {
    content: '';
    display: table;
    clear: both;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody {
    margin: 0 10px;
    border-color: #efefef;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr:last-child,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr:last-child,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr:last-child,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr:last-child {
    border-bottom: none;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr:nth-child(even) td,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr:nth-child(even) td,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr:nth-child(even) td,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr:nth-child(even) td {
    background: transparent;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr td,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr td,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr td,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr td {
    padding-left: 0;
    padding-right: 0;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name:before,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name:before,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name:before,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name:before {
    display: none;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name .product-item-name,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name .product-item-name,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name .product-item-name,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.name .product-item-name {
    font-weight: bold;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price,
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal {
    text-align: right;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price:before,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price:before,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price:before,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.price:before,
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal:before,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal:before,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal:before,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items > tbody tr td.subtotal:before {
    content: attr(data-th) ' ';
    float: left;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot {
    display: block;
    padding: 0;
    background: 0;
    border: none;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot td,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot td,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot td,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot td {
    padding: 0;
    border: none;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot td,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot td,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot td,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot td,
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot th,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot th,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot th,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot th {
    display: block;
    border: none;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot td.amount,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot td.amount,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot td.amount,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot td.amount,
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot th.amount,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot th.amount,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot th.amount,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot th.amount {
    text-align: right;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot .grand_total,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot .grand_total,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot .grand_total,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot .grand_total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d8d8d8;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot table,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot table,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot table,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot table {
    width: 100%;
    background: #efefef;
    margin: 10px 0;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody {
    display: block;
    padding: 10px;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td,
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th {
    min-width: 50%;
    width: 50%;
    display: inline-block;
    padding: 5px 0;
    background: none;
    border: none;
    font-weight: bold;
  }
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td:before,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td:before,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td:before,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody td:before,
  body.sales-order-view .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th:before,
  body.sales-order-invoice .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th:before,
  body.sales-order-shipment .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th:before,
  body.sales-order-print .column.main .table-wrapper table.data.table.table-order-items tfoot table tbody th:before {
    display: none;
  }
  body.sales-order-view .order-links .item,
  body.sales-order-invoice .order-links .item,
  body.sales-order-shipment .order-links .item,
  body.sales-order-print .order-links .item {
    width: 33.3333%;
    text-align: center;
  }
  body.sales-order-view .order-links .item strong,
  body.sales-order-invoice .order-links .item strong,
  body.sales-order-shipment .order-links .item strong,
  body.sales-order-print .order-links .item strong,
  body.sales-order-view .order-links .item a,
  body.sales-order-invoice .order-links .item a,
  body.sales-order-shipment .order-links .item a,
  body.sales-order-print .order-links .item a {
    line-height: 45px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 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;
  }
  .categories > li {
    width: 48%;
    display: inline-block;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .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: -9px 0 9px;
  }
  .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: 18px;
    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;
  }
  .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: 18px 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: 22.5px;
    padding-right: 22.5px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 22.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 36px;
    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: 244px;
    padding-right: 36px;
  }
  .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;
  }
  body.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .fieldset .field {
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item {
    width: 32.3333%;
    margin-right: 1%;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item:nth-child(3n) {
    margin-right: 0;
  }
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item:nth-child(3n+1) {
    clear: left;
  }
  body.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items {
    margin: 0 -0.5% -5px;
  }
  body.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item {
    width: 32.3333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  body.checkout-index-index .opc-wrapper .checkout-shipping-address .action-show-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table th.col,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table td.col {
    color: #000000;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table th.col:first-child,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table td.col:first-child {
    padding-left: 20px;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table th.col:last-child,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table td.col:last-child {
    padding-right: 20px;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table th.col.image-upload,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table td.col.image-upload,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table th.col.payment-status,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table td.col.payment-status {
    text-align: center;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > thead tr th.col {
    background: #d8d8d8;
    border-bottom: 2px solid #ffffff;
    border-top: none;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 19px;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > thead tr th.col.shipping {
    display: none;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > thead tr th.col.actions {
    color: transparent;
    text-indent: -9999px;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td {
    background: #efefef;
    border-top: none;
    border-bottom: 2px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td:last-child {
    border-bottom: 2px solid #ffffff;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.image-upload a + span.status,
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.payment-status a + span.status {
    display: none;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.actions {
    text-align: right;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.actions a.action {
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 18px;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.actions a.action span {
    text-decoration: underline;
  }
  body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.actions a.action:after {
    margin: 0 3px;
  }
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table th,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table th,
  body.account:not(.page-print) .column.main .table-wrapper.orders-recent table.data.table td,
  body.account:not(.page-print) .column.main .table-wrapper.orders-history table.data.table td {
    vertical-align: middle;
  }
  body.sales-order-history .orders-history {
    padding: 10px;
    background: #ffffff;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  body.sales-order-view .column.main .order-details-items,
  body.sales-order-invoice .column.main .order-details-items,
  body.sales-order-shipment .column.main .order-details-items,
  body.sales-order-print .column.main .order-details-items {
    padding: 20px;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper,
  body.sales-order-print .column.main .order-details-items .table-wrapper {
    margin-bottom: 0;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table > thead tr th.col,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table > thead tr th.col,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table > thead tr th.col,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table > thead tr th.col {
    background: transparent;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table .col.name .product-item-name,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table .col.name .product-item-name,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table .col.name .product-item-name,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table .col.name .product-item-name {
    margin: 0;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table .col.qty,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table .col.qty,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table .col.qty,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table .col.qty,
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table .col.files,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table .col.files,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table .col.files,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table .col.files {
    text-align: center;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table .col.price,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table .col.price,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table .col.price,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table .col.price,
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table .col.subtotal,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table .col.subtotal,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table .col.subtotal,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table .col.subtotal {
    text-align: right;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table > tbody tr td,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table > tbody tr td,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table > tbody tr td,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table > tbody tr td {
    border: none;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tbody + tbody,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tbody + tbody,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tbody + tbody,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tbody + tbody {
    border-top: 2px solid #ffffff;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot {
    background: transparent;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot td,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot td,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot td,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot td {
    padding: 10px 20px;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot td,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot td,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot td,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot td,
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot th,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot th,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot th,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot th {
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > td,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > td,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > td,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > td,
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > th,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > th,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > th,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot > tr:first-child > th {
    padding-top: 10px;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total th,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total th,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total th,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total th,
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total td,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total td,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total td,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot tr.grand_total td {
    border-top: 5px solid #ffffff;
    box-shadow: inset 0 1px #d8d8d8;
    padding-top: 10px;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot table,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot table,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot table,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot table {
    width: auto;
    float: right;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody th,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody th,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody th,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody th,
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td {
    background: transparent;
    border: none;
    font-weight: bold;
    padding: 5px 0;
  }
  body.sales-order-view .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td,
  body.sales-order-invoice .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td,
  body.sales-order-shipment .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td,
  body.sales-order-print .column.main .order-details-items .table-wrapper table.data.table tfoot table tbody td {
    min-width: 100px;
    text-align: right;
  }
}
A:link,
A:visited,
A:active {
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: #ed7523;
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border: 1px solid #000000;
}
SELECT {
  border-color: #000000;
}
.breadcrumbs {
  display: none;
}
.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 {
  margin-bottom: 4.5px;
}
.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: 2rem;
  font-weight: bold;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
}
.abs-status,
.return-status,
.order-status {
  border: none;
  border-radius: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding: 2px 9px;
  min-width: 50px;
  text-align: center;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.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: 15px;
}
.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: 1.3rem;
  margin-top: 9px;
  margin-bottom: 9px;
}
.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;
}
#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 9px;
}
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: 9px;
}
.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: 9px 9px 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: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, 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: 9px;
  right: 27px;
}
#braintree_cc_number {
  padding-left: 68px;
}
@media (max-width: 980px) {
  .ammenu-nav-sections.nav-sections .switcher .switcher-trigger strong {
    box-sizing: content-box;
  }
}
.display-none {
  display: none;
}
/*.artwork-col-wrapper {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
} */
.artwork-col-wrapper__img-side,
.artwork-col-wrapper .select-wrapper {
  margin-right: 5px !important;
}
.artwork-col-wrapper .file-selector {
  order: 5;
  width: 100%;
  margin-top: 5px;
}
.upload-image-wrapper .dropbtn {
  background-color: #c9591e;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.upload-image-wrapper .dropdown {
  position: relative;
  display: inline-block;
}
.upload-image-wrapper .data.table.upload-image td.col.artwork button.action.browse {
  height: 32px;
}
.upload-image-wrapper .dropdown:hover .dropdown-content {
  display: block;
}
.upload-image-wrapper .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.upload-image-wrapper .dropdown-content a {
  color: black;
  padding: 12px 16px 12px 26px;
  text-decoration: none;
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
  font-weight: 600;
}
.upload-image-wrapper .dropdown-content a::before {
  position: absolute;
  content: "";
  left: 5px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100%;
}
.upload-image-wrapper .dropdown-content--social__google::before {
  background-image: url('../images/social-icon/search.svg');
}
.upload-image-wrapper .dropdown-content--social__fb::before {
  background-image: url('../images/social-icon/facebook.svg');
}
.upload-image-wrapper .dropdown-content--social__insta::before {
  background-image: url('../images/social-icon/instagram.svg');
}
.upload-image-wrapper .dropdown-content--social__dropbox::before {
  background-image: url('../images/social-icon/dropbox.svg');
}
.upload-image-wrapper .dropdown-content--social__lcl-cmp::before {
  background-image: url('../images/social-icon/upload.svg');
}
.upload-image-wrapper .data.table.upload-image td.single_side .artwork-col-wrapper {
  float: right;
  margin-right: 0;
}
.upload-image-wrapper .data.table.upload-image tbody tr:first-child td:nth-child(2) {
  max-width: 166px;
  width: 100%;
}
.upload-image-wrapper .local-up {
  display: table;
}
#pickup-location {
  max-width: 100% !important;
}
.field-2 {
  width: 43%;
  float: left;
}
.field-s {
  margin: 0 7%;
}
.option-tooltip {
  position: relative;
}
.option-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;
}
.option-tooltip .tooltip-content:after,
.option-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.option-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.option-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.option-tooltip .tooltip-content:after,
.option-tooltip .tooltip-content:before {
  right: 100%;
}
.option-tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.option-tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.option-tooltip .tooltip-toggle {
  cursor: help;
}
.option-tooltip .tooltip-toggle:hover + .tooltip-content,
.option-tooltip .tooltip-toggle:focus + .tooltip-content,
.option-tooltip:hover .tooltip-content {
  display: block;
}
.product_options_group_title {
  margin-bottom: 1px;
  padding: 8px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D8D8D8;
}
.product_options_group_title .product_options_group_title_text_container {
  line-height: 20px;
  line-height: inherit;
}
.product_options_group_title .product_options_group_title_text_container:after {
  content: '';
  clear: both;
  display: table;
}
.product_options_group_title .product_options_group_title_text {
  float: left;
}
.product_options_group_title .product_options_group_title_text SPAN {
  color: #d8d8d8;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 22px;
}
.product_options_group_title .product_options_group_title_edit {
  float: left;
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.product_options_group_title .product_options_group_title_edit A {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url('../images/icon_edit.png') no-repeat 50% 50%;
  background-size: 100% 100%;
}
.product_options_group_title .product_options_group_title_edit A SPAN {
  text-indent: -200em;
  /* text-indent only available for display : block or inline-block element */
  display: inline-block;
}
.product_options_group_title .product_options_group_options_labels {
  display: none;
  padding-right: 30px;
  color: #9b9b9b;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.product_options_group_title.edited {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #FFFFFF;
}
.product_options_group_title.edited .product_options_group_title_edit {
  display: block;
}
.product_options_group_title.edited .product_options_group_title_text SPAN {
  color: #000000;
}
.product_options_group_title.edited .product_options_group_options_labels {
  display: block;
}
.product_options_group_title.active {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  border-bottom: 0;
}
.product_options_group_title.active .product_options_group_title_edit,
.product_options_group_title.active .product_options_group_options_labels {
  display: none;
}
.product_options_group_title.active .product_options_group_title_text SPAN {
  color: #000000;
  font-size: 15px;
  line-height: 22px;
}
.product_options_group_content {
  padding: 0 20px 10px 20px;
  display: none;
  /*
        &:last-child {
            .product_options_group_control_buttons {
                display: none;
            }
        }
        */
}
.product_options_group_content:after {
  content: '';
  display: table;
  clear: both;
}
.product_options_group_content.inactive-validate {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  display: block;
}
.product_options_group_content.active {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #D8D8D8;
  background-color: #fff;
}
.product_options_group_content .product_options_option {
  margin: 0;
  padding-bottom: 5px;
  height: auto;
  min-height: 32px;
}
.product_options_group_content .product_options_option:after {
  content: '';
  display: table;
  clear: both;
}
.product_options_group_content .product_options_option > .label {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  width: 37%;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  overflow: visible;
  font-size: 0;
}
.product_options_group_content .product_options_option > .label > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.071428em;
  font-size: 13px;
}
.product_options_group_content .product_options_option > .control {
  float: right;
  display: inline-block;
  width: 63%;
  line-height: 32px;
  overflow: visible;
}
.product_options_group_content .product_options_option > .control input.mage-error {
  margin: 0;
  line-height: 1em;
}
.product_options_group_content .product_options_option > .control div.mage-error {
  margin: 5px 0 0 0;
  line-height: 1em;
}
.product_options_group_content .product_options_option.required .label:after {
  font-family: arial;
  font-size: 18px;
  margin: 0 0 0 2px;
  line-height: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.product_options_group_content .product_options_option[data-option-code="custom_length"] {
  position: relative;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  width: 68%;
}
.product_options_group_content .product_options_option[data-option-code="width"],
.product_options_group_content .product_options_option[data-option-code="height"],
.product_options_group_content .product_options_option[data-option-code="size_unit"] {
  position: relative;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
}
.product_options_group_content .product_options_option[data-option-code="width"] > .label,
.product_options_group_content .product_options_option[data-option-code="height"] > .label,
.product_options_group_content .product_options_option[data-option-code="size_unit"] > .label {
  display: inline-block;
  width: 25px;
  padding-right: 2px;
}
.product_options_group_content .product_options_option[data-option-code="width"] > .label:after,
.product_options_group_content .product_options_option[data-option-code="height"] > .label:after,
.product_options_group_content .product_options_option[data-option-code="size_unit"] > .label:after {
  display: none;
}
.product_options_group_content .product_options_option[data-option-code="width"] > .control,
.product_options_group_content .product_options_option[data-option-code="height"] > .control,
.product_options_group_content .product_options_option[data-option-code="size_unit"] > .control {
  display: inline-block;
  width: 40px;
}
.product_options_group_content .product_options_option[data-option-code="width"] > .control input,
.product_options_group_content .product_options_option[data-option-code="height"] > .control input,
.product_options_group_content .product_options_option[data-option-code="size_unit"] > .control input {
  width: 100%;
  padding: 0 5px;
}
.product_options_group_content .product_options_option[data-option-code="width"] {
  width: 77px;
  padding-left: 0;
  padding-right: 10px;
}
.product_options_group_content .product_options_option[data-option-code="height"] {
  width: 92px;
  padding-left: 15px;
  padding-right: 10px;
}
.product_options_group_content .product_options_option[data-option-code="height"]:before {
  content: '\e616';
  display: inline;
  padding: 0;
  position: absolute;
  top: 14px;
  left: -4px;
  width: 20px;
  font-family: 'luma-icons';
}
.product_options_group_content .product_options_option[data-option-code="size_unit"] {
  float: right;
  width: 23%;
  padding-left: 0;
  padding-right: 0;
}
.product_options_group_content .product_options_option[data-option-code="size_unit"] > .label {
  display: none;
}
.product_options_group_content .product_options_option[data-option-code="size_unit"] > .control {
  width: 100%;
}
.product_options_group_content .product_options_group_control_buttons .product_options_group_next {
  width: 100%;
  border: 3px solid #000000;
  background-color: #ffffff;
  text-align: center !important;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 4px;
  text-align: left;
}
.product_options_group_content .product_options_group_control_buttons .product_options_group_next:hover,
.product_options_group_content .product_options_group_control_buttons .product_options_group_next:focus {
  color: #ed7523;
  border-color: #ed7523;
}
.product_options_group_content button.product_options_options_group.level-2 {
  margin: 10px 10px 0 0;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 16px;
}
.product_options_group_content button.product_options_options_group.level-2.active {
  background-color: #f8c227;
}
.product_options_group_content p.required {
  float: right;
  position: relative;
  display: inline-block;
  margin: 0;
  color: #9b9b9b;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1em;
  text-align: right;
}
.product_options_group_content p.required:before {
  content: '*';
  position: absolute;
  top: 3px;
  left: -10px;
  color: #e02b27;
  font-size: 2em;
}
.product_options_group_content .product_options_options_group_title span {
  font-weight: 600;
  margin: 10px 0;
}
.product_options_group_content .product_options_options_group_title.required span:after {
  content: '*';
  color: #e02b27;
  font-family: arial;
  font-size: 18px;
  margin: 0 0 0 2px;
}
.product_options_group_content .product_options_options_container + .product_options_subgroups_container {
  margin: 0 0 10px 0;
}
.product_options_group_content.level-0 .product_options_option > .label.checkbox-label {
  width: auto;
  float: none;
}
.product_options_group_content.inactive-validate {
  margin: 0;
  padding: 0;
  height: 0;
  min-height: initial;
  line-height: 0;
}
.product_options_group_content.inactive-validate .fieldset,
.product_options_group_content.inactive-validate .field,
.product_options_group_content.inactive-validate .input-text,
.product_options_group_content.inactive-validate .select,
.product_options_group_content.inactive-validate .product_options_group_control_buttons,
.product_options_group_content.inactive-validate .product_options_group_next,
.product_options_group_content.inactive-validate DIV,
.product_options_group_content.inactive-validate P,
.product_options_group_content.inactive-validate SPAN {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: initial !important;
  line-height: 0 !important;
}
.product_options_group_content.inactive-validate .label {
  display: none;
}
.product_options_popup {
  display: none;
}
.product_options_popup .product_options_group_popup_groups_container .product_options_options_group {
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.product_options_popup .product_options_group_popup_groups_container .product_options_options_group:first-child .product_options_options_container {
  padding-top: 15px;
}
.product_options_popup .product_options_group_popup_groups_container .product_options_options_group.hide_title > .product_options_options_group_title {
  display: none;
}
.product_options_popup .product_options_group_popup_groups_container .product_options_options_group.hide_title > .product_options_options_container .product_options_options_group {
  border-top: 0;
  padding-top: 0;
}
.product_options_popup .product_options_group_popup_groups_container .product_options_options_group.hide_title > .product_options_options_container .product_options_options_group:first-child .product_options_options_container {
  padding-top: 10px;
}
.product_options_popup .product_options_options_group_title SPAN {
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1em;
}
.product_options_popup .product_options_option.field {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  vertical-align: top;
}
.product_options_popup .product_options_option.field .checkbox {
  visibility: hidden;
  position: absolute;
}
.product_options_popup .product_options_option.field .checkbox:before {
  content: none;
}
.product_options_popup .product_options_option.field .checkbox + .checkbox-label {
  position: relative;
  border: 1px solid #000000;
  background-color: #ffffff;
  margin-left: 30px;
  margin-right: 0;
  padding: 5px;
  text-align: center;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  cursor: pointer;
  width: calc(100% - 30px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_options_popup .product_options_option.field .checkbox + .checkbox-label:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url('../images/modal_checkbox.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.product_options_popup .product_options_option.field .checkbox + .checkbox-label:after {
  display: block;
  width: 8px;
  height: 8px;
  background: #000000;
  position: absolute;
  left: -23px;
  top: 10px;
  border-radius: 50%;
}
.product_options_popup .product_options_option.field .checkbox:checked + .checkbox-label {
  background-color: #f8c227;
}
.product_options_popup .product_options_option.field .checkbox:checked + .checkbox-label:before {
  background-image: url('../images/modal_checkbox_checked.png');
}
.product_options_popup .product_options_option.field .checkbox:checked + .checkbox-label:after {
  background: #f8c227;
}
.product_options_popup .product_options_option.field .checkbox:disabled + .checkbox-label {
  cursor: default;
  color: #B9B6B6;
  border-color: #B9B6B6;
  background-color: #ffffff;
}
.product_options_popup .product_options_option.field .checkbox:disabled + .checkbox-label:before {
  opacity: 0.1;
}
.product_options_popup .product_options_option.field .checkbox:disabled + .checkbox-label:after {
  opacity: 0.1;
}
.product_options_popup_group_options_copy {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
}
.product-image-design-upload-form .field {
  width: auto;
}
.product-image-design-upload-form .field.qty {
  padding-right: 5px;
  text-align: left;
}
.product-image-design-upload-form .field.image-qty {
  text-align: left;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-image-design-upload-form .field .label {
  padding-right: 5px;
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.product-image-design-upload-form .field .label SPAN {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.product-image-design-upload-form .field .control {
  position: relative;
  padding: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.product-image-design-upload-form .field .control:after {
  content: '';
  clear: both;
}
.product-image-design-upload-form .field .control .qty-btn {
  float: left;
  display: inline-block;
  width: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 2rem;
  cursor: pointer;
}
.product-image-design-upload-form .field .control .qty-btn.minus {
  margin-right: 2px;
}
.product-image-design-upload-form .field .control .qty-btn.raise {
  margin-left: 2px;
}
.product-image-design-upload-form .field .control input {
  float: left;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
  height: 35px;
  line-height: 35px;
}
.qty-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.qty-wrapper .field {
  display: table-cell;
  width: auto;
}
.qty-wrapper .field.qty {
  padding-right: 5px;
  text-align: left;
  display: flex;
}
.qty-wrapper .field.image-qty {
  text-align: right;
  vertical-align: top;
}
.qty-wrapper .field .label {
  display: table-cell;
  padding-right: 5px;
  width: auto;
  height: 35px;
  vertical-align: middle;
}
.qty-wrapper .field .label SPAN {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.qty-wrapper .field .control {
  /*display: table-cell;*/
  position: relative;
  padding: 0;
  width: auto;
  display: flex;
}
.qty-wrapper .field .control:after {
  content: '';
  display: table-cell;
  clear: both;
}
.qty-wrapper .field .control .qty-btn {
  float: left;
  display: inline-block;
  width: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 2rem;
  cursor: pointer;
}
.qty-wrapper .field .control .qty-btn.minus {
  margin-right: 2px;
}
.qty-wrapper .field .control .qty-btn.raise {
  margin-left: 2px;
}
.qty-wrapper .field .control input {
  float: left;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
  height: 35px;
  line-height: 35px;
}
.product_options_group_summary {
  background-color: lightgoldenrodyellow;
}
.product_options_group_summary .product_options_group_title_text_container {
  padding: 15px 20px;
  background-color: #ffffff;
  border-bottom: 0;
  display: none;
}
.product_options_group_summary .product_options_group_title_text SPAN {
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 4px;
}
.product_options_group_summary .product_options_group_summary_content_container {
  background-color: #ffffff;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart {
  padding: 20px 20px 15px 20px;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field {
  display: table-cell;
  width: auto;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field.qty {
  padding-right: 5px;
  text-align: left;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field.image-qty {
  text-align: right;
  vertical-align: top;
  display: flex;
  align-items: center;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .label {
  display: table-cell;
  padding-right: 5px;
  width: auto;
  /*height: 35px;*/
  height: auto;
  vertical-align: top;
  padding-top: 8px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .label SPAN {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control {
  /*display: table-cell;*/
  position: relative;
  padding: 0;
  width: auto;
  display: flex;
  align-items: center;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control:after {
  content: '';
  display: table-cell;
  clear: both;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control .qty-btn {
  float: left;
  display: inline-block;
  width: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 2rem;
  cursor: pointer;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control .qty-btn.minus {
  margin-right: 2px;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control .qty-btn.raise {
  margin-left: 2px;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .qty-wrapper .field .control input {
  float: left;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
  height: 35px;
  line-height: 35px;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before {
  /*padding: 0 0 10px;*/
  padding: 0;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .product_options_working_day_container {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin-bottom: 15px;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .product_options_working_day_container label:after {
  content: " :";
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .product_options_working_day_container .working-day.day-1-label:after {
  display: none !important;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .product_options_working_day_container .working-day.day-1-label:after {
  content: url('../images/see-u-tmr_C.png');
  padding: 6px 9px;
  margin: 0;
  font-weight: normal;
  /*        -webkit-transform: scale(0.7) rotate(15deg);
        -ms-transform: scale(0.7) rotate(15deg);
        transform: scale(0.7) rotate(15deg);*/
  display: inline-block;
  /*background:@color_orange;*/
  color: #ffffff;
  border-radius: 8px;
  transform: scale(0.8);
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  display: none;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper.line-total {
  /*margin: 0 0 0 -20px;*/
  /*background-color: @color_yellow;*/
  margin: 0;
  padding: 15px 0;
  display: block;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper.line-total > span {
  /*font-size: 2rem;*/
  font-size: 1.3rem;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper.line-total .price-box.price-final_price .price-container.price-final_price.tax.weee .price-wrapper .price {
  font-size: 2rem;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper > span {
  display: table-cell;
  margin-right: -4px;
  width: auto;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
  text-transform: uppercase;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper .price-box.price-final_price {
  display: table-cell;
  width: auto;
  text-align: right;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .price-clone-wrapper .price-box.price-final_price .price-container.price-final_price.tax.weee .price-wrapper .price {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .fieldset .product-actions-before .product-image-design-option-wrapper > .label {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 32px;
}
.product_options_group_summary .product_options_group_summary_content_container .box-tocart .min-charge-alert-msg {
  padding: 0;
}
.product_options_group_summary .product_options_group_summary_content_container .buy-more-container {
  font-size: 12px;
  color: #9b9b9b;
  clear: left;
  padding: 0 0 0 10px;
  /*position:absolute;*/
  bottom: -5px;
  white-space: nowrap;
  position: static;
  order: 1;
  display: block !important;
}
.product_options_group_summary .product_options_group_summary_content_container .buy-more-container.show ~ .qty-btn,
.product_options_group_summary .product_options_group_summary_content_container .buy-more-container.show ~ input {
  /*margin-bottom:20px;*/
  margin-bottom: 0;
}
.catalog-product-view .modal-popup.modal-slide .modal-header {
  padding: 0;
  background-color: #f8c227;
  color: #000000;
}
.catalog-product-view .modal-popup.modal-slide .modal-header .modal-title {
  text-indent: -4px;
  padding: 15px;
  border-bottom: 0;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 4px;
  text-align: center;
}
.catalog-product-view .modal-popup.modal-slide .modal-header .action-close {
  padding: 5px;
}
.catalog-product-view .modal-popup.modal-slide .modal-header .action-close:before {
  font-weight: bold;
  color: #000000;
}
.catalog-product-view .modal-popup.modal-slide .modal-header .action-close:hover:before,
.catalog-product-view .modal-popup.modal-slide .modal-header .action-close:focus:before {
  color: #9b9b9b;
}
.catalog-product-view .modal-popup.modal-slide .modal-content {
  padding: 15px 20px;
}
.catalog-product-view .modal-popup.modal-slide .modal-content .product_options_group_popup_image {
  /* margin-bottom: 15px; */
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.catalog-product-view .modal-popup.modal-slide .modal-content .product_options_options_group.level-3 {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 15px;
  border-top: 0;
  border-bottom: 1px solid #000000;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer {
  padding: 15px 0;
  border-top: 0;
  text-align: center;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer button.product_options_popup_widget_button {
  margin: 0;
  padding: 5px 10px;
  color: #000000;
  background-color: #ffffff;
  border: 3px solid #000000;
  white-space: nowrap;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer button.product_options_popup_widget_button:hover,
.catalog-product-view .modal-popup.modal-slide .modal-footer button.product_options_popup_widget_button:focus {
  color: #ed7523;
  border-color: #ed7523;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer button.product_options_popup_widget_button SPAN {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-right: -4px;
}
.blog-post-view .page-main > .page-title-wrapper {
  display: none;
}
.blog-post-view .container {
  width: auto;
  padding: initial;
  margin: initial;
}
.blog-post-view .section_content h3,
.blog-post-view .content_header h3 {
  font-weight: 600;
}
.blog-post-view .post-short-description a .img {
  vertical-align: baseline;
}
.blog-post-hero-products-special .container {
  padding: 1%;
  margin: 2% 0;
}
.post-meta {
  text-align: center;
  padding-top: 2em;
}
.post-meta .post-publish-date {
  color: #cccccc;
  margin: 1.5em;
  font-size: 0.9em;
}
.post-meta .post-name {
  font-size: 2em;
  font-weight: 900;
}
.post-meta .post-name h1 {
  font-size: 30px;
  font-weight: 900;
}
.post-view .post-holder {
  background: initial;
}
.post-view .post-holder:hover {
  box-shadow: initial;
}
.post-view .post-holder .post-short-description {
  color: #cccccc;
  margin-bottom: 2em;
}
.post-list-wrapper .post-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.post-list-wrapper .post-list .post-holder {
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #d9d9d9;
}
.post-list-wrapper .post-list .post-holder img {
  min-width: 100%;
}
@media screen and (min-width: 640px) {
  .post-list-wrapper .post-list .post-holder img {
    width: 300px;
    height: 225px;
  }
}
.post-list-wrapper .post-list .post-item--content {
  text-align: center;
}
.post-list-wrapper .post-list .post-item--content .post-item--publish-date {
  color: #6B7280;
  padding: 1em 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.post-list-wrapper .post-list .post-item--content .post-item--title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #1F2937;
}
@media screen and (min-width: 640px) {
  .post-list-wrapper .post-list .post-item--content .post-item--title {
    font-size: 20px;
    line-height: 28px;
  }
}
body.page-products.page-layout-1column .breadcrumbs,
body.catalog-product-view .breadcrumbs {
  display: block !important;
  padding-top: 2%;
}
body.page-products .products {
  margin: 0 0 30px 0;
}
body.page-products.page-layout-1column .products-grid .product-items,
body.checkout-cart-index .products-grid .product-items {
  margin: 0;
}
body.page-products.page-layout-1column .products-grid .product-items:after,
body.checkout-cart-index .products-grid .product-items:after {
  content: '';
  display: table;
  clear: both;
}
body.page-products.page-layout-1column .products-grid .product-item,
body.checkout-cart-index .products-grid .product-item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 5px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d8d8d8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.page-products.page-layout-1column .products-grid .product-item:after,
body.checkout-cart-index .products-grid .product-item:after {
  content: '';
  display: table;
  clear: both;
}
body.page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1),
body.checkout-cart-index .products-grid .product-item:nth-child(4n + 1) {
  margin-left: 0;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info,
body.catalog-product-view .products-grid .product-item .product-item-info,
body.checkout-cart-index .products-grid .product-item .product-item-info {
  position: relative;
  width: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  margin: -1px;
  border: 1px solid transparent;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info:hover,
body.catalog-product-view .products-grid .product-item .product-item-info:hover,
body.checkout-cart-index .products-grid .product-item .product-item-info:hover,
body.page-products.page-layout-1column .products-grid .product-item .product-item-info.active,
body.catalog-product-view .products-grid .product-item .product-item-info.active,
body.checkout-cart-index .products-grid .product-item .product-item-info.active {
  margin: -1px;
  padding: 0;
  border: 1px solid #efefef;
  background-color: #ffffff;
  box-shadow: none;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .flag,
body.catalog-product-view .products-grid .product-item .product-item-info .flag,
body.checkout-cart-index .products-grid .product-item .product-item-info .flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  z-index: 5;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-photo .product-image-photo {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  bottom: inherit;
  left: inherit;
  right: inherit;
  top: inherit;
  max-width: 100%;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details {
  color: #fb9843;
  width: 100%;
  margin: 0;
  padding: 10px 10px 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-item-name,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-item-name {
  display: block;
  min-height: 26px;
  margin-bottom: 10px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name A,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-item-name A,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-item-name A,
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name A:hover,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-item-name A:hover,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-item-name A:hover {
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  text-decoration: none;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name:after,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-item-name:after,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-item-name:after {
  content: '';
  display: table;
  clear: both;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-sku,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-sku,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-sku {
  display: inline-block;
  float: right;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 22px;
  letter-spacing: 0;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-price .price-box,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-price .price-box,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-price .price-box {
  margin: 5px 0;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-price .price-container .price,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-price .price-container .price,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-price .price-container .price {
  font-size: 1.3rem;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description {
  margin-bottom: 10px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.label,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.label,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.label {
  display: inline-block;
  padding-right: 10px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating {
  display: inline-block;
  height: 15px;
  background-color: transparent;
  background-image: url('../images/rating-star.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 95px 15px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star1,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star1,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star1 {
  width: 20px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star2,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star2,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star2 {
  width: 40px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star3,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star3,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star3 {
  width: 60px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star4,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star4,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star4 {
  width: 80px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star5,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star5,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description UL.ratings LI SPAN.rating.star5 {
  width: 100px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description .short-description UL,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description .short-description UL,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description .short-description UL {
  display: block;
  margin: 0 0 10px 20px;
  padding: 0;
  list-style-type: disc;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .product-description .short-description UL LI,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .product-description .short-description UL LI,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .product-description .short-description UL LI {
  display: list-item;
  margin: 0;
  padding: 0 0 10px 0;
  color: #000000;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .actions,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .actions,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .actions {
  margin: 0;
  padding: 0 5px;
}
body.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .actions .action.primary,
body.catalog-product-view .products-grid .product-item .product-item-info .product-item-details .actions .action.primary,
body.checkout-cart-index .products-grid .product-item .product-item-info .product-item-details .actions .action.primary {
  display: block;
  width: 100%;
  text-align: center;
}
body.page-products.page-layout-1column .products-grid .product-item.ticklist .product-item-info .product-item-details .product-description .short-description UL,
body.catalog-product-view .products-grid .product-item.ticklist .product-item-info .product-item-details .product-description .short-description UL,
body.checkout-cart-index .products-grid .product-item.ticklist .product-item-info .product-item-details .product-description .short-description UL {
  list-style: none;
  margin-left: 0;
}
body.page-products.page-layout-1column .products-grid .product-item.ticklist .product-item-info .product-item-details .product-description .short-description UL LI,
body.catalog-product-view .products-grid .product-item.ticklist .product-item-info .product-item-details .product-description .short-description UL LI,
body.checkout-cart-index .products-grid .product-item.ticklist .product-item-info .product-item-details .product-description .short-description UL LI {
  display: block;
  padding-left: 20px;
  background: transparent url('../images/bullet_tick.png') no-repeat 1px 4px;
}
body.page-products.page-layout-1column .products-grid .product-item.highlight,
body.catalog-product-view .products-grid .product-item.highlight,
body.checkout-cart-index .products-grid .product-item.highlight {
  background-color: #f8c227;
}
body.page-products.page-layout-1column .products-grid .product-item.highlight .product-item-info .flag,
body.catalog-product-view .products-grid .product-item.highlight .product-item-info .flag,
body.checkout-cart-index .products-grid .product-item.highlight .product-item-info .flag {
  background-image: url('../images/en/flag_highlight.png');
}
body.page-products.page-layout-1column .products-grid .product-item.accessories .product-item-info .flag,
body.catalog-product-view .products-grid .product-item.accessories .product-item-info .flag,
body.checkout-cart-index .products-grid .product-item.accessories .product-item-info .flag {
  background-image: url('../images/en/flag_accessories.png');
}
body.page-products.page-layout-1column .block.related,
body.catalog-product-view .block.related,
body.checkout-cart-index .block.related,
body.page-products.page-layout-1column .block.upsell,
body.catalog-product-view .block.upsell,
body.checkout-cart-index .block.upsell,
body.page-products.page-layout-1column .block.crosssell,
body.catalog-product-view .block.crosssell,
body.checkout-cart-index .block.crosssell {
  padding-top: 15px;
}
body.page-products.page-layout-1column .block.related .block-title,
body.catalog-product-view .block.related .block-title,
body.checkout-cart-index .block.related .block-title,
body.page-products.page-layout-1column .block.upsell .block-title,
body.catalog-product-view .block.upsell .block-title,
body.checkout-cart-index .block.upsell .block-title,
body.page-products.page-layout-1column .block.crosssell .block-title,
body.catalog-product-view .block.crosssell .block-title,
body.checkout-cart-index .block.crosssell .block-title {
  margin-bottom: 15px;
  text-align: center;
}
body.page-products.page-layout-1column .block.related .block-title strong,
body.catalog-product-view .block.related .block-title strong,
body.checkout-cart-index .block.related .block-title strong,
body.page-products.page-layout-1column .block.upsell .block-title strong,
body.catalog-product-view .block.upsell .block-title strong,
body.checkout-cart-index .block.upsell .block-title strong,
body.page-products.page-layout-1column .block.crosssell .block-title strong,
body.catalog-product-view .block.crosssell .block-title strong,
body.checkout-cart-index .block.crosssell .block-title strong {
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4px;
  margin-right: -4px;
}
body.page-products.page-layout-1column .block.related .products-grid,
body.catalog-product-view .block.related .products-grid,
body.checkout-cart-index .block.related .products-grid,
body.page-products.page-layout-1column .block.upsell .products-grid,
body.catalog-product-view .block.upsell .products-grid,
body.checkout-cart-index .block.upsell .products-grid,
body.page-products.page-layout-1column .block.crosssell .products-grid,
body.catalog-product-view .block.crosssell .products-grid,
body.checkout-cart-index .block.crosssell .products-grid {
  margin-top: 0;
}
body.page-products.page-layout-1column .block.related .products-grid .product-items,
body.catalog-product-view .block.related .products-grid .product-items,
body.checkout-cart-index .block.related .products-grid .product-items,
body.page-products.page-layout-1column .block.upsell .products-grid .product-items,
body.catalog-product-view .block.upsell .products-grid .product-items,
body.checkout-cart-index .block.upsell .products-grid .product-items,
body.page-products.page-layout-1column .block.crosssell .products-grid .product-items,
body.catalog-product-view .block.crosssell .products-grid .product-items,
body.checkout-cart-index .block.crosssell .products-grid .product-items {
  margin: 0;
}
body.page-products.page-layout-1column .block.related .products-grid .product-items .product-item,
body.catalog-product-view .block.related .products-grid .product-items .product-item,
body.checkout-cart-index .block.related .products-grid .product-items .product-item,
body.page-products.page-layout-1column .block.upsell .products-grid .product-items .product-item,
body.catalog-product-view .block.upsell .products-grid .product-items .product-item,
body.checkout-cart-index .block.upsell .products-grid .product-items .product-item,
body.page-products.page-layout-1column .block.crosssell .products-grid .product-items .product-item,
body.catalog-product-view .block.crosssell .products-grid .product-items .product-item,
body.checkout-cart-index .block.crosssell .products-grid .product-items .product-item {
  padding: 0;
  background: #d8d8d8;
}
body.page-products.page-layout-1column .block.related .block-content .product-item-details .product-item-name,
body.catalog-product-view .block.related .block-content .product-item-details .product-item-name,
body.checkout-cart-index .block.related .block-content .product-item-details .product-item-name,
body.page-products.page-layout-1column .block.upsell .block-content .product-item-details .product-item-name,
body.catalog-product-view .block.upsell .block-content .product-item-details .product-item-name,
body.checkout-cart-index .block.upsell .block-content .product-item-details .product-item-name,
body.page-products.page-layout-1column .block.crosssell .block-content .product-item-details .product-item-name,
body.catalog-product-view .block.crosssell .block-content .product-item-details .product-item-name,
body.checkout-cart-index .block.crosssell .block-content .product-item-details .product-item-name {
  min-height: 2em;
}
body.page-products.page-layout-1column .block.related .block-content .product-item-details .product-item-name A,
body.catalog-product-view .block.related .block-content .product-item-details .product-item-name A,
body.checkout-cart-index .block.related .block-content .product-item-details .product-item-name A,
body.page-products.page-layout-1column .block.upsell .block-content .product-item-details .product-item-name A,
body.catalog-product-view .block.upsell .block-content .product-item-details .product-item-name A,
body.checkout-cart-index .block.upsell .block-content .product-item-details .product-item-name A,
body.page-products.page-layout-1column .block.crosssell .block-content .product-item-details .product-item-name A,
body.catalog-product-view .block.crosssell .block-content .product-item-details .product-item-name A,
body.checkout-cart-index .block.crosssell .block-content .product-item-details .product-item-name A,
body.page-products.page-layout-1column .block.related .block-content .product-item-details .product-item-name A:hover,
body.catalog-product-view .block.related .block-content .product-item-details .product-item-name A:hover,
body.checkout-cart-index .block.related .block-content .product-item-details .product-item-name A:hover,
body.page-products.page-layout-1column .block.upsell .block-content .product-item-details .product-item-name A:hover,
body.catalog-product-view .block.upsell .block-content .product-item-details .product-item-name A:hover,
body.checkout-cart-index .block.upsell .block-content .product-item-details .product-item-name A:hover,
body.page-products.page-layout-1column .block.crosssell .block-content .product-item-details .product-item-name A:hover,
body.catalog-product-view .block.crosssell .block-content .product-item-details .product-item-name A:hover,
body.checkout-cart-index .block.crosssell .block-content .product-item-details .product-item-name A:hover {
  font-size: 16px;
  line-height: 18px;
}
body.page-products.page-layout-1column .block.related .block-content .product-item-details .actions,
body.catalog-product-view .block.related .block-content .product-item-details .actions,
body.checkout-cart-index .block.related .block-content .product-item-details .actions,
body.page-products.page-layout-1column .block.upsell .block-content .product-item-details .actions,
body.catalog-product-view .block.upsell .block-content .product-item-details .actions,
body.checkout-cart-index .block.upsell .block-content .product-item-details .actions,
body.page-products.page-layout-1column .block.crosssell .block-content .product-item-details .actions,
body.catalog-product-view .block.crosssell .block-content .product-item-details .actions,
body.checkout-cart-index .block.crosssell .block-content .product-item-details .actions {
  padding: 0;
}
body.page-products.page-layout-1column .block.related .block-content .product-item-details .actions .action.primary,
body.catalog-product-view .block.related .block-content .product-item-details .actions .action.primary,
body.checkout-cart-index .block.related .block-content .product-item-details .actions .action.primary,
body.page-products.page-layout-1column .block.upsell .block-content .product-item-details .actions .action.primary,
body.catalog-product-view .block.upsell .block-content .product-item-details .actions .action.primary,
body.checkout-cart-index .block.upsell .block-content .product-item-details .actions .action.primary,
body.page-products.page-layout-1column .block.crosssell .block-content .product-item-details .actions .action.primary,
body.catalog-product-view .block.crosssell .block-content .product-item-details .actions .action.primary,
body.checkout-cart-index .block.crosssell .block-content .product-item-details .actions .action.primary {
  padding: 10px;
  font-size: 16px;
}
body.page-products.page-layout-1column .block.related .related-available .product-item-name,
body.catalog-product-view .block.related .related-available .product-item-name,
body.checkout-cart-index .block.related .related-available .product-item-name,
body.page-products.page-layout-1column .block.upsell .related-available .product-item-name,
body.catalog-product-view .block.upsell .related-available .product-item-name,
body.checkout-cart-index .block.upsell .related-available .product-item-name,
body.page-products.page-layout-1column .block.crosssell .related-available .product-item-name,
body.catalog-product-view .block.crosssell .related-available .product-item-name,
body.checkout-cart-index .block.crosssell .related-available .product-item-name {
  margin-left: 0;
}
body.catalog-product-view .magestore-bannerslide-flex-slider {
  max-width: 980px;
  padding: 20px 30px 10px;
  box-sizing: border-box;
}
body.catalog-product-view .magestore-bannerslider {
  background: #EFEFEF;
}
body.catalog-product-view .magestore-bannerslider .flexslider {
  background: none;
  box-shadow: none;
}
body.catalog-product-view .magestore-bannerslider .flex-control-nav {
  display: none;
}
body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li > a {
  max-width: 70px;
  margin-right: 15px;
}
body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li p {
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
}
body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li .ad-text {
  margin-right: 30px;
}
body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li .btn-shop,
body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li .btn-details {
  font-weight: normal;
  text-decoration: underline;
}
body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li .btn-shop {
  margin-right: 15px;
}
body.catalog-product-view .magestore-bannerslider .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
}
body.catalog-product-view .magestore-bannerslider .flex-direction-nav a {
  background: none;
  opacity: 1;
}
body.catalog-product-view .magestore-bannerslider .flex-direction-nav a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
body.catalog-product-view .magestore-bannerslider .flex-direction-nav a.flex-prev:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
body.catalog-product-view .magestore-bannerslider .flex-direction-nav a.flex-next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.catalog-product-view .page-title-wrapper.product {
  padding: 15px 20px;
}
body.catalog-product-view .page-title-wrapper.product H1.page-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*margin: 28px auto 16px auto;*/
  margin: 0;
  max-width: 980px;
  /*padding-left: 10px;*/
  padding-left: 0;
  padding-right: 0;
  width: auto;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
}
body.catalog-product-view .page-title-wrapper.product H1.page-title .see-u:after {
  content: url(../images/see-u-tmr_E.png);
  white-space: pre;
  word-wrap: break-word;
  text-align: center;
  line-height: 1em;
  padding: 3px;
  font-size: 12px;
  display: inline-block;
  color: #ffffff;
  border-radius: 6px;
  transform: scale(0.9);
}
body.catalog-product-view .page-main {
  position: relative;
  max-width: 100%;
  -webkit-box-shadow: inset 0 238px 0 0 #d8d8d8;
  -moz-box-shadow: inset 0 238px 0 0 #d8d8d8;
  box-shadow: inset 0 238px 0 0 #d8d8d8;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body.catalog-product-view .page-main .page.messages,
body.catalog-product-view .page-main .columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
body.catalog-product-view .page-main .product-info-main {
  width: 100%;
  margin-right: 0;
}
body.catalog-product-view .page-main .product.media {
  width: 100%;
  position: relative;
}
body.catalog-product-view .page-main .product.media #imagine_dimension {
  display: none;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 447px;
  overflow: hidden;
}
body.catalog-product-view .page-main .product.media #imagine_dimension.active {
  display: block;
}
body.catalog-product-view .page-main .product.media #imagine_dimension .imagine_container {
  position: relative;
  width: 100%;
  height: 100%;
}
body.catalog-product-view .page-main .product.media #imagine_dimension .close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}
body.catalog-product-view .page-main .product.media #imagine_dimension .human {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.catalog-product-view .page-main .product.media #imagine_dimension .banner {
  position: absolute;
  bottom: 10%;
  left: 25%;
  padding: 5px;
  width: 11%;
  /* 66px for 29.7cm  | base on 1.8m = 400px >> (29.7/180*400)/600 */
  height: 20.74%;
  /* 93.33px for 42cm | base on 1.8m = 400px >> (42.0/180*400)/450 */
  background-color: #F0F0F0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
  box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
body.catalog-product-view .page-main .product.media #imagine_dimension .error {
  display: none;
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 10px;
  width: 80%;
  color: #e02b27;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  -webkit-box-shadow: 0 5px 5px rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 5px 5px rgba(136, 136, 136, 0.5);
  box-shadow: 0 5px 5px rgba(136, 136, 136, 0.5);
  text-align: center;
}
body.catalog-product-view .page-main .product.items > .item.content img {
  max-width: 100% !important;
}
body.catalog-product-view .product_info_wrapper:after {
  content: '';
  display: table;
  clear: both;
}
body.catalog-product-view .product-info-main {
  margin-bottom: 30px;
}
body.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0;
}
body.catalog-product-view .product-info-main .product-add-form dl {
  margin-bottom: 0;
}
body.catalog-product-view .product-info-main .box-tocart {
  margin: 0;
}
body.catalog-product-view .product-info-main .box-tocart BUTTON.action.primary.tocart {
  width: 100%;
  padding: 7px 10px;
  font-size: 1.8rem;
  background-color: #f8c227;
  border: 0;
}
body.catalog-product-view .product-info-main .product-info-price {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0 20px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #f8c227;
}
body.catalog-product-view .product-info-main .product-info-price .price-box-wrapper {
  display: table;
  width: 100%;
}
body.catalog-product-view .product-info-main .product-info-price .price-box-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
body.catalog-product-view .product-info-main .product-info-price .price-box-wrapper .price-box-before {
  display: table-cell;
  padding-top: 4px;
  padding-bottom: 0;
  width: 50%;
  vertical-align: middle;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
}
body.catalog-product-view .product-info-main .product-info-price .price-box-wrapper .price-box {
  display: table-cell;
  padding-top: 4px;
  padding-bottom: 0;
  width: 50%;
  text-align: right;
}
body.catalog-product-view .product-info-main .product-info-price .price-box-wrapper .price-box .price-wrapper {
  margin-bottom: 0;
}
body.catalog-product-view .product-info-main .product-info-price .price-box-wrapper .price-box .price {
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
}
body.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
  display: none;
}
/**
    * Styling for related products in product page
    **/
#html-body.catalog-product-view .page-wrapper #maincontent .columns .block.related .block-content .products-related .product-item-link {
  height: 88px;
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  body.catalog-product-view .magestore-bannerslider .flex-viewport .slides li .ad-text {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 980px) {
  body .category-title-wrapper {
    background-size: cover;
  }
  body.page-products.page-layout-1column .products-grid .product-item,
  body.checkout-cart-index .products-grid .product-item {
    width: 33%;
  }
  body.page-products.page-layout-1column .products-grid .product-item:nth-child(3n+1),
  body.checkout-cart-index .products-grid .product-item:nth-child(3n+1) {
    clear: left;
  }
  body.page-products.page-layout-1column .block.related .products-grid,
  body.checkout-cart-index .block.related .products-grid,
  body.page-products.page-layout-1column .block.upsell .products-grid,
  body.checkout-cart-index .block.upsell .products-grid,
  body.page-products.page-layout-1column .block.crosssell .products-grid,
  body.checkout-cart-index .block.crosssell .products-grid {
    /*.product-item {
                            width: 25%;
                            &:nth-child(2n+1) { clear: none; }
                            &:nth-child(3n+1) { clear: none; }
                            &:nth-child(4n+1) { clear: left; }
                        }*/
  }
}
@media screen and (min-width: 500px) and (max-width: 750px) {
  body .category-title-wrapper {
    background-size: cover;
  }
  body.page-products.page-layout-1column .products-grid,
  body.catalog-product-view .products-grid {
    /*.product-item {
                    width: 50%;
                    &:nth-child(2n+1) {
                        clear: left;
                    }
                }*/
  }
}
/*
* Styles for the Category Search Products listing
* [Responsiveness]
*/
@media only screen and (max-width: 980px) {
  /**
    * Styling the individual cards on the catalog search
    * en_hk locale
    */
  #html-body.catalogsearch-result-index #maincontent .columns .column.main .search.results .product-item .product-item-link {
    height: 71px;
    display: block;
  }
  #html-body.catalogsearch-result-index #maincontent .columns .column.main .search.results .product-item .product-description {
    height: 293px;
  }
  #html-body.catalogsearch-result-index #maincontent .columns .column.main .search.results .product-item .product-image-container {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  /**
    * Styling the individual cards on the catalog search
    * en_hk locale
    */
  #html-body.catalogsearch-result-index #maincontent .columns .column.main .search.results .product-item .product-description {
    height: 230px;
  }
}
@media only screen and (max-width: 380px) {
  /**
    * Styling the individual cards on the catalog search
    * en_hk locale
    */
  #html-body.catalogsearch-result-index #maincontent .columns .column.main .search.results .product-item .product-description {
    height: 293px;
  }
}
.product-image-container {
  width: 245px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.catalog-product-view .page-main {
    -webkit-box-shadow: inset 0 336px 0 0 #d8d8d8;
    -moz-box-shadow: inset 0 336px 0 0 #d8d8d8;
    box-shadow: inset 0 336px 0 0 #d8d8d8;
  }
  body.catalog-product-view .page-main .product-info-main {
    width: 35.714%;
    max-width: 350px;
    margin-right: 10px;
  }
  body.catalog-product-view .page-main .product.media {
    width: 60%;
    max-width: 600px;
    margin-left: 10px;
  }
}
span.hide-tc:lang(zh-Hant-HK) {
  display: none;
}
span.hide-en:lang(en-US) {
  display: none;
}
#html-body.catalog-category-view .products-grid .product-item-info:hover {
  background: initial;
  box-shadow: none;
  border: none;
  margin: initial;
  padding: initial;
  position: initial;
}
#html-body.catalog-category-view .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: initial;
  clip: initial;
  height: initial;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
}
#html-body.catalog-category-view .block.widget .products-grid .product-item .product-item-inner,
#html-body.catalog-category-view .page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: initial;
  margin: initial;
}
#html-body.catalog-category-view .products-grid .product-item-inner {
  border: none;
}
#html-body.catalog-category-view .products-grid .product-item-inner {
  padding: initial;
  position: unset;
}
#html-body.catalog-category-view ol.product-items.widget-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 12px;
}
@media (min-width: 1540px) {
  #html-body.catalog-category-view ol.product-items.widget-product-grid {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  #html-body.catalog-category-view ol.product-items.widget-product-grid {
    padding: 0px 36px;
  }
}
@media (max-width: 1280px) {
  #html-body.catalog-category-view ol.product-items.widget-product-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  #html-body.catalog-category-view ol.product-items.widget-product-grid {
    grid-template-columns: 1fr;
  }
}
#html-body.catalog-category-view .products-grid .product-item {
  max-width: 352px;
  margin-bottom: 72px;
  width: 100%;
}
@media (min-width: 1280px) {
  #html-body.catalog-category-view .products-grid .product-item {
    max-width: 352px;
    margin-bottom: 72px;
    width: 100%;
  }
}
#html-body.catalog-category-view .products-grid .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #D1D5DB;
}
#html-body.catalog-category-view .products-grid .product-item div a img {
  margin: 0px;
  width: 352px;
  height: 352px;
  object-fit: cover;
}
#html-body.catalog-category-view .short-description ul {
  padding-left: 12px;
}
#html-body.catalog-category-view .short-description ul li {
  list-style: disc;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1F2937;
}
@media (max-width: 1024px) {
  #html-body.catalog-category-view .short-description ul li {
    font-size: 10px;
  }
}
#html-body.catalog-category-view .product-item-details {
  padding: 16px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  #html-body.catalog-category-view .product-item-details {
    padding: 14px 10px 14px 10px;
  }
}
#html-body.catalog-category-view .product-item-details .actions {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  #html-body.catalog-category-view .product-item-details .actions {
    margin-top: 20px;
  }
}
#html-body.catalog-category-view .product-item-details .actions button.action.primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #ED7523;
  border-radius: 2px;
  border: none;
}
@media screen and (min-width: 640px) {
  #html-body.catalog-category-view .product-item-details .actions button.action.primary {
    width: 163px;
  }
}
#html-body.catalog-category-view .product-item-details .actions button.action.primary span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  #html-body.catalog-category-view .product-item-details .actions button.action.primary span {
    font-size: 16px;
  }
}
#html-body.catalog-category-view .product-item-details .product-item-name .product-item-link {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #111827;
}
@media (max-width: 1024px) {
  #html-body.catalog-category-view .product-item-details .product-item-name .product-item-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #html-body.catalog-category-view .product-item-details .product-item-name .product-item-link {
    line-height: 18px;
  }
}
#html-body.catalog-category-view .product-item-details .product-item-actions {
  margin-bottom: 0px;
  margin-top: 24px;
}
#html-body.catalog-category-view .product-item-details .product-item-actions .actions-primary form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  gap: 8px;
  width: 166px;
  height: 44px;
  background: #ED7523;
  border: none;
}
#html-body.catalog-category-view .product-item-details .product-item-actions .actions-primary form button span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
#html-body.catalog-category-view .product-item-details .product-item-actions .actions-primary form button:hover {
  color: white;
}
#html-body.catalog-category-view .product.photo.product-item-photo .product-image-photo {
  position: unset;
}
#html-body.catalog-category-view .products-grid .product-item div a img {
  width: auto;
  height: auto;
}
#html-body.catalog-category-view #maincontent {
  max-width: 1728px;
  width: 100vw;
}
@media (min-width: 1540px) {
  #html-body.catalog-category-view #maincontent {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  #html-body.catalog-category-view #maincontent {
    padding: 0px 36px;
  }
}
#html-body.catalog-category-view .column.main {
  width: 73.167%;
}
#html-body.catalog-category-view .sidebar-main {
  width: 21.833%;
}
#html-body.catalog-category-view .toolbar.toolbar-products,
#html-body.catalog-category-view .products.wrapper.grid.products-grid {
  max-width: 1120px;
}
#html-body.catalog-category-view .products.list.items.product-items {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0px;
  row-gap: 32px;
  column-gap: 30px;
  max-width: 1120px;
}
@media (max-width: 1535px) {
  #html-body.catalog-category-view .products.list.items.product-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #html-body.catalog-category-view .products.list.items.product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #html-body.catalog-category-view .products.list.items.product-items {
    column-gap: 16px;
  }
}
#html-body.catalog-category-view .products.list.items.product-items .item.product.product-item.ticklist,
#html-body.catalog-category-view .products.list.items.product-items .item.product.product-item.disclist {
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
}
#html-body.catalog-category-view .products.list.items.product-items .item.product.product-item.ticklist .product-item-info,
#html-body.catalog-category-view .products.list.items.product-items .item.product.product-item.disclist .product-item-info {
  width: inherit;
}
#html-body.catalog-category-view .products.list.items.product-items .item.product.product-item.ticklist .product-item-info .product.photo.product-item-photo img,
#html-body.catalog-category-view .products.list.items.product-items .item.product.product-item.disclist .product-item-info .product.photo.product-item-photo img {
  width: 100%;
}
#html-body.catalog-category-view .toolbar_top_container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  #html-body.catalog-category-view .toolbar_top_container {
    flex-direction: column;
    gap: 12px;
  }
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products::after,
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products::before {
  display: none;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products:last-child {
  width: fit-content;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products:last-child .field.limiter.active #limiter {
  background-image: url("../../../../../../../../../pub/media/wysiwyg/Vector\(3\).png");
  background-size: unset;
  width: 81px;
  height: 36px;
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  background-position: 77px;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products:last-child .field.limiter.active .label span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products:last-child .field.limiter.active .limiter-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
  white-space: nowrap;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products {
  width: 77%;
  display: flex;
  justify-content: space-between;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .field.limiter.active {
  display: flex;
  align-items: center;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products p#toolbar-amount {
  display: none;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .modes {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  #html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .modes {
    display: none;
  }
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .modes #modes-label {
  border: 0;
  clip: unset;
  height: auto;
  margin: unset;
  overflow: hidden;
  padding: 0;
  position: unset;
  display: block;
  width: auto;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
  white-space: nowrap;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .modes .modes-mode.mode-grid::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: white;
  content: '\e60d';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .modes .modes-mode.mode-list::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: white;
  content: '\e60b';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .modes .modes-mode.active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  background: #ED7523;
  color: #ED7523;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .modes .modes-mode {
  padding: 4px;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .toolbar-sorter.sorter {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .toolbar-sorter.sorter {
    position: unset;
  }
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
  white-space: nowrap;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .toolbar-sorter.sorter #sorter {
  background-image: url("../../../../../../../../../pub/media/wysiwyg/Vector\(3\).png");
  background-size: unset;
  background-position: 155px;
  max-width: 165px;
  height: 36px;
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  min-width: 92px;
  width: inherit;
}
#html-body.catalog-category-view .toolbar_top_container .toolbar.toolbar-products .toolbar-sorter.sorter .action.sorter-action.sort-asc {
  display: none;
}
#html-body.catalog-category-view .page_bottom_toolbar .field.limiter.active {
  display: none;
}
#html-body.catalog-category-view .page_bottom_toolbar .toolbar-products .pages {
  display: flex;
}
#html-body.catalog-category-view .toolbar.toolbar-products .pages .items.pages-items {
  display: flex;
}
#html-body.catalog-category-view .toolbar.toolbar-products .pages .items.pages-items .item {
  width: 40px;
  height: 40px;
  background: #FDF7E2;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#html-body.catalog-category-view .toolbar.toolbar-products .pages .items.pages-items .item a span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ED7523;
}
#html-body.catalog-category-view .toolbar.toolbar-products .pages .items.pages-items .item.current {
  width: 40px;
  height: 40px;
  background: #F8E39E;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#html-body.catalog-category-view .toolbar.toolbar-products .pages .items.pages-items .item.current strong span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1F2937;
}
#html-body.catalog-category-view .toolbar.toolbar-products .field.limiter.active #limiter {
  background-image: url("../../../../../../../../../pub/media/wysiwyg/Vector\(3\).png");
  background-size: unset;
  width: 81px;
  height: 36px;
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  background-position: 77px;
}
#html-body.catalog-category-view .toolbar.toolbar-products .field.limiter.active .label span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
#html-body.catalog-category-view .toolbar.toolbar-products .field.limiter.active .limiter-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
  white-space: nowrap;
}
#html-body.catalog-category-view .sidebar.sidebar-main {
  width: 25%;
}
#html-body.catalog-category-view .sidebar.sidebar-main .allcategories-sidebar {
  width: 100%;
  border: 1px solid #d1d5db;
  margin-right: 32px;
}
@media (max-width: 767px) {
  #html-body.catalog-category-view .sidebar.sidebar-main {
    padding: 0px 24px 0px 24px;
  }
  #html-body.catalog-category-view .sidebar.sidebar-main .allcategories-sidebar {
    margin-bottom: 26px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #html-body.catalog-category-view .sidebar.sidebar-main {
    width: 40%;
    padding: 0px 36px 0px 36px;
  }
  #html-body.catalog-category-view .sidebar.sidebar-main .allcategories-sidebar {
    width: 100%;
    border: 1px solid #d1d5db;
    margin-right: 32px;
  }
}
#html-body.catalog-category-view .borderBottom {
  border-bottom: 1px solid #D1D5DB;
}
#html-body.catalog-category-view .sidebar.sidebar-main #narrow-by-list2 {
  border: 1px solid #D1D5DB;
  padding: 16px 24px;
  padding-bottom: 0px;
}
#html-body.catalog-category-view .sidebar.sidebar-main #narrow-by-list2 dt {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1F2937;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#html-body.catalog-category-view .sidebar.sidebar-main #narrow-by-list2 dt svg {
  height: 14px;
}
#html-body.catalog-category-view .sidebar.sidebar-main #narrow-by-list2 dd .items {
  margin-top: 14px;
}
#html-body.catalog-category-view .sidebar.sidebar-main #narrow-by-list2 dd .items .item {
  display: flex;
  align-items: center;
  gap: 12px;
}
#html-body.catalog-category-view .sidebar.sidebar-main #narrow-by-list2 dd .items .item a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
#html-body.catalog-category-view .sidebar.sidebar-main #narrow-by-list2 dd .items .item input {
  margin: 0px;
  height: 100%;
}
#html-body.catalog-category-view .category-view {
  margin-top: 126px;
}
#html-body.catalog-category-view .pagebuilder-banner-wrapper {
  height: 462px;
}
#html-body.catalog-category-view .banner_row {
  position: relative;
}
#html-body.catalog-category-view .banner_row .description_container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDF7E2;
  height: 100%;
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
}
@media (max-width: 500px) {
  #html-body.catalog-category-view .banner_row .description_container {
    padding: 0px 16px;
  }
}
#html-body.catalog-category-view .banner_row .description_container h1 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #1F2937;
  max-width: 480px;
  width: 100%;
}
#html-body.catalog-category-view .banner_row .description_container p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
  max-width: 480px;
}
#html-body.catalog-category-view .columns {
  margin-top: 30px;
}
@media (min-width: 769px) {
  body.catalog-category-view .category-title-container {
    margin-top: 149px;
  }
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg {
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  padding: 0;
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner {
  height: 416px;
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 640px) {
  body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title {
    background-color: #FDF7E2;
    clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
  }
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title .category-description {
  margin-top: 0;
  margin-bottom: 0;
  height: 185px;
  overflow-y: auto;
  width: 75%;
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title .category-description p {
  max-width: 80%;
  width: 80%;
  font-family: Open Sans;
  font-size: 0.73vw !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title .category-description p span {
  font-family: Open Sans;
  font-size: 0.73vw !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title .page-title-wrapper h1 span {
  font-family: Open Sans;
  font-size: 1.9vw;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title .page-title-wrapper h1 span {
    font-size: 4.0vw;
    line-height: 24px;
  }
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .layer-1-bg {
  display: none;
}
@media (max-width: 980px) {
  #html-body.catalog-category-view .columns {
    display: flex;
  }
}
@media (max-width: 768px) {
  .mb-panel-links {
    margin: 0 !important;
    padding: 0 !important;
  }
}
#html-body.catalog-category-view .products.wrapper.list.products-list .items.product-items {
  display: flex;
  flex-direction: column;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-item-photo {
  width: 350px;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-item-photo {
  padding-bottom: 0;
  padding-right: 0;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-item-details .actions {
  margin-top: 0;
  position: relative;
  margin-bottom: 32px;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-item-info {
  border: 1px #D1D5DB solid;
  display: inline-table;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-item-details {
  padding: 0;
  padding-left: 32px;
  height: 350px;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-description {
  position: relative;
  flex-grow: 1;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-item-details .product-item-name .product-item-link {
  display: contents !important;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-description .short-description > ul > li:nth-child(n+4) {
  display: none;
}
#html-body.catalog-category-view .products.wrapper.list.products-list .product-item-name {
  margin-top: 32px;
  margin-bottom: 14px;
}
@media (max-width: 640px) {
  #html-body.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item.ticklist .product-item-info {
    display: flex;
    flex-direction: column;
  }
  #html-body.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .item.product.product-item.ticklist .product-item-info .product.photo.product-item-photo img {
    height: 250px;
    width: 100%;
  }
  #html-body.catalog-category-view .products.wrapper.list.products-list .product-item-photo {
    width: 100%;
  }
  #html-body.catalog-category-view .toolbar_top_container {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #html-body.catalog-category-view .block.block-search-mb.active {
    position: relative;
    bottom: 495px;
  }
  #html-body.catalog-category-view .columns {
    margin-top: 100px;
  }
}
@media (min-width: 769px) {
  #html-body.catalog-category-view #maincontent .columns {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  #html-body.catalog-category-view .toolbar_top_container {
    margin-top: 40px;
  }
}
#html-body.catalog-category-view .breadcrumbs .items {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 768px) {
  #html-body.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .block.filter .block-content.filter-content {
    top: 0;
  }
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item {
  border-width: 1px;
  border-style: solid;
  border-color: #D1D5DB;
  border-radius: 4px;
  margin-top: 20px;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item a {
  padding: 0 36px 0 0;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-image-photo {
  position: static;
  max-width: unset;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-details .product-item-name {
  margin-top: 20px;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 600;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-details .short-description ul {
  list-style: disc;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-details .short-description ul li {
  margin-bottom: 0.6rem;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-details .actions {
  margin-top: 42px;
}
#html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-details .actions button {
  color: white;
  background-color: #ED7523;
  border: none;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 640px) {
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info a {
    width: 100%;
  }
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info .product-item-details {
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info .product-item-details .product-item-link {
    height: unset;
  }
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info .product-description {
    height: unset;
  }
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info .actions {
    margin-bottom: 16px;
  }
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info .actions .action.primary {
    width: 100%;
  }
  #html-body.catalogsearch-result-index .page-wrapper #maincontent .column.main .search.results .products-list .product-item .product-item-info .product-image-photo {
    width: 100%;
  }
}
#html-body.catalogsearch-result-index .search.results .products-list .product-items .product-item-info {
  display: flex;
  width: 100%;
}
#html-body.catalogsearch-result-index .search.results .products-list .product-items .product-item-info .product-item-photo {
  width: unset;
}
@media (max-width: 980px) {
  #html-body.catalogsearch-result-index #maincontent .columns .column.main .search.results .products-list .product-items .product-item-info .product-item-details .product-item-link {
    height: unset;
  }
  #html-body.catalogsearch-result-index #maincontent .columns .column.main .search.results .products-list .product-items .product-item-info .product-description {
    height: unset;
  }
}
#html-body.catalog-category-view #maincontent .column.main .products-list .product-items .product-item-info {
  display: flex;
  width: 100%;
}
@media (max-width: 640px) {
  #html-body.catalog-category-view #maincontent .column.main .products-list .product-items .product-item-info {
    flex-direction: column;
  }
}
#html-body.catalog-category-view #maincontent .columns .sidebar.sidebar-main #layered-filter-block .block-content.filter-content #narrow-by-list .filter-options-title {
  font-family: 'Open Sans';
}
#html-body.catalog-category-view #maincontent .columns .sidebar.sidebar-main #layered-filter-block .block-content.filter-content #narrow-by-list .filter-options-content ol li a {
  font-family: 'Open Sans';
}
#html-body.cms-home.cms-index-index .order-now__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 8px 32px;
  text-transform: capitalize;
  background: #ed7523;
  border-color: #ed7523;
}
@media screen and (max-width: 640px) {
  #html-body.cms-home.cms-index-index .order-now__link {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
  }
}
body.catalog-product-view *,
body.catalog-product-view *:before,
body.catalog-product-view *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.catalog-product-view .message-success-notes {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body {
  /** Checkout summary in checkout progress and success page**/
}
body *,
body *:before,
body *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body .form-cart {
  background: #f7f7f7;
}
body .cart.table-wrapper .item-wrapper {
  display: table;
  width: 100%;
}
body .cart.table-wrapper .product-item-details {
  color: #fb9843;
}
body .cart.table-wrapper .product-item-details dl {
  margin-bottom: 0;
}
body .cart.table-wrapper .product-item-details dl dt {
  clear: left;
  float: left;
  margin-bottom: 0;
  font-weight: normal;
}
body .cart.table-wrapper .product-item-details dl dd {
  margin-bottom: 3px;
}
body .cart.table-wrapper .product-item-details dl dd ol {
  list-style-type: none;
}
body .cart.table-wrapper .product-item-details dl dd ol > li {
  counter-increment: counter;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 5px;
}
body .cart.table-wrapper .product-item-details dl dd ol > li:before {
  content: counter(counter) " ) ";
}
body .cart.table-wrapper .collapse {
  display: block;
}
body .cart.table-wrapper .collapse.title {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
  color: #a6a6a6;
}
body .cart.table-wrapper .collapse.title strong {
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
}
body .cart.table-wrapper .collapse.title strong: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 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .cart.table-wrapper .collapse.content {
  display: none;
}
body .cart.table-wrapper .collapse.active .collapse.title strong:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .cart.table-wrapper .col.qty .control.qty {
  position: relative;
  display: inline-block;
  min-width: 90px;
}
body .cart.table-wrapper .col.qty .control.qty .qty-btn {
  float: left;
  display: inline-block;
  width: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 2rem;
  cursor: pointer;
}
body .cart.table-wrapper .col.qty .control.qty .qty-btn.minus {
  margin-right: 2px;
}
body .cart.table-wrapper .col.qty .control.qty .qty-btn.raise {
  margin-left: 2px;
}
body .cart.table-wrapper .col.qty .control.qty input {
  float: left;
}
body .cart.table-wrapper .col.qty .control.qty:after {
  display: table;
  content: "";
  clear: both;
}
body .cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}
body .cart.table-wrapper .action-edit {
  display: inline-block;
  vertical-align: middle;
}
body .cart.table-wrapper .action-edit:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: transparent url('../images/icon_edit.png') no-repeat top right;
  background-size: 20px 20px;
}
body .cart.table-wrapper .action-edit span {
  display: none;
}
body .cart.table-wrapper .action-delete {
  color: #666666;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
body .cart.table-wrapper .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .cart.table-wrapper .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .cart.table-wrapper .action-delete:before {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 100%;
  background: #d8d8d8;
  vertical-align: middle;
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  transform: scale(0.65);
}
body .data.table.order-summary,
body .data.table.payment-summary {
  background: transparent;
}
body .data.table.order-summary tr td,
body .data.table.payment-summary tr td {
  border-top: none;
  padding-top: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid #000000;
  word-break: break-all;
}
body .data.table.order-summary tr td:first-child,
body .data.table.payment-summary tr td:first-child {
  word-break: break-word;
  min-width: 100px;
  padding-left: 0;
  width: 20%;
}
body .data.table.order-summary tr td:last-child,
body .data.table.payment-summary tr td:last-child {
  padding-right: 0;
}
body .data.table.order-summary tr:last-child td,
body .data.table.payment-summary tr:last-child td {
  border-bottom: none;
}
body .data.table.order-summary tr:last-child td {
  padding-top: 17px;
}
body .data.table.order-summary .action.button.link {
  background-color: transparent;
  padding: 9px 13px;
  border: 3px solid #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1em;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body .data.table.order-summary .action.button.link:hover,
body .data.table.order-summary .action.button.link:focus {
  color: #ed7523;
  border: 3px solid #ed7523;
  background-color: transparent;
  padding: 6px 10px;
}
body .checkout-summary {
  position: relative;
  background: #f7f7f7;
}
body .checkout-summary .opc-block-summary {
  padding: 20px;
  margin: 0;
  background: transparent;
}
body .checkout-summary .opc-block-summary:after {
  display: table;
  content: '';
  clear: both;
}
body .checkout-summary .opc-minicart > .title,
body .checkout-summary .opc-amounts > .title {
  font-size: 20px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper {
  max-height: inherit;
  margin-top: 0;
  padding-top: 0;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item {
  padding: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  border-bottom: none;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item:last-child {
  margin-bottom: 0;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-image-container .product-image-wrapper {
  font-size: 0;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details {
  margin: 0;
  color: #fb9843;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
  display: block;
  position: relative;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  display: block;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name {
  font-size: 15px;
  font-weight: bold;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  padding-right: 100px;
  margin-bottom: 4px;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .details-qty {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 20px;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .details-qty .label:after {
  content: attr(data-symbol) '';
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .details-qty .label,
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .details-qty .values {
  line-height: 22px;
  float: left;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product.options > .toggle {
  font-size: 1.3rem;
  line-height: 1.6rem;
  cursor: pointer;
  padding-bottom: 0;
  position: relative;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  color: #a6a6a6;
  display: inline-block;
  text-decoration: none;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product.options > .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product.options.active > .toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner dl {
  margin-top: 10px;
  margin-bottom: 0;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner dl dt {
  float: left;
  margin-bottom: 0;
  font-weight: normal;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner dl dt:after {
  content: attr(data-symbol) '';
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner dl dd {
  margin-bottom: 5px;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner dl dd ol {
  list-style-type: none;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner dl dd ol > li {
  counter-increment: counter;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 5px;
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner dl dd ol > li:before {
  content: counter(counter) " ) ";
}
body .checkout-summary .opc-minicart .block.items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .details-subtotal {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
body .checkout-summary .opc-amounts > .content {
  background: #ffffff;
  padding: 20px 20px 9px;
}
body .checkout-summary .opc-amounts .table-totals {
  border-top: none;
}
body .checkout-summary .opc-amounts .table-totals thead td {
  padding: 0 0 15px 0;
  margin: 0;
  border: none;
}
body .checkout-summary .opc-amounts .table-totals thead td .title {
  font-size: 22px;
  font-weight: bold;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  line-height: 1;
}
body .checkout-summary .opc-amounts .table-totals tbody td,
body .checkout-summary .opc-amounts .table-totals tfoot td,
body .checkout-summary .opc-amounts .table-totals tbody th,
body .checkout-summary .opc-amounts .table-totals tfoot th {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 0px;
  padding-bottom: 15px;
}
body .checkout-summary .opc-amounts .table-totals tbody td:first-child,
body .checkout-summary .opc-amounts .table-totals tfoot td:first-child,
body .checkout-summary .opc-amounts .table-totals tbody th:first-child,
body .checkout-summary .opc-amounts .table-totals tfoot th:first-child {
  padding-left: 0;
}
body .checkout-summary .opc-amounts .table-totals tbody td:last-child,
body .checkout-summary .opc-amounts .table-totals tfoot td:last-child,
body .checkout-summary .opc-amounts .table-totals tbody th:last-child,
body .checkout-summary .opc-amounts .table-totals tfoot th:last-child {
  text-align: right;
  padding-right: 0;
}
body .checkout-summary .opc-amounts .table-totals tbody tr.totals.grandtotal td,
body .checkout-summary .opc-amounts .table-totals tfoot tr.totals.grandtotal td {
  border-top: 1px solid #000000;
  padding-top: 15px;
  font-weight: bold;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
}
body .checkout-summary .opc-amounts .table-totals tbody tr.totals.grandtotal td.grandtotal,
body .checkout-summary .opc-amounts .table-totals tfoot tr.totals.grandtotal td.grandtotal {
  font-size: 13px;
}
body .checkout-summary .opc-amounts .table-totals .mark {
  background-color: transparent;
}
body .checkout-summary .checkout.actions {
  clear: both;
  font-size: 0;
}
body .checkout-summary .checkout.actions button {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body .checkout-summary .checkout.actions button.primary {
  width: 165px;
  width: calc(100% - 80px);
  max-width: 250px;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 10px;
  margin-left: 20px;
  margin-right: 0;
  float: right;
}
body .checkout-summary .checkout.actions:after {
  display: table;
  clear: both;
  content: "";
}
body .checkout-summary:after {
  display: table;
  clear: both;
  content: "";
}
body .checkout-summary .checkout-summary:after {
  display: table;
  clear: both;
  content: "";
}
body .checkout-customer-summary .checkout-order-summary > .title,
body .checkout-customer-summary .checkout-payment-summary > .title {
  font-size: 20px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 8px;
}
body .checkout-customer-summary > .title {
  font-size: 20px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 8px;
}
body .checkout-customer-summary > div {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
.modal-form.address-modal * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkout-onepage-success .page-title-wrapper {
  display: none;
}
.checkout-cart-index .column.main {
  position: relative;
}
.checkout-cart-index .column.main .cart-products-toolbar-top {
  display: none;
}
.checkout-cart-index .column.main .cart-products-toolbar-bottom {
  margin-bottom: 0;
  background-color: #FFFFFF;
}
.checkout-cart-index .column.main .cart-products-toolbar-bottom .pager .toolbar-amount {
  display: none;
}
.checkout-cart-index .column.main .cart-products-toolbar-bottom .pager .pages {
  margin: 10px 0;
}
.checkout-cart-index .column.main .cart-discount {
  padding: 20px;
  background: #f7f7f7;
  border-top: 3px solid #ffffff;
  white-space: nowrap;
  text-align: center;
}
.checkout-cart-index .column.main .cart-discount .title {
  margin-right: 20px;
}
.checkout-cart-index .column.main .cart-discount form {
  display: block;
}
.checkout-cart-index .column.main .cart-discount form .field {
  width: 100%;
}
.checkout-cart-index .column.main .cart-discount form .actions-toolbar {
  display: table-cell;
  width: auto;
  padding-left: 20px;
}
.checkout-cart-index .column.main .cart-totals {
  border-top: none;
}
.checkout-cart-index .column.main .cart-totals .grand .amount,
.checkout-cart-index .column.main .cart-totals .grand .mark {
  border-color: #000;
}
.checkout-cart-index .column.main .cart-totals .grand .mark,
.checkout-cart-index .column.main .cart-totals .sub .mark {
  background-color: transparent;
}
.checkout-index-index .tooltip-toggle .tooltip-btn {
  text-indent: -9999px;
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
  right: 0;
}
.checkout-index-index .tooltip-toggle .tooltip-btn:before {
  content: "";
  background: transparent url('../images/description_icon.png') center center no-repeat;
  background-size: 18px 18px;
  width: 30px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .opc-estimated-wrapper {
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.checkout-index-index .opc-wrapper .opc > li > div {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.checkout-index-index .opc-wrapper * {
  box-sizing: border-box;
}
.checkout-index-index .opc-wrapper .step-title {
  border-bottom: none;
  font-size: 20px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.checkout-index-index .opc-wrapper .step-content {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .field {
  max-width: 400px;
}
.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .field .label {
  margin-right: 20px;
  line-height: 32px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  float: left;
}
.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .field .control {
  display: table-cell;
  width: 400px;
}
.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .field:after {
  clear: both;
  display: table;
  content: "";
}
.checkout-index-index .opc-wrapper .step-content#checkout-step-shipping-type .fieldset .field:last-child {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .checkout-shipping-type * {
  box-sizing: border-box;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper .shipping-address-items form {
  font-size: 1.3rem;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address {
  position: relative;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.action-show-addresses {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item:nth-child(n + 3) {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item:nth-child(n + 3).action-show-addresses {
  display: block;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items.show-all-address .shipping-address-item:nth-child(n + 3) {
  display: block;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-items.show-all-address .shipping-address-item:nth-child(n + 3).action-show-addresses {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item {
  border: none;
  background: #ffffff;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item:before {
  width: 0;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item .action.edit-address-link {
  color: transparent;
  margin: 20px 15px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item .action.edit-address-link > span {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item .action.edit-address-link:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background: transparent url("../images/icon_edit.png") no-repeat scroll center center / 20px 20px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item .action.edit-address-link:hover {
  padding: 0;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item .action-select-shipping-item {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 3px solid #000000;
  border-radius: 12px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  top: auto;
  bottom: 15px;
  right: 15px;
  text-indent: -9999px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item:after {
  padding: 0;
  border: 3px solid #000000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 14px;
  top: auto;
  bottom: 15px;
  right: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: transparent;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item:after {
  content: "";
  border-color: #ed7523;
  background-color: #ed7523;
  background-image: url('../images/checkbox_checked.png');
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .action-show-addresses {
  padding: 60px 0;
  border: 1px solid #d8d8d8;
  background: transparent;
  line-height: 1.4;
  box-shadow: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .action-show-addresses > span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 10px;
  background: url('../images/dots.png') center no-repeat;
  margin-right: 3px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .action-show-addresses:hover {
  background: #d8d8d8;
  color: #000000;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .action-show-popup {
  background: transparent;
  line-height: 1.4;
  box-shadow: none;
}
.checkout-index-index .opc-wrapper .checkout-store-address .store-detail > div .store-info-value {
  padding: 5px 0;
  margin-bottom: 10px;
  color: #666666;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items:after {
  display: table;
  content: "";
  clear: both;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item {
  border: none;
  background: #ffffff;
  margin-bottom: 10px;
  padding: 0px;
  display: inline-block;
  float: left;
  min-height: 150px;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .title {
  background: #f8c227;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 10px 7px 20px;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .title .urgent-label {
  font-size: 12px;
  float: right;
  line-height: 20px;
  border-radius: 12px;
  background: #d69f00;
  color: #ffffff;
  padding: 0 10px;
  margin: 1px 0;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content {
  padding: 12px 10px;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field {
  display: table-cell;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .label {
  padding: 5px;
  width: 100%;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .label[data-method='free_shipping'] {
  background: #ed7523;
  color: #ffffff;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .label > span {
  display: block;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .price {
  padding: 5px 0 5px 5px;
  text-align: right;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field > span {
  padding: 5px 0;
}
.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field strong {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.checkout-index-index .opc-wrapper .checkout-payment-method {
  margin-bottom: 20px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .opc-payment {
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-shipping-summary .step-content {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-shipping-summary .step-content .data.table.shipping-summary {
  margin-bottom: 20px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-shipping-summary .step-content .data.table.shipping-summary td {
  border-top: none;
  padding-top: 2px;
  padding-bottom: 2px;
  word-break: break-all;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-shipping-summary .step-content .data.table.shipping-summary td:first-child {
  word-break: keep-all;
  white-space: nowrap;
  padding-left: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-shipping-summary .step-content .data.table.shipping-summary td:last-child {
  padding-right: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc-order-summary + .opc-amounts {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .opc-order-summary + .opc-amounts table tbody tr.totals.grandtotal td,
.checkout-index-index .opc-wrapper .opc-order-summary + .opc-amounts table tfoot tr.totals.grandtotal td {
  border-top: 1px solid #000000;
  padding-top: 15px;
  font-weight: bold;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.checkout-index-index .opc-wrapper .opc-order-summary + .opc-amounts table tbody tr.totals.grandtotal td.grandtotal,
.checkout-index-index .opc-wrapper .opc-order-summary + .opc-amounts table tfoot tr.totals.grandtotal td.grandtotal {
  font-size: 20px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .store-name {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1;
}
.checkout-index-index .opc-wrapper .opc-order-summary .order-date {
  margin: 15px 0;
}
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information {
  margin-bottom: 20px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-date {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 1px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-date .label {
  display: block;
  padding: 5px 0;
}
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-date .value {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-method {
  background: #ffffff;
  padding: 20px;
  max-width: 100%;
  margin-bottom: 1px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-method .address,
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-method .pickup-location {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-method .title,
.checkout-index-index .opc-wrapper .opc-order-summary .shipping-information .shipping-method .label {
  display: block;
  padding: 5px 0;
}
.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td.details dl.order-details {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  margin-right: 5px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td.details dl.order-details dt {
  float: left;
  clear: left;
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 5px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td.details dl.order-details dt:after {
  content: ":";
}
.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td.details dl.order-details dd {
  margin-bottom: 2px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td.image-list ol {
  display: inline-block;
  padding-left: 13px;
}
.checkout-index-index .opc-wrapper .opc-order-summary .order-summary-table td.image-list ol li {
  margin-bottom: 0;
}
.checkout-index-index #co-shipping-form,
.checkout-index-index .billing-address-form {
  max-width: 730px;
  font-size: 1.3rem;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form > fieldset.field,
.checkout-index-index .billing-address-form #shipping-new-address-form > fieldset.field,
.checkout-index-index #co-shipping-form #billing-new-address-form > fieldset.field,
.checkout-index-index .billing-address-form #billing-new-address-form > fieldset.field {
  float: left;
  width: 100%;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form > fieldset.field .field,
.checkout-index-index .billing-address-form #shipping-new-address-form > fieldset.field .field,
.checkout-index-index #co-shipping-form #billing-new-address-form > fieldset.field .field,
.checkout-index-index .billing-address-form #billing-new-address-form > fieldset.field .field {
  margin-bottom: 5px;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form .label > span,
.checkout-index-index .billing-address-form #shipping-new-address-form .label > span,
.checkout-index-index #co-shipping-form #billing-new-address-form .label > span,
.checkout-index-index .billing-address-form #billing-new-address-form .label > span {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".telephone"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".telephone"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".telephone"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".telephone"] {
  width: 100%;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".company"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".company"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".company"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".company"] {
  width: 100%;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".region_id"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".region_id"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".region_id"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".region_id"],
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".custom_attributes.city_dropdown"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".custom_attributes.city_dropdown"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".custom_attributes.city_dropdown"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".custom_attributes.city_dropdown"] {
  width: 50%;
  display: inline-block;
  float: left;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".region_id"] > *,
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".region_id"] > *,
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".region_id"] > *,
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".region_id"] > *,
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".custom_attributes.city_dropdown"] > *,
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".custom_attributes.city_dropdown"] > *,
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".custom_attributes.city_dropdown"] > *,
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".custom_attributes.city_dropdown"] > * {
  padding-right: 10px;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".country_id"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".country_id"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".country_id"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".country_id"],
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".city"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".city"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".city"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".city"],
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".lastname"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".lastname"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".lastname"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".lastname"],
.checkout-index-index #co-shipping-form #shipping-new-address-form div[name$=".postcode"],
.checkout-index-index .billing-address-form #shipping-new-address-form div[name$=".postcode"],
.checkout-index-index #co-shipping-form #billing-new-address-form div[name$=".postcode"],
.checkout-index-index .billing-address-form #billing-new-address-form div[name$=".postcode"] {
  visibility: hidden;
  height: 0;
  line-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form fieldset.field.street,
.checkout-index-index .billing-address-form #shipping-new-address-form fieldset.field.street,
.checkout-index-index #co-shipping-form #billing-new-address-form fieldset.field.street,
.checkout-index-index .billing-address-form #billing-new-address-form fieldset.field.street {
  width: 100%;
  clear: left;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form fieldset.field.street .control > .field > .label,
.checkout-index-index .billing-address-form #shipping-new-address-form fieldset.field.street .control > .field > .label,
.checkout-index-index #co-shipping-form #billing-new-address-form fieldset.field.street .control > .field > .label,
.checkout-index-index .billing-address-form #billing-new-address-form fieldset.field.street .control > .field > .label {
  padding-right: 0;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form fieldset.field.street .control:after,
.checkout-index-index .billing-address-form #shipping-new-address-form fieldset.field.street .control:after,
.checkout-index-index #co-shipping-form #billing-new-address-form fieldset.field.street .control:after,
.checkout-index-index .billing-address-form #billing-new-address-form fieldset.field.street .control:after {
  display: table;
  content: "";
  clear: both;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form:after,
.checkout-index-index .billing-address-form #shipping-new-address-form:after,
.checkout-index-index #co-shipping-form #billing-new-address-form:after,
.checkout-index-index .billing-address-form #billing-new-address-form:after {
  display: table;
  content: "";
  clear: both;
}
.checkout-index-index #opc-shipping_method .action.primary {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method {
  background: #ffffff;
  margin-bottom: 3px;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title {
  border-top: none;
  padding: 20px 20px 10px;
  position: relative;
  white-space: nowrap;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title input {
  vertical-align: top;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 0;
  line-height: 1;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span:nth-child(2) {
  margin-top: 0;
  display: inline-block;
  margin-right: 20px;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-pdcptb {
  line-height: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-pdcptb:before {
  background: url('../images/img-pps.jpg') left center no-repeat;
  background-size: contain;
  width: 170px;
  height: 20px;
  display: inline-block;
  content: "";
  padding: 10px 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-migs_hosted {
  line-height: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-migs_hosted:before {
  background: url('../images/img-onlinepayment.jpg') left center no-repeat;
  background-size: contain;
  width: 200px;
  height: 20px;
  display: inline-block;
  content: "";
  padding: 10px 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-banktransfer {
  line-height: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-banktransfer:before {
  background: url('../images/img-banktransfer.jpg') left center no-repeat;
  background-size: contain;
  width: 200px;
  height: 20px;
  display: inline-block;
  content: "";
  padding: 10px 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-banktransfer > span {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-alipay {
  line-height: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-alipay:before {
  background: url(/media/wysiwyg/alipay/alipay.jpg) left center no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
  display: inline-block;
  content: "";
  padding: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-alipay > span {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-wechatpay {
  line-height: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-wechatpay:before {
  background: url(/media/wysiwyg/wechatpay/wechat-pay-icon.jpg) left center no-repeat;
  background-size: contain;
  width: 200px;
  height: calc(55.55555556px);
  display: inline-block;
  content: "";
  padding: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-wechatpay > span {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-CreditCard {
  line-height: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title label > span#desc-CreditCard:before {
  background: url('../images/img-onlinepayment.jpg') left center no-repeat;
  background-size: contain;
  width: 200px;
  height: 20px;
  display: inline-block;
  content: "";
  padding: 10px 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title .tooltip-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title .tooltip-toggle .tooltip-btn {
  height: 30px;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-title .tooltip-toggle .tooltip-btn:before {
  height: 30px;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .payment-method-content {
  padding: 0 20px;
}
.checkout-index-index .checkout-payment-method .payment-methods .payment-method .primary.checkout {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-option {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-option .payment-option-title {
  border-top: none;
}
.checkout-index-index .checkout-payment-method .tooltip-toggle {
  float: right;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc input {
  -webkit-appearance: radio;
  margin-left: 15px;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  vertical-align: text-bottom;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc input:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: -1px -1px;
  border: 3px solid #000000;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc input:checked:before {
  background-color: #ed7523;
  background-image: url('../images/checkbox_checked.png');
  background-size: 15px 15px;
  border-color: #ed7523;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc input:focus {
  outline: none;
  box-shadow: none;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc .label {
  display: block;
  margin-left: 45px;
  font-size: 12px;
  line-height: 22px;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc .label ol {
  padding-left: 13px;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc .label ol li {
  padding: 0;
  margin-bottom: 0;
}
.checkout-index-index .checkout-payment-method .field.choice.tnc .label ol li a {
  color: inherit;
  text-decoration: underline;
}
.checkout-index-index .checkout-payment-method .checkout.actions {
  margin-top: 30px;
}
.checkout-index-index .checkout-payment-method .checkout.actions button.primary {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 4px;
  margin-right: -4px;
  width: 100%;
  min-width: 170px;
}
.checkout-index-index #opc-shipping_method,
.checkout-index-index .checkout-payment-method .payment-method-content,
.checkout-index-index .checkout-payment-method .opc-payment-additional.discount-code {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
  padding: 80px 0;
}
.checkout-onepage-success .checkout-success p.thank-you {
  font-size: 18px;
  color: #ed7523;
  font-weight: bold;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
}
.checkout-onepage-success .checkout-success span,
.checkout-onepage-success .checkout-success a.order-number {
  font-size: 30px;
  color: #ed7523;
}
.minicart-items .product-item-details {
  color: #fb9843;
}
@media only screen and (max-width: 639px) {
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .radio:before {
    width: 18px;
    height: 18px;
    background-position: center;
    position: relative;
    right: 1px;
    top: 1px;
  }
}
@media only screen and (min-width: 767px) {
  body.checkout-index-index .opc-wrapper .shipping-calendar-items .shipping-calendar-item .content .field .radio:before {
    width: 12px;
    height: 12px;
  }
}
.cms-360-vr .slideshow-container .prev,
.cms-360-vr .slideshow-container .next {
  width: auto;
  height: auto;
  padding-right: 10px;
}
.cms-360-vr .slideshow-container .mySlides.fade {
  opacity: 1;
}
.cms-contact_us td img {
  vertical-align: baseline;
}
@media only screen and (max-width: 766px) {
  .cms-360-vr .slideshow-container .prev,
  .cms-360-vr .slideshow-container .next {
    padding-bottom: 13px;
  }
}
body.cms-home.cms-index-index #maincontent {
  max-width: 1554px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.cms-home.cms-index-index #maincontent .category_btn.showMobile {
  display: none;
}
body.cms-home.cms-index-index .panel.header {
  max-width: 1554px;
}
body.cms-home.cms-index-index .footer.content {
  max-width: 1554px;
  width: 100%;
}
body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line {
    margin-bottom: 30px;
  }
}
body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line,
body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line {
  gap: 16px;
}
body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-mobile-only,
body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-mobile-only {
  width: 100%;
}
body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div,
body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div {
  border-style: solid;
  border-color: #D1D5DB;
  border-radius: 4px 4px 0px 0px;
  border-width: 0px 1px 1px 1px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  box-sizing: border-box;
  background-color: white;
}
@media screen and (min-width: 640px) {
  body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div,
  body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div {
    height: 76px;
    padding: 0px 24px;
  }
}
body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div p,
body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div p {
  width: 100%;
  color: #ED7523;
  font-size: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div p,
  body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div p {
    gap: 8px;
  }
}
body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div p span,
body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div p span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  font-family: 'Open Sans';
  color: #1F2937;
}
@media screen and (min-width: 640px) {
  body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div p span,
  body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div p span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div p span,
  body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div p span {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column div p a,
  body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column div p a {
    width: 20px;
  }
}
body.cms-home.cms-index-index .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column figure,
body.cms-home.cms-index-index .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column figure {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #D1D5DB;
  border-radius: 0px 0px 2px 2px;
}
body.cms-home.cms-index-index .shop_by_category_heading {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
body.cms-home.cms-index-index .shop_by_category_heading {
  margin-top: 72px;
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .shop_by_category_heading {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.cms-home.cms-index-index .shop_by_category_heading_container,
body.cms-home.cms-index-index .shop_by_category_main_container {
  background-color: #F3F4F6;
}
body.cms-home.cms-index-index .shop_by_category_heading_container .shop_by_category_button .pagebuilder-button-primary,
body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_button .pagebuilder-button-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 159px;
  height: 48px;
  background: #ED7523;
  border-radius: 2px;
  padding: 0px;
  border: none;
  margin: 0px;
}
body.cms-home.cms-index-index .shop_by_category_button_container {
  margin-top: 48px;
  margin-bottom: 72px;
}
body.cms-home.cms-index-index .shop_by_category_button_container .shop_by_category_button div.pagebuilder-button-primary > span {
  font-weight: 700;
}
body.cms-home.cms-index-index .customizations_content {
  padding-right: 25px;
}
@media (max-width: 767px) {
  body.cms-home.cms-index-index .customizations_content {
    margin-bottom: 32px;
  }
}
body.cms-home.cms-index-index .customizations_content h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #111827;
  text-align: initial;
}
body.cms-home.cms-index-index .customizations_content p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #1F2937;
  text-align: initial;
}
body.cms-home.cms-index-index .customizations_content button {
  border: none;
  color: white;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 32px;
  gap: 8px;
  width: 172px;
  height: 48px;
  background: #ED7523;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
body.cms-home.cms-index-index .customizations_container {
  padding-top: 72px;
  padding-bottom: 57px;
}
body.cms-home.cms-index-index .why_choose_us_heading {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #111827;
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .why_choose_us_heading {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.cms-home.cms-index-index .why_contact_us_main_container {
  background-color: #FDF7E2;
  width: 100vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) {
  body.cms-home.cms-index-index .why_contact_us_main_container {
    width: 100%;
  }
}
body.cms-home.cms-index-index .why_choose_us_container {
  margin: 72px 0px;
  max-width: 1728px;
  width: 100%;
}
body.cms-home.cms-index-index .why_choose_us_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 830px) {
  body.cms-home.cms-index-index .why_choose_us_content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 519px) {
  body.cms-home.cms-index-index .why_choose_us_content {
    justify-items: center;
  }
  body.cms-home.cms-index-index .why_choose_us_content a {
    width: 100%;
  }
}
@media (min-width: 1540px) {
  body.cms-home.cms-index-index .why_choose_us_content {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  body.cms-home.cms-index-index .why_choose_us_content {
    padding: 0px 36px;
  }
}
body.cms-home.cms-index-index .why_choose_us_content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 225px;
  background: #FFFFFF;
}
@media screen and (min-width: 640px) {
  body.cms-home.cms-index-index .why_choose_us_content a {
    max-width: 352px;
    height: 306px;
  }
}
body.cms-home.cms-index-index .why_choose_us_content a div {
  text-align: center;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .why_choose_us_content a div {
    padding: 0 8px;
  }
  body.cms-home.cms-index-index .why_choose_us_content a div h3 {
    font-size: 18px;
  }
}
body.cms-home.cms-index-index .why_choose_us_content a img {
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  body.cms-home.cms-index-index .page-header {
    z-index: 99;
  }
}
body.cms-home.cms-index-index .post-list-wrapper {
  width: 100%;
  box-sizing: border-box;
  background-color: #F3F4F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
body.cms-home.cms-index-index .post-list-wrapper h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #111827;
  margin-top: 72px;
  margin-bottom: 57px;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .post-list-wrapper h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.cms-home.cms-index-index .post-list-wrapper a.view-all-button {
  width: 136px;
  height: 48px;
  background: #ED7523;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 82px;
  margin-top: 58px;
}
body.cms-home.cms-index-index .post-list-wrapper a.view-all-button button {
  border: none;
}
body.cms-home.cms-index-index .post-list-wrapper a.view-all-button button:hover {
  color: white;
}
body.cms-home.cms-index-index .post-list-wrapper a.view-all-button button:visited {
  color: white;
}
body.cms-home.cms-index-index .post-list-wrapper a.view-all-button button:active {
  color: white;
  box-shadow: none;
}
body.cms-home.cms-index-index .post-list-wrapper a.view-all-button button:focus {
  color: white;
}
body.cms-home.cms-index-index .post-list-wrapper ol.post-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1728px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  body.cms-home.cms-index-index .post-list-wrapper ol.post-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1540px) {
  body.cms-home.cms-index-index .post-list-wrapper ol.post-list {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  body.cms-home.cms-index-index .post-list-wrapper ol.post-list {
    padding: 0px 36px;
  }
}
body.cms-home.cms-index-index .post-list-wrapper ol.post-list .post-holder {
  width: auto;
  margin: 0 8px;
  padding: 14px;
  height: unset;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  body.cms-home.cms-index-index .post-list-wrapper ol.post-list .post-holder {
    margin: 0px 16px;
    padding: 32px;
  }
}
@media (max-width: 1280px) {
  body.cms-home.cms-index-index .post-list-wrapper ol.post-list .post-holder {
    margin-bottom: 32px;
  }
}
body.cms-home.cms-index-index .post-list-wrapper ol.post-list .post-holder .post-item--content {
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
  height: 100%;
  justify-content: space-between;
}
body.cms-home.cms-index-index .post-list-wrapper ol.post-list .post-holder .post-item--content a {
  text-align: initial;
}
body.cms-home.cms-index-index .post-list-wrapper ol.post-list .post-holder a img {
  margin-bottom: 16px;
}
body.cms-home.cms-index-index .signature_products .product-image-photo {
  position: initial;
}
body.cms-home.cms-index-index .hero_container {
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}
@media (min-width: 1025px) {
  body.cms-home.cms-index-index .hero_container {
    margin-top: 138px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.cms-home.cms-index-index .hero_container {
    margin-top: 111px;
  }
}
body.cms-home.cms-index-index .hero_container .hero-slider {
  padding: 0px;
}
body.cms-home.cms-index-index .hero_container .slick-list.draggable {
  margin: 0px;
}
body.cms-home.cms-index-index .hero_container .pagebuilder-slider.hero-slider .pagebuilder-slide-wrapper {
  height: 24vw;
}
body.cms-home.cms-index-index .products-grid .product-item-info:hover {
  background: initial;
  box-shadow: none;
  border: none;
  margin: initial;
  padding: initial;
  position: initial;
}
body.cms-home.cms-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: initial;
  clip: initial;
  height: initial;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
}
body.cms-home.cms-index-index .block.widget .products-grid .product-item .product-item-inner,
body.cms-home.cms-index-index .page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: initial;
  margin: initial;
}
body.cms-home.cms-index-index .products-grid .product-item-inner {
  border: none;
}
body.cms-home.cms-index-index .products-grid .product-item-inner {
  padding: initial;
  position: unset;
}
body.cms-home.cms-index-index ol.product-items.widget-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 12px;
}
@media (min-width: 1540px) {
  body.cms-home.cms-index-index ol.product-items.widget-product-grid {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  body.cms-home.cms-index-index ol.product-items.widget-product-grid {
    padding: 0px 36px;
  }
}
@media (max-width: 1280px) {
  body.cms-home.cms-index-index ol.product-items.widget-product-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 640px) {
  body.cms-home.cms-index-index ol.product-items.widget-product-grid {
    grid-template-columns: 1fr 1fr;
  }
}
body.cms-home.cms-index-index ol.product-items.widget-product-grid .product-item .primary.order-now__link {
  white-space: normal;
}
body.cms-home.cms-index-index .block.widget .products-grid .product-item {
  max-width: 352px;
  margin-bottom: 72px;
  width: 100%;
}
@media (min-width: 1280px) {
  body.cms-home.cms-index-index .block.widget .products-grid .product-item {
    max-width: 352px;
    margin-bottom: 72px;
    width: 100%;
  }
}
body.cms-home.cms-index-index .block.widget .products-grid .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #D1D5DB;
}
body.cms-home.cms-index-index .block.widget .products-grid .product-item div a img {
  margin: 0px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  body.cms-home.cms-index-index .block.widget .products-grid .product-item div a img {
    width: 352px;
    height: 352px;
  }
}
body.cms-home.cms-index-index .description-container ul {
  padding-left: 12px;
}
body.cms-home.cms-index-index .description-container ul li {
  list-style: disc;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1F2937;
}
body.cms-home.cms-index-index .signature_products [data-content-type="row"][data-appearance="contained"] {
  max-width: 1728px;
}
body.cms-home.cms-index-index .signature_products_heading {
  margin-top: 72px;
  margin-bottom: 65px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #111827;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .signature_products_heading {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.cms-home.cms-index-index .signature_products .product-item-details {
  padding: 24px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .signature_products .product-item-details {
    padding: 14px;
  }
}
body.cms-home.cms-index-index .signature_products .product-item-details .product-item-name .product-item-link {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #111827;
}
body.cms-home.cms-index-index .signature_products .product-item-details .description-container {
  position: -webkit-relative;
  position: relative;
  left: 5px;
}
body.cms-home.cms-index-index .signature_products .product-item-details .product-item-actions {
  margin-bottom: 0px;
  margin-top: 24px;
}
body.cms-home.cms-index-index .signature_products .product-item-details .product-item-actions .actions-primary form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  gap: 8px;
  width: 166px;
  height: 44px;
  background: #ED7523;
  border: none;
}
body.cms-home.cms-index-index .signature_products .product-item-details .product-item-actions .actions-primary form button span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
body.cms-home.cms-index-index .signature_products .product-item-details .product-item-actions .actions-primary form button:hover {
  color: white;
}
body.cms-home.cms-index-index .customizations_container .pagebuilder-column-group {
  display: flex;
  justify-content: center;
}
body.cms-home.cms-index-index .customizations_container .pagebuilder-column-group .pagebuilder-column-line {
  max-width: 1728px;
  justify-content: space-between;
}
@media (min-width: 1540px) {
  body.cms-home.cms-index-index .customizations_container .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  body.cms-home.cms-index-index .customizations_container .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child {
    padding: 0px 36px;
  }
}
@media (min-width: 1540px) {
  body.cms-home.cms-index-index .customizations_container .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:last-child {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  body.cms-home.cms-index-index .customizations_container .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:last-child {
    padding: 0px 36px;
  }
}
@media (min-width: 1025px) {
  body.cms-home.cms-index-index .ammenu-main-container {
    max-width: 1728px;
  }
}
body.cms-home.cms-index-index .Case-Study-Heading {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 57px;
  color: #111827;
}
@media screen and (max-width: 640px) {
  body.cms-home.cms-index-index .Case-Study-Heading {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.cms-home.cms-index-index .case-study-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 136px;
  height: 48px;
  background: #ED7523;
  border-radius: 2px;
  margin: auto;
  margin-bottom: 72px;
  margin-top: 48px;
}
body.cms-home.cms-index-index .case-study-button .pagebuilder-button-primary {
  margin: 0px;
  padding: 0px;
}
body.cms-home.cms-index-index .case-study-button span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
body.cms-home.cms-index-index .case-main-container {
  display: flex;
  height: 396px;
  max-width: 1728px;
  width: 100vw;
  gap: 32px;
  margin: auto;
}
body.cms-home.cms-index-index .case-main-container .case-link-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(17, 24, 39, 0.85);
  height: 60px;
  padding: 0px 24px;
  align-items: center;
}
body.cms-home.cms-index-index .case-main-container .case-link-container a,
body.cms-home.cms-index-index .case-main-container .case-link-container span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  align-items: center;
}
@media (max-width: 815px) {
  body.cms-home.cms-index-index .case-main-container {
    flex-direction: column;
    height: auto;
  }
}
body.cms-home.cms-index-index .case-main-container .case-container-one {
  width: 100%;
  margin-left: 100px;
  height: 100%;
}
@media (max-width: 815px) {
  body.cms-home.cms-index-index .case-main-container .case-container-one {
    flex-direction: column;
    height: 100%;
    margin: 0px;
    padding: 0px 31px;
    box-sizing: border-box;
    height: 396px;
  }
}
body.cms-home.cms-index-index .case-main-container .case-container-one .case-link-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: inherit;
  height: 100%;
  width: fit-content;
  width: 100%;
  background-size: cover;
}
body.cms-home.cms-index-index .case-main-container .case-container-two {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-right: 100px;
  gap: 32px;
  height: 100%;
}
@media (max-width: 815px) {
  body.cms-home.cms-index-index .case-main-container .case-container-two {
    flex-direction: column;
    height: 100%;
    margin: 0px;
    padding: 0px 31px;
    box-sizing: border-box;
    height: 396px;
  }
}
@media (max-width: 480px) {
  body.cms-home.cms-index-index .case-main-container .case-container-two {
    grid-template-columns: 1fr;
    height: auto;
  }
}
body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-one {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: inherit;
  height: 100%;
  background-size: cover;
}
@media (max-width: 480px) {
  body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-one {
    height: 198px;
  }
}
body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-two {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: inherit;
  background-image: url("../../../../../../../../../media/wysiwyg/Metro\ South\ Tower\ 1.png");
  height: 100%;
}
@media (max-width: 480px) {
  body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-two {
    height: 198px;
  }
}
body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-three {
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-image: url("../../../../../../../../../media/wysiwyg/Bar\ Pacific.png");
  height: 100%;
}
@media (max-width: 480px) {
  body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-three {
    height: 198px;
  }
}
body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-four {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: inherit;
  background-image: url("../../../../../../../../../media/wysiwyg/noise\ barrier\ 1.png");
  height: 100%;
}
@media (max-width: 480px) {
  body.cms-home.cms-index-index .case-main-container .case-container-two .case-link-wrapper-four {
    height: 198px;
  }
}
#html-body.cms-home.cms-index-index .customizations_column {
  width: fit-content;
}
#html-body.cms-home.cms-index-index .shop_by_category_main_container {
  display: grid;
  margin: auto;
  justify-content: center;
}
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2,
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 {
  max-width: 1728px;
  width: 100vw;
}
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column figure a,
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column figure a,
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column figure img,
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column figure img {
  width: 100%;
}
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column-line,
#html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column-line {
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
}
@media (min-width: 1540px) {
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column-line,
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column-line {
    padding: 0px 100px;
  }
}
@media (max-width: 1539px) {
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column-line,
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column-line {
    padding: 0px 36px;
  }
}
@media (max-width: 1024px) {
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column-line,
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column-line .pagebuilder-column {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_2 .pagebuilder-column-line,
  #html-body.cms-home.cms-index-index .shop_by_category_main_container .shop_by_category_container_1 .pagebuilder-column-line {
    justify-content: center;
  }
}
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content .field.images {
  margin-bottom: 0;
}
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content .field.images img {
  margin-bottom: 0.6rem;
}
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content button.action,
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content button.action.primary {
  padding: 4px 12px;
  background: #de6322;
  color: #ffffff;
  border: none;
  letter-spacing: initial;
  font-weight: normal;
  line-height: 18px;
}
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content button.action:hover,
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content button.action.primary:hover,
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content button.action:focus,
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-content button.action.primary:focus {
  background: #c9591e;
  color: #ffffff;
  border: none;
  padding: 4px 12px;
}
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-footer button {
  padding: 12px 15px;
  background: #de6322;
  color: #ffffff;
  border: none;
  letter-spacing: initial;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 18px;
  letter-spacing: 0;
  display: block;
}
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-footer button:hover,
.modal-popup.modal-form.modal-upload-bank-in-slip .modal-footer button:focus {
  background: #c9591e;
  color: #ffffff;
  border: none;
  padding: 12px 15px;
}
.modal-popup.modal-form .modal-content {
  padding: 20px 20px 0;
}
.modal-popup.modal-form .modal-content .fieldset:last-child {
  margin-bottom: 0;
}
.modal-popup.modal-form .modal-footer {
  padding: 20px 20px 20px;
  border-top: 0;
  text-align: center;
}
.modal-popup.modal-form .modal-footer button {
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #000000;
  background-color: #ffffff;
  border: 3px solid #000000;
  white-space: nowrap;
  margin-right: 0;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
.modal-popup.modal-form .modal-footer button:hover {
  color: #ed7523;
  border-color: #ed7523;
}
.modal-popup.modal-form .modal-footer button.action-hide-popup {
  display: none;
}
.modal-popup.modal-form .modal-inner-wrap {
  max-width: 560px;
}
form .field.required_msg {
  color: #e02b27;
  font-size: 12px;
}
form .field.required_msg SPAN {
  display: inline-block;
}
form .field.captcha.required {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
form .field.captcha.required .label {
  display: none;
}
form .field.captcha.required .control.captcha-image {
  display: inline-block;
  margin: 0;
}
form .field.captcha.required .control.captcha-image:after {
  content: '';
  display: table;
  clear: both;
}
form .field.captcha.required .control.captcha-image .captcha-img {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  height: 30px;
  border: 1px solid #a6a6a6;
  vertical-align: top;
}
form .field.captcha.required .control.captcha-image .input-text {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 200px;
  border-color: #000000;
  vertical-align: top;
}
form .field.captcha.required .control.captcha-image .action.captcha-reload {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  padding-right: 0;
  height: 32px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
}
form .field.captcha.required .control.captcha-image .action.captcha-reload:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 32px;
  background: transparent url('../images/icon_renew.png') no-repeat 5px 5px;
}
form.form.password.reset .fieldset:after,
form.form.send.confirmation .fieldset:after,
form.form.password.forget .fieldset:after,
form.form-address-edit .fieldset:after,
form.form.create.account .fieldset:after,
form.form-edit-account .fieldset:after,
form.form-modal-address .fieldset:after,
form.form-login .fieldset:after,
form.form-upload-bank-in-slip .fieldset:after {
  color: red;
}
form.form.password.reset .fieldset > .field,
form.form.send.confirmation .fieldset > .field,
form.form.password.forget .fieldset > .field,
form.form-address-edit .fieldset > .field,
form.form.create.account .fieldset > .field,
form.form-edit-account .fieldset > .field,
form.form-modal-address .fieldset > .field,
form.form-login .fieldset > .field,
form.form-upload-bank-in-slip .fieldset > .field,
form.form.password.reset .fieldset > .fields > .field,
form.form.send.confirmation .fieldset > .fields > .field,
form.form.password.forget .fieldset > .fields > .field,
form.form-address-edit .fieldset > .fields > .field,
form.form.create.account .fieldset > .fields > .field,
form.form-edit-account .fieldset > .fields > .field,
form.form-modal-address .fieldset > .fields > .field,
form.form-login .fieldset > .fields > .field,
form.form-upload-bank-in-slip .fieldset > .fields > .field,
form.form.password.reset .fieldset > .field .field,
form.form.send.confirmation .fieldset > .field .field,
form.form.password.forget .fieldset > .field .field,
form.form-address-edit .fieldset > .field .field,
form.form.create.account .fieldset > .field .field,
form.form-edit-account .fieldset > .field .field,
form.form-modal-address .fieldset > .field .field,
form.form-login .fieldset > .field .field,
form.form-upload-bank-in-slip .fieldset > .field .field {
  margin: 0 0 20px;
  position: relative;
}
form.form.password.reset .fieldset > .field > label,
form.form.send.confirmation .fieldset > .field > label,
form.form.password.forget .fieldset > .field > label,
form.form-address-edit .fieldset > .field > label,
form.form.create.account .fieldset > .field > label,
form.form-edit-account .fieldset > .field > label,
form.form-modal-address .fieldset > .field > label,
form.form-login .fieldset > .field > label,
form.form-upload-bank-in-slip .fieldset > .field > label,
form.form.password.reset .fieldset > .fields > .field > label,
form.form.send.confirmation .fieldset > .fields > .field > label,
form.form.password.forget .fieldset > .fields > .field > label,
form.form-address-edit .fieldset > .fields > .field > label,
form.form.create.account .fieldset > .fields > .field > label,
form.form-edit-account .fieldset > .fields > .field > label,
form.form-modal-address .fieldset > .fields > .field > label,
form.form-login .fieldset > .fields > .field > label,
form.form-upload-bank-in-slip .fieldset > .fields > .field > label,
form.form.password.reset .fieldset > .field .field > label,
form.form.send.confirmation .fieldset > .field .field > label,
form.form.password.forget .fieldset > .field .field > label,
form.form-address-edit .fieldset > .field .field > label,
form.form.create.account .fieldset > .field .field > label,
form.form-edit-account .fieldset > .field .field > label,
form.form-modal-address .fieldset > .field .field > label,
form.form-login .fieldset > .field .field > label,
form.form-upload-bank-in-slip .fieldset > .field .field > label,
form.form.password.reset .fieldset > .field > .label,
form.form.send.confirmation .fieldset > .field > .label,
form.form.password.forget .fieldset > .field > .label,
form.form-address-edit .fieldset > .field > .label,
form.form.create.account .fieldset > .field > .label,
form.form-edit-account .fieldset > .field > .label,
form.form-modal-address .fieldset > .field > .label,
form.form-login .fieldset > .field > .label,
form.form-upload-bank-in-slip .fieldset > .field > .label,
form.form.password.reset .fieldset > .fields > .field > .label,
form.form.send.confirmation .fieldset > .fields > .field > .label,
form.form.password.forget .fieldset > .fields > .field > .label,
form.form-address-edit .fieldset > .fields > .field > .label,
form.form.create.account .fieldset > .fields > .field > .label,
form.form-edit-account .fieldset > .fields > .field > .label,
form.form-modal-address .fieldset > .fields > .field > .label,
form.form-login .fieldset > .fields > .field > .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field > .label,
form.form.password.reset .fieldset > .field .field > .label,
form.form.send.confirmation .fieldset > .field .field > .label,
form.form.password.forget .fieldset > .field .field > .label,
form.form-address-edit .fieldset > .field .field > .label,
form.form.create.account .fieldset > .field .field > .label,
form.form-edit-account .fieldset > .field .field > .label,
form.form-modal-address .fieldset > .field .field > .label,
form.form-login .fieldset > .field .field > .label,
form.form-upload-bank-in-slip .fieldset > .field .field > .label {
  font-weight: normal;
  text-transform: uppercase;
  z-index: 3;
}
form.form.password.reset .fieldset > .field > .control input:not([type='checkbox']),
form.form.send.confirmation .fieldset > .field > .control input:not([type='checkbox']),
form.form.password.forget .fieldset > .field > .control input:not([type='checkbox']),
form.form-address-edit .fieldset > .field > .control input:not([type='checkbox']),
form.form.create.account .fieldset > .field > .control input:not([type='checkbox']),
form.form-edit-account .fieldset > .field > .control input:not([type='checkbox']),
form.form-modal-address .fieldset > .field > .control input:not([type='checkbox']),
form.form-login .fieldset > .field > .control input:not([type='checkbox']),
form.form-upload-bank-in-slip .fieldset > .field > .control input:not([type='checkbox']),
form.form.password.reset .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form.send.confirmation .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form.password.forget .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form-address-edit .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form.create.account .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form-edit-account .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form-modal-address .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form-login .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form-upload-bank-in-slip .fieldset > .fields > .field > .control input:not([type='checkbox']),
form.form.password.reset .fieldset > .field .field > .control input:not([type='checkbox']),
form.form.send.confirmation .fieldset > .field .field > .control input:not([type='checkbox']),
form.form.password.forget .fieldset > .field .field > .control input:not([type='checkbox']),
form.form-address-edit .fieldset > .field .field > .control input:not([type='checkbox']),
form.form.create.account .fieldset > .field .field > .control input:not([type='checkbox']),
form.form-edit-account .fieldset > .field .field > .control input:not([type='checkbox']),
form.form-modal-address .fieldset > .field .field > .control input:not([type='checkbox']),
form.form-login .fieldset > .field .field > .control input:not([type='checkbox']),
form.form-upload-bank-in-slip .fieldset > .field .field > .control input:not([type='checkbox']) {
  height: 40px;
  line-height: 40px;
}
form.form.password.reset .fieldset > .field > .control select,
form.form.send.confirmation .fieldset > .field > .control select,
form.form.password.forget .fieldset > .field > .control select,
form.form-address-edit .fieldset > .field > .control select,
form.form.create.account .fieldset > .field > .control select,
form.form-edit-account .fieldset > .field > .control select,
form.form-modal-address .fieldset > .field > .control select,
form.form-login .fieldset > .field > .control select,
form.form-upload-bank-in-slip .fieldset > .field > .control select,
form.form.password.reset .fieldset > .fields > .field > .control select,
form.form.send.confirmation .fieldset > .fields > .field > .control select,
form.form.password.forget .fieldset > .fields > .field > .control select,
form.form-address-edit .fieldset > .fields > .field > .control select,
form.form.create.account .fieldset > .fields > .field > .control select,
form.form-edit-account .fieldset > .fields > .field > .control select,
form.form-modal-address .fieldset > .fields > .field > .control select,
form.form-login .fieldset > .fields > .field > .control select,
form.form-upload-bank-in-slip .fieldset > .fields > .field > .control select,
form.form.password.reset .fieldset > .field .field > .control select,
form.form.send.confirmation .fieldset > .field .field > .control select,
form.form.password.forget .fieldset > .field .field > .control select,
form.form-address-edit .fieldset > .field .field > .control select,
form.form.create.account .fieldset > .field .field > .control select,
form.form-edit-account .fieldset > .field .field > .control select,
form.form-modal-address .fieldset > .field .field > .control select,
form.form-login .fieldset > .field .field > .control select,
form.form-upload-bank-in-slip .fieldset > .field .field > .control select {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
form.form.password.reset .fieldset > .field.required > .label:after,
form.form.send.confirmation .fieldset > .field.required > .label:after,
form.form.password.forget .fieldset > .field.required > .label:after,
form.form-address-edit .fieldset > .field.required > .label:after,
form.form.create.account .fieldset > .field.required > .label:after,
form.form-edit-account .fieldset > .field.required > .label:after,
form.form-modal-address .fieldset > .field.required > .label:after,
form.form-login .fieldset > .field.required > .label:after,
form.form-upload-bank-in-slip .fieldset > .field.required > .label:after,
form.form.password.reset .fieldset > .fields > .field.required > .label:after,
form.form.send.confirmation .fieldset > .fields > .field.required > .label:after,
form.form.password.forget .fieldset > .fields > .field.required > .label:after,
form.form-address-edit .fieldset > .fields > .field.required > .label:after,
form.form.create.account .fieldset > .fields > .field.required > .label:after,
form.form-edit-account .fieldset > .fields > .field.required > .label:after,
form.form-modal-address .fieldset > .fields > .field.required > .label:after,
form.form-login .fieldset > .fields > .field.required > .label:after,
form.form-upload-bank-in-slip .fieldset > .fields > .field.required > .label:after,
form.form.password.reset .fieldset > .field .field.required > .label:after,
form.form.send.confirmation .fieldset > .field .field.required > .label:after,
form.form.password.forget .fieldset > .field .field.required > .label:after,
form.form-address-edit .fieldset > .field .field.required > .label:after,
form.form.create.account .fieldset > .field .field.required > .label:after,
form.form-edit-account .fieldset > .field .field.required > .label:after,
form.form-modal-address .fieldset > .field .field.required > .label:after,
form.form-login .fieldset > .field .field.required > .label:after,
form.form-upload-bank-in-slip .fieldset > .field .field.required > .label:after,
form.form.password.reset .fieldset > .field._required > .label:after,
form.form.send.confirmation .fieldset > .field._required > .label:after,
form.form.password.forget .fieldset > .field._required > .label:after,
form.form-address-edit .fieldset > .field._required > .label:after,
form.form.create.account .fieldset > .field._required > .label:after,
form.form-edit-account .fieldset > .field._required > .label:after,
form.form-modal-address .fieldset > .field._required > .label:after,
form.form-login .fieldset > .field._required > .label:after,
form.form-upload-bank-in-slip .fieldset > .field._required > .label:after,
form.form.password.reset .fieldset > .fields > .field._required > .label:after,
form.form.send.confirmation .fieldset > .fields > .field._required > .label:after,
form.form.password.forget .fieldset > .fields > .field._required > .label:after,
form.form-address-edit .fieldset > .fields > .field._required > .label:after,
form.form.create.account .fieldset > .fields > .field._required > .label:after,
form.form-edit-account .fieldset > .fields > .field._required > .label:after,
form.form-modal-address .fieldset > .fields > .field._required > .label:after,
form.form-login .fieldset > .fields > .field._required > .label:after,
form.form-upload-bank-in-slip .fieldset > .fields > .field._required > .label:after,
form.form.password.reset .fieldset > .field .field._required > .label:after,
form.form.send.confirmation .fieldset > .field .field._required > .label:after,
form.form.password.forget .fieldset > .field .field._required > .label:after,
form.form-address-edit .fieldset > .field .field._required > .label:after,
form.form.create.account .fieldset > .field .field._required > .label:after,
form.form-edit-account .fieldset > .field .field._required > .label:after,
form.form-modal-address .fieldset > .field .field._required > .label:after,
form.form-login .fieldset > .field .field._required > .label:after,
form.form-upload-bank-in-slip .fieldset > .field .field._required > .label:after {
  margin: 0;
  font-size: 1.3rem;
  content: '*';
  color: #e02b27;
}
form.form.password.reset .fieldset > .field .label,
form.form.send.confirmation .fieldset > .field .label,
form.form.password.forget .fieldset > .field .label,
form.form-address-edit .fieldset > .field .label,
form.form.create.account .fieldset > .field .label,
form.form-edit-account .fieldset > .field .label,
form.form-modal-address .fieldset > .field .label,
form.form-login .fieldset > .field .label,
form.form-upload-bank-in-slip .fieldset > .field .label,
form.form.password.reset .fieldset > .fields > .field .label,
form.form.send.confirmation .fieldset > .fields > .field .label,
form.form.password.forget .fieldset > .fields > .field .label,
form.form-address-edit .fieldset > .fields > .field .label,
form.form.create.account .fieldset > .fields > .field .label,
form.form-edit-account .fieldset > .fields > .field .label,
form.form-modal-address .fieldset > .fields > .field .label,
form.form-login .fieldset > .fields > .field .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field .label,
form.form.password.reset .fieldset > .field .field .label,
form.form.send.confirmation .fieldset > .field .field .label,
form.form.password.forget .fieldset > .field .field .label,
form.form-address-edit .fieldset > .field .field .label,
form.form.create.account .fieldset > .field .field .label,
form.form-edit-account .fieldset > .field .field .label,
form.form-modal-address .fieldset > .field .field .label,
form.form-login .fieldset > .field .field .label,
form.form-upload-bank-in-slip .fieldset > .field .field .label {
  position: absolute;
  color: #a6a6a6;
  padding: 10px 10px;
  pointer-events: none;
}
form.form.password.reset .fieldset > .field input,
form.form.send.confirmation .fieldset > .field input,
form.form.password.forget .fieldset > .field input,
form.form-address-edit .fieldset > .field input,
form.form.create.account .fieldset > .field input,
form.form-edit-account .fieldset > .field input,
form.form-modal-address .fieldset > .field input,
form.form-login .fieldset > .field input,
form.form-upload-bank-in-slip .fieldset > .field input,
form.form.password.reset .fieldset > .fields > .field input,
form.form.send.confirmation .fieldset > .fields > .field input,
form.form.password.forget .fieldset > .fields > .field input,
form.form-address-edit .fieldset > .fields > .field input,
form.form.create.account .fieldset > .fields > .field input,
form.form-edit-account .fieldset > .fields > .field input,
form.form-modal-address .fieldset > .fields > .field input,
form.form-login .fieldset > .fields > .field input,
form.form-upload-bank-in-slip .fieldset > .fields > .field input,
form.form.password.reset .fieldset > .field .field input,
form.form.send.confirmation .fieldset > .field .field input,
form.form.password.forget .fieldset > .field .field input,
form.form-address-edit .fieldset > .field .field input,
form.form.create.account .fieldset > .field .field input,
form.form-edit-account .fieldset > .field .field input,
form.form-modal-address .fieldset > .field .field input,
form.form-login .fieldset > .field .field input,
form.form-upload-bank-in-slip .fieldset > .field .field input {
  color: transparent;
}
form.form.password.reset .fieldset > .field.active .label,
form.form.send.confirmation .fieldset > .field.active .label,
form.form.password.forget .fieldset > .field.active .label,
form.form-address-edit .fieldset > .field.active .label,
form.form.create.account .fieldset > .field.active .label,
form.form-edit-account .fieldset > .field.active .label,
form.form-modal-address .fieldset > .field.active .label,
form.form-login .fieldset > .field.active .label,
form.form-upload-bank-in-slip .fieldset > .field.active .label,
form.form.password.reset .fieldset > .fields > .field.active .label,
form.form.send.confirmation .fieldset > .fields > .field.active .label,
form.form.password.forget .fieldset > .fields > .field.active .label,
form.form-address-edit .fieldset > .fields > .field.active .label,
form.form.create.account .fieldset > .fields > .field.active .label,
form.form-edit-account .fieldset > .fields > .field.active .label,
form.form-modal-address .fieldset > .fields > .field.active .label,
form.form-login .fieldset > .fields > .field.active .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.active .label,
form.form.password.reset .fieldset > .field .field.active .label,
form.form.send.confirmation .fieldset > .field .field.active .label,
form.form.password.forget .fieldset > .field .field.active .label,
form.form-address-edit .fieldset > .field .field.active .label,
form.form.create.account .fieldset > .field .field.active .label,
form.form-edit-account .fieldset > .field .field.active .label,
form.form-modal-address .fieldset > .field .field.active .label,
form.form-login .fieldset > .field .field.active .label,
form.form-upload-bank-in-slip .fieldset > .field .field.active .label {
  display: none;
}
form.form.password.reset .fieldset > .field.active input,
form.form.send.confirmation .fieldset > .field.active input,
form.form.password.forget .fieldset > .field.active input,
form.form-address-edit .fieldset > .field.active input,
form.form.create.account .fieldset > .field.active input,
form.form-edit-account .fieldset > .field.active input,
form.form-modal-address .fieldset > .field.active input,
form.form-login .fieldset > .field.active input,
form.form-upload-bank-in-slip .fieldset > .field.active input,
form.form.password.reset .fieldset > .fields > .field.active input,
form.form.send.confirmation .fieldset > .fields > .field.active input,
form.form.password.forget .fieldset > .fields > .field.active input,
form.form-address-edit .fieldset > .fields > .field.active input,
form.form.create.account .fieldset > .fields > .field.active input,
form.form-edit-account .fieldset > .fields > .field.active input,
form.form-modal-address .fieldset > .fields > .field.active input,
form.form-login .fieldset > .fields > .field.active input,
form.form-upload-bank-in-slip .fieldset > .fields > .field.active input,
form.form.password.reset .fieldset > .field .field.active input,
form.form.send.confirmation .fieldset > .field .field.active input,
form.form.password.forget .fieldset > .field .field.active input,
form.form-address-edit .fieldset > .field .field.active input,
form.form.create.account .fieldset > .field .field.active input,
form.form-edit-account .fieldset > .field .field.active input,
form.form-modal-address .fieldset > .field .field.active input,
form.form-login .fieldset > .field .field.active input,
form.form-upload-bank-in-slip .fieldset > .field .field.active input {
  color: #000000;
}
form.form.password.reset .fieldset > .field.choice,
form.form.send.confirmation .fieldset > .field.choice,
form.form.password.forget .fieldset > .field.choice,
form.form-address-edit .fieldset > .field.choice,
form.form.create.account .fieldset > .field.choice,
form.form-edit-account .fieldset > .field.choice,
form.form-modal-address .fieldset > .field.choice,
form.form-login .fieldset > .field.choice,
form.form-upload-bank-in-slip .fieldset > .field.choice,
form.form.password.reset .fieldset > .fields > .field.choice,
form.form.send.confirmation .fieldset > .fields > .field.choice,
form.form.password.forget .fieldset > .fields > .field.choice,
form.form-address-edit .fieldset > .fields > .field.choice,
form.form.create.account .fieldset > .fields > .field.choice,
form.form-edit-account .fieldset > .fields > .field.choice,
form.form-modal-address .fieldset > .fields > .field.choice,
form.form-login .fieldset > .fields > .field.choice,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice,
form.form.password.reset .fieldset > .field .field.choice,
form.form.send.confirmation .fieldset > .field .field.choice,
form.form.password.forget .fieldset > .field .field.choice,
form.form-address-edit .fieldset > .field .field.choice,
form.form.create.account .fieldset > .field .field.choice,
form.form-edit-account .fieldset > .field .field.choice,
form.form-modal-address .fieldset > .field .field.choice,
form.form-login .fieldset > .field .field.choice,
form.form-upload-bank-in-slip .fieldset > .field .field.choice {
  margin-bottom: 10px;
}
form.form.password.reset .fieldset > .field.choice .label,
form.form.send.confirmation .fieldset > .field.choice .label,
form.form.password.forget .fieldset > .field.choice .label,
form.form-address-edit .fieldset > .field.choice .label,
form.form.create.account .fieldset > .field.choice .label,
form.form-edit-account .fieldset > .field.choice .label,
form.form-modal-address .fieldset > .field.choice .label,
form.form-login .fieldset > .field.choice .label,
form.form-upload-bank-in-slip .fieldset > .field.choice .label,
form.form.password.reset .fieldset > .fields > .field.choice .label,
form.form.send.confirmation .fieldset > .fields > .field.choice .label,
form.form.password.forget .fieldset > .fields > .field.choice .label,
form.form-address-edit .fieldset > .fields > .field.choice .label,
form.form.create.account .fieldset > .fields > .field.choice .label,
form.form-edit-account .fieldset > .fields > .field.choice .label,
form.form-modal-address .fieldset > .fields > .field.choice .label,
form.form-login .fieldset > .fields > .field.choice .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice .label,
form.form.password.reset .fieldset > .field .field.choice .label,
form.form.send.confirmation .fieldset > .field .field.choice .label,
form.form.password.forget .fieldset > .field .field.choice .label,
form.form-address-edit .fieldset > .field .field.choice .label,
form.form.create.account .fieldset > .field .field.choice .label,
form.form-edit-account .fieldset > .field .field.choice .label,
form.form-modal-address .fieldset > .field .field.choice .label,
form.form-login .fieldset > .field .field.choice .label,
form.form-upload-bank-in-slip .fieldset > .field .field.choice .label {
  line-height: 15px;
  display: block;
  min-height: 20px;
  position: static;
  padding: 1px 0;
  color: #000000;
  margin-left: 25px;
  pointer-events: auto;
}
form.form.password.reset .fieldset > .field.choice input.checkbox,
form.form.send.confirmation .fieldset > .field.choice input.checkbox,
form.form.password.forget .fieldset > .field.choice input.checkbox,
form.form-address-edit .fieldset > .field.choice input.checkbox,
form.form.create.account .fieldset > .field.choice input.checkbox,
form.form-edit-account .fieldset > .field.choice input.checkbox,
form.form-modal-address .fieldset > .field.choice input.checkbox,
form.form-login .fieldset > .field.choice input.checkbox,
form.form-upload-bank-in-slip .fieldset > .field.choice input.checkbox,
form.form.password.reset .fieldset > .fields > .field.choice input.checkbox,
form.form.send.confirmation .fieldset > .fields > .field.choice input.checkbox,
form.form.password.forget .fieldset > .fields > .field.choice input.checkbox,
form.form-address-edit .fieldset > .fields > .field.choice input.checkbox,
form.form.create.account .fieldset > .fields > .field.choice input.checkbox,
form.form-edit-account .fieldset > .fields > .field.choice input.checkbox,
form.form-modal-address .fieldset > .fields > .field.choice input.checkbox,
form.form-login .fieldset > .fields > .field.choice input.checkbox,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice input.checkbox,
form.form.password.reset .fieldset > .field .field.choice input.checkbox,
form.form.send.confirmation .fieldset > .field .field.choice input.checkbox,
form.form.password.forget .fieldset > .field .field.choice input.checkbox,
form.form-address-edit .fieldset > .field .field.choice input.checkbox,
form.form.create.account .fieldset > .field .field.choice input.checkbox,
form.form-edit-account .fieldset > .field .field.choice input.checkbox,
form.form-modal-address .fieldset > .field .field.choice input.checkbox,
form.form-login .fieldset > .field .field.choice input.checkbox,
form.form-upload-bank-in-slip .fieldset > .field .field.choice input.checkbox {
  float: left;
  position: absolute;
  margin: 2px 4.5px 0 0;
}
form.form.password.reset .fieldset > .field.choice input.checkbox:focus,
form.form.send.confirmation .fieldset > .field.choice input.checkbox:focus,
form.form.password.forget .fieldset > .field.choice input.checkbox:focus,
form.form-address-edit .fieldset > .field.choice input.checkbox:focus,
form.form.create.account .fieldset > .field.choice input.checkbox:focus,
form.form-edit-account .fieldset > .field.choice input.checkbox:focus,
form.form-modal-address .fieldset > .field.choice input.checkbox:focus,
form.form-login .fieldset > .field.choice input.checkbox:focus,
form.form-upload-bank-in-slip .fieldset > .field.choice input.checkbox:focus,
form.form.password.reset .fieldset > .fields > .field.choice input.checkbox:focus,
form.form.send.confirmation .fieldset > .fields > .field.choice input.checkbox:focus,
form.form.password.forget .fieldset > .fields > .field.choice input.checkbox:focus,
form.form-address-edit .fieldset > .fields > .field.choice input.checkbox:focus,
form.form.create.account .fieldset > .fields > .field.choice input.checkbox:focus,
form.form-edit-account .fieldset > .fields > .field.choice input.checkbox:focus,
form.form-modal-address .fieldset > .fields > .field.choice input.checkbox:focus,
form.form-login .fieldset > .fields > .field.choice input.checkbox:focus,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice input.checkbox:focus,
form.form.password.reset .fieldset > .field .field.choice input.checkbox:focus,
form.form.send.confirmation .fieldset > .field .field.choice input.checkbox:focus,
form.form.password.forget .fieldset > .field .field.choice input.checkbox:focus,
form.form-address-edit .fieldset > .field .field.choice input.checkbox:focus,
form.form.create.account .fieldset > .field .field.choice input.checkbox:focus,
form.form-edit-account .fieldset > .field .field.choice input.checkbox:focus,
form.form-modal-address .fieldset > .field .field.choice input.checkbox:focus,
form.form-login .fieldset > .field .field.choice input.checkbox:focus,
form.form-upload-bank-in-slip .fieldset > .field .field.choice input.checkbox:focus {
  outline: none;
  box-shadow: none;
}
form.form.password.reset .fieldset > .field.choice.active .label,
form.form.send.confirmation .fieldset > .field.choice.active .label,
form.form.password.forget .fieldset > .field.choice.active .label,
form.form-address-edit .fieldset > .field.choice.active .label,
form.form.create.account .fieldset > .field.choice.active .label,
form.form-edit-account .fieldset > .field.choice.active .label,
form.form-modal-address .fieldset > .field.choice.active .label,
form.form-login .fieldset > .field.choice.active .label,
form.form-upload-bank-in-slip .fieldset > .field.choice.active .label,
form.form.password.reset .fieldset > .fields > .field.choice.active .label,
form.form.send.confirmation .fieldset > .fields > .field.choice.active .label,
form.form.password.forget .fieldset > .fields > .field.choice.active .label,
form.form-address-edit .fieldset > .fields > .field.choice.active .label,
form.form.create.account .fieldset > .fields > .field.choice.active .label,
form.form-edit-account .fieldset > .fields > .field.choice.active .label,
form.form-modal-address .fieldset > .fields > .field.choice.active .label,
form.form-login .fieldset > .fields > .field.choice.active .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice.active .label,
form.form.password.reset .fieldset > .field .field.choice.active .label,
form.form.send.confirmation .fieldset > .field .field.choice.active .label,
form.form.password.forget .fieldset > .field .field.choice.active .label,
form.form-address-edit .fieldset > .field .field.choice.active .label,
form.form.create.account .fieldset > .field .field.choice.active .label,
form.form-edit-account .fieldset > .field .field.choice.active .label,
form.form-modal-address .fieldset > .field .field.choice.active .label,
form.form-login .fieldset > .field .field.choice.active .label,
form.form-upload-bank-in-slip .fieldset > .field .field.choice.active .label {
  display: block;
}
form.form.password.reset .fieldset > .field.choice.active input,
form.form.send.confirmation .fieldset > .field.choice.active input,
form.form.password.forget .fieldset > .field.choice.active input,
form.form-address-edit .fieldset > .field.choice.active input,
form.form.create.account .fieldset > .field.choice.active input,
form.form-edit-account .fieldset > .field.choice.active input,
form.form-modal-address .fieldset > .field.choice.active input,
form.form-login .fieldset > .field.choice.active input,
form.form-upload-bank-in-slip .fieldset > .field.choice.active input,
form.form.password.reset .fieldset > .fields > .field.choice.active input,
form.form.send.confirmation .fieldset > .fields > .field.choice.active input,
form.form.password.forget .fieldset > .fields > .field.choice.active input,
form.form-address-edit .fieldset > .fields > .field.choice.active input,
form.form.create.account .fieldset > .fields > .field.choice.active input,
form.form-edit-account .fieldset > .fields > .field.choice.active input,
form.form-modal-address .fieldset > .fields > .field.choice.active input,
form.form-login .fieldset > .fields > .field.choice.active input,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice.active input,
form.form.password.reset .fieldset > .field .field.choice.active input,
form.form.send.confirmation .fieldset > .field .field.choice.active input,
form.form.password.forget .fieldset > .field .field.choice.active input,
form.form-address-edit .fieldset > .field .field.choice.active input,
form.form.create.account .fieldset > .field .field.choice.active input,
form.form-edit-account .fieldset > .field .field.choice.active input,
form.form-modal-address .fieldset > .field .field.choice.active input,
form.form-login .fieldset > .field .field.choice.active input,
form.form-upload-bank-in-slip .fieldset > .field .field.choice.active input {
  color: #000000;
}
form.form.password.reset .fieldset > .field.choice.language span,
form.form.send.confirmation .fieldset > .field.choice.language span,
form.form.password.forget .fieldset > .field.choice.language span,
form.form-address-edit .fieldset > .field.choice.language span,
form.form.create.account .fieldset > .field.choice.language span,
form.form-edit-account .fieldset > .field.choice.language span,
form.form-modal-address .fieldset > .field.choice.language span,
form.form-login .fieldset > .field.choice.language span,
form.form-upload-bank-in-slip .fieldset > .field.choice.language span,
form.form.password.reset .fieldset > .fields > .field.choice.language span,
form.form.send.confirmation .fieldset > .fields > .field.choice.language span,
form.form.password.forget .fieldset > .fields > .field.choice.language span,
form.form-address-edit .fieldset > .fields > .field.choice.language span,
form.form.create.account .fieldset > .fields > .field.choice.language span,
form.form-edit-account .fieldset > .fields > .field.choice.language span,
form.form-modal-address .fieldset > .fields > .field.choice.language span,
form.form-login .fieldset > .fields > .field.choice.language span,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice.language span,
form.form.password.reset .fieldset > .field .field.choice.language span,
form.form.send.confirmation .fieldset > .field .field.choice.language span,
form.form.password.forget .fieldset > .field .field.choice.language span,
form.form-address-edit .fieldset > .field .field.choice.language span,
form.form.create.account .fieldset > .field .field.choice.language span,
form.form-edit-account .fieldset > .field .field.choice.language span,
form.form-modal-address .fieldset > .field .field.choice.language span,
form.form-login .fieldset > .field .field.choice.language span,
form.form-upload-bank-in-slip .fieldset > .field .field.choice.language span {
  padding-right: 30px;
  display: inline-block;
}
form.form.password.reset .fieldset > .field.choice.language label,
form.form.send.confirmation .fieldset > .field.choice.language label,
form.form.password.forget .fieldset > .field.choice.language label,
form.form-address-edit .fieldset > .field.choice.language label,
form.form.create.account .fieldset > .field.choice.language label,
form.form-edit-account .fieldset > .field.choice.language label,
form.form-modal-address .fieldset > .field.choice.language label,
form.form-login .fieldset > .field.choice.language label,
form.form-upload-bank-in-slip .fieldset > .field.choice.language label,
form.form.password.reset .fieldset > .fields > .field.choice.language label,
form.form.send.confirmation .fieldset > .fields > .field.choice.language label,
form.form.password.forget .fieldset > .fields > .field.choice.language label,
form.form-address-edit .fieldset > .fields > .field.choice.language label,
form.form.create.account .fieldset > .fields > .field.choice.language label,
form.form-edit-account .fieldset > .fields > .field.choice.language label,
form.form-modal-address .fieldset > .fields > .field.choice.language label,
form.form-login .fieldset > .fields > .field.choice.language label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice.language label,
form.form.password.reset .fieldset > .field .field.choice.language label,
form.form.send.confirmation .fieldset > .field .field.choice.language label,
form.form.password.forget .fieldset > .field .field.choice.language label,
form.form-address-edit .fieldset > .field .field.choice.language label,
form.form.create.account .fieldset > .field .field.choice.language label,
form.form-edit-account .fieldset > .field .field.choice.language label,
form.form-modal-address .fieldset > .field .field.choice.language label,
form.form-login .fieldset > .field .field.choice.language label,
form.form-upload-bank-in-slip .fieldset > .field .field.choice.language label {
  padding-right: 20px;
  display: inline;
}
form.form.password.reset .fieldset > .field.choice.language.active,
form.form.send.confirmation .fieldset > .field.choice.language.active,
form.form.password.forget .fieldset > .field.choice.language.active,
form.form-address-edit .fieldset > .field.choice.language.active,
form.form.create.account .fieldset > .field.choice.language.active,
form.form-edit-account .fieldset > .field.choice.language.active,
form.form-modal-address .fieldset > .field.choice.language.active,
form.form-login .fieldset > .field.choice.language.active,
form.form-upload-bank-in-slip .fieldset > .field.choice.language.active,
form.form.password.reset .fieldset > .fields > .field.choice.language.active,
form.form.send.confirmation .fieldset > .fields > .field.choice.language.active,
form.form.password.forget .fieldset > .fields > .field.choice.language.active,
form.form-address-edit .fieldset > .fields > .field.choice.language.active,
form.form.create.account .fieldset > .fields > .field.choice.language.active,
form.form-edit-account .fieldset > .fields > .field.choice.language.active,
form.form-modal-address .fieldset > .fields > .field.choice.language.active,
form.form-login .fieldset > .fields > .field.choice.language.active,
form.form-upload-bank-in-slip .fieldset > .fields > .field.choice.language.active,
form.form.password.reset .fieldset > .field .field.choice.language.active,
form.form.send.confirmation .fieldset > .field .field.choice.language.active,
form.form.password.forget .fieldset > .field .field.choice.language.active,
form.form-address-edit .fieldset > .field .field.choice.language.active,
form.form.create.account .fieldset > .field .field.choice.language.active,
form.form-edit-account .fieldset > .field .field.choice.language.active,
form.form-modal-address .fieldset > .field .field.choice.language.active,
form.form-login .fieldset > .field .field.choice.language.active,
form.form-upload-bank-in-slip .fieldset > .field .field.choice.language.active {
  display: inline;
}
form.form.password.reset .fieldset > .field.images .label,
form.form.send.confirmation .fieldset > .field.images .label,
form.form.password.forget .fieldset > .field.images .label,
form.form-address-edit .fieldset > .field.images .label,
form.form.create.account .fieldset > .field.images .label,
form.form-edit-account .fieldset > .field.images .label,
form.form-modal-address .fieldset > .field.images .label,
form.form-login .fieldset > .field.images .label,
form.form-upload-bank-in-slip .fieldset > .field.images .label,
form.form.password.reset .fieldset > .fields > .field.images .label,
form.form.send.confirmation .fieldset > .fields > .field.images .label,
form.form.password.forget .fieldset > .fields > .field.images .label,
form.form-address-edit .fieldset > .fields > .field.images .label,
form.form.create.account .fieldset > .fields > .field.images .label,
form.form-edit-account .fieldset > .fields > .field.images .label,
form.form-modal-address .fieldset > .fields > .field.images .label,
form.form-login .fieldset > .fields > .field.images .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.images .label,
form.form.password.reset .fieldset > .field .field.images .label,
form.form.send.confirmation .fieldset > .field .field.images .label,
form.form.password.forget .fieldset > .field .field.images .label,
form.form-address-edit .fieldset > .field .field.images .label,
form.form.create.account .fieldset > .field .field.images .label,
form.form-edit-account .fieldset > .field .field.images .label,
form.form-modal-address .fieldset > .field .field.images .label,
form.form-login .fieldset > .field .field.images .label,
form.form-upload-bank-in-slip .fieldset > .field .field.images .label {
  position: static;
  color: #000000;
  padding: 0;
  text-transform: initial;
}
form.form.password.reset .fieldset > .field.images .control input,
form.form.send.confirmation .fieldset > .field.images .control input,
form.form.password.forget .fieldset > .field.images .control input,
form.form-address-edit .fieldset > .field.images .control input,
form.form.create.account .fieldset > .field.images .control input,
form.form-edit-account .fieldset > .field.images .control input,
form.form-modal-address .fieldset > .field.images .control input,
form.form-login .fieldset > .field.images .control input,
form.form-upload-bank-in-slip .fieldset > .field.images .control input,
form.form.password.reset .fieldset > .fields > .field.images .control input,
form.form.send.confirmation .fieldset > .fields > .field.images .control input,
form.form.password.forget .fieldset > .fields > .field.images .control input,
form.form-address-edit .fieldset > .fields > .field.images .control input,
form.form.create.account .fieldset > .fields > .field.images .control input,
form.form-edit-account .fieldset > .fields > .field.images .control input,
form.form-modal-address .fieldset > .fields > .field.images .control input,
form.form-login .fieldset > .fields > .field.images .control input,
form.form-upload-bank-in-slip .fieldset > .fields > .field.images .control input,
form.form.password.reset .fieldset > .field .field.images .control input,
form.form.send.confirmation .fieldset > .field .field.images .control input,
form.form.password.forget .fieldset > .field .field.images .control input,
form.form-address-edit .fieldset > .field .field.images .control input,
form.form.create.account .fieldset > .field .field.images .control input,
form.form-edit-account .fieldset > .field .field.images .control input,
form.form-modal-address .fieldset > .field .field.images .control input,
form.form-login .fieldset > .field .field.images .control input,
form.form-upload-bank-in-slip .fieldset > .field .field.images .control input {
  line-height: 1;
  color: #000000;
}
form.form.password.reset .fieldset > .field.images .control input:focus,
form.form.send.confirmation .fieldset > .field.images .control input:focus,
form.form.password.forget .fieldset > .field.images .control input:focus,
form.form-address-edit .fieldset > .field.images .control input:focus,
form.form.create.account .fieldset > .field.images .control input:focus,
form.form-edit-account .fieldset > .field.images .control input:focus,
form.form-modal-address .fieldset > .field.images .control input:focus,
form.form-login .fieldset > .field.images .control input:focus,
form.form-upload-bank-in-slip .fieldset > .field.images .control input:focus,
form.form.password.reset .fieldset > .fields > .field.images .control input:focus,
form.form.send.confirmation .fieldset > .fields > .field.images .control input:focus,
form.form.password.forget .fieldset > .fields > .field.images .control input:focus,
form.form-address-edit .fieldset > .fields > .field.images .control input:focus,
form.form.create.account .fieldset > .fields > .field.images .control input:focus,
form.form-edit-account .fieldset > .fields > .field.images .control input:focus,
form.form-modal-address .fieldset > .fields > .field.images .control input:focus,
form.form-login .fieldset > .fields > .field.images .control input:focus,
form.form-upload-bank-in-slip .fieldset > .fields > .field.images .control input:focus,
form.form.password.reset .fieldset > .field .field.images .control input:focus,
form.form.send.confirmation .fieldset > .field .field.images .control input:focus,
form.form.password.forget .fieldset > .field .field.images .control input:focus,
form.form-address-edit .fieldset > .field .field.images .control input:focus,
form.form.create.account .fieldset > .field .field.images .control input:focus,
form.form-edit-account .fieldset > .field .field.images .control input:focus,
form.form-modal-address .fieldset > .field .field.images .control input:focus,
form.form-login .fieldset > .field .field.images .control input:focus,
form.form-upload-bank-in-slip .fieldset > .field .field.images .control input:focus,
form.form.password.reset .fieldset > .field.images .control input:active,
form.form.send.confirmation .fieldset > .field.images .control input:active,
form.form.password.forget .fieldset > .field.images .control input:active,
form.form-address-edit .fieldset > .field.images .control input:active,
form.form.create.account .fieldset > .field.images .control input:active,
form.form-edit-account .fieldset > .field.images .control input:active,
form.form-modal-address .fieldset > .field.images .control input:active,
form.form-login .fieldset > .field.images .control input:active,
form.form-upload-bank-in-slip .fieldset > .field.images .control input:active,
form.form.password.reset .fieldset > .fields > .field.images .control input:active,
form.form.send.confirmation .fieldset > .fields > .field.images .control input:active,
form.form.password.forget .fieldset > .fields > .field.images .control input:active,
form.form-address-edit .fieldset > .fields > .field.images .control input:active,
form.form.create.account .fieldset > .fields > .field.images .control input:active,
form.form-edit-account .fieldset > .fields > .field.images .control input:active,
form.form-modal-address .fieldset > .fields > .field.images .control input:active,
form.form-login .fieldset > .fields > .field.images .control input:active,
form.form-upload-bank-in-slip .fieldset > .fields > .field.images .control input:active,
form.form.password.reset .fieldset > .field .field.images .control input:active,
form.form.send.confirmation .fieldset > .field .field.images .control input:active,
form.form.password.forget .fieldset > .field .field.images .control input:active,
form.form-address-edit .fieldset > .field .field.images .control input:active,
form.form.create.account .fieldset > .field .field.images .control input:active,
form.form-edit-account .fieldset > .field .field.images .control input:active,
form.form-modal-address .fieldset > .field .field.images .control input:active,
form.form-login .fieldset > .field .field.images .control input:active,
form.form-upload-bank-in-slip .fieldset > .field .field.images .control input:active {
  box-shadow: none;
}
form.form.password.reset .fieldset > .field.images.active .label,
form.form.send.confirmation .fieldset > .field.images.active .label,
form.form.password.forget .fieldset > .field.images.active .label,
form.form-address-edit .fieldset > .field.images.active .label,
form.form.create.account .fieldset > .field.images.active .label,
form.form-edit-account .fieldset > .field.images.active .label,
form.form-modal-address .fieldset > .field.images.active .label,
form.form-login .fieldset > .field.images.active .label,
form.form-upload-bank-in-slip .fieldset > .field.images.active .label,
form.form.password.reset .fieldset > .fields > .field.images.active .label,
form.form.send.confirmation .fieldset > .fields > .field.images.active .label,
form.form.password.forget .fieldset > .fields > .field.images.active .label,
form.form-address-edit .fieldset > .fields > .field.images.active .label,
form.form.create.account .fieldset > .fields > .field.images.active .label,
form.form-edit-account .fieldset > .fields > .field.images.active .label,
form.form-modal-address .fieldset > .fields > .field.images.active .label,
form.form-login .fieldset > .fields > .field.images.active .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.images.active .label,
form.form.password.reset .fieldset > .field .field.images.active .label,
form.form.send.confirmation .fieldset > .field .field.images.active .label,
form.form.password.forget .fieldset > .field .field.images.active .label,
form.form-address-edit .fieldset > .field .field.images.active .label,
form.form.create.account .fieldset > .field .field.images.active .label,
form.form-edit-account .fieldset > .field .field.images.active .label,
form.form-modal-address .fieldset > .field .field.images.active .label,
form.form-login .fieldset > .field .field.images.active .label,
form.form-upload-bank-in-slip .fieldset > .field .field.images.active .label {
  display: block;
}
form.form.password.reset .fieldset > .field.bank_in_datetime .label,
form.form.send.confirmation .fieldset > .field.bank_in_datetime .label,
form.form.password.forget .fieldset > .field.bank_in_datetime .label,
form.form-address-edit .fieldset > .field.bank_in_datetime .label,
form.form.create.account .fieldset > .field.bank_in_datetime .label,
form.form-edit-account .fieldset > .field.bank_in_datetime .label,
form.form-modal-address .fieldset > .field.bank_in_datetime .label,
form.form-login .fieldset > .field.bank_in_datetime .label,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime .label,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime .label,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime .label,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime .label,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime .label,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime .label,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime .label,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime .label,
form.form-login .fieldset > .fields > .field.bank_in_datetime .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime .label,
form.form.password.reset .fieldset > .field .field.bank_in_datetime .label,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime .label,
form.form.password.forget .fieldset > .field .field.bank_in_datetime .label,
form.form-address-edit .fieldset > .field .field.bank_in_datetime .label,
form.form.create.account .fieldset > .field .field.bank_in_datetime .label,
form.form-edit-account .fieldset > .field .field.bank_in_datetime .label,
form.form-modal-address .fieldset > .field .field.bank_in_datetime .label,
form.form-login .fieldset > .field .field.bank_in_datetime .label,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime .label {
  white-space: nowrap;
}
form.form.password.reset .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-login .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
form.form.password.reset .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form-login .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime input::-moz-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime input::-moz-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime input::-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
form.form.password.reset .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-login .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime input:-ms-input-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime input:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
form.form.password.reset .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form-login .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime input:-moz-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime input:-moz-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime input:-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime input:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
form.form.password.reset .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-login .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime.active input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
form.form.password.reset .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-login .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime.active input::-moz-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime.active input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
form.form.password.reset .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-login .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime.active input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
form.form.password.reset .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.send.confirmation .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.password.forget .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-address-edit .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.create.account .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-edit-account .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-modal-address .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-login .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.password.reset .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.send.confirmation .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.password.forget .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-address-edit .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.create.account .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-edit-account .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-modal-address .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-login .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .fields > .field.bank_in_datetime.active input:-moz-placeholder,
form.form.password.reset .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form.send.confirmation .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form.password.forget .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form-address-edit .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form.create.account .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form-edit-account .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form-modal-address .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form-login .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder,
form.form-upload-bank-in-slip .fieldset > .field .field.bank_in_datetime.active input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
form.form.password.reset .fieldset > .field.captcha .label,
form.form.send.confirmation .fieldset > .field.captcha .label,
form.form.password.forget .fieldset > .field.captcha .label,
form.form-address-edit .fieldset > .field.captcha .label,
form.form.create.account .fieldset > .field.captcha .label,
form.form-edit-account .fieldset > .field.captcha .label,
form.form-modal-address .fieldset > .field.captcha .label,
form.form-login .fieldset > .field.captcha .label,
form.form-upload-bank-in-slip .fieldset > .field.captcha .label,
form.form.password.reset .fieldset > .fields > .field.captcha .label,
form.form.send.confirmation .fieldset > .fields > .field.captcha .label,
form.form.password.forget .fieldset > .fields > .field.captcha .label,
form.form-address-edit .fieldset > .fields > .field.captcha .label,
form.form.create.account .fieldset > .fields > .field.captcha .label,
form.form-edit-account .fieldset > .fields > .field.captcha .label,
form.form-modal-address .fieldset > .fields > .field.captcha .label,
form.form-login .fieldset > .fields > .field.captcha .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.captcha .label,
form.form.password.reset .fieldset > .field .field.captcha .label,
form.form.send.confirmation .fieldset > .field .field.captcha .label,
form.form.password.forget .fieldset > .field .field.captcha .label,
form.form-address-edit .fieldset > .field .field.captcha .label,
form.form.create.account .fieldset > .field .field.captcha .label,
form.form-edit-account .fieldset > .field .field.captcha .label,
form.form-modal-address .fieldset > .field .field.captcha .label,
form.form-login .fieldset > .field .field.captcha .label,
form.form-upload-bank-in-slip .fieldset > .field .field.captcha .label {
  position: static;
}
form.form.password.reset .fieldset > .field.captcha input,
form.form.send.confirmation .fieldset > .field.captcha input,
form.form.password.forget .fieldset > .field.captcha input,
form.form-address-edit .fieldset > .field.captcha input,
form.form.create.account .fieldset > .field.captcha input,
form.form-edit-account .fieldset > .field.captcha input,
form.form-modal-address .fieldset > .field.captcha input,
form.form-login .fieldset > .field.captcha input,
form.form-upload-bank-in-slip .fieldset > .field.captcha input,
form.form.password.reset .fieldset > .fields > .field.captcha input,
form.form.send.confirmation .fieldset > .fields > .field.captcha input,
form.form.password.forget .fieldset > .fields > .field.captcha input,
form.form-address-edit .fieldset > .fields > .field.captcha input,
form.form.create.account .fieldset > .fields > .field.captcha input,
form.form-edit-account .fieldset > .fields > .field.captcha input,
form.form-modal-address .fieldset > .fields > .field.captcha input,
form.form-login .fieldset > .fields > .field.captcha input,
form.form-upload-bank-in-slip .fieldset > .fields > .field.captcha input,
form.form.password.reset .fieldset > .field .field.captcha input,
form.form.send.confirmation .fieldset > .field .field.captcha input,
form.form.password.forget .fieldset > .field .field.captcha input,
form.form-address-edit .fieldset > .field .field.captcha input,
form.form.create.account .fieldset > .field .field.captcha input,
form.form-edit-account .fieldset > .field .field.captcha input,
form.form-modal-address .fieldset > .field .field.captcha input,
form.form-login .fieldset > .field .field.captcha input,
form.form-upload-bank-in-slip .fieldset > .field .field.captcha input {
  color: #000000;
}
form.form.password.reset .fieldset > .field.captcha.active .label,
form.form.send.confirmation .fieldset > .field.captcha.active .label,
form.form.password.forget .fieldset > .field.captcha.active .label,
form.form-address-edit .fieldset > .field.captcha.active .label,
form.form.create.account .fieldset > .field.captcha.active .label,
form.form-edit-account .fieldset > .field.captcha.active .label,
form.form-modal-address .fieldset > .field.captcha.active .label,
form.form-login .fieldset > .field.captcha.active .label,
form.form-upload-bank-in-slip .fieldset > .field.captcha.active .label,
form.form.password.reset .fieldset > .fields > .field.captcha.active .label,
form.form.send.confirmation .fieldset > .fields > .field.captcha.active .label,
form.form.password.forget .fieldset > .fields > .field.captcha.active .label,
form.form-address-edit .fieldset > .fields > .field.captcha.active .label,
form.form.create.account .fieldset > .fields > .field.captcha.active .label,
form.form-edit-account .fieldset > .fields > .field.captcha.active .label,
form.form-modal-address .fieldset > .fields > .field.captcha.active .label,
form.form-login .fieldset > .fields > .field.captcha.active .label,
form.form-upload-bank-in-slip .fieldset > .fields > .field.captcha.active .label,
form.form.password.reset .fieldset > .field .field.captcha.active .label,
form.form.send.confirmation .fieldset > .field .field.captcha.active .label,
form.form.password.forget .fieldset > .field .field.captcha.active .label,
form.form-address-edit .fieldset > .field .field.captcha.active .label,
form.form.create.account .fieldset > .field .field.captcha.active .label,
form.form-edit-account .fieldset > .field .field.captcha.active .label,
form.form-modal-address .fieldset > .field .field.captcha.active .label,
form.form-login .fieldset > .field .field.captcha.active .label,
form.form-upload-bank-in-slip .fieldset > .field .field.captcha.active .label {
  display: block;
}
form.form.password.reset .fieldset > .field.captcha.active input,
form.form.send.confirmation .fieldset > .field.captcha.active input,
form.form.password.forget .fieldset > .field.captcha.active input,
form.form-address-edit .fieldset > .field.captcha.active input,
form.form.create.account .fieldset > .field.captcha.active input,
form.form-edit-account .fieldset > .field.captcha.active input,
form.form-modal-address .fieldset > .field.captcha.active input,
form.form-login .fieldset > .field.captcha.active input,
form.form-upload-bank-in-slip .fieldset > .field.captcha.active input,
form.form.password.reset .fieldset > .fields > .field.captcha.active input,
form.form.send.confirmation .fieldset > .fields > .field.captcha.active input,
form.form.password.forget .fieldset > .fields > .field.captcha.active input,
form.form-address-edit .fieldset > .fields > .field.captcha.active input,
form.form.create.account .fieldset > .fields > .field.captcha.active input,
form.form-edit-account .fieldset > .fields > .field.captcha.active input,
form.form-modal-address .fieldset > .fields > .field.captcha.active input,
form.form-login .fieldset > .fields > .field.captcha.active input,
form.form-upload-bank-in-slip .fieldset > .fields > .field.captcha.active input,
form.form.password.reset .fieldset > .field .field.captcha.active input,
form.form.send.confirmation .fieldset > .field .field.captcha.active input,
form.form.password.forget .fieldset > .field .field.captcha.active input,
form.form-address-edit .fieldset > .field .field.captcha.active input,
form.form.create.account .fieldset > .field .field.captcha.active input,
form.form-edit-account .fieldset > .field .field.captcha.active input,
form.form-modal-address .fieldset > .field .field.captcha.active input,
form.form-login .fieldset > .field .field.captcha.active input,
form.form-upload-bank-in-slip .fieldset > .field .field.captcha.active input {
  color: #000000;
}
form.form.password.reset .fieldset > .field.captcha.required,
form.form.send.confirmation .fieldset > .field.captcha.required,
form.form.password.forget .fieldset > .field.captcha.required,
form.form-address-edit .fieldset > .field.captcha.required,
form.form.create.account .fieldset > .field.captcha.required,
form.form-edit-account .fieldset > .field.captcha.required,
form.form-modal-address .fieldset > .field.captcha.required,
form.form-login .fieldset > .field.captcha.required,
form.form-upload-bank-in-slip .fieldset > .field.captcha.required,
form.form.password.reset .fieldset > .fields > .field.captcha.required,
form.form.send.confirmation .fieldset > .fields > .field.captcha.required,
form.form.password.forget .fieldset > .fields > .field.captcha.required,
form.form-address-edit .fieldset > .fields > .field.captcha.required,
form.form.create.account .fieldset > .fields > .field.captcha.required,
form.form-edit-account .fieldset > .fields > .field.captcha.required,
form.form-modal-address .fieldset > .fields > .field.captcha.required,
form.form-login .fieldset > .fields > .field.captcha.required,
form.form-upload-bank-in-slip .fieldset > .fields > .field.captcha.required,
form.form.password.reset .fieldset > .field .field.captcha.required,
form.form.send.confirmation .fieldset > .field .field.captcha.required,
form.form.password.forget .fieldset > .field .field.captcha.required,
form.form-address-edit .fieldset > .field .field.captcha.required,
form.form.create.account .fieldset > .field .field.captcha.required,
form.form-edit-account .fieldset > .field .field.captcha.required,
form.form-modal-address .fieldset > .field .field.captcha.required,
form.form-login .fieldset > .field .field.captcha.required,
form.form-upload-bank-in-slip .fieldset > .field .field.captcha.required {
  width: 100%;
  padding: 0;
}
form.form.password.reset .fieldset > .field.captcha.required .control.captcha-image,
form.form.send.confirmation .fieldset > .field.captcha.required .control.captcha-image,
form.form.password.forget .fieldset > .field.captcha.required .control.captcha-image,
form.form-address-edit .fieldset > .field.captcha.required .control.captcha-image,
form.form.create.account .fieldset > .field.captcha.required .control.captcha-image,
form.form-edit-account .fieldset > .field.captcha.required .control.captcha-image,
form.form-modal-address .fieldset > .field.captcha.required .control.captcha-image,
form.form-login .fieldset > .field.captcha.required .control.captcha-image,
form.form-upload-bank-in-slip .fieldset > .field.captcha.required .control.captcha-image,
form.form.password.reset .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form.send.confirmation .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form.password.forget .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form-address-edit .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form.create.account .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form-edit-account .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form-modal-address .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form-login .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form-upload-bank-in-slip .fieldset > .fields > .field.captcha.required .control.captcha-image,
form.form.password.reset .fieldset > .field .field.captcha.required .control.captcha-image,
form.form.send.confirmation .fieldset > .field .field.captcha.required .control.captcha-image,
form.form.password.forget .fieldset > .field .field.captcha.required .control.captcha-image,
form.form-address-edit .fieldset > .field .field.captcha.required .control.captcha-image,
form.form.create.account .fieldset > .field .field.captcha.required .control.captcha-image,
form.form-edit-account .fieldset > .field .field.captcha.required .control.captcha-image,
form.form-modal-address .fieldset > .field .field.captcha.required .control.captcha-image,
form.form-login .fieldset > .field .field.captcha.required .control.captcha-image,
form.form-upload-bank-in-slip .fieldset > .field .field.captcha.required .control.captcha-image {
  height: 32px;
}
form.form.password.reset .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form.send.confirmation .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form.password.forget .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form-address-edit .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form.create.account .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form-edit-account .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form-modal-address .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form-login .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form-upload-bank-in-slip .fieldset > .field.captcha.required .control.captcha-image .input-text,
form.form.password.reset .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form.send.confirmation .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form.password.forget .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form-address-edit .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form.create.account .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form-edit-account .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form-modal-address .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form-login .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form-upload-bank-in-slip .fieldset > .fields > .field.captcha.required .control.captcha-image .input-text,
form.form.password.reset .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form.send.confirmation .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form.password.forget .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form-address-edit .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form.create.account .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form-edit-account .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form-modal-address .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form-login .fieldset > .field .field.captcha.required .control.captcha-image .input-text,
form.form-upload-bank-in-slip .fieldset > .field .field.captcha.required .control.captcha-image .input-text {
  width: calc(100% - 132px);
  line-height: 32px;
  height: 32px;
}
form.form.password.reset,
form.form.send.confirmation,
form.form.password.forget {
  padding: 20px;
  max-width: 100%;
  width: 100%;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.form.password.reset .fieldset,
form.form.send.confirmation .fieldset,
form.form.password.forget .fieldset {
  margin-bottom: 0;
}
form.form.password.reset .actions-toolbar,
form.form.send.confirmation .actions-toolbar,
form.form.password.forget .actions-toolbar {
  text-align: center;
}
form.form.password.reset .actions-toolbar .primary,
form.form.send.confirmation .actions-toolbar .primary,
form.form.password.forget .actions-toolbar .primary {
  padding: 0;
  margin: 0 auto 0;
  float: none;
}
form.form.password.reset .actions-toolbar .primary .action,
form.form.send.confirmation .actions-toolbar .primary .action,
form.form.password.forget .actions-toolbar .primary .action {
  margin: 0;
  padding: 12px 0;
  width: 100%;
  min-width: 180px;
  float: none;
  font-size: 18px;
  letter-spacing: 4px;
}
form.form-login .fieldset:after {
  margin-top: 0;
  content: '';
}
form.form-login .fieldset .field .control {
  width: 100%;
}
form.form-login .fieldset .field .control .input-text {
  border-color: #000000;
}
form.form-login .fieldset .field.remember_me {
  float: right;
  margin-bottom: 20px;
}
form.form-login .fieldset .field.remember_me .checkbox {
  float: left;
}
form.form-login .fieldset .field.remember_me .checkbox:focus {
  outline: none;
}
form.form-login .fieldset .field.remember_me input[type=checkbox] {
  margin-top: 1px;
  margin-right: 4px;
}
form.form-login .actions-toolbar {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0;
  clear: both;
  text-align: left;
}
form.form-login .actions-toolbar .primary {
  margin: 0;
  width: 100%;
}
form.form-login .actions-toolbar .primary .action {
  margin: 0 0 20px 0;
  padding: 12px 0;
  width: 100%;
  float: none;
  letter-spacing: 4px;
}
form.form-login .actions-toolbar .primary .action SPAN {
  display: block;
  margin-right: -4px;
  font-size: 18px;
}
form.form-login .actions-toolbar .secondary {
  margin: 0;
  width: 100%;
}
form.form-login .actions-toolbar .secondary .action {
  margin: 0;
  width: auto;
  color: #666666;
}
form.form-login .actions-toolbar .secondary .action:hover {
  color: #808080;
}
form.form-login .actions-toolbar .secondary .action SPAN {
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: underline;
}
form.form.create.account {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
form.form.create.account .fieldset > .field,
form.form.create.account .fieldset > .field > .field,
form.form.create.account .fieldset > .fields > .field,
form.form.create.account .fieldset > .fields > .field > .field {
  margin-bottom: 30px;
}
form.form.create.account .fieldset > .field > .control,
form.form.create.account .fieldset > .field > .field > .control,
form.form.create.account .fieldset > .fields > .field > .control,
form.form.create.account .fieldset > .fields > .field > .field > .control {
  width: 100%;
}
form.form.create.account .field.password {
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 20px;
  vertical-align: top;
  float: left;
}
form.form.create.account .field.password #password-strength-meter-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}
form.form.create.account .field.password #password-strength-meter-container .password-strength-meter {
  /* background-color: #f4f4f4; */
  /* height: 32px; */
  background: transparent;
  line-height: 18px;
  padding: 0;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  white-space: nowrap;
}
form.form.create.account .field.confirmation {
  display: inline-block;
  width: calc(50% - 10px);
  float: left;
}
form.form.create.account .field.membername {
  display: flex;
  margin: 0 -10px;
}
form.form.create.account .field.membername > .field {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}
form.form.create.account .fieldset > .legend {
  float: none;
}
form.form.create.account .fieldset .legend {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
}
form.form.create.account .fieldset .legend > span {
  font-size: inherit;
  font-weight: inherit;
}
form.form.create.account .fieldset .newsletter {
  height: 0;
  visibility: hidden;
  margin: 0;
}
form.form.create.account .fieldset.create.account,
form.form.create.account .fieldset.create.info {
  margin: 0;
}
form.form.create.account .fieldset.create.account .field,
form.form.create.account .fieldset.create.info .field {
  margin-bottom: 30px;
}
form.form.create.account .fieldset.create.account .field.choice,
form.form.create.account .fieldset.create.info .field.choice {
  margin-bottom: 0;
}
form.form.create.account .fieldset.create.account .field.choice.sms,
form.form.create.account .fieldset.create.info .field.choice.sms {
  margin-bottom: 30px;
}
form.form.create.account .fieldset.create.account .field.choice.sms .checkbox:focus,
form.form.create.account .fieldset.create.info .field.choice.sms .checkbox:focus {
  outline: none;
}
form.form.create.account .fieldset.create.account .field.choice.sms .label,
form.form.create.account .fieldset.create.info .field.choice.sms .label {
  text-transform: none;
  font-size: 12px;
}
form.form.create.account .fieldset.create.account .field.choice.sms .label a,
form.form.create.account .fieldset.create.info .field.choice.sms .label a {
  color: #ed7523;
  text-decoration: underline;
}
form.form.create.account .fieldset.create.account .field.choice.sms .label a:hover,
form.form.create.account .fieldset.create.info .field.choice.sms .label a:hover {
  color: #cc5d11;
}
form.form.create.account .fieldset.create.account .field.membername,
form.form.create.account .fieldset.create.info .field.membername {
  margin-bottom: 0;
}
form.form.create.account .fieldset.create.data {
  margin: 0;
  /*
                        >.field {
                            &.captcha {
                                width: 100%;
                                margin: 0 0 10px 0;
                                padding: 0;
                                .label {
                                    display: none;
                                }
                                .control.captcha-image {
                                    display: inline-block;
                                    margin: 0;
                                    .captcha-img {
                                        display: block;
                                        margin-bottom: 10px;
                                    }
                                    .input-text {
                                        display: inline-block;
                                        margin-right: 5px;
                                        margin-bottom: 10px;
                                        width: 200px;
                                        border-color: @color_black;
                                    }
                                    .action.captcha-reload {
                                        position: relative;
                                        display: inline-block;
                                        padding-left: 35px;
                                        padding-right: 0;
                                        height: 32px;
                                        border: 0;
                                        -webkit-box-shadow: none;
                                           -moz-box-shadow: none;
                                                box-shadow: none;
                                        &:before {
                                            content: '';
                                            position: absolute;
                                            left: 0;
                                            top: 0;
                                            width: 30px;
                                            height: 32px;
                                            background: transparent url('@{baseDir}images/icon_renew.png') no-repeat 5px 5px;
                                        }
                                    }
                                }
                            }
                        }
                        */
}
form.form.create.account .terms {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  height: 300px;
  overflow: auto;
}
form.form.create.account .terms_accept {
  text-align: right;
  margin-bottom: 20px;
}
form.form.create.account .actions-toolbar {
  text-align: right;
  margin-top: 20px;
}
form.form.create.account .actions-toolbar .primary {
  display: block;
  float: none;
}
form.form.create.account .actions-toolbar .primary .action {
  font-size: 18px;
}
form.form.create.account .actions-toolbar .secondary {
  float: none;
}
form.form.password.forget .field.captcha.required .control.captcha-image .input-text {
  margin-right: 0;
  width: calc(100% - 160px);
}
form.form.password.forget .field.captcha.required .control.captcha-image .action.captcha-reload {
  clear: left;
}
form.form.form-address-edit {
  padding: 10px;
  background: #ffffff;
}
form.form.form-address-edit .fieldset > .field {
  display: inline-block;
  float: left;
}
form.form.form-address-edit .fieldset > .field-name-firstname {
  width: 50%;
}
form.form.form-address-edit .fieldset > .field-name-firstname > * {
  padding-right: 15px;
}
form.form.form-address-edit .fieldset > .field-name-lastname {
  width: 50%;
}
form.form.form-address-edit .fieldset > .field-name-lastname > * {
  padding-left: 0px;
}
form.form.form-address-edit .fieldset > .field.telephone {
  width: 100%;
}
form.form.form-address-edit .fieldset > .field.company {
  width: 100%;
}
form.form.form-address-edit .fieldset > .field.region,
form.form.form-address-edit .fieldset > .field-city_dropdown {
  width: 50%;
}
form.form.form-address-edit .fieldset > .field.region > *,
form.form.form-address-edit .fieldset > .field-city_dropdown > * {
  padding-right: 10px;
}
form.form.form-address-edit .fieldset > .field.country,
form.form.form-address-edit .fieldset > .field.city,
form.form.form-address-edit .fieldset > .field.postcode {
  visibility: hidden;
  height: 0;
  line-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
form.form.form-address-edit .fieldset > .field.street {
  width: 100%;
}
form.form.form-address-edit .fieldset > .field.street .control > .field > .label {
  padding-right: 0;
}
form.form.form-address-edit .fieldset > .field.street .control:after {
  display: table;
  content: "";
  clear: both;
}
form.form.form-address-edit .fieldset > .field.choice.set.billing {
  margin-left: 12px;
  margin-right: 30px;
}
form.form.form-address-edit .fieldset .label > span {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
form.form.form-address-edit .fieldset:after {
  display: table;
  content: "";
  clear: both;
}
form.form.form-address-edit .fieldset .message {
  clear: left;
}
form.form.form-edit-account > .field,
form.form.form-edit-account > .fields > .field,
form.form.form-edit-account > .field .field {
  margin-bottom: 10px;
}
form.form.form-edit-account > .field .choice,
form.form.form-edit-account > .fields > .field .choice,
form.form.form-edit-account > .field .field .choice {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.account.customer-account-edit .field-customer_type #customer_type[disabled="disabled"] {
  color: #808080;
}
body .login-container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}
body .login-container > .block {
  background-color: #f7f7f7;
  padding: 0;
}
body .login-container > .block [class*="-cover"],
body .login-container > .block [class*="-form"] {
  display: none;
  margin-bottom: 0;
}
body .login-container > .block [class*="-cover"].active,
body .login-container > .block [class*="-form"].active {
  display: block;
}
body .login-container > .block [class*="-cover"] .block-content a {
  color: #de6322;
  text-decoration: underline;
}
body .login-container > .block [class*="-cover"] .block-content a:hover {
  color: #b24f1b;
}
body .login-container > .block [class*="-form"] {
  padding: 20px;
}
body .login-container .block {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .login-container .block.block-customer-login {
  margin-bottom: 20px;
}
body .login-container .block .block-title {
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 0;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
}
body .login-container .block .block-title strong {
  font-weight: bold;
}
body .login-container .block H2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000000;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
}
body .login-container .block .member_privileges {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
body .login-container .block .member_privileges li {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 29px;
  letter-spacing: 0;
}
body .login-container .fieldset:after {
  margin: 0;
}
body.account:not(.page-print) .page.messages {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.account:not(.page-print) .column.main {
  background: #efefef;
  padding: 10px 10px 30px;
  margin-top: 10px;
}
body.account:not(.page-print) .column.main > .block,
body.account:not(.page-print) .column.main .block-dashboard-addresses,
body.account:not(.page-print) .column.main .block-addresses-list {
  background: #ffffff;
  padding: 20px 10px 10px;
  margin-bottom: 10px;
  position: relative;
}
body.account:not(.page-print) .column.main > .block .block-title,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title,
body.account:not(.page-print) .column.main .block-addresses-list .block-title {
  color: #000000;
}
body.account:not(.page-print) .column.main > .block .block-title > strong,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title > strong,
body.account:not(.page-print) .column.main .block-addresses-list .block-title > strong {
  font-size: 1.3rem;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
body.account:not(.page-print) .column.main > .block .block-title .action,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title .action,
body.account:not(.page-print) .column.main .block-addresses-list .block-title .action {
  float: right;
  margin-top: -5px;
  display: inline-block;
  padding: 7px 14px;
  border: 3px solid #000000;
  letter-spacing: 3px;
  line-height: 1;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
body.account:not(.page-print) .column.main > .block .block-title .action:hover,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title .action:hover,
body.account:not(.page-print) .column.main .block-addresses-list .block-title .action:hover {
  color: #000000;
}
body.account:not(.page-print) .column.main > .block .block-title .action.edit,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title .action.edit,
body.account:not(.page-print) .column.main .block-addresses-list .block-title .action.edit {
  border: none;
}
body.account:not(.page-print) .column.main > .block .block-title .action.edit span,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title .action.edit span,
body.account:not(.page-print) .column.main .block-addresses-list .block-title .action.edit span {
  display: none;
}
body.account:not(.page-print) .column.main > .block .block-title .action.edit:before,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title .action.edit:before,
body.account:not(.page-print) .column.main .block-addresses-list .block-title .action.edit:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url('../images/icon_edit.png') no-repeat top right;
  background-size: 20px 20px;
}
body.account:not(.page-print) .column.main > .block .block-title .action.edit:after,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-title .action.edit:after,
body.account:not(.page-print) .column.main .block-addresses-list .block-title .action.edit:after {
  display: none;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-info .block-title .action.edit,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-info .block-title .action.edit,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-info .block-title .action.edit {
  float: none;
  margin-top: -4px;
  padding: 0;
}
body.account:not(.page-print) .column.main > .block .block-content .box,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-content .box,
body.account:not(.page-print) .column.main .block-addresses-list .block-content .box {
  position: relative;
}
body.account:not(.page-print) .column.main > .block .block-content .box .box-title span,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-content .box .box-title span,
body.account:not(.page-print) .column.main .block-addresses-list .block-content .box .box-title span {
  font-size: 1.3rem;
}
body.account:not(.page-print) .column.main > .block .block-content address,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-content address,
body.account:not(.page-print) .column.main .block-addresses-list .block-content address {
  color: #666666;
  line-height: 22px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
body.account:not(.page-print) .column.main > .block .block-content .action.edit,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-content .action.edit,
body.account:not(.page-print) .column.main .block-addresses-list .block-content .action.edit {
  position: absolute;
  top: 30px;
  right: 0;
  display: inline-block;
}
body.account:not(.page-print) .column.main > .block .block-content .action.edit span,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-content .action.edit span,
body.account:not(.page-print) .column.main .block-addresses-list .block-content .action.edit span {
  display: none;
}
body.account:not(.page-print) .column.main > .block .block-content .action.edit:before,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-content .action.edit:before,
body.account:not(.page-print) .column.main .block-addresses-list .block-content .action.edit:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url('../images/icon_edit.png') no-repeat top right;
  background-size: 20px 20px;
}
body.account:not(.page-print) .column.main > .block .block-content .action.edit:after,
body.account:not(.page-print) .column.main .block-dashboard-addresses .block-content .action.edit:after,
body.account:not(.page-print) .column.main .block-addresses-list .block-content .action.edit:after {
  display: none;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-info,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-info,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-info,
body.account:not(.page-print) .column.main > .block.block-dashboard-addresses,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-addresses,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-addresses,
body.account:not(.page-print) .column.main > .block.block-addresses-list,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-addresses-list,
body.account:not(.page-print) .column.main .block-addresses-list.block-addresses-list {
  padding-top: 10px;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-info .block-title,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-info .block-title,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-info .block-title,
body.account:not(.page-print) .column.main > .block.block-dashboard-addresses .block-title,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-addresses .block-title,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-addresses .block-title,
body.account:not(.page-print) .column.main > .block.block-addresses-list .block-title,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-addresses-list .block-title,
body.account:not(.page-print) .column.main .block-addresses-list.block-addresses-list .block-title {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-info .block-content p,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-info .block-content p,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-info .block-content p {
  line-height: 22px;
  color: #666666;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-info .block-content .action.view,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-info .block-content .action.view,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-info .block-content .action.view {
  display: inline-block;
  padding: 7px 14px;
  border: 3px solid #000000;
  letter-spacing: 3px;
  line-height: 1;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  margin: 10px 0;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-info .block-content .action.view:hover,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-info .block-content .action.view:hover,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-info .block-content .action.view:hover {
  color: #ed7523;
  border-color: #ed7523;
}
body.account:not(.page-print) .column.main > .block.block-addresses-list .item,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-addresses-list .item,
body.account:not(.page-print) .column.main .block-addresses-list.block-addresses-list .item {
  position: relative;
}
body.account:not(.page-print) .column.main > .block.block-addresses-list .actions .action.edit,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-addresses-list .actions .action.edit,
body.account:not(.page-print) .column.main .block-addresses-list.block-addresses-list .actions .action.edit {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-addresses .block-title .action.add,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-addresses .block-title .action.add,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-addresses .block-title .action.add {
  padding-left: 0;
  padding-right: 0;
  border: none;
  position: absolute;
  right: 10px;
}
body.account:not(.page-print) .column.main > .block.block-dashboard-addresses .block-title .action.add:before,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-dashboard-addresses .block-title .action.add:before,
body.account:not(.page-print) .column.main .block-addresses-list.block-dashboard-addresses .block-title .action.add:before {
  content: '';
  display: inline-block;
  margin-right: 0;
  background: url('../images/icon_add.png') center no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view {
  padding: 10px 20px;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-title,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-title,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-title {
  padding-bottom: 10px;
  margin-bottom: 0;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-title strong,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-title strong,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-title strong {
  font-size: 1.5rem;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content {
  color: #666666;
  line-height: 22px;
  font-size: 1.3rem;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content .action,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content .action,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content .action {
  padding: 5px 10px;
  margin-top: 10px;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file {
  background: #de6322;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file:before,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file:before,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 13px;
  background: url('../images/icon_upload_file.png') center no-repeat;
  background-size: 10px 13px;
  vertical-align: middle;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file:hover,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file:hover,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content .action.upload-file:hover {
  background: #c9591e;
  color: #ffffff;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content span.status,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content span.status,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content span.status {
  display: inline-block;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content span.status.incomplete,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content span.status.incomplete,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content span.status.incomplete {
  color: #a6a6a6;
}
body.account:not(.page-print) .column.main > .block.block-order-details-view .block-content:not(.widget) .box .box-content span.status.paid,
body.account:not(.page-print) .column.main .block-dashboard-addresses.block-order-details-view .block-content:not(.widget) .box .box-content span.status.paid,
body.account:not(.page-print) .column.main .block-addresses-list.block-order-details-view .block-content:not(.widget) .box .box-content span.status.paid {
  color: #58d660;
}
body.account:not(.page-print) .column.main .table-wrapper {
  border-bottom: 0;
}
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.shipping {
  display: none;
}
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.actions {
  text-align: right;
}
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.image-upload .action,
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.payment-status .action {
  padding: 5px 10px;
}
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.image-upload .action.upload-file,
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.payment-status .action.upload-file {
  background: #de6322;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.image-upload .action.upload-file:before,
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.payment-status .action.upload-file:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 13px;
  background: url('../images/icon_upload_file.png') center no-repeat;
  background-size: 10px 13px;
  vertical-align: middle;
}
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.image-upload .action.upload-file:hover,
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr td.payment-status .action.upload-file:hover {
  background: #c9591e;
  color: #ffffff;
}
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr:last-child td,
body.account:not(.page-print) .column.main .table-wrapper table.data.table > tbody tr:last-child td:last-child {
  border-bottom: none;
}
body.account:not(.page-print) .column.main .return-status,
body.account:not(.page-print) .column.main .order-status {
  border: none;
  border-radius: 14px;
  background: #383838;
  color: #ffffff;
  line-height: 28px;
  padding: 0 10px;
  min-width: 50px;
}
body.account:not(.page-print) form.form-edit-account:after {
  content: '';
  display: table;
  clear: both;
}
body.account:not(.page-print) form.form-edit-account .fieldset.required {
  margin-bottom: 0;
}
body.account:not(.page-print) form.form-edit-account .fieldset > .field.email:not(.choice) label,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.email:not(.choice) label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.email:not(.choice) label {
  display: none;
}
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.email span,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.email span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.email span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.sms span,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.sms span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.sms span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.language span,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.language span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.language span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.password span,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.password span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.password span,
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.email label,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.email label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.email label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.sms label,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.sms label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.sms label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.language label,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.language label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.language label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field.choice.password label,
body.account:not(.page-print) form.form-edit-account .fieldset > .fields > .field.choice.password label,
body.account:not(.page-print) form.form-edit-account .fieldset > .field .field.choice.password label {
  font-weight: bold;
}
body.account:not(.page-print) form.form-edit-account .fieldset > .field-name-lastname label {
  display: none;
}
body.account:not(.page-print) form.form-edit-account .fieldset > .field-name-lastname > .control input {
  color: black;
}
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field {
  margin-bottom: 10px;
}
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .label.disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field .label.disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field .label.disabled {
  color: #000000;
  padding: 0;
  display: none;
}
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field select[disabled] > option,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field select[disabled] > option,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field select[disabled] > option {
  padding: 0;
  color: #000000;
}
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field > .control input:not([type='checkbox']):disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field > .control input:not([type='checkbox']):disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field > .control input:not([type='checkbox']):disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field > .control input.input-text:disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field > .control input.input-text:disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field > .control input.input-text:disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field > .control .select:disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field > .control .select:disabled,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field > .control .select:disabled {
  opacity: 1;
  border: 0;
  padding: 0;
  line-height: 1em;
  height: auto;
  color: #000000;
  background-image: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field.active.email,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field.active.email,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field.active.email,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field.active.field-mobile_number,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .fields > .field.active.field-mobile_number,
body.account:not(.page-print) form.form-edit-account.uneditable .fieldset > .field .field.active.field-mobile_number {
  margin-bottom: 20px;
}
body.account:not(.page-print) form.form-edit-account.editable .fieldset > .field.active input.input-text:disabled,
body.account:not(.page-print) form.form-edit-account.editable .fieldset > .fields > .field.active input.input-text:disabled,
body.account:not(.page-print) form.form-edit-account.editable .fieldset > .field .field.active input.input-text:disabled,
body.account:not(.page-print) form.form-edit-account.editable .fieldset > .field.active .select:disabled,
body.account:not(.page-print) form.form-edit-account.editable .fieldset > .fields > .field.active .select:disabled,
body.account:not(.page-print) form.form-edit-account.editable .fieldset > .field .field.active .select:disabled {
  border-color: #d8d8d8;
  background-color: #d8d8d8;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
body.account:not(.page-print) form.form-modal-address .field.choice label {
  font-weight: bold;
}
body.account:not(.page-print) form.form-modal-address .field.choice.default-billing,
body.account:not(.page-print) form.form-modal-address .field.choice.default-shipping {
  display: inline-block;
  padding-right: 20px;
}
body.account:not(.page-print) .modal-popup * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.account:not(.page-print) .modal-popup.confirm .modal-inner-wrap {
  max-width: 560px;
}
body.account:not(.page-print) .modal-popup.confirm .modal-inner-wrap .modal-content {
  background-color: #f8c227;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.account:not(.page-print) .modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: left;
}
body.account:not(.page-print) .modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary,
body.account:not(.page-print) .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  font-size: 1.3rem;
  margin-right: 10px;
  padding: 6px 10px;
}
body form.password.forget {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.sales-order-view .order-date,
body.sales-order-invoice .order-date,
body.sales-order-shipment .order-date {
  color: #666666;
}
body.sales-order-view .order-links .item,
body.sales-order-invoice .order-links .item,
body.sales-order-shipment .order-links .item {
  display: inline-block;
  margin-bottom: 0;
}
body.sales-order-view .order-links .item strong,
body.sales-order-invoice .order-links .item strong,
body.sales-order-shipment .order-links .item strong {
  border: none;
  margin-bottom: 0;
}
body.sales-order-view .order-links .item a,
body.sales-order-invoice .order-links .item a,
body.sales-order-shipment .order-links .item a {
  background: #d8d8d8;
  color: #000000;
  border: none;
  margin-bottom: 0;
}
body.sales-order-view .order-links .item a:hover,
body.sales-order-invoice .order-links .item a:hover,
body.sales-order-shipment .order-links .item a:hover {
  background: #ffffff;
}
body.sales-order-view .order-links .item:not(:first-child),
body.sales-order-invoice .order-links .item:not(:first-child),
body.sales-order-shipment .order-links .item:not(:first-child) {
  display: none;
}
body.sales-order-view .order-actions-toolbar,
body.sales-order-invoice .order-actions-toolbar,
body.sales-order-shipment .order-actions-toolbar {
  margin-bottom: 0;
}
body.sales-order-view .order-details-items,
body.sales-order-invoice .order-details-items,
body.sales-order-shipment .order-details-items {
  border: none;
  background: #ffffff;
  margin-bottom: 20px;
}
body.sales-order-view .order-details-items .order-title,
body.sales-order-invoice .order-details-items .order-title,
body.sales-order-shipment .order-details-items .order-title {
  border-bottom: none;
  margin-bottom: 10px;
}
body.sales-order-view .order-details-items .order-title > strong,
body.sales-order-invoice .order-details-items .order-title > strong,
body.sales-order-shipment .order-details-items .order-title > strong {
  font-size: 20px;
  font-weight: bold;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
}
body.sales-order-view .order-details-items .order-title .action,
body.sales-order-invoice .order-details-items .order-title .action,
body.sales-order-shipment .order-details-items .order-title .action {
  float: right;
  clear: right;
  display: inline-block;
  padding: 5px 10px;
  border: 3px solid #000000;
  letter-spacing: 3px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 0 10px;
}
body.sales-order-view .order-details-items .order-title .action:hover,
body.sales-order-invoice .order-details-items .order-title .action:hover,
body.sales-order-shipment .order-details-items .order-title .action:hover {
  color: #000000;
}
body.sales-order-view .order-details-items .order-title:after,
body.sales-order-invoice .order-details-items .order-title:after,
body.sales-order-shipment .order-details-items .order-title:after {
  display: table;
  content: '';
  clear: both;
}
body.sales-order-view .order-details-items table.data.table .col.name,
body.sales-order-invoice .order-details-items table.data.table .col.name,
body.sales-order-shipment .order-details-items table.data.table .col.name,
body.sales-order-view .order-details-items table.data.table .col.qty,
body.sales-order-invoice .order-details-items table.data.table .col.qty,
body.sales-order-shipment .order-details-items table.data.table .col.qty,
body.sales-order-view .order-details-items table.data.table .col.files,
body.sales-order-invoice .order-details-items table.data.table .col.files,
body.sales-order-shipment .order-details-items table.data.table .col.files,
body.sales-order-view .order-details-items table.data.table .col.price,
body.sales-order-invoice .order-details-items table.data.table .col.price,
body.sales-order-shipment .order-details-items table.data.table .col.price,
body.sales-order-view .order-details-items table.data.table .col.subtotal,
body.sales-order-invoice .order-details-items table.data.table .col.subtotal,
body.sales-order-shipment .order-details-items table.data.table .col.subtotal {
  text-align: left;
}
body.sales-order-view .order-details-items table.data.table .col.name .product-item-name,
body.sales-order-invoice .order-details-items table.data.table .col.name .product-item-name,
body.sales-order-shipment .order-details-items table.data.table .col.name .product-item-name {
  font-size: 1.3rem;
  line-height: initial;
  margin: 0;
}
body.sales-order-view .order-details-items table.data.table .col.price .price-including-tax,
body.sales-order-invoice .order-details-items table.data.table .col.price .price-including-tax,
body.sales-order-shipment .order-details-items table.data.table .col.price .price-including-tax,
body.sales-order-view .order-details-items table.data.table .col.subtotal .price-including-tax,
body.sales-order-invoice .order-details-items table.data.table .col.subtotal .price-including-tax,
body.sales-order-shipment .order-details-items table.data.table .col.subtotal .price-including-tax,
body.sales-order-view .order-details-items table.data.table .col.price .price-excluding-tax,
body.sales-order-invoice .order-details-items table.data.table .col.price .price-excluding-tax,
body.sales-order-shipment .order-details-items table.data.table .col.price .price-excluding-tax,
body.sales-order-view .order-details-items table.data.table .col.subtotal .price-excluding-tax,
body.sales-order-invoice .order-details-items table.data.table .col.subtotal .price-excluding-tax,
body.sales-order-shipment .order-details-items table.data.table .col.subtotal .price-excluding-tax {
  font-size: 1.3rem;
  line-height: initial;
}
body.sales-order-view .order-details-items table.data.table .col.price .price-including-tax .price,
body.sales-order-invoice .order-details-items table.data.table .col.price .price-including-tax .price,
body.sales-order-shipment .order-details-items table.data.table .col.price .price-including-tax .price,
body.sales-order-view .order-details-items table.data.table .col.subtotal .price-including-tax .price,
body.sales-order-invoice .order-details-items table.data.table .col.subtotal .price-including-tax .price,
body.sales-order-shipment .order-details-items table.data.table .col.subtotal .price-including-tax .price,
body.sales-order-view .order-details-items table.data.table .col.price .price-excluding-tax .price,
body.sales-order-invoice .order-details-items table.data.table .col.price .price-excluding-tax .price,
body.sales-order-shipment .order-details-items table.data.table .col.price .price-excluding-tax .price,
body.sales-order-view .order-details-items table.data.table .col.subtotal .price-excluding-tax .price,
body.sales-order-invoice .order-details-items table.data.table .col.subtotal .price-excluding-tax .price,
body.sales-order-shipment .order-details-items table.data.table .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
body.sales-order-view .order-details-items .collapse > .title,
body.sales-order-invoice .order-details-items .collapse > .title,
body.sales-order-shipment .order-details-items .collapse > .title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  cursor: pointer;
  margin-top: 10px;
  padding-bottom: 0;
  position: relative;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  color: #a6a6a6;
  display: inline-block;
  text-decoration: none;
}
body.sales-order-view .order-details-items .collapse > .title:after,
body.sales-order-invoice .order-details-items .collapse > .title:after,
body.sales-order-shipment .order-details-items .collapse > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.sales-order-view .order-details-items .collapse > .title strong,
body.sales-order-invoice .order-details-items .collapse > .title strong,
body.sales-order-shipment .order-details-items .collapse > .title strong {
  font-weight: normal;
}
body.sales-order-view .order-details-items .collapse.active > .title:after,
body.sales-order-invoice .order-details-items .collapse.active > .title:after,
body.sales-order-shipment .order-details-items .collapse.active > .title:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.sales-order-view .order-details-items dl,
body.sales-order-invoice .order-details-items dl,
body.sales-order-shipment .order-details-items dl {
  margin-top: 10px;
  margin-bottom: 0;
}
body.sales-order-view .order-details-items dl dt,
body.sales-order-invoice .order-details-items dl dt,
body.sales-order-shipment .order-details-items dl dt {
  float: left;
  margin-bottom: 0;
  font-weight: normal;
}
body.sales-order-view .order-details-items dl dt:after,
body.sales-order-invoice .order-details-items dl dt:after,
body.sales-order-shipment .order-details-items dl dt:after {
  content: ': ';
  margin-right: 5px;
}
body.sales-order-view .order-details-items dl dd,
body.sales-order-invoice .order-details-items dl dd,
body.sales-order-shipment .order-details-items dl dd {
  margin-bottom: 5px;
}
body.sales-order-view .order-details-items dl dd ol,
body.sales-order-invoice .order-details-items dl dd ol,
body.sales-order-shipment .order-details-items dl dd ol {
  list-style-type: none;
}
body.sales-order-view .order-details-items dl dd ol > li,
body.sales-order-invoice .order-details-items dl dd ol > li,
body.sales-order-shipment .order-details-items dl dd ol > li {
  counter-increment: counter;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 5px;
}
body.sales-order-view .order-details-items dl dd ol > li:before,
body.sales-order-invoice .order-details-items dl dd ol > li:before,
body.sales-order-shipment .order-details-items dl dd ol > li:before {
  content: counter(counter) " ) ";
}
body .social-login-authentication-channel {
  padding: 0;
  margin: 20px 0 0;
}
body .social-login-authentication-channel .separator {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
body .social-login-authentication-channel .separator span {
  position: relative;
  display: inline-block;
  padding: 0 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: #f7f7f7;
}
body .social-login-authentication-channel .separator:before {
  content: '';
  display: block;
  border-bottom: 1px dashed #a6a6a6;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
body .social-login-authentication-channel .block-content:after {
  clear: both;
  display: table;
  content: "";
}
body .social-login-authentication-channel .actions-toolbar.social-btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
body .social-login-authentication-channel .btn-social {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  line-height: 33px;
  /*
                .fa-google{
                    background-image:none;
                    //background-position:center;
                    &:before{
                        content: '\f1a0';
                    }
                }
                */
}
body .social-login-authentication-channel .btn-social > :first-child {
  border: none;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  body.catalog-category-view .toolbar-sorter.sorter {
    position: unset;
  }
}
body.catalog-category-view #layered-filter-block .block-subtitle.filter-subtitle {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1F2937;
  border: none;
}
@media (max-width: 767px) {
  body.catalog-category-view #layered-filter-block .desktop_view_title {
    display: none;
  }
  body.catalog-category-view #layered-filter-block #narrow-by-list.hideontab {
    display: none;
  }
  body.catalog-category-view #layered-filter-block .tab_view_title.filter-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    background: #E5E7EB;
    border: 1px solid #D1D5DB;
    padding-top: 20px;
    padding-left: 24px;
    cursor: pointer;
  }
  body.catalog-category-view #layered-filter-block .toolbar-sorter.sorter {
    position: unset;
  }
  body.catalog-category-view #layered-filter-block .filter_content_container {
    display: flex;
    flex-direction: column;
  }
  body.catalog-category-view #layered-filter-block .filter-current.active {
    border: none;
    width: 100%;
    margin: auto;
  }
  body.catalog-category-view #layered-filter-block .block-actions.filter-actions {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  body.catalog-category-view #layered-filter-block .tab_view_title {
    display: none;
  }
}
body.catalog-category-view #layered-filter-block .block-content.filter-content .filter-options {
  display: initial;
}
body.catalog-category-view #layered-filter-block .block-content.filter-content .filter-options-item {
  padding: 0px;
  margin-bottom: 32px;
  border: none;
}
body.catalog-category-view #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-title {
  padding-left: 24px;
  padding-bottom: 15px;
  padding-top: 15px;
  border: 1px solid #D1D5DB;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1F2937;
  text-transform: capitalize;
}
body.catalog-category-view #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content {
  border: 1px solid #D1D5DB;
  border-top: none;
  padding-left: 24px;
}
body.catalog-category-view #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content ol li a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
body.catalog-category-view #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content ol li a input {
  height: 16px;
  width: 16px;
  margin-top: 0px;
  margin-right: 12px;
}
body.catalog-category-view #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content ol li a .count {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
body.catalog-category-view #layered-filter-block .filter-current.active {
  margin-bottom: 24px;
}
body.catalog-category-view #layered-filter-block .filter-current.active .block-subtitle.filter-current-subtitle {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1F2937;
  border: 1px solid #D1D5DB;
  padding-left: 24px;
}
body.catalog-category-view #layered-filter-block .filter-current.active .filter_content_container {
  border: 1px solid #D1D5DB;
  border-top: none;
  padding-left: 28px;
}
body.catalog-category-view #layered-filter-block .filter-current.active .filter_content_container ol li .filter-label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
body.catalog-category-view #layered-filter-block .filter-current.active .filter_content_container ol li .filter-value {
  font-family: 'Lato';
  font-style: normal;
  font-size: 16px;
}
body.catalog-category-view #layered-filter-block .filter-current.active .filter_content_container ol li .action.remove::before {
  color: #233e92;
}
@media (max-width: 767px) {
  body.ambrand-index-index .toolbar-sorter.sorter {
    position: unset;
  }
}
body.ambrand-index-index #layered-filter-block .block-subtitle.filter-subtitle {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1F2937;
  border: none;
}
@media (max-width: 767px) {
  body.ambrand-index-index #layered-filter-block .desktop_view_title {
    display: none;
  }
  body.ambrand-index-index #layered-filter-block #narrow-by-list.hideontab {
    display: none;
  }
  body.ambrand-index-index #layered-filter-block .tab_view_title.filter-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    background: #E5E7EB;
    border: 1px solid #D1D5DB;
    padding-top: 20px;
    padding-left: 24px;
    cursor: pointer;
  }
  body.ambrand-index-index #layered-filter-block .toolbar-sorter.sorter {
    position: unset;
  }
  body.ambrand-index-index #layered-filter-block .filter_content_container {
    display: flex;
    flex-direction: column;
  }
  body.ambrand-index-index #layered-filter-block .filter-current.active {
    border: none;
    width: 100%;
    margin: auto;
  }
  body.ambrand-index-index #layered-filter-block .block-actions.filter-actions {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  body.ambrand-index-index #layered-filter-block .tab_view_title {
    display: none;
  }
}
body.ambrand-index-index #layered-filter-block .block-content.filter-content .filter-options {
  display: initial;
}
body.ambrand-index-index #layered-filter-block .block-content.filter-content .filter-options-item {
  padding: 0px;
  margin-bottom: 32px;
  border: none;
}
body.ambrand-index-index #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-title {
  padding-left: 24px;
  padding-bottom: 15px;
  padding-top: 15px;
  border: 1px solid #D1D5DB;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1F2937;
  text-transform: capitalize;
}
body.ambrand-index-index #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content {
  border: 1px solid #D1D5DB;
  border-top: none;
  padding-left: 24px;
}
body.ambrand-index-index #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content ol li a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
body.ambrand-index-index #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content ol li a input {
  height: 16px;
  width: 16px;
  margin-top: 0px;
  margin-right: 12px;
}
body.ambrand-index-index #layered-filter-block .block-content.filter-content .filter-options-item .filter-options-content ol li a .count {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
body.ambrand-index-index #layered-filter-block .filter-current.active {
  margin-bottom: 24px;
}
body.ambrand-index-index #layered-filter-block .filter-current.active .block-subtitle.filter-current-subtitle {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1F2937;
  border: 1px solid #D1D5DB;
  padding-left: 24px;
}
body.ambrand-index-index #layered-filter-block .filter-current.active .filter_content_container {
  border: 1px solid #D1D5DB;
  border-top: none;
  padding-left: 28px;
}
body.ambrand-index-index #layered-filter-block .filter-current.active .filter_content_container ol li .filter-label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
body.ambrand-index-index #layered-filter-block .filter-current.active .filter_content_container ol li .filter-value {
  font-family: 'Lato';
  font-style: normal;
  font-size: 16px;
}
body.ambrand-index-index #layered-filter-block .filter-current.active .filter_content_container ol li .action.remove::before {
  color: #233e92;
}
body .branches_row #store_title {
  display: none;
}
body .branches_row .label,
body .branches_row .store_label {
  bottom: 0px;
  left: 342px;
}
.branches_row {
  position: relative;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
}
.branches_row .label,
.branches_row .store_label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.57);
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  line-height: 30px;
}
.branches_row .label img,
.branches_row .store_label img {
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}
.branches_row #map_col,
.branches_row #store_map_col {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.branches_row #map_col #branch_detail_col,
.branches_row #store_map_col #branch_detail_col {
  width: 33%;
}
.branches_row #map_col #branch_detail_col #branches_detail,
.branches_row #store_map_col #branch_detail_col #branches_detail {
  border: 12px solid #d8d8d8;
  padding: 2%;
}
.branches_row #map_col #branch_detail_col #branches_detail .branch_info,
.branches_row #store_map_col #branch_detail_col #branches_detail .branch_info {
  margin-bottom: 10%;
  line-height: 2rem;
  position: relative;
}
.branches_row #map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container,
.branches_row #store_map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container {
  position: absolute;
  right: 0;
  top: 2px;
}
.branches_row #map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow,
.branches_row #store_map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow {
  width: 12px;
  height: 12px;
  border: 2px solid #a8a6a6;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.branches_row #map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow:after,
.branches_row #store_map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow:after {
  content: "";
  border: 1px solid #a8a6a6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 4px;
  padding: 2px;
}
.branches_row #map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow:hover,
.branches_row #store_map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow:hover {
  border-color: #ED7422;
}
.branches_row #map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow:hover:after,
.branches_row #store_map_col #branch_detail_col #branches_detail .branch_info .map-arrow-container .btn-maparrow:hover:after {
  border-color: #ED7422;
}
.branches_row #map_col #branch_detail_col #branches_detail .branch_info .branch_name,
.branches_row #store_map_col #branch_detail_col #branches_detail .branch_info .branch_name {
  color: #ED7422;
  font-weight: bold;
  padding-right: 20px;
}
.branches_row #map_col #branch_detail_col #branch_holiday,
.branches_row #store_map_col #branch_detail_col #branch_holiday {
  background-color: #d8d8d8;
  text-align: right;
  border-bottom: 6px solid #d8d8d8;
  border-right: 12px solid #d8d8d8;
}
.branches_row #map_col #branches_map,
.branches_row #store_map_col #branches_map {
  width: 100%;
  min-height: 450px;
  height: auto;
}
.gm-style .gm-style-iw div.title {
  font-size: 15px;
  color: #f26522;
  line-height: 1;
}
.gm-style .gm-style-iw div.content span {
  line-height: 18px;
}
.gm-style .gm-style-iw div.content .storecontactnumber {
  display: flex;
  justify-content: space-between;
}
.gm-style .gm-style-iw a {
  color: #919395;
}
.gm-style .gm-style-iw a:hover {
  color: #f26522;
}
.gm-style .gm-style-iw .storefooter {
  font-size: 12px;
  color: #919395;
  font-weight: bold;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  margin-top: 10px;
  display: flex;
  padding-left: 15px;
}
.gm-style .gm-style-iw .storefooter .sotrefooteritem {
  position: relative;
  padding: 0 20px 0;
}
.gm-style .gm-style-iw .storefooter .sotrefooteritem:after {
  content: "";
  width: 1px;
  height: 11px;
  background: #919395;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.gm-style .gm-style-iw .storefooter .sotrefooteritem:first-child {
  padding-left: 0;
}
.gm-style .gm-style-iw .storefooter .sotrefooteritem:last-child {
  padding-right: 0;
}
.gm-style .gm-style-iw .storefooter .sotrefooteritem:last-child:after {
  display: none;
}
.gm-style .gm-style-iw {
  width: 420px !important;
  top: 30px !important;
  left: 0 !important;
  padding: 20px 10px 10px 20px !important;
  max-width: 295px !important;
}
.gm-style .gm-style-iw div {
  background-color: #fff;
  /*box-shadow:0 1px 6px rgba(178, 178, 178, 0.6);*/
}
.gm-style .gm-style-iw div.title {
  display: block;
  padding: 0 15px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  /*color:#000;*/
  color: #ED7422;
  /*background:#F8C227;*/
  background: linear-gradient(to right, #f8c227 2%, #ffffff 2%);
}
.gm-style .gm-style-iw div.content {
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  padding: 0 0 0 15px !important;
  margin: 12px 0 0 0;
  font-size: 12px;
  color: #919395;
  font-weight: bold;
}
.gm-style .gm-style-iw div.content dl {
  margin-bottom: 10px;
}
.gm-style .gm-style-iw div.content dl:last-child {
  margin-bottom: 0;
}
.gm-style .gm-style-iw div.content dt,
.gm-style .gm-style-iw div.content dd {
  display: inline-block;
  margin-bottom: 0;
}
.gm-style .gm-style-iw div.content dt {
  margin-bottom: 0;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
}
.gm-style .gm-style-iw div.content dt.working-hour {
  margin-bottom: 5px;
}
.gm-style .gm-style-iw div.content dd.address,
.gm-style .gm-style-iw div.content dd.working-hour {
  width: 100%;
}
.gm-style .gm-style-iw div.content dd table tr td {
  padding: 0 0 3px;
}
.gm-style .gm-style-iw div.content dd table tr td:first-child {
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  width: 90px;
}
.gm-style .gm-style-iw div.content dd table tr td:last-child {
  padding-top: 3px;
}
.gm-style .gm-style-iw .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.gm-style-iw + div {
  opacity: 1 !important;
}
.gm-style .gm-style-iw-t:after {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body .slick-slider {
  margin: 0 -5px;
}
body .slick-slide {
  margin: 0 5px;
}
body .slick-prev,
body .slick-next {
  position: absolute;
  top: 50%;
  border: none;
  padding: 0;
  font-size: 0px;
  background: transparent;
  margin-top: -25px;
  box-shadow: none;
  z-index: 2;
  outline: none;
  width: 50px;
  display: inline-block;
  text-decoration: none;
}
body .slick-prev > span,
body .slick-next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .slick-prev:before,
body .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 50px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .slick-prev {
  left: 0;
}
body .slick-prev[dir="rtl"] {
  left: auto;
  right: 0;
}
body .slick-prev[dir="rtl"]:before {
  content: '\e608';
}
body .slick-next {
  right: 0;
}
body .slick-next:before {
  content: '\e608';
}
body .slick-next[dir="rtl"] {
  left: 0;
  right: auto;
}
body .slick-next[dir="rtl"]:before {
  content: '\e617';
}
/* --- Global Styling --- */
html {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* ----  Styling for the 'Home' Page wrt Magento 2.4.5 ---- */
body.cms-home *,
body.cms-home *:before,
body.cms-home *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input#newsletter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  line-height: 1.1;
  font-size: 2.5rem;
}
h6.page-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.footer.content h4 {
  font-size: 1.3rem;
}
.product.media {
  margin-top: 0;
}
.noscroll {
  overflow: hidden;
}
.already-added-item {
  background: #f3f2f7;
  color: #030207;
  text-align: center;
  padding: 7px 10px;
}
#popup1 {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  overflow: scroll;
}
#popup1 > div {
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
}
#popup1 img {
  max-width: 70%;
}
.fb-like span,
.fb-like iframe {
  min-width: 100px !important;
  min-height: 20px !important;
}
#social-login-popup .social-login-title {
  background-color: #3399cc;
}
#social-login-popup .social-login #bnt-social-login-authentication,
#social-login-popup .forgot .primary button,
#social-login-popup .create .primary button {
  background-color: #3399cc;
  border: #3399cc;
}
.block.social-login-authentication-channel.account-social-login .block-content {
  text-align: center;
}
/* Compatible ETheme_YOURstore*/
div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login {
  max-width: 900px !important;
  margin: 0 auto !important;
}
div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login .block-content {
  text-align: center;
}
.bannershop-modal-container .modal-inner-wrap {
  background: transparent;
  box-shadow: none;
}
.bannershop-modal-container.modal-popup .action-close {
  padding: 0;
  box-shadow: none;
  top: -15px;
  right: -15px;
}
.bannershop-modal-container.modal-popup .modal-content {
  padding: 0;
}
.bannershop-modal-container.modal-popup .action-close::before {
  padding: 10px;
  color: white;
  border-radius: 50%;
  background-color: #6f6f6f;
}
#bannershopModalOverlay {
  text-align: center;
}
.magezon-builder .mgz-container {
  width: 1280px;
}
body {
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: normal;
}
body .black {
  color: #000000;
}
body .white {
  color: #ffffff;
}
body .white {
  color: #f8c227;
}
body .orange {
  color: #ed7523;
}
body button:not(.primary) {
  box-shadow: none;
}
body BUTTON.action,
body BUTTON.action.primary {
  background-color: transparent;
  padding: 6px 10px;
  border: 3px solid #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1em;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body BUTTON.action:hover,
body BUTTON.action.primary:hover,
body BUTTON.action:focus,
body BUTTON.action.primary:focus {
  color: #ed7523;
  border: 3px solid #ed7523;
  background-color: transparent;
  padding: 6px 10px;
}
body SELECT {
  background-image: url("../images/select-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px 60px;
}
body .checkbox {
  width: 13px;
  height: 13px;
  -webkit-appearance: none;
  border-radius: 0;
  border-width: 0;
}
body .checkbox:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #000000;
}
body .checkbox:checked:before {
  background-color: #ed7523;
  background-image: url("../images/checkbox_checked.png");
  background-size: 13px 13px;
  border-color: #ed7523;
}
body .checkbox:disabled:before {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
body .checkbox:disabled:checked:before {
  background-color: #dadada;
  background-image: url("../images/checkbox_checked_disabled.png");
  border-color: #dadada;
}
body .radio {
  margin-top: 0;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  vertical-align: text-bottom;
  border-width: 0;
}
body .radio:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 9px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: -1px -1px;
  border: 3px solid #000000;
}
body .radio:checked:before {
  background-color: #ed7523;
  background-image: url("../images/checkbox_checked.png");
  background-size: 15px 15px;
  border-color: #ed7523;
}
body .radio:focus {
  outline: none;
  box-shadow: none;
}
body input.radio {
  margin-right: 10px;
}
body .title .no-letter-spacing {
  letter-spacing: 0;
}
body > .dim-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1010;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  height: 0;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
body > .dim-layer.active {
  visibility: visible;
  height: auto;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body .tooltip-toggle {
  cursor: help;
}
body .tooltip-toggle .tooltip-content {
  height: 0;
  visibility: hidden;
  display: none;
}
body .tooltip-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1010;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  height: 0;
  -webkit-transition: background-color 0.6s ease;
  -moz-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
body .tooltip-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
body .tooltip-wrapper .tooltip-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 400px;
  max-height: 90%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  overflow: auto;
}
body .tooltip-wrapper .tooltip-content:after {
  display: inline-block;
  text-decoration: none;
}
body .tooltip-wrapper .tooltip-content:after > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .tooltip-wrapper .tooltip-content:after:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .tooltip-wrapper .tooltip-content:after:hover:before {
  color: inherit;
}
body .tooltip-wrapper .tooltip-content:after:active:before {
  color: inherit;
}
body .toolbar select {
  border-radius: 0;
  box-shadow: none;
}
body .toolbar .pages .item {
  color: #000000;
  font-size: 1.3rem;
}
body .toolbar .pages .item a {
  color: #000000;
}
body .toolbar .pages .item a:hover {
  color: #000000;
  text-decoration: underline;
}
body .toolbar .pages .item.current strong.page {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ed7523;
  background: transparent;
}
body .toolbar .pages .action {
  border: none;
  background: none;
}
body .toolbar .pages .action.previous,
body .toolbar .pages .action.next {
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
}
body .toolbar .pages .action.previous:before,
body .toolbar .pages .action.next:before {
  color: #000000;
  font-size: 1.3rem;
}
body .toolbar .pages .action.previous:hover:before,
body .toolbar .pages .action.next:hover:before {
  color: #ed7523;
}
.loading_bg {
  background: transparent url("../images/icon_loading.gif") no-repeat 50% 50% !important;
}
.floating-return-top {
  opacity: 0;
  height: 0;
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 35px;
  background: transparent url("../images/return_top.png") no-repeat 50% 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.floating-return-top.active {
  opacity: 1;
  height: 35px;
}
.modal-popup .action-close {
  line-height: 1em;
  padding: 1.5em;
}
.modal-popup .modal-header {
  padding: 0;
  background-color: #f8c227;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.modal-popup .modal-header .modal-title {
  margin-top: 0;
  margin-right: 0;
  padding: 15px;
  border-bottom: 0;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
}
.page-title-wrapper {
  margin: 0;
  padding: 12px 0;
}
.page-title-wrapper H1.page-title {
  margin: 0;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0;
}
.page-footer {
  min-width: 320px;
  padding: 20px 20px 10px 20px;
  background-color: #f3f4f6;
  box-sizing: border-box;
}
.page-footer .footer.content {
  padding: 0;
  border-top: 0;
}
.page-footer .footer.content:after {
  content: "";
  display: table;
  clear: both;
}
.page-footer .footer.content H4 {
  margin: 0 0 20px;
  padding: 0;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 700;
}
.page-footer .footer.content UL {
  margin: 0 0 20px 0;
  padding: 0;
}
.page-footer .footer.content UL LI {
  margin: 0;
}
.page-footer .footer.content UL LI A {
  display: block;
  color: #000000;
  font-family: 'PingFangTC-Regular', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: normal;
}
.page-footer .footer.content .footer-left {
  display: block;
}
.page-footer .footer.content .footer-right {
  display: block;
}
.page-footer .footer.content .footer-right > H4 {
  text-align: center;
}
.page-footer .footer.content .footer-links {
  display: block;
  padding: 0;
  vertical-align: top;
}
.page-footer .footer.content .newsletter_wrapper H4 {
  margin-bottom: 10px;
  line-height: 1em;
  letter-spacing: 0;
}
.page-footer .footer.content .newsletter_wrapper .social_links {
  display: inline-block;
  float: left;
  text-align: left;
}
.page-footer .footer.content .newsletter_wrapper .social_links li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.page-footer .footer.content .newsletter_wrapper .social_links li .facebook-icon {
  width: 38px;
  height: 37px;
  display: inline-block;
  background: transparent url("../images/icons-sprite.png") no-repeat;
  background-position: -20px -312px;
}
.page-footer .footer.content .newsletter_wrapper .social_links li .instagram-icon {
  width: 38px;
  height: 39px;
  display: inline-block;
  background: transparent url("../images/icons-sprite.png") no-repeat;
  background-position: -20px -1141px;
}
.page-footer .footer.content .newsletter_wrapper .block.newsletter {
  margin-left: 110px;
}
.page-footer .footer.content .block.newsletter {
  float: none;
  width: auto;
  margin-bottom: 0;
}
.page-footer .footer.content .block.newsletter .field .control {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  width: auto;
}
.page-footer .footer.content .block.newsletter .actions {
  display: block;
  width: auto;
}
.page-footer .footer.content .block.newsletter .actions .action.primary {
  width: 100%;
}
.page-footer .footer.content .options-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.page-footer .footer.content .options-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.page-footer .footer.content .options-wrapper H4 {
  margin-bottom: 6px;
  line-height: 1em;
  width: 110px;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.page-footer .footer.content .options-wrapper .services-type {
  margin-left: 110px;
}
.page-footer .footer.content .options-wrapper .services-type .option {
  position: relative;
  box-shadow: 0 0 0 1px #000000;
  z-index: 9;
}
.page-footer .footer.content .options-wrapper .services-type .option .icon {
  width: 30px;
  height: 20px;
}
.page-footer .footer.content .options-wrapper .services-type .option .icon.hk-flag {
  background: transparent url("../images/icons-sprite.png") no-repeat;
  background-position: -20px -666px;
}
.page-footer .footer.content .options-wrapper .services-type .option .icon.flag-of-austria {
  background: transparent url("../images/icons-sprite.png") no-repeat;
  background-position: -20px -586px;
}
.page-footer .footer.content .options-wrapper .services-type .option .icon.flag-of-the-netherlands {
  background: transparent url("../images/icons-sprite.png") no-repeat;
  background-position: -20px -626px;
}
.page-footer .footer.content .options-wrapper .services-type .option .icon.flag-au {
  background: transparent url("../images/icons-sprite.png") no-repeat;
  background-position: -20px -756px;
}
.page-footer .footer.content .options-wrapper .services-type .option .icon.flag-my {
  background: transparent url("../images/icons-sprite.png") no-repeat;
  background-position: -20px -796px;
}
.page-footer .footer.content .options-wrapper .services-type .option .title {
  cursor: pointer;
  background-color: #ffffff;
}
.page-footer .footer.content .options-wrapper .services-type .option .title DIV {
  display: block;
  position: relative;
  padding: 4px 12px;
  border-right: 20px solid #000000;
}
.page-footer .footer.content .options-wrapper .services-type .option .title DIV:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 9px;
  border: 1px solid #ffffff;
  border-top: 0;
  border-left: 0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-footer .footer.content .options-wrapper .services-type .option .title DIV SPAN {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  height: 20px;
}
.page-footer .footer.content .options-wrapper .services-type .option .title DIV IMG {
  display: inline-block;
  vertical-align: middle;
}
.page-footer .footer.content .options-wrapper .services-type .option .content {
  display: none;
  width: 100%;
  background-color: #ffffff;
}
.page-footer .footer.content .options-wrapper .services-type .option .content DIV {
  display: block;
  padding: 4px 12px;
  border-right: 0;
}
.page-footer .footer.content .options-wrapper .services-type .option .content DIV A {
  display: block;
}
.page-footer .footer.content .options-wrapper .services-type .option .content DIV A SPAN {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.page-footer .footer.content .options-wrapper .services-type .option .content DIV A IMG {
  display: inline-block;
  vertical-align: middle;
}
.page-footer .footer.content .options-wrapper .services-type .option.country .title DIV SPAN,
.page-footer .footer.content .options-wrapper .services-type .option.country .content DIV SPAN {
  padding-right: 5px;
}
.page-footer .footer.content .options-wrapper .services-type .option.active .title DIV:after {
  top: 13px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
.page-footer .footer.content .options-wrapper .services-type .option.active .content {
  display: block;
  position: absolute;
  left: -1px;
  border: 1px solid #000000;
}
.copyright_wrapper {
  clear: both;
  padding: 40px 0 0 0;
}
.copyright_wrapper .copyright {
  display: block;
  float: left;
  width: 100%;
  background-color: #efefef;
  text-align: center;
  padding: 0;
  color: #000000;
  font-size: 12px;
}
.copyright_wrapper .hotline {
  display: block;
  float: right;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
  color: #000000;
  font-size: 12px;
}
.copyright_wrapper .hotline SPAN {
  padding-left: 10px;
}
.copyright_wrapper .hotline SPAN:first-child {
  padding-left: 0;
}
.cms-home .breadcrumbs,
.cms-index-index .breadcrumbs {
  display: none;
}
.cms-home .columns .column.main,
.cms-index-index .columns .column.main {
  padding-bottom: 0;
  min-height: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cms-home .columns .column.main,
  .cms-index-index .columns .column.main {
    min-height: 65px;
  }
}
.category_btn {
  margin: 0 -10px 20px -10px;
  padding: 10px;
  background-color: #f8c227;
}
.category_btn A {
  display: block;
  margin-right: -4px;
  padding: 10px;
  text-align: center;
  border: 3px solid #000000;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 20px;
}
.category_btn A:hover {
  border-color: #ed7523;
  color: #ed7523;
}
.services_row {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.services_row UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services_row UL LI DIV {
  padding-left: 60px;
  padding-right: 15px;
  min-height: 44px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 10px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.services_row UL LI DIV SPAN {
  display: block;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.services_row UL LI DIV SPAN.title {
  padding-bottom: 4px;
  color: #ed7523;
  font-size: 1.3rem;
  line-height: 16px;
}
.services_row UL LI DIV SPAN.message {
  color: #000000;
  font-size: 1.3rem;
  line-height: 16px;
}
.services_row UL LI.type1 DIV {
  background: transparent url("../images/icons-sprite.png") no-repeat !important;
  background-position: -14px -59px !important;
}
.services_row UL LI.type2 DIV {
  background-size: 48px 35px;
  background: transparent url("../images/icons-sprite.png") no-repeat !important;
  background-position: -10px -180px !important;
}
.services_row UL LI.type3 DIV {
  background-size: 48px 35px;
  background: transparent url("../images/icons-sprite.png") no-repeat !important;
  background-position: -10px -246px !important;
}
.services_row UL LI.type4 DIV {
  background-size: 48px 35px;
  background: transparent url("../images/icons-sprite.png") no-repeat !important;
  background-position: -10px -114px !important;
}
.hotsale_row {
  width: 100%;
  margin-bottom: 30px;
}
.hotsale_row:after {
  content: "";
  display: table;
  clear: both;
}
.hotsale_row H2 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.hotsale_row .full_row {
  width: 100%;
  position: relative;
}
.hotsale_row .full_row:last-child {
  margin-bottom: 0;
}
.hotsale_row .full_row:after {
  content: "";
  display: table;
  clear: both;
}
.hotsale_row .full_row > .message_dim_layer {
  display: none;
}
.hotsale_row .full_row > .message {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  width: 100%;
  z-index: 10;
  background-color: #f8c227;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 16px;
}
.hotsale_row .full_row > .message SPAN {
  display: block;
  color: #000000;
}
.hotsale_row .full_row > .message SPAN.title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4px;
}
.hotsale_row .full_row > .message SPAN.subtitle {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
}
.hotsale_row .full_row > .message SPAN.label {
  font-size: 1.3rem;
  line-height: 21px;
}
.hotsale_row .full_row > .message SPAN.small {
  display: inline-block;
  padding-right: 2px;
  font-size: 0.6em;
}
.hotsale_row .full_row > .message SPAN.price {
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.hotsale_row .full_row > .message A {
  position: relative;
  border: 3px solid #000000;
  padding: 10px 0;
  color: #000000;
  font-size: 16px;
  line-height: 1em;
  display: block;
  text-align: center;
}
.hotsale_row .half {
  clear: left;
  float: none;
  position: relative;
  width: 100%;
  height: 237px;
}
.hotsale_row .half:last-child {
  border-bottom: 0;
}
.hotsale_row .half:after {
  content: "";
  display: table;
  clear: both;
}
.hotsale_row .left_col {
  float: none;
  display: block;
  position: relative;
  width: 100%;
  height: 484px;
}
.hotsale_row .left_col:after {
  content: "";
  display: table;
  clear: both;
}
.hotsale_row .right_col {
  float: none;
  display: block;
  position: relative;
  width: 100%;
  height: 484px;
  border-bottom: 10px solid #ffffff;
}
.hotsale_row .right_col:after {
  content: "";
  display: table;
  clear: both;
}
.hotsale_row .minbox-left {
  float: left;
  display: inline-block;
  position: relative;
  width: 50%;
  height: 237px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 5px solid #ffffff;
}
.hotsale_row .minbox-right {
  float: right;
  display: inline-block;
  position: relative;
  width: 50%;
  height: 237px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 5px solid #ffffff;
}
.hotsale_row .half > DIV > IMG,
.hotsale_row .left_col > DIV > IMG,
.hotsale_row .right_col > DIV > IMG,
.hotsale_row .minbox-left > DIV > IMG,
.hotsale_row .minbox-right > DIV > IMG {
  width: 100%;
  height: auto;
}
.hotsale_row .half > .message,
.hotsale_row .left_col > .message,
.hotsale_row .right_col > .message,
.hotsale_row .minbox-left > .message,
.hotsale_row .minbox-right > .message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  opacity: 0.7;
  padding: 7px 10px;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 4px;
}
.hotsale_row .half > .message:after,
.hotsale_row .left_col > .message:after,
.hotsale_row .right_col > .message:after,
.hotsale_row .minbox-left > .message:after,
.hotsale_row .minbox-right > .message:after {
  content: "";
  display: table;
  clear: both;
}
.hotsale_row .half > .message SPAN,
.hotsale_row .left_col > .message SPAN,
.hotsale_row .right_col > .message SPAN,
.hotsale_row .minbox-left > .message SPAN,
.hotsale_row .minbox-right > .message SPAN {
  display: inline-block;
}
.hotsale_row .half > .message SPAN.label,
.hotsale_row .left_col > .message SPAN.label,
.hotsale_row .right_col > .message SPAN.label,
.hotsale_row .minbox-left > .message SPAN.label,
.hotsale_row .minbox-right > .message SPAN.label {
  float: left;
}
.hotsale_row .half > .message SPAN.price,
.hotsale_row .left_col > .message SPAN.price,
.hotsale_row .right_col > .message SPAN.price,
.hotsale_row .minbox-left > .message SPAN.price,
.hotsale_row .minbox-right > .message SPAN.price {
  float: right;
  display: inline-block;
  letter-spacing: 0;
}
.hotsale_row .half > .message SPAN.price .small,
.hotsale_row .left_col > .message SPAN.price .small,
.hotsale_row .right_col > .message SPAN.price .small,
.hotsale_row .minbox-left > .message SPAN.price .small,
.hotsale_row .minbox-right > .message SPAN.price .small {
  padding-right: 2px;
  font-size: 0.6em;
}
.branches_row {
  width: 100%;
  margin-bottom: 30px;
}
.branches_row:after {
  content: "";
  display: table;
  clear: both;
}
.branches_row h2 {
  font-size: 2.5rem;
}
.branches_row H2 {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  color: #000000;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
.branches_row #branches_map {
  width: 100%;
  height: 380px;
}
.info_row {
  width: 100%;
  margin-bottom: 30px;
}
.info_row UL {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info_row UL LI {
  display: block;
  margin: 0 0 10px 0;
  padding: 27px 0;
  width: 100%;
  background-color: #d8d8d8;
  border-right: 0;
  text-align: center;
}
.info_row UL LI:last-child {
  border-right: 0;
  margin-bottom: 0;
}
.info_row UL LI A {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.info_row UL LI A:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.info_row UL LI.news A:before {
  background-size: 29px 28px;
  background: transparent url("../images/icons-sprite.png") no-repeat !important;
  background-position: -20px -421px !important;
}
.info_row UL LI.casestudy A:before {
  background-size: 34px 30px;
  background: transparent url("../images/icons-sprite.png") no-repeat !important;
  background-position: -20px -371px !important;
}
.info_row UL LI.hotline A:before {
  background-size: 27px 27px;
  background: transparent url("../images/icons-sprite.png") no-repeat !important;
  background-position: -20px -706px !important;
}
/* ----  Styling for the 'Blog Post View Page' Page wrt Magento 2.4.5 ---- */
.blog-post-view .main_container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ----  Styling for the 'Terms and Conditions' Page wrt Magento 2.4.5 ---- */
.cms-terms_and_conditions .terms-and-conditions__table-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-terms_and_conditions .terms-and-conditions__table-style td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.cms-terms_and_conditions .terms-and-conditions__table-style td p {
  margin-bottom: 0.9rem;
}
@media all and (max-width: 768px) {
  body {
    overflow-x: hidden;
    /* Mobile Left-NAV */
  }
  body .showMobile {
    display: block;
  }
  body .showLaptop {
    display: none;
  }
  body #maincontent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .page-header {
    margin-bottom: 0;
    border-bottom: 0;
  }
  body .page-header .panel.wrapper .panel.header .panel_links {
    display: none;
  }
  body .page-header .header.content {
    padding: 15px 10px;
  }
  body .page-header .header.content .logo {
    float: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 130px;
    width: 130px;
    min-height: 35px;
  }
  body .page-header .header.content .minicart-wrapper {
    position: absolute;
    top: 21px;
    margin-top: 0;
    float: none;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart {
    padding-left: 0;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart:before {
    content: "";
    position: absolute;
    right: 60px;
    top: 0;
    width: 23px;
    height: 23px;
    background: transparent url("../images/icon_cart.png") no-repeat left top;
    background-size: 23px 23px;
  }
  body .page-header .header.content .minicart-wrapper.active .action.showcart:before {
    background-image: url("../images/icon_cart_active.png");
  }
  body .page-header .header.content .minicart-wrapper.active .block-minicart {
    position: absolute;
    right: -60px;
    margin: 0;
    top: 39px;
    border-left: 0;
    border-right: 0;
  }
  body .page-header .header.content .icon_search.showMobile {
    position: absolute;
    top: 20px;
    right: 19px;
    width: 23px;
    height: 23px;
    cursor: pointer;
  }
  body .page-header .header.content .icon_search.showMobile:before {
    -webkit-font-smoothing: antialiased;
    display: table;
    margin: 0 10px 0 0;
    color: #000000;
    font-family: "luma-icons";
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    content: "\e615";
    vertical-align: middle;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body .page-header .header.content .icon_search.showMobile.active:before {
    color: #ed7523;
  }
  body .page-header .header.content .header-shadow {
    margin: 0 -10px;
    height: 15px;
    -webkit-box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
    box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
  }
  body .page-header .header.content #search_mini_form {
    position: relative;
  }
  body .page-header .header.content #search_mini_form #search {
    box-sizing: border-box;
  }
  body .page-header .header.content .block-search {
    display: none;
    position: relative;
    margin-top: 0;
    padding: 0;
  }
  body .page-header .header.content .block-search.active {
    display: block;
  }
  body .page-header .header.content .block-search .field.search:after {
    content: "";
    display: table;
    clear: both;
  }
  body .page-header .header.content .block-search .field.search label {
    display: none;
  }
  body .page-header .header.content .block-search .field.search .control {
    border-top: 0;
    margin-bottom: 0;
  }
  body .page-header .header.content .block-search .field.search input {
    position: static;
    box-shadow: none;
    left: 0;
  }
  body .page-header .header.content .block-search .action.search {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }
  body .page-header .header.content .hotline_wrapper {
    text-align: center;
    padding-top: 20px;
  }
  body .page-header .header.content .hotline_wrapper DIV {
    display: inline-block;
    position: relative;
    padding-right: 0px;
  }
  body .page-header .header.content .hotline_wrapper DIV:before {
    content: "";
    position: absolute;
  }
  body .page-header .header.content .hotline_wrapper DIV SPAN {
    display: inline-block;
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  body .page-header .header.content .hotline_wrapper DIV SPAN.tel {
    letter-spacing: 0;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline {
    padding-left: 32px;
    border-right: 1px solid #efefef;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline:before {
    left: 5px;
    top: -2px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background: transparent url("../images/icons-sprite.png") no-repeat;
    background-position: -20px -836px;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline SPAN.text {
    padding-bottom: 2px;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline SPAN.tel {
    color: #ed7523;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store {
    padding-left: 32px;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store:before {
    left: 8px;
    top: 0;
    width: 18px;
    height: 26px;
    background: transparent url("../images/icon_map.png") no-repeat top left;
    background-size: 18px 26px;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store SPAN.text {
    padding-top: 4px;
  }
  body .page-header .header.content .hotline_wrapper DIV.enquiry {
    padding-left: 32px;
  }
  body .page-header .header.content .hotline_wrapper DIV.enquiry:before {
    left: 8px;
    top: 1px;
    width: 21px;
    height: 21px;
    background: transparent url("../images/enquiry_icon.png") no-repeat top left;
    background-size: 21px 21px;
  }
  body .page-header .header.content .hotline_wrapper DIV.enquiry SPAN.text {
    padding-top: 4px;
  }
  body .page-header .header.content .nav-toggle:before {
    color: #000000;
    font-size: 25px;
  }
  body .top-container {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }
  body .nav-sections .header.links li {
    letter-spacing: 4px;
    margin-right: -4px;
    font-size: 16px;
  }
  body .navigation > ul li.level0 > .level-top {
    font-size: 1.3rem;
  }
  body .navigation > ul li A {
    letter-spacing: 4px;
    margin-right: -4px;
  }
  body .navigation > ul li li A {
    letter-spacing: 1px;
    margin-right: -1px;
  }
  body #mobile_order_check form label {
    letter-spacing: 4px;
    margin-right: -4px;
    font-size: 1.3rem;
  }
  body #mobile_order_check form .control INPUT {
    width: 144px;
    box-sizing: border-box;
  }
  body .nav-sections .switcher .switcher-trigger strong {
    display: inline-block;
    font-size: 1.3rem;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 2px solid darkgrey;
  }
  body .nav-sections .switcher .switcher-trigger strong:after {
    content: none;
  }
  body .nav-sections .switcher-dropdown a {
    font-size: 1.3rem;
  }
  body .page-footer .footer.content .footer-links {
    position: relative;
    margin-bottom: 20px;
  }
  body .page-footer .footer.content .footer-links > H4 {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
  }
  body .page-footer .footer.content .footer-links > H4:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 7px;
    width: 4px;
    height: 4px;
    border: 2px solid #000000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body .page-footer .footer.content .footer-links > UL {
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0;
  }
  body .page-footer .footer.content .footer-links > UL LI {
    padding: 0;
  }
  body .page-footer .footer.content .footer-links > UL LI A {
    visibility: hidden;
    height: 0;
    font-size: 18px;
  }
  body .page-footer .footer.content .footer-links.active > H4 {
    margin-bottom: 20px;
  }
  body .page-footer .footer.content .footer-links.active > H4:after {
    top: 10px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  body .page-footer .footer.content .footer-links.active > UL {
    visibility: visible;
    height: auto;
  }
  body .page-footer .footer.content .footer-links.active > UL LI {
    padding: 0 0 20px 0;
  }
  body .page-footer .footer.content .footer-links.active > UL LI A {
    visibility: visible;
    height: auto;
  }
  body .hotsale_row {
    margin-bottom: 20px;
  }
  body .hotsale_row .half {
    border-bottom: 5px solid #ffffff;
  }
  body .hotsale_row .right_col {
    border-top: 10px solid #ffffff;
  }
  body .services_row {
    margin-bottom: 20px;
  }
  body .services_row UL LI {
    display: block;
    border: 1px solid #efefef;
    padding: 10px;
    margin: 0 0 10px 0;
  }
  body .services_row UL LI DIV {
    display: block;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 0;
    width: 240px;
    background-position: 10px 3px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  body .page-header .header.content .hotline_wrapper DIV SPAN {
    font-size: 16px;
    line-height: 18px;
  }
  body .services_row UL LI DIV {
    padding-left: 70px;
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  body .page-header .header.content .hotline_wrapper DIV.hotline {
    padding-left: 27px;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store {
    padding-left: 25px;
    padding-right: 0;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store:before {
    left: 5px;
    top: 0;
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
  }
  body .page-header .header.content .hotline_wrapper DIV SPAN {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1em;
  }
}
@media all and (min-width: 769px) {
  .bannershop-modal-container.modal-popup .modal-header {
    display: none;
  }
  body .showMobile {
    display: none;
  }
  body .showLaptop {
    display: block;
  }
  body .navigation,
  body .breadcrumbs,
  body .page-header .header.panel,
  body .header.content,
  body .footer.content,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  body .block.category.event,
  body .page-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  body .top-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  body .page-header .panel.wrapper {
    background-color: #efefef;
    border-bottom: 0;
    height: 32px;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 4px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(136, 136, 136, 0.5);
    -moz-box-shadow: inset 0 0 5px 0 rgba(136, 136, 136, 0.5);
    box-shadow: inset 0 0 5px 0 rgba(136, 136, 136, 0.5);
  }
  body .page-header .panel.wrapper .header.panel {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #000000;
  }
  body .page-header .panel.wrapper .header.panel:after {
    content: "";
    display: table;
    clear: both;
  }
  body .page-header .panel.wrapper .header.panel A {
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: inherit;
    list-style: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #d8d8d8;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li .showLaptop {
    display: inline-block;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li.greet.welcome {
    display: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li.authorization-link {
    float: right;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li A {
    padding: 0 13px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#paper_print A {
    color: #ed7625;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search {
    padding-left: 0;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search A {
    position: relative;
    padding-left: 20px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search A:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 13px;
    height: 13px;
    background-size: 100% 100%;
    background: transparent url("../images/icons-sprite.png") no-repeat;
    background-position: -20px -1082px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search form {
    display: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active {
    position: relative;
    background-color: #ffffff;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active A {
    display: block;
    line-height: 32px;
    padding-left: 38px;
    -webkit-box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
    box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active A:before {
    left: 18px;
    top: 9px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form {
    display: block;
    position: absolute;
    left: 0;
    top: 32px;
    width: auto;
    min-width: 375px;
    padding: 18px;
    box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
    background-color: #ffffff;
    z-index: 1000;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form * {
    box-sizing: border-box;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form:after {
    content: "";
    display: table;
    clear: both;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form label,
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form .nested {
    display: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form .field.search {
    display: inline-block;
    float: left;
    margin-right: 5px;
    box-shadow: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form #search {
    width: 280px;
    border: 1px solid #000000;
    height: 32px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 32px;
    box-shadow: none;
    font-weight: normal;
    box-sizing: border-box;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form #search::placeholder {
    font-weight: normal;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form .actions {
    display: inline-block;
    float: right;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#panel_search.active #search_mini_form .actions button {
    height: 32px;
    margin-top: -2px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check A {
    position: relative;
    padding-left: 36px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check A:before {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 1px;
    width: 14px;
    height: 14px;
    background: transparent url("../images/icons-sprite.png") no-repeat;
    background-position: -20px -1010px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check form {
    display: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active {
    position: relative;
    background-color: #ffffff;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active * {
    box-sizing: border-box;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active A {
    display: block;
    line-height: 32px;
    -webkit-box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
    box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active A:before {
    left: 18px;
    top: 9px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form {
    display: block;
    position: absolute;
    right: -145px;
    top: 32px;
    width: auto;
    min-width: 370px;
    padding: 18px;
    box-shadow: 0 3px 3px rgba(136, 136, 136, 0.5);
    background-color: #ffffff;
    z-index: 1000;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form:after {
    content: "";
    display: table;
    clear: both;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form label {
    display: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form .field {
    display: inline-block;
    float: left;
    margin-right: 5px;
    box-shadow: none;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form #ordercheck {
    width: 280px;
    border: 1px solid #000000;
    height: 32px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 32px;
    font-weight: normal;
    box-sizing: border-box;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form #ordercheck::placeholder {
    font-weight: normal;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form .actions {
    display: inline-block;
    float: right;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li#order_check.active form .actions button {
    height: 32px;
    margin-top: -2px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li.customer A {
    position: relative;
    padding-left: 36px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li.customer A:before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -2px;
    width: 13px;
    height: 18px;
    background: transparent url("../images/icons-sprite.png") no-repeat;
    background-position: -20px -1044px;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li.customer .counter-number {
    display: inline-block;
    border-radius: 8px;
    padding: 0 2px;
    min-width: 9px;
    height: 13px;
    border: 2px solid #de6322;
    color: #de6322;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    letter-spacing: 0;
  }
  body .page-header .panel.wrapper .header.panel .panel_links.left {
    float: left;
    display: inline-block;
    border-left: 1px solid #d8d8d8;
  }
  body .page-header .panel.wrapper .header.panel .panel_links.right {
    float: right;
    display: inline-block;
  }
  body .page-header .panel.wrapper .header.panel .panel_links.right UL.links {
    float: left;
  }
  body .page-header .panel.wrapper .switcher {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #d8d8d8;
  }
  body .page-header .panel.wrapper .switcher strong {
    font-weight: bold;
  }
  body .page-header .panel.wrapper .switcher .options .action.toggle {
    padding: 0 18px;
  }
  body .page-header .panel.wrapper .switcher .options .action.toggle:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 12px;
    width: 9px;
    height: 7px;
    background: transparent url("../images/nav_arrow_open.png") no-repeat top right;
    background-size: 9px 7px;
  }
  body .page-header .panel.wrapper .switcher .options .action.toggle strong {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid darkgrey;
    letter-spacing: 0;
  }
  body .page-header .panel.wrapper .switcher .options .action.toggle strong + A {
    letter-spacing: 0;
  }
  body .page-header .panel.wrapper .switcher .options .action.toggle.active:after {
    background-image: url("../images/nav_arrow_close.png");
  }
  body .page-header .panel.wrapper .switcher .options.active {
    background-color: #ffffff;
    -webkit-box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
    box-shadow: 3px 0 6px -4px rgba(136, 136, 136, 0.5), -3px 0 6px -4px rgba(136, 136, 136, 0.5);
  }
  body .page-header .panel.wrapper .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border: 0;
    min-width: initial;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    text-align: center;
    display: none;
  }
  body .page-header .panel.wrapper .switcher .options ul.dropdown:after,
  body .page-header .panel.wrapper .switcher .options ul.dropdown:before {
    display: none;
  }
  body .page-header .panel.wrapper .switcher .options ul.dropdown A,
  body .page-header .panel.wrapper .switcher .options ul.dropdown A:hover {
    background-color: #ffffff;
  }
  body .page-header .panel.wrapper .switcher-language .options .action.toggle:after {
    content: none;
  }
  body .page-header .header.content {
    padding-top: 24px;
    padding-bottom: 22px;
  }
  body .page-header .header.content .hotline_wrapper > .left {
    position: absolute;
    left: 20px;
    top: 33px;
  }
  body .page-header .header.content .hotline_wrapper > .right {
    position: absolute;
    right: 152px;
    top: 33px;
  }
  body .page-header .header.content .hotline_wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  body .page-header .header.content .hotline_wrapper DIV {
    display: inline-block;
    position: relative;
    float: left;
    padding-right: 10px;
  }
  body .page-header .header.content .hotline_wrapper DIV:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
  }
  body .page-header .header.content .hotline_wrapper DIV SPAN {
    display: block;
    color: #000000;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  body .page-header .header.content .hotline_wrapper DIV SPAN.tel {
    letter-spacing: 0;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline {
    padding-left: 40px;
    border-right: 1px solid #efefef;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline:before {
    width: 25px;
    height: 25px;
    background: transparent url("../images/icon_tel.png") no-repeat top left;
    background-size: 25px 25px;
  }
  body .page-header .header.content .hotline_wrapper DIV.hotline SPAN.text {
    padding-bottom: 8px;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store {
    padding-left: 33px;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store:before {
    width: 18px;
    height: 26px;
    background: transparent url("../images/icons-sprite.png") no-repeat;
    background-position: -20px -965px;
  }
  body .page-header .header.content .hotline_wrapper DIV.visit_store SPAN.text {
    padding-top: 9px;
  }
  body .page-header .header.content .hotline_wrapper DIV.enquiry {
    padding-left: 36px;
  }
  body .page-header .header.content .hotline_wrapper DIV.enquiry:before {
    top: 3px;
    width: 22px;
    height: 21px;
    background: transparent url("../images/icons-sprite.png") no-repeat;
    background-position: -20px -924px;
  }
  body .page-header .header.content .hotline_wrapper DIV.enquiry SPAN.text {
    padding-top: 9px;
  }
  body .page-header .header.content .logo {
    float: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: inherit;
    width: 229px;
    min-height: 50px;
  }
  body .page-header .header.content .minicart-wrapper {
    position: absolute;
    right: 0;
    top: 26px;
    padding: 12px 17px 5px 21px;
    float: none;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart {
    padding-left: 23px;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 12px;
    width: 23px;
    height: 23px;
    background: transparent url("../images/icons-sprite.png") no-repeat;
    background-position: -20px -881px;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart .text {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    clip: initial;
    overflow: visible;
    color: #ed7523;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 4px;
    line-height: 1.16667rem;
    padding: 5px 0 5px 5px;
    text-transform: uppercase;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart .counter-number {
    color: #ed7523;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.16667rem;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart:after {
    content: "";
    border: 0;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    z-index: 12;
  }
  body .page-header .header.content .minicart-wrapper.active {
    -webkit-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
    z-index: 11;
    background: #ffffff;
  }
  body .page-header .header.content .minicart-wrapper.active .block-minicart {
    right: 0;
    margin-top: -1px;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
    z-index: 10;
  }
  body .page-header .header.content .minicart-wrapper.active .block-minicart:before {
    border: 0;
    position: absolute;
    right: 0;
    top: -3px;
    width: 130px;
    height: 6px;
    background-color: #ffffff;
  }
  body .page-header .header.content .minicart-wrapper.active .block-minicart:after {
    border: 0;
  }
  body .page-header .header.content .compare.wrapper LI {
    margin: 0;
  }
  body #store\.menu {
    -webkit-box-shadow: 0 1px 4px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(136, 136, 136, 0.5);
    box-shadow: 0 1px 4px rgba(136, 136, 136, 0.5);
    z-index: 10;
  }
  body #store\.menu .navigation > ul > .level0.parent > A:after {
    top: 25%;
    right: 2px;
  }
  body #store\.menu .navigation > ul > .level0 > .level-top SPAN {
    margin-right: -2px;
  }
  body .page-title-wrapper {
    padding: 20px 0 15px 0;
  }
  body .page-title-wrapper H1.page-title {
    font-size: 24px;
  }
  body .page-footer {
    padding: 60px 0 10px 0;
    padding-bottom: 10px !important;
  }
  body .page-footer .footer.content {
    padding: 0;
    border-top: 0;
  }
  body .page-footer .footer.content H4 {
    font-size: 1.3rem;
    line-height: 18px;
    letter-spacing: 4px;
  }
  body .page-footer .footer.content UL LI A {
    font-size: 1.3rem;
    line-height: 20px;
    letter-spacing: 4px;
  }
  body .page-footer .footer.content .footer-left {
    float: left;
    display: inline-block;
    padding-left: 20px;
  }
  body .page-footer .footer.content .footer-right {
    float: right;
    display: inline-block;
    padding-right: 20px;
    max-width: 50%;
    min-width: 43%;
  }
  body .page-footer .footer.content .footer-right > H4 {
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.3rem;
  }
  body .page-footer .footer.content .footer-links {
    display: inline-block;
    padding: 0 40px 0 0;
  }
  body .page-footer .footer.content .footer-links:last-child {
    padding-right: 0;
  }
  body .page-footer .footer.content .options-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  body .page-footer .footer.content .newsletter_wrapper {
    margin-bottom: 20px;
  }
  body .page-footer .footer.content .block.newsletter {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  body .page-footer .footer.content .block.newsletter > .content {
    display: table;
    width: 100%;
  }
  body .page-footer .footer.content .block.newsletter .form.subscribe {
    display: table-row;
  }
  body .page-footer .footer.content .block.newsletter .field {
    display: table-cell;
    padding-right: 10px;
    width: 100%;
  }
  body .page-footer .footer.content .block.newsletter .field .control {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
  }
  body .page-footer .footer.content .block.newsletter .actions {
    display: table-cell;
  }
  body .page-footer .footer.content .block.newsletter .actions .action.primary {
    width: auto;
  }
  body .copyright_wrapper {
    padding: 10px 20px 0 20px;
  }
  body .copyright_wrapper .copyright {
    display: inline-block;
    float: left;
    width: auto;
    text-align: left;
    padding: 0;
  }
  body .copyright_wrapper .hotline {
    display: inline-block;
    float: right;
    width: auto;
    text-align: right;
    padding: 0;
  }
  body .copyright_wrapper .hotline SPAN {
    padding-left: 10px;
  }
  body .services_row {
    margin: 0 auto 40px auto;
    padding: 20px 0;
    -webkit-box-shadow: 0 3px 10px -5px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0 3px 10px -5px rgba(136, 136, 136, 0.5);
    box-shadow: 0 3px 10px -5px rgba(136, 136, 136, 0.5);
  }
  body .services_row UL {
    display: table;
  }
  body .services_row UL LI {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }
  body .services_row UL LI DIV {
    width: 100%;
    border-right: 1px solid #d8d8d8;
  }
  body .services_row UL LI DIV SPAN.title {
    font-size: 1.3rem;
    line-height: 16px;
  }
  body .services_row UL LI DIV SPAN.message {
    font-size: 1.3rem;
    line-height: 16px;
  }
  body .services_row UL LI.type4 DIV {
    border-right: 0;
  }
  body .hotsale_row H2 {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1em;
  }
  body .hotsale_row .full_row {
    border-bottom: 10px solid #ffffff;
  }
  body .hotsale_row .full_row.fullbanner {
    height: auto !important;
  }
  body .hotsale_row .full_row.fullbanner img {
    display: block;
  }
  body .hotsale_row .full_row > .message_dim_layer {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 31%;
    z-index: 9;
    background-color: #000000;
    opacity: 0.4;
  }
  body .hotsale_row .full_row > .message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 31%;
    z-index: 10;
    background-color: transparent;
    padding: 35px 30px 25px 30px;
    color: #ffffff;
    font-family: 'PingFangTC-Semibold', '微軟正黑體', '細明體', Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
  }
  body .hotsale_row .full_row > .message SPAN {
    display: block;
    color: #ffffff;
  }
  body .hotsale_row .full_row > .message SPAN.title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 4px;
  }
  body .hotsale_row .full_row > .message SPAN.subtitle {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
  }
  body .hotsale_row .full_row > .message SPAN.label {
    font-size: 16px;
    line-height: 24px;
  }
  body .hotsale_row .full_row > .message SPAN.small {
    display: inline-block;
    padding-right: 2px;
    font-size: 0.6em;
  }
  body .hotsale_row .full_row > .message SPAN.price {
    font-size: 36px;
    line-height: 1em;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  body .hotsale_row .full_row > .message A {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 25px;
    border: 3px solid #ffffff;
    color: #ffffff;
  }
  body .hotsale_row .half {
    border-bottom: 10px solid #ffffff;
  }
  body .hotsale_row .left_col {
    float: left;
    border-right: 5px solid #ffffff;
    border-bottom: 10px solid #ffffff;
  }
  body .hotsale_row .right_col {
    float: right;
    border-left: 5px solid #ffffff;
    border-bottom: 10px solid #ffffff;
  }
  body .hotsale_row .left_col,
  body .hotsale_row .right_col {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 484px;
    box-sizing: border-box;
  }
  body .hotsale_row .minbox-left {
    border-bottom: 5px solid #ffffff;
  }
  body .hotsale_row .minbox-right {
    border-bottom: 5px solid #ffffff;
  }
  body .hotsale_row .half > .message,
  body .hotsale_row .left_col > .message,
  body .hotsale_row .right_col > .message,
  body .hotsale_row .minbox-left > .message,
  body .hotsale_row .minbox-right > .message {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 22px;
  }
  body .branches_row #branches_map {
    height: 560px;
  }
  body .info_row UL {
    display: table;
    width: 100%;
  }
  body .info_row UL LI {
    display: table-cell;
    margin-bottom: 0;
    width: 32.5%;
    border-right: 10px solid #ffffff;
  }
  body .info_row UL LI:last-child {
    border-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 980px) {
  body .page-header .panel.wrapper .header.panel {
    padding-left: 0;
  }
  body .page-header .panel.wrapper .header.panel .panel_links UL.links li A {
    padding: 0 15px;
  }
  body .page-header .panel.wrapper .switcher .options .action.toggle,
  body .page-header .panel.wrapper .switcher .options .action.toggle.active {
    padding: 0 15px;
  }
  body .page-header .header.content .hotline_wrapper {
    left: 5px;
  }
  body #store\.menu .navigation > ul .level0 > .level-top {
    padding-left: 0;
    padding-right: 0;
  }
  body .page-title-wrapper {
    padding-left: 10px;
  }
  body .columns {
    padding: 0 10px;
  }
  body .page-footer .footer.content .footer-left {
    max-width: 320px;
  }
  body .page-footer .footer.content .footer-left:after {
    content: "";
    display: table;
    clear: both;
  }
  body .page-footer .footer.content .footer-links {
    padding-right: 20px;
    float: left;
  }
  body .hotsale_row .full_row > .message {
    padding: 25px;
  }
  body .hotsale_row .full_row > .message SPAN.title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  body .hotsale_row .full_row > .message SPAN.subtitle {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
  }
  body .hotsale_row .full_row > .message SPAN.label {
    font-size: 1.3rem;
    line-height: 18px;
  }
  body .hotsale_row .full_row > .message SPAN.price {
    font-size: 32px;
  }
  body .services_row UL LI DIV {
    background-position: 10px 4px;
  }
  body .services_row UL LI DIV SPAN.title {
    font-size: 1.3rem;
    line-height: 16px;
  }
  body .services_row UL LI DIV SPAN.message {
    font-size: 1.3rem;
    line-height: 16px;
  }
}
/*Start corporate page*/
.bgi {
  background-image: url("../images/corporate_landpage_web_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.img_web {
  display: block;
}
.img_mobile {
  display: none;
}
.greytext01 {
  font-size: 22px;
  text-align: center;
  color: #4b464c;
  margin-top: 3%;
  font-weight: bold;
}
.greytext02 {
  font-size: 16px;
  text-align: center;
  color: #4b464c;
  font-weight: bold;
}
.flextoblock {
  display: flex;
}
.div02 {
  margin: 0 5% 3% 5%;
  width: 90%;
}
.text03 {
  color: #909090;
  font-size: 14px;
}
.text04 {
  color: #ff3c00;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1%;
}
.div04 {
  width: 92%;
  margin: 4%;
}
.text05 {
  font-size: 30px;
  color: white;
  text-align: center;
}
.text06 {
  font-size: 16px;
  color: white;
  text-align: center;
}
.img01 {
  margin: 0 37%;
}
.img02 {
  padding: 0 27%;
  width: 46%;
}
#Scrolldiv1 {
  text-align: center;
  display: flex;
  overflow: -webkit-paged-x;
  scroll-behavior: smooth;
  padding: 13% 0;
}
.text08 {
  position: absolute;
  font-size: 12px;
  color: #909090;
  text-align: center;
}
.bt_mobile {
  display: none;
}
.text09 {
  position: absolute;
  color: #e89e01;
  font-size: 14px;
  text-align: left;
}
.text10 {
  color: white;
  font-size: 28px;
}
.btn01 {
  padding: 4% 33%;
}
@media only screen and (max-width: 1024px) {
  .bgi {
    background-image: url("../images/corporate_landpage_mobile_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .img_web {
    display: none;
  }
  .img_mobile {
    display: block;
  }
  .to100 {
    width: 100% !important;
  }
  .flextoblock {
    display: block;
  }
  .whitetext01 {
    font-size: 4vw;
  }
  .img_gp01 {
    padding: 0 25%;
    width: 50%;
  }
  .toflex {
    display: flex !important;
  }
  .div04 {
    width: 80%;
    margin: 10%;
  }
  #Scrolldiv1 {
    padding-top: 25%;
    padding-bottom: 150px;
  }
  .text09 {
    font-size: 14px;
  }
  .greytext01 {
    font-size: 4vw;
  }
  .space {
    margin-bottom: 10%;
  }
  .btn01 {
    padding: 4% 20%;
  }
  .btn01 {
    padding: 4% 20%;
  }
}
/*End corporate page*/
@media only screen and (max-width: 1024px) {
  div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login .block-content {
    padding: 0 15px;
  }
}
body#html-body footer.page-footer {
  background: #f3f4f6;
}
body#html-body footer.page-footer .footer.content {
  max-width: 1554px;
}
body#html-body footer.page-footer .copyright_wrapper {
  padding-top: 32px;
}
body#html-body footer.page-footer .copyright_wrapper small.copyright span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}
body#html-body footer.page-footer .copyright_wrapper .hotline span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #6b7280;
}
body#html-body footer.page-footer .footer-left {
  display: flex;
  justify-content: space-between;
  width: inherit;
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 1270px) {
  body#html-body footer.page-footer .footer-left {
    flex-direction: column;
  }
}
body#html-body footer.page-footer .footer-left div h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1f2937;
  margin: 0px;
  margin-bottom: 16px;
  margin-top: 10px;
}
body#html-body footer.page-footer .footer-left div p {
  margin-bottom: 16px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}
body#html-body footer.page-footer .footer-left .block.newsletter .content #newsletter-validate-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
body#html-body footer.page-footer .footer-left .block.newsletter .content #newsletter-validate-detail .control::before {
  display: none;
}
body#html-body footer.page-footer .footer-left .block.newsletter .content #newsletter-validate-detail .control input {
  max-width: 256px;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 2px;
  margin: 0px;
  padding: 0px 16px;
}
body#html-body footer.page-footer .footer-left .block.newsletter .content #newsletter-validate-detail .actions button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 116px;
  height: 44px;
  background: #ed7523;
  border: none;
  border-radius: 2px;
}
body#html-body footer.page-footer .footer-left .block.newsletter .content #newsletter-validate-detail .actions button span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-transform: capitalize;
}
body#html-body footer.page-footer .footer-left .footer-links.orderinfo div h4,
body#html-body footer.page-footer .footer-left .footer-links.contactus div h4,
body#html-body footer.page-footer .footer-left .footer-links.aboutus div h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #1f2937;
}
body#html-body footer.page-footer .footer-left .footer-links.orderinfo div ul li,
body#html-body footer.page-footer .footer-left .footer-links.contactus div ul li,
body#html-body footer.page-footer .footer-left .footer-links.aboutus div ul li {
  margin-bottom: 8px;
}
body#html-body footer.page-footer .footer-left .footer-links.orderinfo div ul li a,
body#html-body footer.page-footer .footer-left .footer-links.contactus div ul li a,
body#html-body footer.page-footer .footer-left .footer-links.aboutus div ul li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4b5563;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .services-type {
  margin-left: 0px;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1f2937;
  white-space: nowrap;
  margin-bottom: 16px;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country {
  box-shadow: none;
  width: 257px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #d1d5db;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country .title {
  height: inherit;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country .title > div {
  height: inherit;
  padding: 0px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-color: white;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country .title > div span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country .title > div ::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 9px;
  border: 1px solid #ffffff;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-left-width: 1px;
  border-top: 0;
  border-left: 0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 5px;
  border-color: #9ca3af;
  margin-right: 16px;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country .content {
  border-color: #d1d5db;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country .content div a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body#html-body footer.page-footer .footer-left .footer-right .options-wrapper .option.country .content div a span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
body#html-body footer.page-footer .footer-left .footer-right .newsletter_wrapper {
  display: flex;
  gap: 16px;
  height: fit-content;
  align-items: center;
}
body#html-body footer.page-footer .footer-left .footer-right .newsletter_wrapper h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1f2937;
  margin-bottom: 0px;
  white-space: nowrap;
}
body#html-body footer.page-footer .footer-left .footer-right .newsletter_wrapper .social_links {
  margin-bottom: 0px;
  display: flex;
}
body#html-body footer.page-footer .footer-left .footer-right .newsletter_wrapper .social_links li a .facebookicon {
  background-image: url("../../../../../../../../../media/wysiwyg/facebook\(1\).png");
  display: block;
  height: 32px;
  width: 32px;
}
body#html-body footer.page-footer .footer-left .footer-right .newsletter_wrapper .social_links li a .instagramicon {
  background-image: url("../../../../../../../../../media/wysiwyg/instagram\(1\).png");
  display: block;
  height: 32px;
  width: 32px;
}
body#html-body footer.page-footer .footer-left .footer-right .newsletter_wrapper .social_links li a .linkedinicon {
  background-image: url("../../../../../../../../../media/wysiwyg/linkedin\(2\).png");
  display: block;
  height: 32px;
  width: 32px;
}
body#html-body footer.page-footer .footer-left .footer-right .newsletter_wrapper .social_links li a .youtubeicon {
  background-image: url("../../../../../../../../../media/wysiwyg/youtube\(1\).png");
  display: block;
  height: 32px;
  width: 32px;
}
@media only screen and (min-width: 768px) {
  .page-header + .nav-sections {
    margin-top: 152.84px;
  }
}
body#html-body header.page-header .panel.wrapper {
  height: 44px;
}
@media only screen and (min-width: 769px) {
  body#html-body header.page-header .header.content .block-search {
    display: block;
  }
}
body#html-body header.page-header .panel.header::after,
body#html-body header.page-header .panel.header::before {
  display: none;
}
body#html-body header.page-header .panel.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  max-width: 1728px;
  padding: 0px 100px;
  padding: 0px 50px;
}
@media screen and (min-width: 980px) {
  body#html-body header.page-header .panel.header {
    padding: 0px 100px;
  }
}
body#html-body header.page-header .panel.header .panel_links.right .header.links {
  display: none;
}
body#html-body header.page-header .panel.header .panel_links.left {
  letter-spacing: 0px;
  border: none;
}
body#html-body header.page-header .panel.header .panel_links.left .links li:last-child {
  border-right: none;
}
body#html-body header.page-header .panel.header .panel_links.left ul.links .paper_print a {
  padding-left: 0px;
}
body#html-body header.page-header .panel.header .panel_links.left ul.links li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  text-transform: none;
}
@media (max-width: 835px) {
  body#html-body header.page-header .panel.header .panel_links.left ul.links li a {
    font-size: 12px;
  }
}
body#html-body header.page-header .panel.header .panel_links.right .links #order_check a::before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 1px;
  width: 16px;
  height: 16px;
  background: transparent url("../../../../../../../../../media/wysiwyg/inventory.png") no-repeat left;
  background-size: 100% 100%;
}
body#html-body header.page-header .panel.header .panel_links.right .links #order_check a {
  padding-right: 27px;
}
body#html-body header.page-header .panel.header .panel_links.right .links li {
  border-right: none;
}
body#html-body header.page-header .panel.header .panel_links.right .links li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  text-transform: none;
}
@media (max-width: 835px) {
  body#html-body header.page-header .panel.header .panel_links.right .links li a {
    font-size: 12px;
  }
}
body#html-body header.page-header .panel.header .panel_links.right .links li .visit_store a {
  position: relative;
  padding-left: 20px;
}
body#html-body header.page-header .panel.header .panel_links.right .links li .visit_store a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: 13px;
  height: 16px;
  background: transparent url("../../../../../../../../../media/wysiwyg/Vector.png") no-repeat left;
  background-size: 100% 100%;
}
body#html-body header.page-header .header.content {
  max-width: 1728px;
  padding: 0px 100px;
  display: flex;
  height: 109px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  body#html-body header.page-header .header.content {
    gap: 20px;
  }
}
body#html-body header.page-header .header.content .logo {
  margin: unset;
}
body#html-body header.page-header .header.content .block.block-search input {
  padding: 0px;
}
body#html-body header.page-header .header.content .hotline_wrapper {
  display: none;
}
body#html-body header.page-header .header.content #switcher-language .label.switcher-label {
  display: none;
}
body#html-body header.page-header .header.content .block.block-search {
  width: 666px;
  padding: 0px;
  height: 52px;
}
body#html-body header.page-header .header.content .block.block-search .block.block-content {
  height: inherit;
}
body#html-body header.page-header .header.content .block.block-search .block.block-content #search_mini_form {
  height: inherit;
}
body#html-body header.page-header .header.content .block.block-search .block.block-content #search_mini_form .field.search {
  height: inherit;
}
body#html-body header.page-header .header.content .block.block-search .block.block-content #search_mini_form .field.search .control {
  height: inherit;
}
body#html-body header.page-header .header.content .block.block-search .block.block-content #search_mini_form .field.search .control input {
  height: inherit;
  border: 1px solid #9ca3af;
  border-radius: 50px;
  padding: 0px 24px;
  box-sizing: border-box;
}
body#html-body header.page-header .header.content .block.block-search .block.block-content #search_mini_form .actions button {
  padding-top: 11px;
}
body#html-body header.page-header .header.content .block.block-search .block.block-content #search_mini_form .actions button::before {
  font-size: 24px;
  line-height: 32px;
  color: #ed7523;
  content: "\e615";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body#html-body header.page-header .header.content .minicart-wrapper {
  position: relative;
  top: 0px;
  margin: 0px;
  padding-top: 11px;
  box-sizing: border-box;
  display: flex;
  height: 56px;
}
body#html-body header.page-header .header.content .minicart-wrapper a span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) {
  body#html-body header.page-header .header.content .minicart-wrapper a.action.showcart {
    display: flex;
    align-items: center;
  }
}
body#html-body header.page-header .header.content .minicart-wrapper a.action.showcart::before {
  content: "";
  position: absolute;
  left: 52px;
  top: 16px;
  width: 28px;
  height: 28px;
  background-size: 23px 23px;
  background: transparent url("../../../../../../../../../media/wysiwyg/VectorCart.png") no-repeat;
  background-position-x: 0%;
}
@media screen and (min-width: 768px) {
  body#html-body header.page-header .header.content .minicart-wrapper a.action.showcart::before {
    top: 20px;
  }
}
@media screen and (min-width: 769px) {
  body#html-body header.page-header .header.content .minicart-wrapper a.action.showcart::before {
    left: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 769px) {
  body#html-body header.page-header .header.content .minicart-wrapper a.action.showcart::before {
    top: 12px;
  }
}
body#html-body header.page-header .header.content .authorization-link {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  background: #f8e39e;
  border-radius: 2px;
  padding: 0px 33px;
  position: relative;
  white-space: nowrap;
  margin-right: 16px;
}
body#html-body header.page-header .header.content .authorization-link a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111827;
}
body#html-body header.page-header .header.content .authorization-link .dropdownAsset {
  position: absolute;
  top: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #f8e39e;
  border-radius: 2px;
  padding: 0px 33px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
body#html-body header.page-header .header.content .authorization-link .dropdownArrow svg {
  height: 11px;
  width: 14px;
}
body#html-body header.page-header .header.content .authorization-link > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
body#html-body header.page-header .header.content .contact_us a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111827;
  white-space: nowrap;
}
body#html-body header.page-header .header.content .contact_us a svg {
  height: 33.5px;
  width: 33.5px;
}
body#html-body header.page-header .header.content .language_contact_wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: auto;
  gap: 30%;
}
body#html-body header.page-header .header.content .language_contact_wrapper .contact_us div {
  display: flex;
}
body#html-body header.page-header .header.content .language_contact_wrapper #switcher-language .actions.dropdown.options.switcher-options #switcher-language-trigger {
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
}
body#html-body header.page-header .header.content .language_contact_wrapper #switcher-language .actions.dropdown.options.switcher-options #switcher-language-trigger strong {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ed7523;
}
body#html-body header.page-header .header.content .language_contact_wrapper #switcher-language .actions.dropdown.options.switcher-options #switcher-language-trigger a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111827;
  border-right: 1px solid #d1d5db;
  padding-right: 8px;
}
body#html-body header.page-header .header.content::after,
body#html-body header.page-header .header.content::before {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-main-container {
  max-width: 1728px;
  padding: 0px 100px;
  width: inherit;
}
@media only screen and (min-width: 1025px) {
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    max-width: 1728px;
    padding: 0px 100px;
    width: inherit;
  }
}
@media (max-width: 768px) {
  body#html-body header.page-header .header.content {
    justify-content: end;
    height: auto;
    padding-left: 55px;
  }
  body#html-body header.page-header .header.content .authorization-link {
    display: none;
  }
  body#html-body header.page-header .header.content .language_contact_wrapper .contact_us {
    display: none;
  }
  body#html-body header.page-header .header.content .language_contact_wrapper {
    position: absolute;
    top: 50px;
  }
  body#html-body header.page-header .header.content .logo {
    margin: auto;
    margin-top: 22px;
    margin-left: 0;
    bottom: 8px;
  }
  body#html-body header.page-header .header.content .logo img {
    height: 100%;
  }
  body .page-header .header.content .header-shadow {
    display: none;
  }
  body#html-body header.page-header .header.content .minicart-wrapper {
    position: absolute;
    top: 5px;
  }
  body#html-body header.page-header .header.content .block.block-search .block.block-content #search_mini_form .actions {
    display: none;
  }
  body#html-body header.page-header .panel.wrapper {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body#html-body header.page-header .header.content .authorization-link {
    display: none;
  }
  body#html-body header.page-header .header.content .language_contact_wrapper {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    padding: 0 20px;
  }
}
@media (max-width: 1270px) {
  body .page-footer .footer.content .footer-left {
    text-align: center;
  }
  body .page-footer .footer.content .footer-left .block.newsletter {
    max-width: none;
  }
  body .page-footer .footer.content .footer-left .block.newsletter .content {
    display: flex;
    justify-content: center;
  }
  body .page-footer .footer.content .footer-left .block.newsletter .form.subscribe {
    align-items: center;
  }
  body .page-footer .footer.content .footer-left .footer-right {
    max-width: none;
  }
  body .page-footer .footer.content .footer-left .footer-right .options-wrapper {
    align-items: center;
  }
  body .page-footer .footer.content .footer-left .footer-right .newsletter_wrapper {
    justify-content: center;
  }
  body#html-body footer.page-footer .copyright_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1270px) {
  body .page-footer .footer.content .footer-left {
    float: none;
    max-width: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .page-wrapper .page-header + .nav-sections {
    margin-top: 0;
  }
}
.page-wrapper .page-header .header.content .ammenu-menu-toggle .ammenu-icon {
  border-width: 2px;
  border-color: #ed7523 !important;
}
@media (max-width: 768px) {
  body .page-header .header.content .icon_search.showMobile:before {
    font-size: 28px;
    position: relative;
    top: 4px;
    left: 40px;
    color: #ed7523;
  }
  body#html-body header.page-header .header.content .minicart-wrapper a::before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    font-size: 28px;
    left: 45px;
    color: #ed7523;
  }
  body .page-header .header.content .icon_search.showMobile {
    display: contents;
  }
  div.ammenu-title:nth-child(1) {
    display: none !important;
  }
  div.ammenu-title:nth-child(5) {
    display: none !important;
  }
  div.ammenu-title:nth-child(3) {
    width: 100%;
    background-color: white !important;
  }
  div.ammenu-title:nth-child(3) a {
    padding-left: 0;
    padding-right: 0;
    margin-left: 25px !important;
    margin-right: 25px !important;
    margin-bottom: 0;
    padding-bottom: 15px;
    justify-content: left !important;
    border-bottom: 1px solid gray;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .ammenu-link.-main {
    background-color: white !important;
  }
  .page-header .ammenu-nav-sections.nav-sections {
    max-width: 350px !important;
    width: 100% !important;
    top: 66px;
  }
  .page-header .ammenu-menu-overlay,
  .overlay#overlay {
    top: 66px;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    font-weight: 400;
  }
  .ammenu-nav-sections .ammenu-item.-main {
    border-top: none !important;
  }
  .ammenu-nav-sections .ammenu-tabs-container .ammenu-item.-main {
    width: 100%;
    margin-left: 0;
  }
  .ammenu-nav-sections .ammenu-tabs-container .ammenu-items {
    background-color: white !important;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .ammenu-item.-main.nav-9 .ammenu-link.-main {
    padding-left: 0px;
    margin-left: 25px;
    border-bottom: 1px solid;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .ammenu-item.-main {
    background-color: white !important;
  }
}
@media (min-width: 769px) {
  .pannel-links-mobile {
    display: none;
  }
}
.globe-logo {
  display: none;
}
@media (max-width: 768px) {
  body .page-header .header.content .icon_search.showMobile:before {
    left: 92px;
  }
  body .page-header .header.content .icon_search.showMobile.inactive:before {
    left: 82px;
  }
  .globe-logo {
    display: block;
    position: relative;
    top: 7px;
    right: -7px;
  }
  body#html-body header.page-header .header.content .minicart-wrapper a::before {
    background-image: url('../images/social-icon/mb-cart.svg') !important;
  }
  body .page-header .header.content .icon_search.showMobile:before {
    font-size: 28px;
  }
  .switcher-language {
    display: none;
  }
  .switcher-language.active {
    display: block;
    background-color: white;
    padding: 10px;
    position: absolute;
    left: -63px;
    z-index: 2;
    top: 17px;
  }
}
.block.block-search-mb {
  display: none;
}
@media (min-width: 769px) {
  .mb-faqs-customercare {
    display: none;
  }
}
@media (max-width: 768px) {
  .block.block-search-mb.active {
    display: block;
  }
  .block.block-search-mb {
    display: none;
  }
  .block.block-search-mb .block.block-title {
    display: none;
  }
  .block.block-search-mb .field.search .label {
    display: none;
  }
  .block.block-search-mb .field.search .input-text {
    box-sizing: border-box;
  }
  .block.block-search-mb .form.minisearch .actions > button {
    background-color: #ed7523;
    color: white;
    border: 0;
  }
  .block.block-search-mb .form.minisearch .actions {
    margin-top: 20px;
  }
  .block.block-search-mb.active {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .ammenu-nav-sections .ammenu-tabs-container .ammenu-title > .ammenu-link::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/login.svg");
    height: 25px;
    width: 25px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-1 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/new promotion.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-2 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/digital printing products.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-3 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/bgreen.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-4 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/industry applications.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-5 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/installation.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-6 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/design service.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-7 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/custom printing.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-8 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/paper printing.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .nav-9 .ammenu-link.-main > span::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/new promotion.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    display: contents;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    display: contents;
  }
  .ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-mobile .ammenu-link.-main {
    text-transform: capitalize;
  }
  .mb-faqs,
  .mb-customercare {
    display: flex;
    align-items: center;
    text-transform: capitalize;
  }
  .mb-faqs::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/faqs.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .mb-customercare::before {
    content: "";
    background: url("../../../../../../../../../media/wysiwyg/menu/contact.svg");
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
  }
  .mb-faqs-customercare {
    position: relative;
    margin-left: 25px;
    bottom: 60px;
  }
}
.catalog-category-view .breadcrumbs {
  display: none;
  position: absolute;
  top: 658px;
  right: auto;
  left: auto;
  max-width: 1700px;
  padding: 0 100px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .breadcrumbs {
    position: relative;
  }
}
@media (max-width: 1539px) {
  .catalog-category-view .breadcrumbs {
    padding: 0 36px;
  }
}
@media (max-width: 980px) {
  .catalog-category-view .breadcrumbs {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .breadcrumbs {
    top: 525px;
  }
}
@media (max-width: 765px) {
  .catalog-category-view .breadcrumbs {
    padding: 0 36px;
    top: 350px;
  }
}
@media (max-width: 500px) {
  .catalog-category-view .breadcrumbs {
    top: 284px;
  }
}
.catalog-category-view .breadcrumbs .items .item.home a:visited {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #1f2937;
}
body.catalog-category-view #layered-filter-block .block-subtitle.filter-subtitle {
  display: none;
}
#html-body.catalog-category-view .columns .block-content.filter-content {
  position: relative;
  top: 50px;
}
#html-body.catalog-category-view .columns {
  margin-top: 36px;
}
body#html-body header.page-header .header.content .block.block-search {
  z-index: 100;
}
body#html-body header.page-header .header.content .minicart-wrapper {
  z-index: 100;
}
.ammenu-item.-main > .ammenu-link > .ammenu-label {
  min-width: 23px;
  position: absolute;
  top: 6px;
  right: 15px;
}
@media (min-width: 320px) and (max-width: 350px) {
  body#html-body header.page-header .header.content .logo img {
    max-width: 140%;
  }
}
@media (min-width: 350px) and (max-width: 780px) {
  body#html-body header.page-header .header.content .logo img {
    max-width: 135%;
  }
}
@media (max-width: 350px) {
  .mb-view-panel-links {
    max-width: 300px;
    margin: auto;
  }
  .block.block-search-mb.active .block.block-content {
    max-width: 300px;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .minicart-wrapper .block-minicart {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  .welcome-msg-home-page {
    font-size: 25px !important;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .block.block-search-mb.active {
    position: relative;
    top: 80px;
  }
  .page-builder-panel-links-row {
    position: relative;
    top: 75px;
  }
  body.cms-home.cms-index-index .hero_container {
    margin-top: 75px;
  }
}
body.catalog-category-view .category-title-container .category-title-wrapper.withBg .category-title-inner .category-title .category-description {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
#html-body.page-with-filter.page-products .columns .sidebar.sidebar-main {
  margin-bottom: 48px;
}
#html-body.page-with-filter.page-products .columns .sidebar.sidebar-main #layered-filter-block #narrow-by-list {
  display: block;
}
#html-body.cms-index-index #maincontent .column.main .hero_container .pagebuilder-slide-wrapper {
  background-size: contain;
  min-height: auto;
}
#html-body.catalog-category-view .category-title-container .category-title-wrapper {
  background-size: cover;
}
@media (max-width: 765px) {
  #html-body.catalog-category-view .category-title-container .category-title-wrapper.withBg {
    height: 250px;
  }
}
@media (max-width: 500px) {
  #html-body.catalog-category-view .category-title-container .category-title-wrapper.withBg {
    height: 170px;
  }
}
@media (max-width: 769px) and (min-width: 768px) {
  body#html-body .page-wrapper .block-search.active .block-content #search_mini_form .actions .action.search {
    padding: 3px 14px 0px 14px;
    border: 3px solid #000000;
  }
  .block-search .label:before {
    display: none;
  }
  .block-search .block-title {
    display: none;
  }
  .search-autocomplete {
    margin-top: 0px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 300px;
    z-index: 4;
  }
  .block-search input {
    position: relative;
    width: 610px;
  }
  .block-search .block-content {
    margin-bottom: 0px;
    margin-top: 84px;
  }
  body#html-body .page-wrapper .block-search .block-content #search_mini_form {
    display: flex;
  }
  .block-search .actions {
    white-space: nowrap;
    margin-left: 8px;
  }
  .block-search .action.search:before {
    display: none;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    color: #030207;
    overflow: hidden;
    font-weight: 600;
    padding: 0;
    position: relative;
    font-size: 16px;
    width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .block-search .label:before {
    display: none;
  }
  .search-autocomplete {
    margin-top: 0px;
  }
  body#html-body header.page-header .header.content .block-search {
    width: 0px;
    padding: 0px;
    height: 52px;
  }
  body#html-body header.page-header .header.content .block-search .block-content #search_mini_form .actions {
    display: block;
  }
  body#html-body header.page-header .header.content .block-search .block-content #search_mini_form .actions button {
    padding-bottom: 16px;
    padding-left: 60px;
    position: absolute;
    top: 72px;
    left: 86px;
  }
  body#html-body header.page-header .header.content .block-search .block-content #search_mini_form .actions button span {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-top: 7px;
  }
  body#html-body header.page-header .header.content .block-search .block-content #search_mini_form .actions button::before {
    display: none;
  }
  body#html-body header.page-header .header.content .block-search .block-content #search_mini_form .field.search {
    height: 41px;
    width: 275px;
    position: absolute;
    top: 58px;
    right: -77px;
  }
  body#html-body header.page-header .header.content .block-search .block-content #search_mini_form .field.search .control input {
    height: 32px;
    width: auto;
    border-radius: 0px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 8px;
  }
  body#html-body .page-wrapper .block-search.active .block-content #search_mini_form {
    display: flex;
    padding: 0 15px;
    align-items: center;
    gap: 8px;
  }
  body#html-body .page-wrapper .block-search.active .block-content #search_mini_form .search.active .control {
    border-top: none;
  }
  body#html-body .page-wrapper .block-search.active .block-content #search_mini_form .search .control input {
    padding-right: 48px;
  }
  body#html-body .page-wrapper .block-search.active .block-content #search_mini_form .actions .action.search {
    margin: 0;
  }
  body#html-body .page-wrapper .block-search .block-content #search_mini_form .search .control {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    right: -88px;
  }
  body .page-header .header.content .minicart-wrapper.active .block-minicart {
    right: -95px;
    top: 53px;
  }
}
@media (max-width: 769px) and (min-width: 768px) {
  body#html-body header.page-header .header.content .minicart-wrapper {
    position: sticky;
    padding-top: 2px;
  }
  body#html-body header.page-header .header.content .icon_search.showMobile:before {
    margin: 0px;
  }
  body#html-body header.page-header .header.content .minicart-wrapper.active .block-minicart {
    right: -83px;
    top: 54px;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    position: absolute;
    right: -88px;
  }
}
.ButtonBase__ButtonContainer-sc-p43e7i-3.kdKNhs.Bubble__FloatingBubble-sc-13azvyr-1.eNBbdp.Bubble__BubbleComponent {
  display: flex;
}
@media (max-width: 769px) and (min-width: 768px) {
  body#html-body.cms-home .block-search input {
    position: relative;
    width: 579px;
  }
}
@media only screen and (max-width: 767px) {
  body#html-body.cms-home .block-search.active {
    margin-bottom: 15px;
  }
  body#html-body.cms-home .block-search.active .block-content #search_mini_form .search .control input {
    padding-right: 21px;
  }
  body#html-body.cms-home .block-search.active .block-content #search_mini_form .actions .action.search {
    margin: 0;
  }
}
body#html-body.catalog-product-view .page-header .header.content .block {
  padding: 0px;
}
body#html-body.cms-home.cms-index-index #maincontent {
  max-width: 100vw;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}
body#html-body.cms-home #maincontent .columns .column.main,
.cms-index-index #maincontent .columns .column.main {
  width: 100vw;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #html-body .page-wrapper .top-container {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 769px) {
  #html-body .page-wrapper .top-container {
    margin-top: 153px !important;
  }
  #html-body .page-wrapper .page-header .header.content .block.block-search .block-content {
    margin-top: 0;
  }
  #html-body .page-wrapper .page-header .header.content .block.block-search .block-content #search_mini_form {
    position: relative;
  }
  #html-body .page-wrapper .page-header .header.content .block.block-search .block-content #search_mini_form .actions .action.search {
    right: 50px;
  }
  #html-body .page-wrapper .page-header .header.content .block.block-search .block-content #search_mini_form .actions .action.search span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #html-body .page-wrapper .ammenu-nav-sections.nav-sections {
    padding-top: 20px;
  }
  #html-body .page-wrapper .ammenu-nav-sections.nav-sections .ammenu-tabs-container {
    display: flex;
    flex-direction: column;
  }
  #html-body .page-wrapper .ammenu-nav-sections.nav-sections .ammenu-tabs-container .ammenu-content {
    margin: 0;
    order: 2;
  }
  #html-body .page-wrapper .ammenu-nav-sections.nav-sections .ammenu-tabs-container #amenu-store-setting {
    border-top: 1px solid rgba(0, 0, 0, 0.38);
  }
  #html-body .page-wrapper .ammenu-nav-sections.nav-sections .ammenu-tabs-container #amenu-store-setting .globe-logo {
    display: none;
  }
  #html-body .page-wrapper .ammenu-nav-sections.nav-sections .ammenu-tabs-container #amenu-store-setting .language_contact_wrapper {
    display: none;
  }
  #html-body .page-wrapper .ammenu-nav-sections.nav-sections .ammenu-tabs-container .ammenu-title {
    order: 1;
  }
}
.ammenu-content .ammenu-menu-wrapper .ammenu-items .ammenu-submenu-block .ammenu-submenu-sidebar .ammenu-items-list.ammenu-box-list .ammenu-item .ammenu-link .ammenu-text::after {
  display: none;
}
div[class^="FloatingButton__FloatingButtonContainer"] button,
div[class*="FloatingButton__FloatingButtonContainer"] button {
  display: flex;
}
.product-item .product-item-info .dispatch-msg-box .amlabel-position-wrapper {
  z-index: unset;
}
.product-item .product-item-info .dispatch-msg-box .amlabel-position-wrapper .amasty-label-image {
  height: auto !important;
}
.panel_links.right .links #order_check a {
  letter-spacing: 0px;
}
.ammenu-nav-sections.nav-sections .ammenu-tabs-container.mage-tabs-disabled .ammenu-content .mb-faqs-customercare .mb-faqs {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.ammenu-nav-sections.nav-sections .ammenu-tabs-container.mage-tabs-disabled .ammenu-content .mb-faqs-customercare .mb-customercare {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .page-wrapper .page-header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 99;
  }
  .page-wrapper .block.block-search {
    margin-top: 0;
  }
}
.acc-logo {
  position: relative;
  left: 41px;
  top: 7px;
}
@media screen and (min-width: 768px) {
  .acc-logo {
    left: 41px;
  }
  .footer.content .block.newsletter {
    max-width: 100%;
  }
  .footer.content .block.newsletter .form.subscribe .field.newsletter {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .footer.content .block.newsletter .form.subscribe .field.newsletter #newsletter {
    width: 100%;
  }
}
.acc-logo-img {
  min-width: 30px;
}
@media screen and (min-width: 769px) {
  .acc-logo {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #html-body.catalog-category-view .page-wrapper .category-title-wrapper.withBg .page-title-wrapper {
    background-color: #FDF7E2;
    padding: 12px;
  }
}
#html-body .page-footer .block.newsletter .form.subscribe .error.message {
  margin-bottom: 0;
}
#html-body .page-footer .block.newsletter .form.subscribe .success.message {
  margin-bottom: 0;
}
#maincontent .success.message.newsletter {
  display: none;
}
#maincontent .error.message.newsletter {
  display: none;
}
.page-footer .message-success.success {
  display: none;
}
.page-footer .message-error.error {
  display: none;
}
.page-footer .message-success.success.newsletter {
  display: block;
}
.page-footer .message-error.error.newsletter {
  display: block;
}
body {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .block.block-search {
    margin-top: 0;
  }
}
.table-wrapper.order-items #my-orders-table .collapse {
  display: block;
}
