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: 'ProximaNova', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'ProximaNova', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'ProximaNova', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'ProximaNova', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'ProximaNova', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'ProximaNova', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > 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,
.product-items > li,
.prices-tier > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.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: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.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,
.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: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.checkout-container .action-additional,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.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,
.block.related .action.select,
.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,
.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,
.block.related .action.select: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,
.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,
.block.related .action.select: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,
.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,
.block.related .action.select: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,
.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,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.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,
.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,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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),
.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),
.block.related .action.select:active,
.block.related .action.select: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,
.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: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-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,
.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: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel: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: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.instant-purchase,
.box-tocart .action.tocart {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .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,
.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,
.box-tocart .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .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,
.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,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .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: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.page-header .header_right .switcher .label,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.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,
.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,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.block.related .field.choice .label,
.filter-options-content .filter-count-label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.toolbar:after,
.sidebar .product-items-images:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.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 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,
.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,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare {
  color: #999999;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action: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,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  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,
.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,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action: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,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.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 #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.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,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.widget .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #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,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #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,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #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: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.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: 'Ubuntu';
  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;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'ProximaNova', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #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 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary {
  border-radius: 3px;
}
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: 'ProximaNova', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  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: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #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: 'ProximaNova', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 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: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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: 30px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 10px;
  color: #363636;
  font-size: 12px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  font-size: 12px;
  color: #5384ec;
  cursor: pointer;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  width: 0;
  height: 0;
  opacity: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: '';
  transition: all .4s ease;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  float: right;
  color: #389dfe;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
  cursor: pointer;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  width: 100%;
  height: 100%;
  background-color: #0a6c9f;
  content: '';
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close {
  display: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #5384ec;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  right: unset;
  pointer-events: auto;
  left: unset;
  top: unset;
  bottom: unset;
  overflow-y: unset;
  transition: unset;
  position: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  top: 10px;
  right: 10px;
  line-height: 14px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #5384ec;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  opacity: .9;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #5384ec;
  color: #fff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #fff;
  overflow-y: auto;
  margin-left: 5px;
}
.amgdprcookie-modal-template .action-close {
  top: 0;
  right: 0;
  margin: 0;
  padding: 8px;
  line-height: 14px;
  background: #fff;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #fff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #5384ec;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
  bottom: 0;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  width: 20%;
  min-width: 400px;
  margin-left: 0;
  height: 100%;
  pointer-events: auto;
  z-index: 900;
  position: relative;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  overflow-y: scroll;
  max-height: 500px;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  max-width: 1130px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  margin-left: 10px;
  padding: 0;
  border-bottom: none;
  color: #5384ec;
  font-weight: 400;
  font-size: 26px;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  width: 100%;
  border-radius: 3px;
  background-color: #5384ec;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  transition: background-color 0.3s ease-out;
}
.amgdpr-modal-container .action-close {
  top: 10px;
  right: 10px;
  line-height: 14px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  width: 6px;
  background: #fff;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdpr-notification-container {
  margin-left: 10px;
  padding: 25px;
  font-weight: 600;
  background: #ffeaac;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.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;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.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;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-popup-wrapper {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #ccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 20px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 2%;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 48%;
  font-size: 12px;
}
body.checkout-cart-index div.mage-error[generated] {
  color: #ff0000 !important;
}
.customer-endlessaisle-register .ui-datepicker .ui-datepicker-title {
  margin: 0 20px;
}
.customer-endlessaisle-register .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 2%;
  font-size: 12px;
}
.customer-endlessaisle-register .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 48%;
  font-size: 12px;
}
.customer-endlessaisle-register .columns .custom-registration {
  border: 1px solid #acacac;
  padding: 35px 30px;
  width: 50%;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account {
  width: 100%;
  min-width: inherit;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .legend span {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .fieldset.address {
  margin-bottom: 5px;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .fieldset.create.account {
  margin-bottom: 10px;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .customer_telephone_field .control {
  position: relative;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .customer_telephone_field .control::before {
  content: "62";
  position: absolute;
  font-size: 14px;
  padding: 8px 10px;
  color: #303030;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .customer_telephone_field .control #customer_telephone {
  padding-left: 30px;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .customer-dob .ui-datepicker-trigger {
  border: 0px !important;
  background-color: transparent !important;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .actions-toolbar .primary {
  width: 100%;
}
.customer-endlessaisle-register .columns .custom-registration .form-create-account .actions-toolbar .primary .action.submit {
  height: 50px;
  width: 100%;
}
.dob_popup .modal-inner-wrap {
  max-width: 600px;
}
.dob_popup .modal-inner-wrap div#custom-popup-modal form#custom-form fieldset.fieldset.dob_gender .control input {
  max-width: 100%;
}
.dob_popup .modal-inner-wrap div#custom-popup-modal form#custom-form fieldset.fieldset.dob_gender .control select {
  max-width: 100%;
}
.dob_popup .modal-inner-wrap div#custom-popup-modal form#custom-form fieldset.fieldset.dob_gender .actions-toolbar .primary button#update_info {
  margin-top: 25px;
}
.dob_popup .modal-inner-wrap .modal-footer {
  display: none;
}
.dob_popup .modal-inner-wrap .modal-header .action-close::before {
  color: #000;
}
.dob_popup .modal-inner-wrap .field-dob .customer-dob {
  position: relative;
}
.dob_popup .modal-inner-wrap .field-dob .customer-dob .ui-datepicker-trigger {
  background: none;
  border: 0px solid transparent;
  position: absolute;
  right: 0;
  top: 9px;
}
@media only screen and (max-width: 800px) {
  .customer-endlessaisle-register .columns .custom-registration {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide.dob_popup {
    left: 0px;
    margin: 15px;
  }
  .modal-popup.modal-slide.dob_popup .modal-inner-wrap {
    min-height: auto !important;
  }
  .modal-popup.modal-slide.dob_popup .modal-footer {
    display: none;
  }
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub {
  margin-left: 12px;
  margin-bottom: 25px;
  padding: 0px 0px 25px 0px;
  margin-top: -16px;
  margin-right: 0px;
  border-bottom: 1px solid #cccccc;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .map-club-logo {
  background-image: url(../Born_MapClub/images/MAPclub-Logo.png);
  width: 100px;
  height: 13px;
  background-size: cover;
  margin-bottom: 20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .mapclub-border {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .mapc-loyalty-acc {
  margin-bottom: 20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .mapc-loyalty-acc span {
  font-size: 14px;
  color: #303030;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .mapc-loyalty-acc a {
  color: #003c8e;
  font-size: 14px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc {
  margin-bottom: 20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc p {
  display: inline-block;
  font-size: 14px;
  color: #303030;
  margin-bottom: 0;
  font-weight: bold;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip {
  display: inline-block;
  position: relative;
  vertical-align: sub;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip:hover .tooltip-text {
  visibility: visible;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip em {
  color: #504f4f;
  font-size: 16px;
  padding-left: 6px;
  background-image: url(../Born_MapClub/images/exclamation.png);
  width: 20px;
  height: 18px;
  background-size: cover;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip .tooltip-text {
  visibility: hidden;
  transition: opacity 0.3s;
  color: #333333;
  text-align: left;
  background: #e5ecf4;
  border-radius: 1px;
  font-size: 12px;
  padding: 12px;
  width: 270px;
  position: absolute;
  text-transform: none;
  word-wrap: break-word;
  z-index: 2;
  height: fit-content;
  right: -10px;
  top: 28px;
  left: auto;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip .tooltip-text:before {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
  position: absolute;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip .tooltip-text:after {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 10px;
  left: auto;
  top: 1px;
  border-bottom-color: #e5ecf4;
  position: absolute;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub.error .input-text {
  border: 1px solid #e02b27;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .message-error.error {
  background: none;
  padding: 0;
  color: #e9252b;
  font-size: 14px;
  width: 55%;
  margin-top: -20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .message-error.error > div:before {
  display: none;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-loyalty-acc {
  margin-bottom: 20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field {
  float: left;
  width: 36%;
  margin-right: 10px;
  margin-top: 0px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field.mapc-ph .control {
  position: relative;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field.mapc-ph .control:before {
  content: "62";
  position: absolute;
  font-size: 14px;
  padding: 10px 12px;
  color: #303030;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field.mapc-ph .control .input-text {
  padding-left: 35px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field.error .control:before {
  color: #e9252b;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field.error .control .input-text {
  border: 1px solid #e9252b;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field .label span {
  font-size: 14px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field .input-text {
  height: 40px;
  box-shadow: none;
  border: 1px solid #bababa;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field .forgot-pass {
  text-align: right;
  margin-top: 10px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field .forgot-pass a {
  color: #003c8e;
  font-size: 14px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-btn-field {
  float: left;
  width: 23%;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-btn-field .primary {
  width: 100%;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-btn-field .primary .action-apply {
  width: 100%;
  margin-top: 28px;
  height: 40px;
  background: #006da4 !important;
  border: 1px solid #006da4;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-btn-field .primary .action-apply span span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-btn-field .primary .action-apply:hover {
  background-color: #ffffff !important;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .avail-points {
  margin-bottom: 20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider-element {
  width: 100%;
  box-shadow: none;
  padding: 0;
  margin-bottom: 15px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #dddddd;
  outline: none;
  padding: 0;
  margin: 0;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range::-moz-focus-outer {
  border: 0;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #006da4;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  box-shadow: 0 0 0 3px #ffffff, 1px 1px 8px 0 rgba(0, 0, 0, 0.77);
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range::-webkit-slider-thumb:hover {
  background: #6389f1;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range:active::-webkit-slider-thumb {
  background: #006da4;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #006da4;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  box-shadow: 0 0 0 3px #ffffff, 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range::-moz-range-thumb:hover {
  background: #006da4;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider .range-slider__range:active::-moz-range-thumb {
  background: #0071fd;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider ::-moz-range-track {
  background: none;
  border: 0;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider #mapclib-points-slider {
  text-align: right;
  color: #000000;
  margin-bottom: 20px;
  font-size: 13px;
  margin-top: 10px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .redeem-points-label {
  margin-bottom: 5px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points {
  position: relative;
  max-width: 300px;
  margin-bottom: 20px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points.error .mapc-text-box {
  border: 1px solid #e02b27;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .mapc-text-box {
  box-shadow: none;
  max-width: 300px;
  border: 1px solid #bababa;
  height: 40px;
  font-weight: 700;
  color: #5a5973;
  padding-right: 80px;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .mapc-text-box:focus {
  background-color: transparent;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .mapc-text-box.redeem-text-disable {
  background: #bababa !important;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .action.action-apply {
  position: absolute;
  right: 0;
  background-color: transparent !important;
  height: 40px;
  background: none;
  top: 0px;
  padding: 0 15px;
  border: 0;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .action.action-apply:hover span {
  color: #003c8e !important;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .action.action-apply span {
  color: #003c8e;
  font-size: 14px;
  font-weight: 600;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .message-error.error {
  padding: 12px 0px 12px 0px;
  padding-left: 0px;
  background: none;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .input-txt-points .message-error.error > div:before {
  display: none;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .max-point-check {
  display: none;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .max-point-check + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .max-point-check + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #bababa;
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .max-point-check:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content #payment-method-mapclub .payment-method-content-mapclub .mapclub-points-slider .max-point-check:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  background: #191414;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #191414, 4px 0 0 #191414, 4px -2px 0 #191414, 4px -4px 0 #191414, 4px -6px 0 #191414, 4px -8px 0 #191414;
  transform: rotate(45deg);
}
.checkout-index-index #maincontent .opc-wrapper .checkout-payment-method .step-content .payment-option.discount-code .payment-option-title {
  border-top: 0px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub {
    margin: 0px 15px 25px 25px !important;
    padding: 20px 5px 20px 0px !important;
  }
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip .tooltip-text {
    width: 200px !important;
    left: -96px !important;
  }
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub .payment-method-content-mapclub .form-head .redeem-desc .mapc-tooltip .tooltip-text::after {
    left: 98px !important;
  }
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field {
    float: none !important;
    width: 100% !important;
  }
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-input-field.mapc-ph {
    margin-bottom: 20px !important;
  }
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-btn-field {
    float: none !important;
    width: 100% !important;
    margin-top: 20px;
  }
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .mapc-field-container .mapc-btn-field .action-apply {
    margin-top: 0px !important;
  }
  .checkout-index-index #maincontent .opc-wrapper .checkout-payment-method #payment-method-mapclub .payment-method-content-mapclub .form-mapclub .message-error.error {
    width: 100% !important;
    margin-top: 20px !important;
  }
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 959px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap {
  max-width: 580px;
  top: 40%;
  transform: translateY(-50%) !important;
  width: 430px;
  height: 600px;
  background-image: url("../images/QRIS_TEMPLATE.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap {
    top: 0% !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    transform: translateY(0%) !important;
  }
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content {
  height: 510px;
  background-color: transparent;
  position: initial;
  padding: 0;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content {
    height: 515px !important;
  }
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .popup-title {
  padding: 5px 0;
  position: relative;
  text-align: center;
  display: block;
  height: 35px;
  background-color: #ffffff;
  border-bottom: 5px solid #333;
  font-weight: 800;
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content {
  text-align: center;
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content h4 {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  margin-top: 70px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content h4 {
    font-size: 24px;
  }
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content img {
  display: flex;
  margin: auto;
  width: 215px;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content img {
    width: 184px;
  }
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content span.nmid,
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content span.termid {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content span.nmid,
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content span.termid {
    font-size: 14px;
  }
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content span.floatleft1,
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content span.floatleft2 {
  font-size: 12px;
  position: absolute;
  display: block;
  bottom: 0%;
  left: 10px;
}
.checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content span.floatleft1 {
  margin: 10px 0;
}
@media (min-width: 390px) and (max-width: 767px) {
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content {
    height: 555px !important;
  }
  .checkout-index-index .modal-popup.qris-popup .modal-inner-wrap .modal-content .qris-content img {
    width: 195px !important;
  }
}
.block.eds-discount.discount .title {
  line-height: 1;
  text-align: left;
  margin: 20px 0 15px;
  padding-right: 0;
  width: 100%;
  padding-left: 18px;
}
.block.eds-discount.discount .title::before {
  left: 0px;
  text-align: initial;
  transform: rotate(90deg);
  display: flex;
  width: 12px;
  top: 22px;
  color: #000;
  font-family: 'luma-icons';
  content: '\e621';
  font-size: 13px;
  background: none;
  position: absolute;
  height: auto;
}
.block.eds-discount.discount .title::after {
  display: none;
}
.block.eds-discount.discount .title .eds-discount-trigger.title {
  font-family: 'Roboto', sans-serif;
  padding-left: 18px;
}
.block.eds-discount.discount.active .title::before {
  transform: rotate(180deg);
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds #eds_discount_code {
  height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds .actions-toolbar {
  vertical-align: middle;
  top: 48px;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds .actions-toolbar .action.eds-apply {
  min-width: 93px;
  background-color: #064394;
  border-color: #064394;
  box-shadow: none;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds .actions-toolbar .action.eds-apply:hover {
  background-color: #ffffff !important;
  border-color: #064394;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds .actions-toolbar .action.eds-apply:hover span {
  color: #064394 !important;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds.applied .actions-toolbar {
  width: auto;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds.applied .actions-toolbar .action.eds {
  border-radius: 0px !important;
  width: 100%;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds.applied .actions-toolbar .action.eds span {
  letter-spacing: 0px;
  font-size: 13px;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds.applied .actions-toolbar .action.eds:hover {
  background-color: #ffffff !important;
  border-color: #064394;
}
.block.eds-discount.discount #eds-discount-form .fieldset.eds.applied .actions-toolbar .action.eds:hover span {
  color: #064394 !important;
}
.checkout-index-index .eds-discount-code {
  margin: 15px 0 !important;
}
.checkout-index-index .eds-discount-code .payment-option-title #block-eds-discount-heading {
  color: #333333 !important;
  position: relative;
  padding-left: 20px;
}
.checkout-index-index .eds-discount-code .payment-option-title #block-eds-discount-heading:hover {
  color: #333333 !important;
}
.checkout-index-index .eds-discount-code .payment-option-title #block-eds-discount-heading::before {
  left: 0;
  text-align: initial;
  transform: rotate(90deg);
  display: flex;
  width: 12px;
  top: 0px;
  content: '\e621';
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 1;
  font-family: 'luma-icons';
  font-size: 12px;
}
.checkout-index-index .eds-discount-code._active #block-eds-discount-heading::before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .block.eds-discount.discount {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .block.eds-discount.discount .title {
    padding-left: 22px !important;
  }
  .block.eds-discount.discount .title::before {
    top: 18px !important;
    left: 8px !important;
  }
  .block.eds-discount.discount .title::after {
    display: none;
  }
  .block.eds-discount.discount .title .eds-discount-trigger.title {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
  }
  .block.eds-discount.discount .title .block.discount .content {
    padding-top: 5px;
  }
  .block.eds-discount.discount.active .title::before {
    transform: rotate(180deg);
  }
  .block.eds-discount.discount #eds-discount-form .fieldset.eds.applied .action-toolbar {
    top: 0 !important;
  }
  .block.eds-discount.discount #eds-discount-form .fieldset.eds .actions-toolbar {
    vertical-align: middle;
    top: 0 !important;
  }
  .checkout-index-index .eds-discount-code {
    margin: 15px 0;
    padding: 0 15px;
  }
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc {
  margin-left: 22px;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .field label.label::before {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .field.cvv .control._with-tooltip .field-tooltip {
  display: block;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .midtrans-cc-content-container {
  max-width: 100%;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .midtrans-cc-content-container .midtrans-cc-types {
  display: flex;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .midtrans-cc-content-container .midtrans-cc-types .control .input-text {
  width: 240px;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .midtrans-cc-content-container .midtrans-cc-types .credit-card-types {
  margin-left: 7px;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .midtrans-cc-content-container .midtrans-cc-types .credit-card-types .item {
  position: absolute;
  visibility: hidden;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .midtrans-cc-content-container .midtrans-cc-types .credit-card-types .item._active {
  visibility: visible;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .field.date .field.year .control select {
  width: 95px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .field.midtrans-cc-content-container .midtrans-cc-types .control .input-text {
    width: 215px;
  }
  .checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content {
    right: auto;
    left: -80px;
  }
  .checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content::before {
    right: 166px;
  }
  .checkout-index-index .checkout-payment-method .payment-method .payment-method-content #payment_form_midtranscc .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content::after {
    right: 166px;
  }
}
.checkout-index-index .grab-info {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #bababa;
  background-color: #fafafa;
}
.checkout-index-index .grab-info:hover {
  border: 1px solid #1e75f4 !important;
}
.checkout-index-index .grab-info .grab-logo img {
  width: 50px;
  height: 20px;
}
.checkout-index-index .grab-info .grab-logo span {
  vertical-align: text-bottom;
  font-weight: 800;
}
.checkout-index-index .grab-info .grab-logo .grab-tooltip {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.checkout-index-index .grab-info .grab-logo .grab-tooltip:hover .tooltip-text {
  visibility: visible;
}
.checkout-index-index .grab-info .grab-logo .grab-tooltip em.exclam-outline-ico {
  color: #504f4f;
  font-size: 16px;
  padding-left: 6px;
  background-image: url(../Born_GrabExpress/images/exclamation.png);
  width: 20px;
  height: 18px;
  background-size: cover;
}
.checkout-index-index .grab-info .grab-logo .grab-tooltip .tooltip-text {
  visibility: hidden;
  transition: opacity 0.3s;
  color: #333333;
  text-align: left;
  background: #e5ecf4;
  border-radius: 1px;
  font-size: 12px;
  padding: 12px;
  width: 270px;
  position: absolute;
  text-transform: none;
  word-wrap: break-word;
  z-index: 2;
  height: fit-content;
  right: -125px;
  top: 28px;
  left: auto;
}
.checkout-index-index .grab-info .grab-logo .grab-tooltip .tooltip-text:before {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: auto;
  left: 46%;
  top: 0;
  position: absolute;
}
.checkout-index-index .grab-info .grab-logo .grab-tooltip .tooltip-text:after {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 46%;
  left: auto;
  top: 1px;
  border-bottom-color: #e5ecf4;
  position: absolute;
}
.checkout-index-index .grab-info .grab-address {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 10px;
}
.checkout-index-index .grab-info .grab-address .address-text {
  width: 80%;
  padding-left: 25px;
  padding-right: 15px;
  position: relative;
}
.checkout-index-index .grab-info .grab-address .address-text::before {
  content: '';
  background-image: url(../Born_GrabExpress/images/location.png);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkout-index-index .grab-info .grab-address .show-grab-map {
  text-transform: uppercase;
  align-self: center;
  margin-top: -30px !important;
  background-color: #064394 !important;
  width: 190px !important;
  border: 1px solid #003c8e !important;
  color: #fff !important;
  padding: 0 20px !important;
  font-weight: 800;
}
.checkout-index-index .grab-info .grab-address .show-grab-map.has-location {
  background-color: #1cb44b !important;
  color: #ffffff !important;
  border: 1px solid #1cb44b !important;
}
.checkout-index-index .grab-info .grab-address .show-grab-map:hover {
  background-color: #fff !important;
  color: #003c8e !important;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap {
  width: 650px !important;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-header {
  padding-top: 30px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-header .action-close::before {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content {
  padding: 0px 30px 40px 30px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .messages .message-error.error {
  background: none;
  padding-left: 0;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .messages .message-error.error div::before {
  display: none;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .grap-popup-header .popup-title-2 p {
  font-size: 30px;
  font-weight: 300;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup #grab-address-map {
  width: 100%;
  height: 352px;
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .search-box {
  position: relative;
  margin-bottom: 10px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .search-box input[type="text"] {
  height: 40px;
  padding-right: 40px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .search-box .btn-search {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: 0;
  padding: 10px 15px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .search-box .btn-search img {
  width: 18px;
  height: 18px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .other-info .current-location-link {
  position: relative;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .other-info .current-location-link::before {
  content: '';
  background-image: url(../Born_GrabExpress/images/icon-location.svg);
  position: absolute;
  left: 0px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .other-info .current-location-link a {
  color: #107ff8;
  font-size: 12px;
  padding-left: 26px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .other-info #current-locaton-error {
  color: #ff0000;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .search-box-container .error-box #location-error {
  padding: 10px 0px;
  color: #ff0000;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container {
  margin-top: 15px;
  border: 1px solid #bababa;
  background-color: #fafafa;
  padding: 15px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container.error {
  border: 1px solid #e9252b !important;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container.has_address {
  border: 1px solid #1cb44b;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container:hover {
  border: solid 1px #1e75f4;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-logo span {
  font-size: 14px;
  color: #1cb44b;
  font-weight: bold;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-logo .grab-tooltip {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-logo .grab-tooltip:hover .tooltip-text {
  visibility: visible;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-logo em.exclam-outline-ico {
  color: #504f4f;
  font-size: 16px;
  padding-left: 6px;
  background-image: url(../Born_GrabExpress/images/exclamation.png);
  width: 20px;
  height: 18px;
  background-size: cover;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-logo .tooltip-text {
  visibility: hidden;
  transition: opacity 0.3s;
  color: #333333;
  text-align: left;
  background: #e5ecf4;
  border-radius: 1px;
  font-size: 12px;
  padding: 12px;
  width: 270px;
  position: absolute;
  text-transform: none;
  word-wrap: break-word;
  z-index: 2;
  height: fit-content;
  right: -125px;
  top: 28px;
  left: auto;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-logo .tooltip-text:before {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 46%;
  left: auto;
  top: 0;
  position: absolute;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-logo .tooltip-text:after {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 46%;
  left: auto;
  top: 1px;
  border-bottom-color: #e5ecf4;
  position: absolute;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-address {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 10px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-address .address-text-popup {
  width: 80%;
  padding-left: 25px;
  position: relative;
  padding-right: 15px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-address .address-text-popup::before {
  content: '';
  background-image: url(../Born_GrabExpress/images/location.png);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-address .show-grab-map-popup {
  align-self: center;
  margin-top: -30px;
  background-color: #3d3d3d !important;
  width: 190px;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  padding: 0 20px;
  height: 38px;
  font-size: 14px;
}
.checkout-index-index .modal-popup.popup-grab-map .modal-inner-wrap .modal-content #grap-map-popup .customer-address-container .grab-address .show-grab-map-popup:hover {
  background-color: #303030;
  color: #ffffff;
}
.checkout-index-index .popup-grab-map.limit-popup.modal-slide .modal-inner-wrap {
  width: 480px !important;
}
.checkout-index-index .popup-grab-map.limit-popup.modal-slide .modal-inner-wrap .modal-content #grap-limit-exceed-popup {
  text-align: center;
}
.checkout-index-index .popup-grab-map.limit-popup.modal-slide .modal-inner-wrap .modal-content #grap-limit-exceed-popup .grab-limit-error-img {
  text-align: center;
  margin: 20px 0;
}
.checkout-index-index .popup-grab-map.limit-popup.modal-slide .modal-inner-wrap .modal-content #grap-limit-exceed-popup .grab-limit-error-img img {
  width: 247px;
  height: 177px;
}
.checkout-index-index .popup-grab-map.limit-popup.modal-slide .modal-inner-wrap .modal-content #grap-limit-exceed-popup .grab-limit-error-container .grab-limit-error-content {
  padding-bottom: 15px;
}
.checkout-index-index .popup-grab-map.limit-popup.modal-slide .modal-inner-wrap .modal-content #grap-limit-exceed-popup .grab-limit-error-container .grab-limit-error-content span {
  font-weight: bold;
  color: #1cb44b;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .grab-info .grab-logo .grab-tooltip .tooltip-text {
    right: -90px !important;
  }
  body.checkout-index-index .grab-info .grab-logo .grab-tooltip .tooltip-text::before {
    left: 60%;
  }
  body.checkout-index-index .grab-info .grab-logo .grab-tooltip .tooltip-text::after {
    right: 33%;
  }
  body.checkout-index-index .grab-info .grab-address {
    flex-direction: column;
    margin-top: 10px;
  }
  body.checkout-index-index .grab-info .grab-address .address-text {
    width: 100%;
    margin-bottom: 20px;
  }
  body.checkout-index-index .grab-info .grab-address .show-grab-map {
    width: 100% !important;
    margin-top: 0px !important;
  }
  body.checkout-index-index .modal-popup.popup-grab-map.modal-slide {
    width: 100% !important;
    left: 0px !important;
    transform: none !important;
  }
  body.checkout-index-index .modal-popup.popup-grab-map.modal-slide .modal-inner-wrap {
    width: 100% !important;
  }
  body.checkout-index-index .modal-popup.popup-grab-map.modal-slide .modal-inner-wrap .modal-content {
    padding: 0px 12px 30px 12px;
  }
  body.checkout-index-index .modal-popup.popup-grab-map.modal-slide .modal-inner-wrap .modal-content #grab-address-map {
    height: 230px !important;
  }
  body.checkout-index-index .modal-popup.popup-grab-map.modal-slide .modal-inner-wrap .modal-content .customer-address-container .grab-address {
    flex-direction: column !important;
  }
  body.checkout-index-index .modal-popup.popup-grab-map.modal-slide .modal-inner-wrap .modal-content .customer-address-container .grab-address .address-text-popup {
    width: 100% !important;
    padding-right: 0;
  }
  body.checkout-index-index .modal-popup.popup-grab-map.modal-slide .modal-inner-wrap .modal-content .customer-address-container .grab-address .show-grab-map-popup {
    margin-top: 15px !important;
    width: 100% !important;
  }
  body.checkout-index-index .popup-grab-map.limit-popup.modal-slide .modal-inner-wrap {
    width: 90% !important;
    min-height: auto;
    margin: 40px auto 20px auto;
  }
}
.grab-shipsec .grabtext {
  height: 40px;
  max-width: 100%;
  padding: 0 14px;
  width: 100%;
}
.column.main.next-page .ias-overlay {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.95;
  position: absolute;
  top: 0;
  z-index: 100;
}
.column.main.next-page .ias-spinner {
  position: absolute;
  top: 30px;
}
.column.main.infinite-scroll .product-items .ias-spinner,
.column.main.infinite-scroll .product-items .ias-load-more,
.column.main.infinite-scroll .product-items .ias-no-more {
  position: relative;
}
.column.main.infinite-scroll .product-items .ias-load-prev {
  position: relative;
  bottom: 20px;
}
.products.wrapper .product-items .ias-spinner {
  text-align: center;
}
.products.wrapper .product-items .ias-spinner span {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.products.wrapper .product-items .ias-spinner img {
  max-width: 20px;
}
.products.wrapper .product-items .ias-load-more,
.products.wrapper .product-items .ias-no-more {
  margin: 0 auto;
  clear: both;
  display: block;
  float: none;
  text-align: center;
}
.products.wrapper .product-items .ias-load-prev {
  position: relative;
  bottom: 20px;
  margin: 0 auto;
  clear: both;
  display: block;
  float: none;
  text-align: center;
}
.wp-ais .toolbar-amount {
  display: none;
}
.wp-acs .toolbar-sorter .sorter-action {
  display: none !important;
}
.wishlist-index-index .reset-pass-msg {
  display: none;
}
.goback-to-multiwishlist {
  padding-bottom: 20px;
}
.goback-to-multiwishlist a,
.goback-to-multiwishlist a:hover,
.goback-to-multiwishlist a:active {
  font-size: 18px;
  text-decoration: none;
}
.goback-to-multiwishlist a:before,
.goback-to-multiwishlist a:hover:before,
.goback-to-multiwishlist a:active:before {
  font-size: 18px;
  color: #757575;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-right: 10px;
}
.add-multiwishlist:hover:before {
  color: #0a0a0a;
}
.add-multiwishlist,
.add-multiwishlist:hover {
  line-height: 28px;
  text-decoration: none;
}
.add-multiwishlist span {
  margin-left: 10px;
  font-size: 20px;
  color: #000;
}
.add-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#wishlist-popup-modal {
  display: none;
}
.wishlist-popup-modal .wp-errors {
  display: none;
  color: #ff0000;
  padding: 5px 0 15px 0;
}
.wishlist-popup-modal .modal-inner-wrap {
  width: 450px;
}
.wishlist-popup-modal .actions-toolbar {
  text-align: right;
}
.wishlist-popup-modal #deletewishlist {
  display: none;
}
.multiple-wishlist-container {
  width: 100%;
  margin: 0 auto;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper {
  max-width: 300px;
  color: #444;
  float: left;
  margin: 10px;
  padding: 10px 0;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 10px #828282;
  padding: 10px 0;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box {
  background-color: #e1e1e1;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box-bottom .edit-multiwishlist {
  display: block;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
  background-color: #f0f0f0;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px;
  float: left;
  width: 96px;
  height: 110px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
  float: left;
  width: 290px;
  height: 60px;
  padding: 5px;
  position: relative;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .wishlist-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .wishlist-privacy {
  font-weight: bold;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .wishlist-privacy.private {
  color: #FF0000;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  padding: 5px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:hover:before {
  color: #0a0a0a;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist-add-popup-modal .modal-inner-wrap,
.wishlist-moveto-popup-modal .modal-inner-wrap {
  width: 450px;
}
.wishlist-add-popup-modal .wp-errors,
.wishlist-moveto-popup-modal .wp-errors {
  display: none;
  color: #ff0000;
  padding: 5px 0 15px 0;
}
.wishlist-add-popup-modal .add-new-wishlist-container,
.wishlist-moveto-popup-modal .add-new-wishlist-container,
.wishlist-add-popup-modal .moveto-add-new-wishlist-container,
.wishlist-moveto-popup-modal .moveto-add-new-wishlist-container {
  display: none;
  margin-top: 30px;
}
.wishlist-add-popup-modal .add-new-wishlist-container .actions-toolbar,
.wishlist-moveto-popup-modal .add-new-wishlist-container .actions-toolbar,
.wishlist-add-popup-modal .moveto-add-new-wishlist-container .actions-toolbar,
.wishlist-moveto-popup-modal .moveto-add-new-wishlist-container .actions-toolbar {
  padding-top: 0px;
}
#form-wishlist-moveto-add .actions-toolbar {
  padding-top: 0px;
}
.move-to-another-wishlist {
  text-align: center;
  margin: 15px 0;
}
.move-to-another-wishlist a.action.primary.btn-moveitem {
  line-height: 1.6rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.multiple-wishlists-selector-container,
.multiple-wishlists-moveto-selector-container,
#wishlist-popup-modal {
  display: none;
}
.multiple-wishlists-selector-container .modal-title,
.multiple-wishlists-moveto-selector-container .modal-title,
#wishlist-popup-modal .modal-title {
  font-size: 30px;
  letter-spacing: 1px;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.wp-wishlist-overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.wishlist-share-title h1 {
  margin-bottom: 0px;
  font-weight: 400;
}
.wishlist-share-title p {
  font-size: 16px;
}
.wishlist-share-items-block {
  margin-top: 50px;
}
.wishlist-share-items-block .product-item-info {
  text-align: center;
}
.share-wishlist-container {
  margin-bottom: 40px;
}
.share-wishlist-container .share-wishlist-label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
}
.share-wishlist-container .share-wishlist-label .svg-definition {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.share-wishlist-container .share-wishlist-label .icon-copy-link {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  font-size: 20px;
  vertical-align: top;
}
.share-wishlist-container .sharethis-inline-share-buttons {
  clear: left;
}
.share-wishlist-container .tooltip {
  position: relative;
}
.share-wishlist-container .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.share-wishlist-container .tooltip a,
.share-wishlist-container .tooltip a:visited,
.share-wishlist-container .tooltip a:hover {
  color: #444;
  text-decoration: none;
}
.share-wishlist-container .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -75px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.share-wishlist-container .tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}
.no-collection {
  font-weight: 600;
  font-size: 16px;
}
img[src*="Loader.gif"] {
  opacity: 0;
  visibility: hidden;
  height: auto;
}
.lazy {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  visibility: visible;
}
.instagram-photos.col-2 a {
  width: 50%;
}
.instagram-photos.col-3 a {
  width: 33.30%;
}
.instagram-photos.col-4 a {
  width: 25%;
}
.instagram-photos.col-5 a {
  width: 20%;
}
.instagram-photos.col-6 a {
  width: 16.60%;
}
.instagram-photos a,
.instagram-photos img,
.instagram-photos video {
  display: block;
  height: auto !important;
  float: left;
}
.instagram-photos img,
.instagram-photos video {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 1px 1px 0;
}
.instagram-photos img.use-padding,
.instagram-photos video.use-padding {
  padding: 5px;
}
.instagram-photos a[data-caption] {
  position: relative;
}
.instagram-photos a[data-caption]:hover::after {
  content: attr(data-caption);
  text-align: center;
  font-size: 1.3rem;
  color: black;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2% 0;
  margin: 0px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
.instagram-photos a[data-caption].shuffle-item:hover::after {
  width: 100%;
}
.instagram-photos.use-padding a[data-caption]:hover::after {
  margin: 5px;
}
.instagram-photos.use-padding a[data-caption].shuffle-item:hover::after {
  width: calc((98% - 10px));
}
.instagram-widget-container {
  margin: 20px 0px;
  width: 100%;
  float: left;
}
.instagram-widget-container .instagram-heading-title {
  margin: 80px 0;
}
.instagram-widget-container .instagram-heading-title.center {
  text-align: center;
}
.instagram-widget-container .instagram-heading-title span {
  margin-top: 15px;
  font-size: 14px;
}
/* mobile and small screens design */
.hide-selected-filters #wp_ln_shopby {
  display: none;
}
ul.weltpixel_multistore {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
ul.weltpixel_multistore li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0px;
  margin: 0px;
  border: 0px solid transparent;
  position: relative;
}
ul.weltpixel_multistore li:hover img {
  opacity: 0.6;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
}
ul.weltpixel_multistore li:hover.active img {
  opacity: 1;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
ul.weltpixel_multistore li img {
  display: block;
}
.switcher-dropdown .multistore-label {
  white-space: nowrap;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper {
  min-width: auto;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper .primary-options-wrapper .multistore-label {
  padding: 0;
  margin-left: 8px;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper .primary-options-wrapper .selected-option {
  padding: 0;
}
.page-wrapper .page-header .panel.wrapper .switcher .options .switcher-wrapper .primary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 4px;
}
.page-header .panel.wrapper .switcher .options .dropdown .secondary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-wrapper .page-header .switcher-language .switcher-options .multistore-switcher-wrapper,
#switcher-language-trigger {
  display: flex;
  align-items: center;
}
.selected-label {
  margin-left: 5px;
}
div#switcher-language-trigger:after {
  padding-top: 2px;
}
.secondary-image,
.selected-image {
  min-width: 30px;
}
.switcher-dropdown .switcher-option-mobile {
  display: flex;
  align-items: center;
}
.switcher-dropdown .nav-switcher-label {
  margin-left: 5px;
}
.page-header .header_right .switcher-dropdown .multistore-label {
  white-space: nowrap;
}
.page-header .header_right .switcher-language .switcher-options .multistore-switcher-wrapper,
.page-header .header_right #switcher-language-trigger {
  display: flex;
  align-items: center;
}
.page-header .header_right .selected-label {
  margin-left: 5px;
}
.page-header .header_right div#switcher-language-trigger:after {
  padding-top: 2px;
}
.page-header .header_right .secondary-image,
.page-header .header_right .selected-image {
  min-width: 30px;
}
.page-header .header_right .switcher-dropdown .switcher-option-mobile {
  display: flex;
  align-items: center;
}
.page-header .header_right .switcher-dropdown .nav-switcher-label {
  margin-left: 5px;
}
.page-header .header_right .switcher {
  margin-right: 10px;
}
.page-header .header_right .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .header_right .switcher .options:before,
.page-header .header_right .switcher .options:after {
  content: '';
  display: table;
}
.page-header .header_right .switcher .options:after {
  clear: both;
}
.page-header .header_right .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .header_right .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .header_right .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header_right .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .header_right .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .header_right .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header_right .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .header_right .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 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 .header_right .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .header_right .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .header_right .switcher .options ul.dropdown:before,
.page-header .header_right .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .header_right .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .header_right .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .header_right .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .header_right .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .header_right .switcher .options.active {
  overflow: visible;
}
.page-header .header_right .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .header_right .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .header_right .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .header_right .switcher .options ul.dropdown .secondary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-header .header_right .switcher .options .switcher-wrapper {
  min-width: auto;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper .multistore-label {
  padding: 0;
  margin-left: 8px;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper .selected-option {
  padding: 0;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 4px;
}
.page-header .header_right .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .header_right .switcher strong {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  div#switcher-language div#switcher-language-trigger:after {
    padding-left: 5px;
  }
}
/** Social Icons css */
@font-face {
  font-family: 'font-icons-newsletter';
  src: url("../WeltPixel_Newsletter/css/fonts/font-icons.eot");
  src: url('../WeltPixel_Newsletter/css/fonts/font-icons.eot') format('embedded-opentype'), url('../WeltPixel_Newsletter/css/fonts/font-icons.woff2') format('woff2'), url('../WeltPixel_Newsletter/css/fonts/font-icons.woff') format('woff'), url('../WeltPixel_Newsletter/css/fonts/font-icons.ttf') format('truetype'), url('../WeltPixel_Newsletter/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.sl-widget .sl-login-section {
  display: none;
}
.sl-widget .sociallogin-wrapper {
  margin-bottom: 0;
}
.sl-widget .sociallogin-wrapper .sociallogin-block {
  margin-bottom: 0;
}
.sl-widget .sociallogin-wrapper .sociallogin-block .block-heading {
  padding-bottom: 9px;
}
.sl-widget .sociallogin-wrapper .sociallogin-block .block-heading strong {
  font-size: 15px;
  font-weight: 600;
}
.weltpixel_newsletter .sl-widget .show-sl-buttons {
  width: 100%;
  text-transform: uppercase;
}
.wp_newsletter_v2 .sl-widget {
  width: 100%;
  float: right;
  min-width: 370px;
}
.si-facebook:hover,
.si-colored.si-facebook {
  background-color: #3b5998 !important;
}
.si-pinterest:hover,
.si-colored.si-pinterest {
  background-color: #c8232c !important;
}
.si-vimeo:hover,
.si-colored.si-vimeo {
  background-color: #86c9ef !important;
}
.si-instagram:hover,
.si-colored.si-instagram {
  background-color: #3f729b !important;
}
.si-twitter:hover,
.si-colored.si-twitter {
  background-color: #00acee !important;
}
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"] {
  display: inline-block;
  font-family: 'font-icons-newsletter';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e86f";
}
.icon-twitter:before {
  content: "\e85f";
}
.icon-vimeo:before {
  content: "\e861";
}
.icon-instagram:before {
  content: "\e889";
}
.icon-pinterest:before {
  content: "\e83e";
}
.social-icons {
  display: inline-block;
  text-align: center !important;
  cursor: pointer;
  font-style: normal;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #AAA;
  border-radius: 3px;
  overflow: hidden;
}
a.social-icons,
a.social-icons:active,
a.social-icons:visited,
a.social-icons:hover {
  text-decoration: none;
}
body:not(.device-touch) .social-icons {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.si-rounded {
  border-radius: 50%;
}
.si-dark {
  background-color: #444;
  color: #FFF !important;
  border-color: transparent;
}
.social-icons i {
  display: block;
  position: relative;
}
body:not(.device-touch) .social-icons i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/** Social Icons css */
@keyframes wp-button-blink {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.wp_newsletter_trigger_button {
  display: block;
  opacity: 1;
  z-index: 8;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  top: 26%;
  margin-top: -20px;
  position: fixed;
  right: 0;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger {
  display: block;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger:hover {
  text-decoration: none;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger span {
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 6px 14px 6px;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 100%;
  background: #FFF;
  opacity: 0.15;
  -webkit-box-shadow: 0px 0px 12px 9px white;
  -moz-box-shadow: 0px 0px 12px 9px white;
  -ms-box-shadow: 0px 0px 12px 9px white;
  -o-box-shadow: 0px 0px 12px 9px white;
  box-shadow: 0px 0px 12px 9px white;
  -webkit-animation: wp-button-blink 1.4s linear both infinite;
  -moz-animation: wp-button-blink 1.4s linear both infinite;
  -ms-animation: wp-button-blink 1.4s linear both infinite;
  -o-animation: wp-button-blink 1.4s linear both infinite;
  animation: wp-button-blink 1.4s linear both infinite;
}
#wpn-lightbox-overlay,
#wpn-exitintent-lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#wpn-lightbox-content,
#wpn-exitintent-lightbox-content {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  max-width: 850px;
  width: 850px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wpn-lightbox-content-v2,
#wpn-exitintent-lightbox-content-v2 {
  display: none;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wpn-lightbox-content-v3,
#wpn-exitintent-lightbox-content-v3 {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  max-width: 640px;
  width: 640px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
}
#wpn-lightbox-content-v4,
#wpn-exitintent-lightbox-content-v4 {
  display: none;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 15%;
  width: auto;
  max-width: 400px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: none;
}
#wpn-lightbox-close-newsletter,
#wpn-lightbox-close-exitintent {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  font-weight: 400;
  width: 30px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#wpn-lightbox-close-newsletter-v2,
#wpn-lightbox-close-newsletter-v4,
#wpn-lightbox-close-exitintent-v2,
#wpn-lightbox-close-exitintent-v4 {
  color: #000;
  background: transparent;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 5px;
  right: 2%;
  padding: 5px;
  font-weight: 400;
  width: 30px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
}
.wp_newsletter_container,
.wp_exitintent_container,
.weltpixel_newsletter_step1,
.weltpixel_exitintent_newsletter_step1,
.weltpixel_newsletter {
  display: none;
}
.weltpixel_newsletter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.weltpixel_newsletter .title {
  padding: 30px 0;
}
.weltpixel_newsletter .wpn-col-md-5 {
  line-height: 10px;
  padding: 0px;
}
.weltpixel_newsletter .wpn-col-md-5 img.image-fade {
  width: 100%;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section {
  padding: 35px;
  text-align: center;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section strong {
  font-size: 12px;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section .title {
  font-size: 24px;
}
.weltpixel_newsletter #weltpixel_newsletter,
.weltpixel_newsletter #weltpixel_exitintent {
  padding: 15px 0 5px 0;
  width: 100%;
  float: left;
}
.weltpixel_newsletter #weltpixel_newsletter .form-group,
.weltpixel_newsletter #weltpixel_exitintent .form-group {
  position: relative;
  float: right;
  width: 100%;
}
.weltpixel_newsletter #weltpixel_newsletter .title,
.weltpixel_newsletter #weltpixel_exitintent .title {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter input[type=text],
.weltpixel_newsletter #weltpixel_exitintent input[type=text],
.weltpixel_newsletter #weltpixel_newsletter input[type=email],
.weltpixel_newsletter #weltpixel_exitintent input[type=email],
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_newsletter_email {
  width: 77%;
  height: 35px;
  border: 0;
  background: #f4f4f4;
  padding: 8px;
  font-size: 12px;
  float: left;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent,
.weltpixel_newsletter #weltpixel_exitintent #terms_conditions_consent,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_terms_conditions_consent,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_terms_conditions_consent {
  width: 17px;
  height: 17px;
}
.weltpixel_newsletter #weltpixel_newsletter .button,
.weltpixel_newsletter #weltpixel_exitintent .button {
  height: 36px;
  padding: 8px;
  margin-left: 0px;
  float: right;
  font-size: 18px;
  line-height: 22px;
  background: #d83701;
  color: #FFF;
  text-transform: uppercase;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container,
.weltpixel_newsletter #weltpixel_exitintent .terms-condition-container {
  position: relative;
  margin-top: 18px;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label,
.weltpixel_newsletter #weltpixel_exitintent .terms-condition-container label,
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label > *,
.weltpixel_newsletter #weltpixel_exitintent .terms-condition-container label > * {
  vertical-align: top;
}
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email-error,
.weltpixel_newsletter #weltpixel_exitintent #popup_newsletter_email-error,
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_newsletter_email-error,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_newsletter_email-error,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_terms_conditions_consent-error {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  text-align: left;
  position: absolute;
  top: 35px;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_terms_conditions_consent-error {
  top: 0px;
  position: relative;
}
.weltpixel_newsletter.wp_newsletter_v1 .weltpixel_newsletter_step1 button,
.weltpixel_newsletter.wp_newsletter_v1 .weltpixel_exitintent_newsletter_step1 button {
  margin: 5px;
}
.weltpixel_newsletter.wp_newsletter_v2 {
  float: left;
  width: 100%;
}
.weltpixel_newsletter.wp_newsletter_v2 .left-section {
  float: left;
  width: 20%;
  line-height: 10px;
  max-width: 200px;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section {
  float: right;
  width: 80%;
  padding: 20px;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .middle-section {
  float: left;
  text-align: left;
  width: 50%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section {
  float: right;
  width: 100%;
  max-width: 370px;
  margin-right: 3%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
  width: 53%;
  border: 1px solid #000;
  border-right: none;
  height: 34px;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter button.subscribe,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent button.subscribe {
  float: right;
  border: 1px solid #000;
  height: 34px;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
  width: 74%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section .terms-condition-container {
  clear: both;
  padding-top: 18px;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons {
  float: right;
  width: 50%;
  margin-top: 3%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons button {
  width: 80%;
  margin: 5px 0;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section #weltpixel_newsletter .terms-condition-container,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section #weltpixel_exitintent .terms-condition-container {
  text-align: left;
}
.weltpixel_newsletter.wp_newsletter_v3 .image-background {
  display: none;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section {
  float: left;
  height: 75%;
  width: 75%;
  margin: 13%;
  background: #FFF;
  top: 0;
  line-height: 1.4;
  padding: 20px 30px 15px 30px;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .title {
  font-size: 34px;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section p {
  font-size: 18px;
  padding: 0px;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup {
  position: relative;
  margin-top: 15%;
  float: left;
  width: 100%;
  border: 0;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=text],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=text],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=email],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=email],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #exitintent_newsletter_email {
  width: 100%;
  background: #FFF;
  border-bottom: 2px solid #000;
  margin-bottom: 18px;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter button,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent button {
  width: 100%;
  height: 44px;
  margin: 3px 0;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .step1-buttons button {
  width: 100%;
  height: 44px;
  margin: 3px 0;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section {
  float: none;
  padding: 20px;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup {
  float: none;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent {
  float: none;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=text],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=text],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=email],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=email],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #exitintent_newsletter_email {
  width: 98%;
  background: #FFF;
  border-bottom: 2px solid #000;
  margin-bottom: 18px;
  float: none;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter button,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent button {
  width: 49%;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 {
  padding: 15px 15px 30px;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1 .step1-buttons,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 .step1-buttons {
  min-width: 320px;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1 .step1-buttons button,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 .step1-buttons button {
  width: 49%;
}
@media only screen and (max-width: 960px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 81%;
  }
}
@media (min-width: 992px) {
  .weltpixel_newsletter .wpn-col-md-5,
  .weltpixel_newsletter .wpn-col-md-7 {
    float: left;
  }
  .weltpixel_newsletter .wpn-col-md-5 {
    width: 41.66666667%;
  }
  .weltpixel_newsletter .wpn-col-md-7 {
    width: 58.33333333%;
  }
}
@media screen and (max-width: 992px) {
  #wpn-lightbox-content,
  #wpn-exitintent-lightbox-content {
    width: 88%;
    padding: 6%;
  }
  #wpn-lightbox-content-v3,
  #wpn-exitintent-lightbox-content-v3 {
    width: 88%;
  }
}
@media only screen and (max-width: 768px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section {
    width: 100%;
    padding: 0;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent {
    padding: 15px 0 5px 0;
    width: 100%;
    float: left;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter .button,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent .button {
    float: right;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 74%;
    float: left;
  }
  .weltpixel_newsletter .col-last {
    display: none;
  }
  .weltpixel_newsletter.wp_newsletter_v1 .weltpixel_newsletter_step1 button,
  .weltpixel_newsletter.wp_newsletter_v1 .weltpixel_exitintent_newsletter_step1 button {
    width: 100%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 {
    float: left;
    width: 100%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .left-section {
    float: left;
    width: 33%;
    line-height: 10px;
    max-width: 100%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section {
    float: none;
    width: 100%;
    padding: 0;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .title {
    font-size: 18px;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .middle-section {
    float: right;
    text-align: left;
    width: 67%;
    padding: 10px 15px 10px 10px;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section {
    float: none;
    width: 97%;
    clear: both;
    text-align: center;
    margin: 0 auto;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 74%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons {
    float: none;
    width: 97%;
    clear: both;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons button {
    width: 100%;
    margin: 5px 0;
  }
  .weltpixel_newsletter.wp_newsletter_v2 #weltpixel_newsletter .form-group,
  .weltpixel_newsletter.wp_newsletter_v2 #weltpixel_exitintent .form-group {
    margin-left: 7%;
  }
  .weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1 .step1-buttons,
  .weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 .step1-buttons {
    min-width: 100%;
  }
  #wpn-lightbox-content-v4,
  #wpn-exitintent-lightbox-content-v4 {
    right: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 66%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 74%;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .title {
    font-size: 22px;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section p {
    font-size: 12px;
    margin-bottom: 1px;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup {
    margin-top: 0;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter,
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent {
    padding: 7px 0;
  }
}
@media only screen and (max-width: 360px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 61%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 69%;
  }
}
.product-items .product-item:hover .wp-product-label-hover {
  display: block;
}
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-left,
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-center,
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-right {
  display: table-cell;
}
.product-items .product-item .wp-product-label-hover {
  display: none;
}
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-left,
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-center,
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-right {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .wp-product-label {
  display: none;
}
.wp-product-label {
  position: absolute;
  z-index: 99;
  color: #000;
  display: block;
}
.wp-product-label.wp-product-label-top-left {
  top: 0;
  left: 0;
}
.wp-product-label.wp-product-label-top-center {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.wp-product-label.wp-product-label-top-right {
  top: 0;
  right: 0;
}
.wp-product-label.wp-product-label-bottom-left {
  bottom: 0;
  left: 0;
}
.wp-product-label.wp-product-label-bottom-center {
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.wp-product-label.wp-product-label-bottom-right {
  bottom: 0;
  right: 0;
}
.wp-product-label.wp-product-label-middle-left,
.wp-product-label.wp-product-label-middle-center,
.wp-product-label.wp-product-label-middle-right {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.wp-product-label.wp-product-label-middle-left:before,
.wp-product-label.wp-product-label-middle-center:before,
.wp-product-label.wp-product-label-middle-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.wp-product-label.wp-product-label-middle-left img,
.wp-product-label.wp-product-label-middle-center img,
.wp-product-label.wp-product-label-middle-right img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.wp-product-label.wp-product-label-middle-center {
  text-align: center;
}
.wp-product-label.wp-product-label-middle-right {
  text-align: right;
}
.wp-product-label span {
  display: inline-block;
}
.wp-product-label.page-position {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.wp-product-label-extra {
  width: 100%;
  float: left;
  padding: 5px 0;
  margin-bottom: 10px;
}
.arv-item-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #F5F5F5;
}
.arv-item-list::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}
.arv-item-list:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.arv-no-items {
  display: none;
}
.arv-no-items.inline-no-items {
  display: inline-block;
}
.arv-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.arv-wrapper.add_to_cart_disabled .product-item-actions .actions-primary + .actions-secondary {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0px;
}
.arv-wrapper.no-buttons .product-item-actions .actions-primary {
  display: block;
}
.arv-wrapper .secondary-addto-links.actions-secondary {
  display: block;
}
.arv-wrapper .arv-prod-item {
  width: auto !important;
}
.arv-wrapper .arv-prod-item-sec {
  padding-top: 9px;
}
.arv-wrapper .product-item-description {
  display: none;
}
.arv-wrapper .arv-button {
  display: flex;
  width: 100%;
  opacity: 0;
}
.arv-wrapper .arv-slider-btn {
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.arv-wrapper .tooltip-recently-viewed-text {
  width: 140px;
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 99999;
  bottom: 125%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
}
.arv-wrapper .arv-btn-left {
  justify-content: flex-start;
  margin-left: 5%;
}
.arv-wrapper .arv-btn-left .tooltip-recently-viewed-text {
  left: 50%;
  transform: translateX(-50%);
}
.arv-wrapper .arv-btn-right {
  justify-content: flex-end;
}
.arv-wrapper .arv-btn-right .arv-slider-btn {
  margin-right: 5%;
}
.arv-wrapper .arv-btn-right .tooltip-recently-viewed-text {
  right: 50%;
  transform: translateX(50%);
}
.arv-wrapper .icon-bigger {
  font-size: 18px;
}
.arv-wrapper .arv-slider-btn .tooltip-recently-viewed-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.arv-wrapper .arv-slider-btn:hover .tooltip-recently-viewed-text {
  visibility: visible;
  opacity: 1;
}
.arv-wrapper .arv-content {
  display: none;
  width: 100%;
  z-index: 9;
  background: #fff;
  padding: 20px;
  padding-bottom: 5px;
  box-shadow: 0 1px 25px -7px rgba(0, 0, 0, 0.5);
}
.arv-wrapper .arv-content .block-customer-login {
  margin-bottom: 15px;
}
.arv-wrapper .arv-content .block-customer-login #arv_change_email {
  line-height: 0;
}
.arv-wrapper .arv-content .arv-clear {
  display: block;
  position: absolute;
  top: 31px;
  right: 7px;
  cursor: pointer;
  color: #303030;
  margin: 10px;
  padding: 7px;
  z-index: 10;
}
.arv-wrapper .arv-content .arv-clear.arv-clear:hover {
  color: #000000;
}
.arv-wrapper .arv-content.arv-content-no-items {
  height: auto;
}
.arv-wrapper .arv-content .inline-block {
  display: inline-block;
  vertical-align: top;
}
.arv-wrapper .arv-content .block-title {
  display: none;
}
.arv-wrapper .arv-content .arv-cms {
  width: 15%;
  float: none;
  display: inline-block;
}
.arv-wrapper .arv-content .arv-cms .arv-desktop-img {
  display: none;
}
.arv-wrapper .arv-content .arv-cms .arv-mobile-img {
  display: none;
}
.arv-wrapper .arv-content .arv-cms .sociallogin-block .sl-show-action button.show-sl-buttons {
  width: 222px;
}
.arv-wrapper .arv-content .arv-cms .block-customer-login .block-heading {
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.arv-wrapper .arv-content .arv-cms .block-customer-login .fieldset > .field {
  margin: 0 0 5px;
}
.arv-wrapper .arv-content .arv-cms .block-customer-login .fieldset > .field > .label {
  margin: 0;
}
.arv-wrapper .arv-content .arv-cms .block-customer-login .arv-centered-content-input {
  text-align: center;
}
.arv-wrapper .arv-content .arv-item-list {
  margin-right: 20px;
  margin-left: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.arv-wrapper .arv-content .arv-item-list .admin__data-grid-outer-wrap.data-grid-outer-no-items {
  height: auto;
}
.arv-wrapper .arv-content .arv-item-list .price-from,
.arv-wrapper .arv-content .arv-item-list .price-to {
  display: inline-block;
}
.arv-wrapper .arv-content .arv-item-list .price-to {
  margin-left: 8px;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item {
  width: 10% !important;
  height: auto !important;
  text-align: center;
  min-width: 180px;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
  vertical-align: middle;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item:hover .product-item-actions .actions-secondary .action.towishlist {
  position: initial !important;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item:hover .product-item-actions .actions-secondary .action.tocompare {
  position: initial !important;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-actions .actions-secondary .action.towishlist,
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-actions .actions-secondary .action.tocompare {
  background-color: transparent;
  border: 0 none;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-actions .actions-secondary .action.towishlist:hover,
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-actions .actions-secondary .action.tocompare:hover {
  border: 0 none;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-info {
  border: 1px solid transparent;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-info:hover {
  -wekit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
  padding: 0px;
  margin: 0px;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-info .product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-details .price-box .old-price {
  display: none;
  margin-left: 0;
}
.arv-wrapper:not(.sl-integration) .sl-login-section,
.arv-wrapper:not(.sl-integration) .sociallogin-wrapper {
  display: none !important;
}
.icon-line-heart-arv {
  color: #666;
}
.icon-line-heart-arv:before {
  content: "\e68c" !important;
  font-family: 'font-icons' !important;
}
.icon-line-compare-arv {
  color: #666;
}
.icon-line-compare-arv:before {
  content: "\e67f" !important;
  font-family: 'font-icons' !important;
}
.owl-carousel-reviews .block-title {
  text-align: center;
}
.owl-carousel-reviews .review-ratings {
  float: none;
  margin: 0 auto;
}
.owl-carousel-reviews .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-carousel-reviews .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background-color: #000000;
}
@font-face {
  font-family: 'font-icons-sac';
  src: url("../WeltPixel_SearchAutoComplete/css/fonts/font-icons.eot");
  src: url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.eot') format('embedded-opentype'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.woff2') format('woff2'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.woff') format('woff'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.ttf') format('truetype'), url('../WeltPixel_SearchAutoComplete/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.modal-content .block .searchautocomplete.vertically .block-right a {
  font-size: 18px !important;
}
.modal-content .block .searchautocomplete.vertically .block-right .price {
  font-weight: bold;
  font-size: 14px !important;
  margin-top: 5px !important;
  color: #3e3d3d;
}
#search_mini_form .control {
  text-align: right;
  border-top: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
.prod-container .text-no-result {
  padding: 10px 0;
  text-transform: initial;
}
.wpx-search-autocomplete-hidden {
  display: none !important;
}
.wpx-search-autocomplete-hidden .cat-container {
  text-transform: none;
  padding: 0;
}
.wpx-search-autocomplete-hidden .cat-container ul.category-list {
  padding: 10px;
}
.wpx-search-autocomplete {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 10px 10px 0 10px;
  max-height: 17vh;
  overflow-y: auto;
}
.wpx-search-autocomplete .cat-container {
  text-transform: none;
}
.wpx-search-autocomplete ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.wpx-search-autocomplete ul li {
  cursor: pointer;
}
.wpx-search-autocomplete ul li span {
  text-transform: capitalize;
}
.wpx-search-autocomplete ul .amount {
  float: right;
}
.separator {
  padding: 10px;
  text-transform: initial;
  font-size: 13px;
}
.footer-img {
  background-image: url('../WeltPixel_SearchAutoComplete/images/img-footer.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  padding: 10px;
  height: 28px;
  max-width: 200px;
}
.loader-ajax {
  position: relative;
}
.loader-ajax:after {
  content: "";
  background-image: url('../WeltPixel_SearchAutoComplete/images/ias-spinner.gif');
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  display: block;
  position: absolute;
  right: 32px;
  top: 8px;
}
.modal-content .block .searchautocomplete.vertically {
  max-height: 70vh;
}
.block .searchautocomplete {
  max-height: 80vh;
  overflow-y: auto;
  background: none repeat scroll 0 0 #fff;
  margin: 0;
  display: none;
  text-align: left;
  position: absolute;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  -moz-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
}
.block .searchautocomplete .container-autocomplete {
  padding: 10px;
}
.block .searchautocomplete .container-autocomplete.cat-container {
  text-transform: none;
  padding: 0;
}
.block .searchautocomplete .container-autocomplete.cat-container ul.category-list {
  padding: 10px;
}
.block .searchautocomplete .wpx-header {
  line-height: 25px;
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .advanced_search {
  cursor: pointer;
}
.block .searchautocomplete .search-results-items {
  line-height: 25px;
  font-size: 13px;
  text-transform: initial;
}
.block .searchautocomplete .search-results-items span {
  font-weight: 600;
  text-transform: lowercase;
}
.block .searchautocomplete .category-list {
  padding-left: 0px;
  margin: 0;
}
.block .searchautocomplete .category-list li {
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 1px;
}
.block .searchautocomplete .category-list li span.parent-cats {
  color: #5a5959;
  font-size: smaller;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator {
  padding: 0 5px;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator:after {
  content: '\e7a5';
  font-family: 'font-icons-sac';
  size: 6px;
}
.block .searchautocomplete .product-list {
  padding-left: 0px;
  margin-top: 25px;
}
.block .searchautocomplete .product-list li {
  list-style-type: none;
  padding-bottom: 10px;
}
.block .searchautocomplete .product-list .block-flex {
  display: flex;
}
.block .searchautocomplete .product-list .block-flex .block-left .prod-img {
  max-width: initial;
  margin-right: 10px;
}
.block .searchautocomplete .product-list .block-flex .block-right {
  align-self: flex-start;
}
.block .searchautocomplete .product-list .block-flex .block-right p {
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .product-list .block-flex .block-right .product-title {
  margin: 0px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-size: 15px;
}
.block .searchautocomplete .product-list .block-flex .block-right .price {
  margin: 0 0 10px 0;
  display: block;
  font-size: 13px;
}
.block .searchautocomplete .product-list .img-result {
  float: left;
}
.block .searchautocomplete .more-results {
  line-height: 25px;
}
.block .searchautocomplete .more-results .advanced_search {
  font-weight: 600;
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .wpx-footer {
  line-height: 25px;
  font-size: 13px;
  text-transform: initial;
}
.scroll {
  height: 370px;
  overflow-y: scroll;
}
.searchautocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
/** Social Icons css */
@font-face {
  font-family: 'font-icons-sl';
  src: url("../WeltPixel_SocialLogin/css/fonts/font-icons.eot");
  src: url('../WeltPixel_SocialLogin/css/fonts/font-icons.eot') format('embedded-opentype'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.woff2') format('woff'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.woff') format('woff'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.ttf') format('truetype'), url('../WeltPixel_SocialLogin/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div.reset-pass-msg {
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background: #fdf0d5;
  margin-top: -20px;
}
div.reset-pass-msg a {
  font-weight: bold;
  text-decoration: underline;
}
#email_modal {
  display: none;
}
#email_modal .modal-title {
  font-size: 30px;
  letter-spacing: 1px;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
body.wp-sl .popup-authentication .block-authentication.sl-popup .block-customer-login:before {
  height: 0;
}
body.wp-sl div.sociallogin-wrapper {
  display: block;
  padding: 0;
  width: 400px;
  margin-bottom: 24px;
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 500;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  max-width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 0px 7px;
  cursor: pointer;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button {
  width: 100%;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 5px #999;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button.sociallogin-button:hover {
  z-index: 10;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon {
  height: 34px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0 auto;
  padding: 0 5px;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  font-size: inherit;
  text-align: left;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  font-family: inherit;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  display: inline-block;
  height: 100%;
  width: 40px;
  border-radius: 2px;
  font-size: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  font-family: font-icons;
  content: "";
  border-right: 1px solid #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:after {
  font-family: inherit;
  font-size: inherit;
  margin-left: 42px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb {
  background-color: #3b5998;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:before {
  content: "\e86f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:after {
  content: 'Login with Facebook';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram {
  background-color: #e72252;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:before {
  content: "\e889";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:after {
  content: 'Login with Instagram';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google {
  background-color: #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:before {
  background-image: url("../WeltPixel_SocialLogin/images/icons/google.svg");
  border-right: 1px solid #e7e7e7;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:after {
  content: 'Login with Google';
  color: #212121;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon {
  background-color: #fd7a1f;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:before {
  content: "\e86a";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:after {
  content: 'Login with Amazon';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter {
  background-color: #00acee;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:before {
  content: "\e85f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:after {
  content: 'Login with Twitter';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal {
  background-color: #00588b;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:before {
  content: "\e833";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:after {
  content: 'Login with PayPal';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin {
  background-color: #0e76a8;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:before {
  content: "\e858";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:after {
  content: 'Login with Linkedin';
}
body.wp-sl .sl-link-line .social-icons {
  font-size: 20px;
  line-height: 53px;
  text-shadow: none;
  width: 35px;
  display: inline-block;
}
body.wp-sl .sl-link-line .social-icons i {
  display: block;
  position: relative;
  display: inline-block;
  font-family: font-icons;
}
body.wp-sl .sl-link-line .social-icons i:last-child {
  display: none;
}
body.wp-sl .sl-ajaxlogin-title {
  cursor: pointer;
}
body.wp-sl .sl-ajaxlogin-title.active {
  color: #333333;
  text-decoration: underline;
}
body.wp-sl .sl-ajaxlogin-title-space {
  padding: 0 4px;
  font-weight: 100;
  font-size: smaller;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar {
  text-align: center;
  padding-top: 20px;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar .proceed button {
  width: 222px;
}
body.wp-sl div.sociallogin-wrapper {
  width: 100%;
  float: none;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-show-action {
  text-align: center;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .block-heading {
  padding-top: 10px;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back {
  cursor: pointer;
  padding-bottom: 8px;
  text-align: left;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back:before {
  content: '\e617';
  font-family: 'luma-icons';
}
body:not(.theme-pearl).wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .social-icons i {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .popup-authentication .block-customer-login {
  padding-top: 0;
}
div.sl-loader:after {
  content: "";
  background-image: url('../WeltPixel_SocialLogin/images/ias-spinner.gif');
  background-size: 27px 26px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;
}
.sociallogin-container {
  border: 1px solid #ccc;
  max-width: 245px;
}
.sociallogin-container ul.sociallogin-buttons-list {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.sociallogin-container ul.sociallogin-buttons-list li {
  padding: 0;
  margin: 0;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons {
  border: 0 none;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons:hover {
  background: transparent !important;
  border: 0 none;
}
body.theme-pearl.account.sociallogin-account-socialaccounts .social-icons i:last-child {
  display: block;
  color: #FFF !important;
}
ul.sl-unlinks {
  list-style-type: none;
  max-width: 45%;
}
ul.sl-unlinks li.sl-link-line {
  padding-top: 5px;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
}
ul.sl-unlinks li.sl-link-line span {
  display: inline-block;
  height: 50px;
  text-align: center;
  vertical-align: top;
}
ul.sl-unlinks li.sl-link-line div.sl-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
ul.sl-unlinks li.sl-link-line .sl-link-name {
  width: calc(100% - 106px);
  font-size: 1.4rem;
  color: #575757;
  padding-top: 16px;
}
ul.sl-unlinks li.sl-link-line a.sl-link-unlink {
  max-width: 50px;
  vertical-align: top;
  padding-top: 0px;
  display: inline-block;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #006bb4;
}
[class^="icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.theme-pearl.sociallogin-account-socialaccounts a.social-icons:hover {
  text-decoration: none;
}
body.theme-pearl.sociallogin-account-socialaccounts .si-unlink:hover {
  background-color: #ccc !important;
}
a.social-icons:hover {
  text-decoration: none;
}
.si-unlink:hover {
  background-color: #ccc !important;
}
body.sociallogin-account-socialaccounts .icon-facebook:before {
  content: "\e86f";
}
body.sociallogin-account-socialaccounts .icon-amazon:before {
  content: "\e86a";
}
body.sociallogin-account-socialaccounts .icon-google:before {
  content: "\e853";
}
body.sociallogin-account-socialaccounts .icon-instagram:before {
  content: "\e889";
}
body.sociallogin-account-socialaccounts .icon-twitter:before {
  content: "\e85f";
}
body.sociallogin-account-socialaccounts .icon-linkedin:before {
  content: "\e858";
}
body.sociallogin-account-socialaccounts .icon-paypal:before {
  content: "\e833";
}
body.sociallogin-account-socialaccounts .icon-unlink:before {
  content: "\e7c5";
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
  float: left;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 63%;
  float: left;
  padding: 1.2%;
}
body.wp-sl.theme-pearl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl.theme-pearl .sl-ajaxlogin-title-space {
  font-size: 0.5em;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 2.2rem;
  line-height: 1.1;
  border-bottom: 1px solid #c6c6c6;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-size: inherit;
  font-family: inherit;
}
body.wp-sl.theme-pearl.customer-account-login div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 10px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  border-bottom: unset;
  margin-bottom: unset;
  font-size: inherit;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 600;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title.open:after {
  content: '\e621';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  display: none;
  max-width: unset;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 45px;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  font-size: 2.6rem;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 62%;
  padding: 10px;
}
body._has-auth-shown .authentication-wrapper {
  z-index: 9000;
}
.popup-authentication .modal-inner-wrap {
  max-width: 400px;
}
.checkout-onepage-success .thankyou-wrapper,
.multishipping-checkout-success .thankyou-wrapper {
  margin: 0 auto 67px auto;
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .form.subscribe,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .form.subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .field.newsletter,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field.newsletter {
  max-width: 260px;
  width: 100%;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .actions,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .actions {
  width: auto;
}
.checkout-onepage-success .thankyou-wrapper p,
.multishipping-checkout-success .thankyou-wrapper p {
  margin-bottom: 0;
}
.checkout-onepage-success .thankyou-wrapper .actions-toolbar,
.multishipping-checkout-success .thankyou-wrapper .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper .actions-toolbar .primary,
.multishipping-checkout-success .thankyou-wrapper .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .thankyou-wrapper .thank-you-page h1,
.multishipping-checkout-success .thankyou-wrapper .thank-you-page h1 {
  margin-bottom: 12px;
  line-height: 30px;
}
.checkout-onepage-success .thankyou-wrapper .thank-you-page .icon_thank_you_01,
.multishipping-checkout-success .thankyou-wrapper .thank-you-page .icon_thank_you_01 {
  width: 55px;
  height: 55px;
  background-image: url('../WeltPixel_ThankYouPage/images/icon_01.svg');
  background-repeat: no-repeat;
  margin: 81px auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .newsletter-description,
.multishipping-checkout-success .thankyou-wrapper .newsletter-description {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .actions span,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .actions span {
  margin-top: -2px;
  display: block;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .field .control:before,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field .control:before {
  line-height: 32px;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter input:focus,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter input:focus,
.checkout-onepage-success .thankyou-wrapper .block.newsletter .action.subscribe:focus,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .action.subscribe:focus {
  box-shadow: none;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success .actions-toolbar,
.multishipping-checkout-success .thankyou-wrapper .checkout-success .actions-toolbar {
  margin-top: 21px;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success .actions-toolbar .primary .action,
.multishipping-checkout-success .thankyou-wrapper .checkout-success .actions-toolbar .primary .action {
  margin: 0;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success,
.multishipping-checkout-success .thankyou-wrapper .checkout-success,
.checkout-onepage-success .thankyou-wrapper #registration,
.multishipping-checkout-success .thankyou-wrapper #registration,
.checkout-onepage-success .thankyou-wrapper .cmsblock-container,
.multishipping-checkout-success .thankyou-wrapper .cmsblock-container,
.checkout-onepage-success .thankyou-wrapper .block.newsletter,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter {
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper div:last-child,
.multishipping-checkout-success .thankyou-wrapper div:last-child {
  margin-bottom: 0 !important;
}
.checkout-onepage-success .thankyou-wrapper .icon_thank_you_02,
.multishipping-checkout-success .thankyou-wrapper .icon_thank_you_02 {
  width: 55px;
  height: 55px;
  background-image: url('../WeltPixel_ThankYouPage/images/icon_02.svg');
  background-repeat: no-repeat;
  margin: 0 auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .icon_thank_you_03,
.multishipping-checkout-success .thankyou-wrapper .icon_thank_you_03 {
  width: 55px;
  height: 55px;
  background-image: url('../WeltPixel_ThankYouPage/images/icon_03.svg');
  background-repeat: no-repeat;
  margin: 0 auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .registration-thank-you .action,
.multishipping-checkout-success .thankyou-wrapper .registration-thank-you .action {
  margin-top: 21px;
}
.checkout-onepage-success .thankyou-wrapper .google-map-wrapper,
.multishipping-checkout-success .thankyou-wrapper .google-map-wrapper {
  width: 100%;
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper .google-map-wrapper .google-map,
.multishipping-checkout-success .thankyou-wrapper .google-map-wrapper .google-map {
  margin: 0 auto;
}
.checkout-onepage-success .thankyou-wrapper #ws_embed_sms_notification,
.multishipping-checkout-success .thankyou-wrapper #ws_embed_sms_notification {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper #ws-responses,
.multishipping-checkout-success .thankyou-wrapper #ws-responses {
  padding-bottom: 60px;
  min-height: 22px;
}
.checkout-onepage-success .thankyou-wrapper .order-info,
.multishipping-checkout-success .thankyou-wrapper .order-info {
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper {
  display: flex;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper h4 {
  font-weight: 600;
  margin-top: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address {
  padding: 10px 0;
  text-align: right;
  width: 50%;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address p,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p {
  padding-right: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address {
  text-align: left;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p {
  padding-right: 0;
  padding-left: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper {
  display: flex;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper h4 {
  font-weight: 600;
  margin-top: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method {
  padding: 10px 0;
  text-align: right;
  width: 50%;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method p,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p {
  padding-right: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method {
  text-align: left;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p {
  padding-right: 0;
  padding-left: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid {
  max-width: 1024px;
  margin: 0 auto;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 40px;
  margin-bottom: 40px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .order-item-row-mobile,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .order-item-row-mobile {
  display: none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .item-options dt,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .item-options dt {
  margin-top: 5px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-left,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-left {
  text-align: left !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-center,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-center {
  text-align: center !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-right,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-right {
  text-align: right !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.price span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.price span,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.qty span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.qty span,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.subtotal span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.subtotal span {
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items thead tr > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items thead tr > th {
  border-bottom: 0 none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot {
  background: transparent;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > td {
  border-top: 0 none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot td {
  padding-top: 8px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > td {
  border-color: #eeeeee;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .grand_total,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .grand_total {
  border-top: 1px solid #eeeeee;
}
.theme-pearl.checkout-onepage-success .thankyou-wrapper .block.newsletter .field .control:before,
.theme-pearl.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field .control:before {
  line-height: 50px;
}
.page-wrapper .multicheckout.results .orders-succeed .orders-list .shipping-list .order-id {
  float: none;
}
.page-wrapper .multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 0;
}
.page-wrapper .multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: none;
}
.page-wrapper .multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 0;
}
.profile-wrapper {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  float: left;
  width: 100%;
}
.profile-wrapper .validation-errors {
  display: none;
  border: 2px solid #ff0000;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffdede;
}
.profile-wrapper.profile-wrapper-no-cover {
  margin-top: 60px;
}
.profile-wrapper .profile-cover-img {
  background-color: #222;
  height: 250px;
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.profile-wrapper .profile-cover-img:before {
  background: -moz-linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 130px;
  position: absolute;
  width: 100%;
}
.profile-wrapper .profile-header-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.profile-wrapper .profile-header-container .profile-avatar {
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: -60px;
  background-color: #fff;
  border: 5px solid white;
  display: inline-block;
}
.profile-wrapper .profile-header-container .profile-titles {
  margin-left: 180px;
  position: relative;
  top: 15px;
  min-height: 110px;
}
.profile-wrapper .profile-header-container .profile-titles .profile-name {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
}
.profile-wrapper .profile-header-container .profile-titles .profile-details {
  color: #000;
  font-size: 18px;
  margin-top: 5px;
  font-size: 15px;
}
.profile-wrapper .profile-header-container .profile-titles .profile-details .gender-inline-edit {
  margin-left: 10px;
}
.profile-wrapper .profile-header-container .profile-titles .profile-details .dob-inline-edit {
  margin-top: 10px;
  margin-left: 10px;
  width: 200px;
}
.profile-wrapper .profile-header-container .profile-titles .profile-details .dob-inline-edit .field-dob button.ui-datepicker-trigger {
  border: none;
  background: none;
}
.profile-wrapper .profile-header-container .profile-titles .profile-details .dob-inline-edit .field-dob button.ui-datepicker-trigger:hover {
  border: none;
  background: none;
}
.profile-wrapper .profile-header-container .profile-titles .profile-location p {
  vertical-align: bottom;
  font-size: 15px;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000;
}
.profile-wrapper .profile-feed-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.profile-wrapper .profile-feed-container ul.ui-tabs-nav {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.profile-wrapper .profile-feed-container ul.ui-tabs-nav li {
  padding: 5px 20px;
  font-size: 14px;
  text-align: center;
  border-top: 2px solid transparent;
}
.profile-wrapper .profile-feed-container ul.ui-tabs-nav li a {
  color: #999;
}
.profile-wrapper .profile-feed-container ul.ui-tabs-nav li a:hover {
  text-decoration: none;
}
.profile-wrapper .profile-feed-container ul.ui-tabs-nav li:hover {
  border-top: 2px solid #262626;
}
.profile-wrapper .profile-feed-container ul.ui-tabs-nav li.ui-state-active {
  border-top: 2px solid #262626;
  font-size: 14px;
  font-weight: 500;
}
.profile-wrapper .profile-feed-container ul.ui-tabs-nav li.ui-state-active a {
  color: #262626;
}
.profile-wrapper .profile-feed-container .profile-feed {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 40px;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper {
  width: 100%;
  border: 1px solid #c2c2c2;
  margin-bottom: 15px;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .no-activity-label {
  font-size: 16px;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .no-activity-msg .profile-name {
  font-size: 16px;
  font-weight: 600;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .profile-feed-padding {
  padding: 40px;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-into-details {
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-into-details .profile-image {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -55px;
  top: -15px;
  border: 1px solid #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-into-details .profile-name {
  font-weight: 600;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-into-details .product-name {
  color: #b1b1b1;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-into-details .product-name:hover,
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-into-details .product-name:active {
  text-decoration: none;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .rating-summary {
  margin-bottom: 20px;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .rating-summary .rating-result {
  width: auto;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .rating-summary .rating-result > span:before,
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .rating-summary .rating-result:before {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .rating-summary .rating-result > span:before {
  color: #000;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-details {
  padding-bottom: 25px;
  border-bottom: 1px solid #b1b1b1;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-product {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-product .product-image {
  float: left;
  width: 27%;
  margin-right: 3%;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-product .product-details {
  float: left;
  padding: 0;
  width: 68%;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-product .product-details .product-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-product .product-details .product-name:hover,
.profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper .review-product .product-details .product-name:active {
  text-decoration: none;
}
.profile-wrapper .profile-feed-container .collections-feed {
  display: none;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 40px;
}
.profile-wrapper .profile-feed-container .collections-feed .multiple-wishlist-container {
  text-align: center;
}
.profile-wrapper .profile-feed-container .collections-feed .multiple-wishlist-container .multiple-wishlist-box-wrapper {
  float: none;
  display: inline-block;
  text-align: left;
}
.profile-wrapper .biography-header {
  margin-top: 0;
  font-weight: 500;
}
.profile-wrapper .biography-header:before {
  font-family: "luma-icons";
  content: '\e627';
  font-size: 32px;
  top: 5px;
  position: relative;
  padding-right: 15px;
}
.review-details .userprofile-link {
  text-decoration: none;
  color: #000;
}
.review-details .userprofile-link .review-details-value {
  font-weight: 600;
}
.review-details .userprofile-link .review-avatar-image {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  vertical-align: middle;
  border: 1px solid #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  margin-left: 5px;
}
.form-edit-profile {
  position: relative;
}
.form-edit-profile .public-profile-link {
  position: absolute;
  right: 0%;
  top: -10px;
  margin: 0;
}
.form-edit-profile .field-dob button.ui-datepicker-trigger {
  border: none;
  background: none;
}
.form-edit-profile .field-dob button.ui-datepicker-trigger:hover {
  border: none;
  background: none;
}
.loader-wrapper {
  text-align: center;
}
.profile-view-index #ui-datepicker-div {
  display: none;
  background: white;
  padding: 4px;
  border: 1px solid;
}
.profile-view-index #ui-datepicker-div .ui-datepicker-prev,
.profile-view-index #ui-datepicker-div .ui-datepicker-next {
  cursor: pointer;
  float: left;
}
.profile-view-index #ui-datepicker-div .ui-datepicker-next {
  float: right;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.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: #8f8f8f;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  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: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  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: #8f8f8f;
}
.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: #8f8f8f;
  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: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  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: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #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: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 959px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #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: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  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: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #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: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  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: #8f8f8f;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #8f8f8f;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  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: #8f8f8f;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #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: #999999;
  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: #999999;
  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 #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  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 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #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: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  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: #8f8f8f;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:after {
  visibility: visible;
  content: '';
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover {
  overflow: hidden;
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before {
  visibility: hidden;
}
.theme-pearl.page-products .sorter {
  right: 0px;
}
.toolbar.toolbar-products label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products select {
  border-style: solid;
  box-shadow: unset;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar.toolbar-products select {
    padding-top: 2px;
  }
}
.toolbar.toolbar-products select:focus:not([disabled]) {
  box-shadow: unset;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:not(:checked) {
  border: 1px solid #DADADA;
  box-shadow: none;
  background: #fff;
  padding: 5px 10px;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:hover {
  background-color: #000000;
  filter: grayscale(400%);
}
.toolbar.toolbar-products select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
@-moz-document url-prefix() {
  select {
    color: transparent !important;
    text-shadow: 0 0 0 #333333 !important;
  }
}
.toolbar.toolbar-products .modes #modes-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .modes .modes-mode {
  box-shadow: unset;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e649";
}
.toolbar.toolbar-products .modes .modes-mode.mode-list {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e648";
}
.toolbar.toolbar-products #toolbar-amount {
  text-transform: uppercase;
  font-size: 12px;
  position: inherit;
}
.toolbar.toolbar-products .pages #paging-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .pages ul {
  float: left;
}
.toolbar.toolbar-products .pages ul li.item {
  float: left;
  line-height: 0;
  margin: 0;
}
.toolbar.toolbar-products .pages ul li.item a.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
}
.toolbar.toolbar-products .pages ul li.item a.action.next > span,
.toolbar.toolbar-products .pages ul li.item a.action.previous > span {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item span {
  float: left;
  width: 100%;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.toolbar.toolbar-products .pages ul li.item span.label {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item.current strong.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 2.5px;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  box-shadow: unset;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a:before {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}
.toolbar.toolbar-products .field.limiter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter .limiter-text {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .toolbar-sorter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .sorter-action:before {
  font-size: 10px;
  color: #000000;
}
.toolbar.toolbar-products .sorter-action:hover:before {
  color: #666666;
}
.products-grid .product-item .product-item-name {
  text-decoration: none;
}
.product-social-links .action.tocompare,
.product-social-links .action.towishlist,
.product-social-links .action.mailto {
  width: auto;
  height: auto;
  line-height: 32px !important;
}
.product-social-links .action.tocompare:before,
.product-social-links .action.towishlist:before,
.product-social-links .action.mailto:before {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto !important;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.product-social-links .action.towishlist:before {
  content: "\e68c" !important;
}
.product-social-links .action.tocompare:before {
  content: "\e67f" !important;
}
.product-social-links .action.mailto:before {
  content: "\e866" !important;
}
.block.related .action.select {
  font-size: 14px;
  color: #000;
}
.block.related .action.select span {
  color: #000;
}
:root .theme-pearl .column.main .product-items {
  margin-left: 0px;
}
.column.main .products-grid.products-related .product-item .product-item-info,
.column.main .products-grid.products-crosssell .product-item .product-item-info,
.column.main .products-grid.products-upsell .product-item .product-item-info {
  display: inline-block;
  float: left;
}
.column.main .products-grid .product-item {
  padding-left: 0;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  width: auto !important;
}
.column.main .products-grid .product-item .action.towishlist:before {
  content: "\e68c";
  padding: 2px 5px;
}
.column.main .products-grid .product-item .action.tocompare:before {
  content: "\e67f";
}
.column.main .products-grid .product-item .price-container .price {
  padding-right: 3px;
}
.column.main .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 10px;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_3 + div[class*="swatch-opt"],
.column.main .products-grid .product-item .product-item-info .addtocart_position_4 + div[class*="swatch-opt"] {
  margin: 0;
  padding: 20px 0 0;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5 {
  position: relative;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.center {
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.left {
  float: left;
  margin: 0;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  float: left;
  width: 100%;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image {
  position: relative;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_1 {
  display: inline-block;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
  width: 0;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2 {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  width: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details > * {
  position: relative;
  z-index: 2;
  clear: both;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .old-price {
  margin: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .field.choice.related {
  position: absolute;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  margin: 0;
  border: none;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-inner-hide {
  margin: 0;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0 0 10px;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-primary {
  text-align: center;
  display: inline-block;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary a.action {
  top: 3px;
}
.column.main .products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .reviews-actions {
  margin-top: 0;
}
.column.main .products-grid .product-item [class*="swatch-opt"]:not(.swatch-option-loading) {
  margin-bottom: 10px;
}
.column.main .products-grid .product-item .addtocart_position_4,
.column.main .products-grid .product-item .hoverShow {
  height: 0;
  overflow: hidden;
}
.column.main .products-grid .product-item:hover {
  position: relative;
  z-index: 8;
  padding: 0 !important;
}
.column.main .products-grid .product-item .product-item-info.active,
.column.main .products-grid .product-item .product-item-info:hover {
  background-color: white;
  top: 0;
  left: 0;
}
.column.main .products-grid .product-item .product-item-info.active .product_image .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
  width: auto;
}
.column.main .products-grid .product-item .product-item-info.active .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info.active .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info.active .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info.active .product_image .compare_position_4,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_4 {
  width: auto;
}
.column.main .products-grid .product-item .product-item-info.active .swatch-attribute-options,
.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options {
  display: inline-block;
}
.column.main .products-grid .product-item .product-item-info.active .addtocart_position_4,
.column.main .products-grid .product-item .product-item-info:hover .addtocart_position_4 {
  width: auto;
  height: auto;
}
.column.main .products-grid .product-item .product-item-info.active .hoverShow,
.column.main .products-grid .product-item .product-item-info:hover .hoverShow {
  height: auto;
}
.column.main .products-grid .product-item .hover-animation-zoom-item:hover {
  transform: scale(1.05);
}
.column.main .products-grid .product-item .hover-animation-zoom-image img:hover {
  transform: scale(1.05);
}
.column.main .toolbar.toolbar-products.auto-width .modes .mode-grid:before,
.column.main .toolbar.toolbar-products.auto-width .modes .mode-list:before {
  width: auto;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong {
  font-weight: 600;
}
.products-list .product-item {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
.products-list .product-item:hover {
  z-index: 1;
}
.products-list .product-item .rating-summary .rating-result {
  left: 0px;
}
.products-list .product-item .reviews-actions {
  margin-top: 0;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] {
  margin-bottom: 10px;
  margin-left: -5px;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute {
  visibility: visible !important;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute .swatch-option:first-of-type {
  margin-left: 0;
}
.products-list .product-item .action.tocompare,
.products-list .product-item .action.towishlist {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  width: auto !important;
}
.products-list .product-item .action.towishlist:before {
  content: "\e68c";
}
.products-list .product-item .action.tocompare:before {
  content: "\e67f";
}
.products-list .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.block .block-title strong {
  font-size: 12px;
  text-transform: uppercase;
}
.block .block-title .counter {
  padding-left: 10px;
}
.block .block-content,
.block .empty {
  font-size: 12px;
}
.block .block-content *,
.block .empty * {
  font-size: 12px;
}
#layered-filter-block.filter .block-subtitle {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
#layered-filter-block .filter-options-title {
  font-weight: 400;
}
#layered-filter-block .filter-content .filter-current ol {
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .filter-content .filter-current ol li .action.remove:before {
  font-size: 12px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item {
  padding-bottom: 0;
  border-bottom: none;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 40px 10px 0;
  text-transform: uppercase;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  color: #303030;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:hover:after {
  color: #000000;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  width: 100%;
  padding-left: 20px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 4px 0 0;
  content: "";
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background: none transparent;
  text-decoration: underline;
}
#layered-filter-block .block-actions.filter-actions {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .block-actions.filter-actions a {
  display: block;
  overflow: inherit;
}
.category-view .category-image img {
  width: 100%;
}
.category-view .category-description {
  margin: 10px auto;
  overflow: hidden;
  position: relative;
}
.category-view .category-description.more-less:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #ffffff 5%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
}
.category-view .category-description.more:after {
  background: inherit;
}
.category-view .category-description:not(.more-less) {
  margin-bottom: 22px;
}
.category-view .category-show-more {
  margin: 0 auto 22px;
}
.category-view .category-show-more .show-more,
.category-view .category-show-more .show-less {
  display: none;
}
.category-view .category-show-more .show-more span,
.category-view .category-show-more .show-less span {
  cursor: pointer;
  margin: 0;
  padding-right: 20px;
  position: relative;
  top: 1px;
}
.category-view .category-show-more .show-more span:after,
.category-view .category-show-more .show-less span:after {
  font-family: 'luma-icons';
  position: absolute;
  right: 0;
}
.category-view .category-show-more .show-more.active,
.category-view .category-show-more .show-less.active {
  display: block;
}
.category-view .category-show-more .show-more span:after {
  content: '\e622';
}
.category-view .category-show-more .show-less span:after {
  content: '\e621';
}
.category-view .category-description-copy {
  position: absolute;
  top: -10000px;
}
.category-view .category-description-copy .category-description {
  max-height: unset;
}
.canvas_icons,
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]),
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .widget.block.block-static-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .widget.block.block-static-block > * {
    margin: 0;
    padding: 0;
  }
  .widget.block.block-static-block img {
    display: block;
  }
}
.header.panel > .header.links > li.welcome {
  line-height: inherit !important;
}
.page-header .header-global-promo,
.page-wrapper .header-global-promo {
  height: 100%;
}
.page-header .header-global-promo .display-always,
.page-wrapper .header-global-promo .display-always {
  display: flex;
  align-items: center;
}
.page-header .header-global-promo .display-cookies,
.page-wrapper .header-global-promo .display-cookies {
  display: none;
  align-items: center;
}
.page-header .header-global-promo .global-notification-wrapper,
.page-wrapper .header-global-promo .global-notification-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
  min-height: 40px;
}
.page-header .header-global-promo .global-notification-wrapper #slides ul li .quoteContainer,
.page-wrapper .header-global-promo .global-notification-wrapper #slides ul li .quoteContainer {
  display: none;
  justify-content: center;
}
.page-header .header-global-promo .global-notification-wrapper a.close-global-notification,
.page-wrapper .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-top: 3px;
  float: right;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.page-header .header-global-promo .notice-inner,
.page-wrapper .header-global-promo .notice-inner {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}
.page-header .header-global-promo .notice-inner *,
.page-wrapper .header-global-promo .notice-inner * {
  text-transform: none !important;
}
.page-header #switcher-language.switcher strong,
.page-header #switcher-store.switcher strong,
.page-header #switcher-currency.switcher strong {
  font-size: 12px;
}
.page-header #switcher-language .options ul.dropdown,
.page-header #switcher-store .options ul.dropdown,
.page-header #switcher-currency .options ul.dropdown {
  right: 0;
  z-index: 999;
}
.page-header #switcher-language .options ul.dropdown:before,
.page-header #switcher-store .options ul.dropdown:before,
.page-header #switcher-currency .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after,
.page-header #switcher-store .options ul.dropdown:after,
.page-header #switcher-currency .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header #switcher-language .options ul.dropdown li a,
.page-header #switcher-store .options ul.dropdown li a,
.page-header #switcher-currency .options ul.dropdown li a {
  font-size: 12px;
}
.page-header * {
  text-transform: uppercase;
}
.page-header .header .minicart-wrapper * {
  text-transform: uppercase;
}
.nav-open .nav-toggle::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.nav-open .header-global-promo {
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    max-width: 100%;
  }
}
.page-wrapper .page-header .panel.wrapper {
  position: relative;
}
.page-header {
  position: relative;
  z-index: 10;
}
.page-header .block-search input {
  text-transform: none !important;
}
:root .wp-device-xxs .page-header-v2 .page-header,
:root .wp-device-xs .page-header-v2 .page-header,
:root .wp-device-s .page-header-v2 .page-header,
:root .wp-device-m .page-header-v2 .page-header,
:root .wp-device-xxs .page-header-v3 .page-header,
:root .wp-device-xs .page-header-v3 .page-header,
:root .wp-device-s .page-header-v3 .page-header,
:root .wp-device-m .page-header-v3 .page-header,
:root .wp-device-xxs .page-header-v4 .page-header,
:root .wp-device-xs .page-header-v4 .page-header,
:root .wp-device-s .page-header-v4 .page-header,
:root .wp-device-m .page-header-v4 .page-header {
  margin-bottom: 0;
  border: 0;
}
:root .page-header-v2 .page-header .compare.wrapper {
  float: left;
}
:root .page-header-v2 .page-header .panel.header {
  width: 100%;
  margin: 0 auto;
}
:root .page-header-v4 .page-header .panel.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  :root .page-header-v2 .page-header .panel.header {
    padding-bottom: 0;
  }
}
:root .wp-device-l .page-header-v2 .page-header .header.content,
:root .wp-device-xl .page-header-v2 .page-header .header.content,
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  height: auto;
  padding: 21px 0;
  margin: 0 auto;
}
.page-header .compare.wrapper {
  font-size: 12px;
  color: #303030;
}
.page-header .compare.wrapper li > a {
  color: #303030;
}
.page-header #switcher-language .options ul.dropdown {
  right: 0;
}
.page-header #switcher-language .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
:root .wp-device-xxs .page-header #switcher-store,
:root .wp-device-xxs .page-header #switcher-currency,
:root .wp-device-xxs .page-header #switcher-language,
:root .wp-device-xs .page-header #switcher-store,
:root .wp-device-xs .page-header #switcher-currency,
:root .wp-device-xs .page-header #switcher-language,
:root .wp-device-s .page-header #switcher-store,
:root .wp-device-s .page-header #switcher-currency,
:root .wp-device-s .page-header #switcher-language,
:root .wp-device-m .page-header #switcher-store,
:root .wp-device-m .page-header #switcher-currency,
:root .wp-device-m .page-header #switcher-language {
  display: none;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  right: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:after {
  left: auto;
  right: 9px;
}
:root .page-header-v2 .page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 0 5px;
}
.page-header #switcher-store-trigger,
.page-header #switcher-currency-trigger,
.page-header #switcher-language-trigger {
  margin-bottom: 0;
}
.page-header .logo {
  z-index: 10;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo,
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo,
:root .wp-device-m .page-header-v3 .page-header .logo {
  margin-left: 40px;
}
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo {
  margin: 3px 30px 0 40px;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo {
  margin: 0;
}
:root .wp-device-xxs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v4 .page-header .logo {
  margin-left: 0;
}
:root .page-header-v1 .page-header .logo img,
:root .page-header-v2 .page-header .logo img,
:root .page-header-v3 .page-header .logo img,
:root .page-header-v4 .page-header .logo img,
:root .page-header-v1.sticky-header .page-header .logo img,
:root .page-header-v2.sticky-header .page-header .logo img,
:root .page-header-v3.sticky-header .page-header .logo img,
:root .page-header-v4.sticky-header .page-header .logo img {
  width: auto;
  height: 34px;
}
:root .wp-device-l .page-header-v4 .page-header .logo img,
:root .wp-device-xl .page-header-v4 .page-header .logo img {
  display: inline-block;
}
:root .page-header-v2 .page-header a.action.showcart {
  margin-top: 0px;
}
:root .wp-device-m .page-header-v2 .page-header a.action.showcart {
  margin-top: 0;
}
:root .wp-device-m .page-header-v4 .page-header a.action.showcart {
  margin-top: 2px;
}
:root .wp-device-xxs .page-header .header.links,
:root .wp-device-xs .page-header .header.links,
:root .wp-device-s .page-header .header.links,
:root .wp-device-m .page-header .header.links {
  display: none;
}
:root .page-header-v2 .page-header .header.links {
  list-style: none;
}
:root .wp-device-l .page-header-v2 .page-header .header.links li,
:root .wp-device-xl .page-header-v2 .page-header .header.links li {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:root .wp-device-l .page-header-v2 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v2 .page-header .header.links .greet.welcome {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v4 .page-header .header.links .greet.welcome {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
:root .page-header-v2 .page-header .header.links > li {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]) {
  font-size: 0;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]):before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-header .header.links > li.authorization-link:after {
  font-size: 12px;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-size: 16px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links {
  position: absolute;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links {
  right: -7px;
  margin-top: 5px;
  padding: 10px;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li {
  display: block;
  float: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: left;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a:before {
  content: '';
  font-size: 12px !important;
}
.page-header .header.links * {
  font-size: 12px;
}
.page-header .minicart-wrapper {
  line-height: 1;
  margin-top: 0;
}
.page-header .minicart-wrapper .action.showcart,
.page-header .minicart-wrapper .action.showcart.active {
  margin: 0;
  padding: 0;
}
.page-header .minicart-wrapper .action.showcart:before,
.page-header .minicart-wrapper .action.showcart.active:before {
  content: "\e72f";
  font-family: inherit;
  display: inline-block;
  font-family: 'font-icons';
  font-size: 16px;
  color: inherit;
  line-height: 30px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty,
.page-header .minicart-wrapper .action.showcart.active .counter.qty {
  min-width: 20px;
}
.page-header .minicart-wrapper * {
  text-transform: none;
}
.page-header .block-search {
  width: auto;
  height: auto;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-xs .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-s .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-m .page-header-v2 .page-header .block-search.minisearch-v2 {
  position: relative;
  right: 10px;
  top: 0;
}
.page-header .block-search .control {
  z-index: 99;
}
.page-header .block-search .control input {
  box-sizing: border-box;
}
.page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px lightgrey;
  border-color: transparent;
}
:root .page-header-v2 .page-header .block-search .control input:focus,
:root .page-header-v1 .page-header .block-search .control input:focus,
:root .page-header-v3 .page-header .block-search .control input:focus,
:root .page-header-v4 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label,
:root .wp-device-xs .page-header-v1 .page-header .block-search label,
:root .wp-device-s .page-header-v1 .page-header .block-search label,
:root .wp-device-m .page-header-v1 .page-header .block-search label,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  cursor: pointer;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  height: auto;
  overflow: visible;
  position: relative;
  top: 0px;
  left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control input {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  font-size: 20px;
  line-height: 25px;
  color: inherit;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  border: none;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 0;
}
.page-header .block-search .actions button {
  z-index: 99;
}
:root .page-header-v2 .page-header .block-search .actions button,
:root .page-header-v3 .page-header .block-search .actions button,
:root .page-header-v4 .page-header .block-search .actions button {
  right: 10px;
  left: auto;
}
:root .page-header-v2 .page-header .block-search .actions button:before,
:root .page-header-v3 .page-header .block-search .actions button:before,
:root .page-header-v4 .page-header .block-search .actions button:before {
  font-size: 20px;
}
:root .theme-pearl.page-print .page-wrapper .mobile-logo {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header {
  height: 0;
  padding: 0;
}
:root .theme-pearl.checkout-index-index .page-header .header.links,
:root .theme-pearl.checkout-index-index .page-header .switcher-language {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content {
  min-height: 55px;
  padding: 10px 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo img {
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header {
  height: auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.wrapper,
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.header {
  padding: 0;
  height: 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .header.content {
  top: 0;
  padding-bottom: 15px !important;
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  content: "\e72f";
  font-family: 'font-icons';
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  padding: 0 3px;
}
:root .page-header-v2 .panel.wrapper {
  display: none;
}
body.checkout-index-index .header.content {
  text-align: center;
}
body.checkout-index-index .header.content .logo {
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
body.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
}
body.checkout-index-index .authentication-wrapper button {
  background: none;
  border: none;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button:hover {
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button span {
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper .actions-toolbar button span {
  font-size: initial;
  vertical-align: top;
}
._has-auth-shown .authentication-wrapper {
  z-index: 9;
}
:root .page-header-v3 .nav-sections,
:root .page-header-v4 .nav-sections {
  float: left;
}
.nav-sections.nav-sections-2 nav > ul {
  padding: 0;
}
:root .wp-device-xxs .nav-sections .nav-sections-items .section-item-content .header.links,
:root .wp-device-xs .nav-sections .nav-sections-items .section-item-content .header.links,
:root .wp-device-s .nav-sections .nav-sections-items .section-item-content .header.links,
:root .wp-device-m .nav-sections .nav-sections-items .section-item-content .header.links {
  display: block;
  border-bottom: none;
}
:root .wp-device-xxs .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome,
:root .wp-device-xs .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome,
:root .wp-device-s .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome,
:root .wp-device-m .nav-sections .nav-sections-items .section-item-content .header.links .customer-welcome {
  border-bottom: none;
}
.page-wrapper .page-header-v1 + .nav-sections,
.page-wrapper .page-header-v2 + .nav-sections,
.page-wrapper .page-header-v4 + .nav-sections {
  padding-bottom: 0;
}
.page-wrapper .sections.nav-sections-4 {
  text-align: center;
}
.navigation {
  width: 100%;
  margin: 0 auto;
}
.navigation > ul {
  padding: 0 !important;
}
:root .wp-device-l .nav-sections-4 .navigation > ul,
:root .wp-device-xl .nav-sections-4 .navigation > ul {
  text-align: center;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li {
  float: none;
  display: inline-block;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li > ul li a,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li > ul li a {
  text-align: left;
}
.navigation > ul > li > ul li a {
  text-transform: uppercase;
}
.navigation > ul > li > ul li a span {
  text-transform: uppercase;
}
.navigation ul {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation ul li.level0.first > a {
    padding-left: 0;
  }
}
.page-wrapper .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.maincontent {
  margin-top: 15px;
}
.page-header-v4 .page-header .header_right,
.page-header-v2 .page-header .header_right {
  padding-right: 0px !important;
}
.page-header-v4 .block-search .control input,
.page-header-v2 .block-search .control input {
  padding: 0 10px !important;
}
/* Sticky header */
.page-header-v1 ,
.page-header-v2 ,
.page-header-v4 ,
.header.content .block-search ,
.header.content .header.links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* All header version */
.page-header.sticky-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
.page-header.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header.sticky-header .header.content {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page-header.sticky-header .header.content .logo {
  margin-top: -5px;
  margin-bottom: 0;
  height: auto;
}
.page-header.sticky-header .switcher-currency,
.page-header.sticky-header .compare.wrapper,
.page-header.sticky-header .switcher-language {
  display: none !important;
}
.page-header.sticky-header .nav-sections.too-wide {
  clear: both;
  left: 0 !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation .megamenu.level-top-fullwidth .fullwidth {
  left: 0 !important;
}
.page-header.sticky-header .header-global-promo {
  opacity: 0;
}
.page-header.sticky-header .header-global-promo .global-notification-wrapper {
  position: absolute;
}
.page-header.sticky-header:not(.page-header-v4) .logo {
  position: absolute;
  top: 48%;
}
/* Custom styles for particular headers */
.page-header.sticky-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-header.sticky-header-mobile .panel.wrapper {
  border-bottom: 0 none;
}
.header-global-promo #carousel {
  position: relative;
}
.header-global-promo #carousel.no-carousel #slides ul {
  left: 0px !important;
}
.header-global-promo .wpx-check {
  display: flex;
  align-items: center;
}
.header-global-promo .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo .wpx-static-content {
  display: flex;
  justify-content: space-between;
}
.header-global-promo .btn-bar {
  width: 100%;
}
.header-global-promo .btn-bar #buttons a {
  text-align: right;
  display: inline-block;
  position: absolute;
  z-index: 999;
  text-decoration: none;
  line-height: 20px;
  font-size: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-global-promo .btn-bar.no-arrows {
  display: none;
}
.header-global-promo #slides {
  margin: 0 auto;
  overflow: hidden;
}
.header-global-promo #slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-global-promo #slides ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
}
.header-global-promo #slides ul li .quoteContainer .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-sub {
  font-weight: bold;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link {
  font-size: 12px;
  text-decoration: underline;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link:first-child {
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link.wpx-mg {
  margin-left: 10px;
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .quote-phrase {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.hidescroll {
  overflow-y: hidden;
}
/* SEARCH VERSION */
.minisearch-v2 {
  float: right;
}
.page-header-v1 .open-modal-search:before,
.page-header-v2 .open-modal-search:before,
.page-header-v3 .open-modal-search:before,
.page-header-v4 .open-modal-search:before {
  content: '\e615';
  font-family: 'luma-icons';
}
.wrap .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 0 8px;
}
.wrap .modal:target {
  opacity: 1;
  pointer-events: auto;
}
.wrap .modal.isOpen {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0ms;
}
.wrap .modal.isOpen .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 500ms;
}
.wrap .modal .close-sec {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .modal .close-sec a {
  font-size: 30px;
  cursor: pointer;
}
.wrap .modal .form.minisearch .searchautocomplete {
  min-width: 100% !important;
  position: absolute !important;
  right: auto !important;
  margin-top: 3px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically {
  top: 66px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list {
  margin: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li {
  display: block;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left {
  margin-right: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left,
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right {
  display: inline-block;
  vertical-align: middle;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right .price {
  margin-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li:last-child {
  border-bottom: none !important;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li {
  display: inline-block;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-left {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list {
  display: table;
  width: 100%;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list .block-flex {
  display: block;
}
.wrap .modal .wpx-pos-search {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.wrap .modal .wpx-pos-search .control {
  position: relative;
}
.wrap .modal .wpx-pos-search .control .wpx-pos-search {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrap .modal .wpx-pos-search input {
  width: 100% !important;
  height: 66px !important;
  border: 3px solid !important;
  padding-left: 20px !important;
}
.wrap .modal .wpx-pos-search label {
  display: none;
}
.wrap .modal .wpx-pos-search a.closebutton {
  text-decoration: none;
  font-size: 75px;
  margin-left: 50px;
  position: relative;
  top: 11px;
  line-height: 26px;
}
.wrap .modal .wpx-pos-search a.closebutton:hover {
  color: black;
}
.wrap .modal .wpx-pos-search .action.search {
  padding: 12px 22px;
  border: none !important;
  margin-top: 5px;
  margin-right: 4px;
  right: 0px !important;
}
.wrap .modal .closeoverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  display: block;
  z-index: 2;
  position: fixed;
  cursor: pointer;
}
.wrap .modal .modal-content {
  width: 80%;
  margin: 80px auto 0 auto;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.wrap .modal .block.block-search.wpx-block-search {
  position: static !important;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.search-visible-md {
  display: block;
}
.search-visible-md .open-modal-search {
  font-size: 15px;
}
:root .theme-pearl.multishipping-checkout-addresses .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-shipping .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-billing .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-newshipping .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-overview .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-editbilling .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-selectbilling .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-editshipping .page-wrapper .page-header .nav-toggle {
  display: none;
}
:root .theme-pearl.multishipping-checkout-addresses .page-title,
:root .theme-pearl.multishipping-checkout-shipping .page-title,
:root .theme-pearl.multishipping-checkout-billing .page-title,
:root .theme-pearl.multishipping-checkout_address-newshipping .page-title,
:root .theme-pearl.multishipping-checkout-overview .page-title,
:root .theme-pearl.multishipping-checkout_address-editbilling .page-title,
:root .theme-pearl.multishipping-checkout_address-selectbilling .page-title,
:root .theme-pearl.multishipping-checkout_address-editshipping .page-title {
  margin-top: 15px;
}
:root .theme-pearl .page-wrapper .page-header .mobile-logo,
:root .theme-pearl .page-wrapper .page-header .mobile-checkout-logo {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .unset-logo {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wrap .modal .modal-content {
    margin-top: 80px !important;
    margin-left: 0 !important;
  }
  .horizontally-control #search::-ms-clear {
    display: none;
  }
  .wrap .modal {
    position: absolute !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
    visibility: hidden;
  }
  .header .quickcart-wrapper .block-quickcart.quickCartIE {
    position: fixed !important;
    visibility: visible;
  }
  .wrap .modal.isOpenIE {
    position: fixed !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
  }
}
.blog:before,
.blog:after {
  content: ' ';
  display: table;
}
.blog:after {
  clear: both;
}
.blog-post-view .blog {
  margin-top: 10px;
}
.page-layout-blog .breadcrumbs .item {
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-sidebar {
  float: left;
  margin-right: 7%;
  width: 24%;
}
.blog-main {
  float: left;
  max-width: 700px;
  width: 69%;
}
.blog-sidebar-block {
  margin-bottom: 40px;
}
.blog-sidebar-block:last-child {
  margin-bottom: 0;
}
.blog-sidebar-block-title {
  margin: 0 0 20px;
}
.block-recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-recent-posts-item {
  margin-bottom: 20px;
}
.block-recent-posts-item:last-child {
  margin-bottom: 0;
}
.blog-tags-plain {
  margin-bottom: -6px;
  margin-left: -6px;
}
.blog-tags-plain .blog-tags-tag {
  background: #d1d1d1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666666;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 6px;
  margin-left: 6px;
  max-width: 95%;
  overflow: hidden;
  padding: 0 14px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-tags-plain .blog-tags-tag:hover {
  background: #bbbbbb;
  color: #494949;
}
.blog-tags-cloud {
  margin-right: -6px;
}
.blog-tags-cloud .blog-tags-tag {
  color: #555555;
  margin-right: 6px;
  padding: 2px 0;
  word-break: break-word;
}
.blog-posts-post {
  margin-bottom: 50px;
}
.blog-posts .blog-posts-post {
  width: 30%;
  margin-right: 3%;
  display: inline-block;
  float: left;
}
.blog-posts .blog-posts-post:nth-child(1) {
  display: block;
  width: 100%;
  margin-right: 0;
}
.blog-posts .blog-posts-post:nth-child(1) .blog-post-title,
.blog-posts .blog-posts-post:nth-child(1) .blog-post-info,
.blog-posts .blog-posts-post:nth-child(1) .blog-post-read-more-wrapper,
.blog-posts .blog-posts-post:nth-child(1) .blog-post-author {
  display: block;
}
.blog-posts .blog-posts-post:nth-child(1) .blog-content-title,
.blog-posts .blog-posts-post:nth-child(1) .date-post {
  display: none;
}
.blog-posts .blog-posts-post:nth-child(1) .blog-post-content p {
  display: block;
  max-height: unset !important;
}
.blog-posts .blog-posts-post:nth-child(1) .blog-post-content img {
  max-height: unset !important;
}
.blog-posts .blog-posts-post:nth-child(3n+5) {
  clear: both;
}
.blog-posts .blog-posts-post .blog-post-content p {
  display: none;
}
.blog-posts .blog-posts-post .blog-post-content p:nth-child(1) {
  max-height: 200px;
  display: block;
}
.blog-posts .blog-posts-post .blog-post-content p:nth-child(2) {
  max-height: 42px;
  overflow: hidden;
  display: block;
  min-height: 42px;
}
.blog-posts .blog-posts-post .blog-post-content img {
  max-height: 200px;
  display: block;
  margin: 0 auto 7px;
}
.blog-posts .blog-posts-post .blog-post-title,
.blog-posts .blog-posts-post .blog-post-info,
.blog-posts .blog-posts-post .blog-post-read-more-wrapper,
.blog-posts .blog-posts-post .blog-post-author {
  display: none;
}
.blog-posts .blog-posts-post .blog-content-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-posts .blog-posts-post .date-post {
  display: block;
  text-align: right;
}
.blog-pagination {
  margin-right: -6px;
  text-align: right;
}
.blog-pagination-item {
  margin-left: 2px;
  padding: 6px;
}
.blog-pagination-page:not(.blog-pagination-page-current) {
  color: inherit;
}
.blog-pagination-page-current {
  text-decoration: underline;
}
.blog-pagination-page-current:active {
  color: #1979c3;
}
.blog-post-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}
.blog-post-title:link,
.blog-post-title:visited {
  color: inherit;
}
.blog-post-info {
  color: #666666;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.blog-post-info-item {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: middle;
}
.blog-post-info-item:not(:last-child) {
  border-right: 1px solid;
  margin-right: 10px;
  padding-right: 10px;
}
.blog-post-info-comments:link,
.blog-post-info-comments:visited {
  color: inherit;
}
.blog-post-info-comments-icon {
  background: currentColor;
  border-radius: 2px;
  display: inline-block;
  height: 11px;
  margin-right: 6px;
  position: relative;
  width: 16px;
}
.blog-post-info-comments-icon:before {
  border: 3px solid transparent;
  border-top-color: currentColor;
  border-right-color: currentColor;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 8px;
  width: 0;
}
.blog-post-content {
  margin-bottom: 20px;
}
.blog-post-full .blog-post-content {
  margin-bottom: 30px;
}
.blog-post-full .blog-post-author {
  margin-bottom: 50px;
}
.blog-post-read-more-wrapper {
  margin-bottom: 20px;
}
.blog-post-author {
  background: #efefef;
  border-bottom: 1px solid #d1d1d1;
  padding: 14px;
}
.blog-post-tags {
  margin-bottom: 30px;
}
.blog-post-share {
  margin-bottom: 30px;
}
.blog-post-share-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.blog-post-share-content {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.blog-post-share-content .container {
  background: #f0f0f0;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
}
.blog-post-related-posts {
  margin-bottom: 50px;
}
.blog-post-related-posts-title {
  margin: 0 0 20px;
}
.blog-post-related-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post-related-posts-item {
  margin-bottom: 1.5rem;
}
.blog-post-related-posts-item:last-child {
  margin-bottom: 0;
}
#aw_blog_product_post_list ul {
  margin-bottom: 0;
}
#layered-filter-block .button-list {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
#layered-filter-block .button-list .action.primary {
  margin-top: 5px;
  width: 46%;
}
#layered-filter-block .button-list .show-button {
  margin-right: 15px;
}
.filter-options .filter-options-title,
.filter-options .filter-options-content {
  margin: 0 !important;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-item .filter-options-title {
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
}
.filter-options-item .filter-options-title .arrow {
  background: url(../Aheadworks_Layerednav/images/down.png) 100% 5px no-repeat;
  float: right;
  height: 22px;
  margin-left: 10px;
  width: 22px;
}
.filter-options-item .filter-options-title:hover .arrow {
  background: url(../Aheadworks_Layerednav/images/down-hover.png) 100% 5px no-repeat;
}
.filter-options-item .filter-options-title:after {
  content: '' !important;
}
.filter-options-item.active .filter-options-title .arrow {
  background: url(../Aheadworks_Layerednav/images/up.png) 100% 5px no-repeat;
  float: right;
  height: 22px;
  margin-left: 10px;
  width: 22px;
}
.filter-options-item.active .filter-options-title:hover .arrow {
  background: url(../Aheadworks_Layerednav/images/up-hover.png) 100% 5px no-repeat;
}
.filter-options-item.active .filter-options-content {
  display: block;
}
.filter-options-item .filter-options-content {
  display: none;
  margin: 0;
  padding: 10px;
}
.filter-options-item .filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-item .filter-options-content .item input[type=checkbox]:checked + label {
  font-weight: bold;
}
.filter-options-item .filter-options-content .items {
  max-height: 300px;
  overflow: auto;
}
.filter.active .filter-options-item:last-child {
  margin-bottom: 40px;
}
.page-layout-1column .filter-options-item {
  border: 0;
  display: inline-block;
  margin-right: 25px;
}
.page-layout-1column .filter-options-item.active {
  position: relative;
  z-index: 2;
}
.page-layout-1column .filter-options-item.active:after,
.page-layout-1column .filter-options-item.active:before {
  border: 8px solid transparent;
  border-bottom-color: #000;
  bottom: -1px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0;
  z-index: 3;
}
.page-layout-1column .filter-options-item.active:after {
  border-bottom-color: #fff;
  margin-top: 2px;
  z-index: 4;
}
.page-layout-1column .filter-options-item:hover {
  z-index: 3;
}
.page-layout-1column .filter-options-item .filter-options-title {
  padding: 0 20px 0 0;
}
.page-layout-1column .filter-options-item:after {
  right: 2px;
  top: 3px;
  z-index: 3;
}
.page-layout-1column .filter-options-item .filter-options-content {
  background: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  padding: 5px 0;
  position: absolute;
  top: 100%;
  width: 180px;
  z-index: 2;
  -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
}
.page-layout-1column .filter-options-item .filter-options-content .item {
  margin: 0;
  padding: 5px;
}
.page-layout-1column .filter-options-item .filter-options-content .item:hover {
  background-color: #e8e8e8;
}
.action.primary.clear-button {
  background: #f2f2f2;
  border-color: #d1d1d1;
  color: #858585;
}
.action.primary.clear-button:hover {
  border: 1px solid #999999;
  color: #333333;
}
.active > .filter-options-title:after {
  content: '' !important;
}
.swatch-option:not(.disabled).active {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled).active,
.swatch-option.color:not(.disabled).active {
  border: 1px solid #ffffff;
  outline: 2px solid #ff5501;
}
.swatch-attribute-options {
  margin: 10px !important;
}
.aw-layered-nav-priceslider #price_from,
.aw-layered-nav-priceslider #price_to {
  display: inline-block;
  width: 25%;
}
.aw-layered-nav-priceslider #slider-range {
  width: 96%;
  margin-left: 2%;
  margin-bottom: 15px;
}
.aw-layered-nav-priceslider .ui-slider-handle {
  background: #c1c1c1;
  border: 1px solid #999999;
  border-radius: 2px;
  height: 16px;
  margin-left: -8px;
  margin-right: 0;
  padding: 0;
  top: -4px;
  width: 16px;
}
.aw-layered-nav-priceslider .ui-slider-handle:hover {
  background: #a3a3a3;
}
.aw-layered-nav-priceslider .ui-slider-range {
  background: #1979c3;
  position: absolute;
  height: 100%;
}
.aw-layered-nav-priceslider .price-inputs-wrapper .field {
  margin-top: 10px;
}
.aw-layered-nav-priceslider .price-inputs-wrapper label {
  width: 40%;
  display: inline-block;
}
.aw-layered-nav-priceslider .price-inputs-wrapper input {
  width: 25%;
  display: inline-block;
}
.aw-layered-nav-priceslider .price-filter-button {
  margin-top: 15px;
}
.aw-layered-nav-priceslider .price-filter-info {
  margin-bottom: 15px;
}
.aw-layered-nav-popover {
  background: #fafafa;
  border: 2px solid #1979c3;
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  height: 44px;
  padding: 4px;
  position: absolute;
  width: 190px;
  z-index: 10;
}
.aw-layered-nav-popover:before,
.aw-layered-nav-popover:after {
  border: solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.aw-layered-nav-popover:before {
  border-width: 22px;
  margin-top: -22px;
}
.aw-layered-nav-popover:after {
  border-width: 20px;
  margin-top: -20px;
}
.aw-layered-nav-popover__content {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}
.aw-layered-nav-popover--loading .aw-layered-nav-popover__items {
  display: none;
}
.aw-layered-nav-popover--loading .aw-layered-nav-popover__loader {
  display: block;
}
.aw-layered-nav-popover__loader {
  animation: aw-layered-nav-rotate 0.75s 0s linear infinite;
  animation-fill-mode: both;
  background: transparent !important;
  border: 2px solid #1979c3;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: none;
  height: 18px;
  width: 18px;
  -webkit-animation: aw-layered-nav-rotate 0.75s 0s linear infinite;
  -webkit-animation-fill-mode: both;
}
.page-layout-1column .aw-layered-nav-popover {
  margin-bottom: 5px;
  position: static;
}
.page-layout-3columns .aw-layered-nav-popover,
.page-layout-2columns-left .aw-layered-nav-popover {
  left: 100%;
  margin-left: 8px;
  padding-left: 0;
}
.page-layout-2columns-right .aw-layered-nav-popover {
  margin-right: 8px;
  padding-right: 0;
  right: 100%;
}
.page-layout-2columns-left .aw-layered-nav-popover:before,
.page-layout-2columns-left .aw-layered-nav-popover:after {
  right: 100%;
}
.page-layout-2columns-left .aw-layered-nav-popover:before {
  border-right-color: #1979c3;
}
.page-layout-2columns-left .aw-layered-nav-popover:after {
  border-right-color: #fafafa;
}
.page-layout-2columns-right .aw-layered-nav-popover:before,
.page-layout-2columns-right .aw-layered-nav-popover:after {
  left: 100%;
}
.page-layout-2columns-right .aw-layered-nav-popover:before {
  border-left-color: #1979c3;
}
.page-layout-2columns-right .aw-layered-nav-popover:after {
  border-left-color: #fafafa;
}
.page-layout-2columns-right .aw-layered-nav-popover .aw-layered-nav-popover__content {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
}
.page-layout-3columns .aw-layered-nav-popover:before,
.page-layout-3columns .aw-layered-nav-popover:after {
  right: 100%;
}
.page-layout-3columns .aw-layered-nav-popover:before {
  border-right-color: #1979c3;
}
.page-layout-3columns .aw-layered-nav-popover:after {
  border-right-color: #fafafa;
}
@-webkit-keyframes aw-layered-nav-rotate {
  0% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
    -webkit-transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
  }
}
@keyframes aw-layered-nav-rotate {
  0% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
    -webkit-transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
  }
}
.account.customer-account-index .page-title-wrapper {
  height: auto;
}
.mapclub-signin-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mapclub-signin-wrapper #mapclub-signin-btn,
.mapclub-signin-wrapper #mapclub-signup-btn {
  width: 100%;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.mapclub-signin-wrapper #mapclub-signin-btn:hover,
.mapclub-signin-wrapper #mapclub-signup-btn:hover {
  color: #000;
}
.mapclub-account-mobile .form.password.reset,
.mapclub-account-mobile .form.send.confirmation,
.mapclub-account-mobile .form.password.forget,
.mapclub-account-mobile .form.create.account,
.mapclub-account-mobile .form.search.advanced,
.mapclub-account-mobile .form.form-orders-search {
  min-width: auto;
  width: 100%;
}
.mapclub-account-mobile .column.main {
  padding-bottom: 0;
}
.customer-endlessaisle-register .page-main,
.mapclub-account-signupendlessaisle .page-main,
.mapclub-account-endlessaisle .page-main {
  margin-top: 40px;
  margin-bottom: 40px;
}
.customer-endlessaisle-register .page-main .page-title-wrapper,
.mapclub-account-signupendlessaisle .page-main .page-title-wrapper,
.mapclub-account-endlessaisle .page-main .page-title-wrapper {
  text-align: center;
}
.customer-endlessaisle-register .page-main .page-title-wrapper h1,
.mapclub-account-signupendlessaisle .page-main .page-title-wrapper h1,
.mapclub-account-endlessaisle .page-main .page-title-wrapper h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}
.customer-endlessaisle-register .page-main .custom-registration,
.mapclub-account-signupendlessaisle .page-main .custom-registration,
.mapclub-account-endlessaisle .page-main .custom-registration {
  margin: auto;
}
.customer-endlessaisle-register .page-main .custom-registration input[type="text"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type="text"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type="text"],
.customer-endlessaisle-register .page-main .custom-registration input[type="password"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type="password"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type="password"],
.customer-endlessaisle-register .page-main .custom-registration input[type="url"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type="url"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type="url"],
.customer-endlessaisle-register .page-main .custom-registration input[type="tel"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type="tel"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type="tel"],
.customer-endlessaisle-register .page-main .custom-registration input[type="search"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type="search"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type="search"],
.customer-endlessaisle-register .page-main .custom-registration input[type="number"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type="number"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type="number"],
.customer-endlessaisle-register .page-main .custom-registration input[type*="date"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type*="date"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type*="date"],
.customer-endlessaisle-register .page-main .custom-registration input[type="email"],
.mapclub-account-signupendlessaisle .page-main .custom-registration input[type="email"],
.mapclub-account-endlessaisle .page-main .custom-registration input[type="email"] {
  height: 40px;
}
.modal-popup.mapclub-signin-modal #mapclub-signin-form .phone-prefix,
.modal-popup.mapclub-link-modal #mapclub-signin-form .phone-prefix {
  padding: 9px .5em;
}
.modal-popup.mapclub-signin-modal #mapclub-signin-form input,
.modal-popup.mapclub-link-modal #mapclub-signin-form input {
  height: 40px;
}
.modal-popup.mapclub-pin-modal .modal-title {
  line-height: normal !important;
}
.modal-popup.mapclub-pin-modal #mapclub-pin-modal input {
  height: 40px;
}
.modal-popup .modal-footer {
  display: flex;
  gap: 10px;
}
.modal-popup .modal-footer::before,
.modal-popup .modal-footer::after {
  display: none;
}
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action.primary {
  background-color: #000;
  border-color: #000;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
.modal-popup .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action.primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action.secondary,
.modal-popup .modal-footer .modal-close {
  background-color: #fff;
  border-color: #000;
  color: #000;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action.secondary:hover,
.modal-popup .modal-footer .modal-close:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.modal-popup.mapclub-link-modal .modal-content .modal-content,
.modal-popup.map-club-popup .modal-content .modal-content,
.modal-popup.mapclub-setpin-modal .modal-content .modal-content,
.modal-popup.mapclub-verify-modal .modal-content .modal-content,
.modal-popup.mapclub-bonus-confirm-modal .modal-content .modal-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.modal-popup.mapclub-link-modal .modal-footer .action.secondary,
.modal-popup.map-club-popup .modal-footer .action.secondary,
.modal-popup.mapclub-setpin-modal .modal-footer .action.secondary,
.modal-popup.mapclub-verify-modal .modal-footer .action.secondary,
.modal-popup.mapclub-bonus-confirm-modal .modal-footer .action.secondary,
.modal-popup.mapclub-link-modal .modal-footer .modal-close,
.modal-popup.map-club-popup .modal-footer .modal-close,
.modal-popup.mapclub-setpin-modal .modal-footer .modal-close,
.modal-popup.mapclub-verify-modal .modal-footer .modal-close,
.modal-popup.mapclub-bonus-confirm-modal .modal-footer .modal-close {
  margin-left: 10px;
}
.modal-popup.map-club-popup .actions-toolbar {
  margin-top: 20px;
}
.modal-popup.map-club-popup .actions-toolbar .primary .action.primary {
  background-color: #000;
  border-color: #000;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
.modal-popup.map-club-popup .actions-toolbar .primary .action.primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.modal-popup.map-club-popup .google-phone-verification-modal .phone_number_google label {
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 0 0 8px;
  display: inline-block;
  width: 100%;
}
.modal-popup.map-club-popup .facebook-phone-verification-modal .phone_number_facebook label {
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 0 0 8px;
  display: inline-block;
  width: 100%;
}
.modal-popup.map-club-popup .mapclub-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1px 260px;
  gap: 20px;
  align-items: start;
  padding: 8px 0 0;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-form-column .field label {
  color: #767676;
  font-size: 12px;
  margin: 0 0 8px;
  display: inline-block;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-form-column .action.primary {
  background-color: #000;
  border-color: #000;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-form-column .action.primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-form-column a {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-form-column .mapclub-note {
  color: #666;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-google-column {
  padding-left: 0;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-google-column #facebook-login-btn {
  background-color: #064394 !important;
  border-color: #064394 !important;
  height: 46px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.modal-popup.map-club-popup .mapclub-modal-grid .mapclub-google-column #facebook-login-btn:hover {
  background-color: #fff !important;
  border-color: #064394 !important;
  color: #064394 !important;
}
.modal-popup .verification-method-popup {
  display: flex;
  flex-direction: column;
}
.modal-popup .verification-method-popup > p {
  margin-bottom: 30px;
}
.modal-popup .verification-method-popup .actions-toolbar {
  display: flex;
  gap: 10px;
  text-align: left;
}
.modal-popup .verification-method-popup .actions-toolbar::before,
.modal-popup .verification-method-popup .actions-toolbar::after {
  display: none;
}
.modal-popup .verification-method-popup .actions-toolbar .action.secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
.modal-popup .verification-method-popup .actions-toolbar .action.secondary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.line-with-text {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #666;
  margin: 20px 0;
}
.g_id_signin iframe {
  margin: auto !important;
}
.mapclub-account-mobile .page-main,
.mapclub-account-endlessaisle .page-main {
  background: #fff;
  margin: 40px auto;
  border: 1px solid #8f8f8f;
  width: 90%;
}
.map-club-register-form .map-club-login-form legend {
  display: none;
}
.map-club-register-form .map-club-login-form .actions-toolbar .primary {
  margin-bottom: 0;
}
.map-club-login-form {
  text-align: center;
}
.map-club-login-form:last-child {
  margin-bottom: 0;
}
.map-club-login-form legend {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #0d0a0a;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #8f8f8f;
  padding: 0 0 10px;
  font-weight: 900;
  line-height: 1.1;
}
.map-club-login-form .field .label {
  width: 100%;
  text-align: left;
}
.map-club-login-form .phone-prefix {
  padding: 9px .5em !important;
}
.map-club-login-form #phone_number {
  height: 40px;
}
.map-club-login-form .actions-toolbar {
  text-align: center;
}
.map-club-login-form .actions-toolbar .primary {
  width: 100%;
}
.map-club-login-form .action.primary {
  background-color: #000;
  border-color: #000;
  width: 100% !important;
  border-radius: 0;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.map-club-login-form .action.primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.map-club-login-form #facebook-login-btn {
  background-color: #064394 !important;
  border-color: #064394 !important;
}
.map-club-login-form #facebook-login-btn:hover {
  background-color: #fff !important;
  border-color: #064394 !important;
  color: #064394 !important;
}
.account.customer-account-index .mapclub-linked-account .block-dashboard-info {
  float: none;
  margin-bottom: 15px;
}
.account.customer-account-index .mapclub-linked-account .block-dashboard-info .block-title {
  line-height: normal;
}
.account.customer-account-index .mapclub-linked-account .block-dashboard-info .block-title strong {
  line-height: 32px !important;
}
.account.customer-account-index .mapclub-linked-account.map-club-form .action.primary {
  background-color: #000;
  border-color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 12px 15px;
  height: 46px;
  border-radius: 0;
}
.account.customer-account-index .mapclub-linked-account.map-club-form .action.primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.page-wrapper #maincontent > div.columns > div > div.login-container > div:nth-child(1) {
  margin-bottom: 10px;
}
.mapclub-account-create .column.main,
.mapclub-account-createendlessaisle .column.main {
  padding-bottom: 0;
}
.mapclub-account-create .page-main,
.mapclub-account-createendlessaisle .page-main {
  background: #fff;
  margin: 40px auto;
  border: 1px solid #8f8f8f;
  width: 90%;
}
.mapclub-account-create .page-wrapper .page-main .mapclub-signup-container .code-row button,
.mapclub-account-createendlessaisle .page-wrapper .page-main .mapclub-signup-container .code-row button {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.mapclub-account-create .mapclub-signup-container,
.mapclub-account-createendlessaisle .mapclub-signup-container {
  max-width: none;
  width: 100%;
}
.mapclub-account-create .mapclub-signup-container h1,
.mapclub-account-createendlessaisle .mapclub-signup-container h1 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: left;
}
.mapclub-account-create .mapclub-signup-container h4,
.mapclub-account-createendlessaisle .mapclub-signup-container h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: left;
}
.mapclub-account-create .mapclub-signup-container .form-step,
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step {
  margin-bottom: 0;
}
.mapclub-account-create .mapclub-signup-container .form-step label,
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step label {
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
}
.mapclub-account-create .mapclub-signup-container .form-step input[type="text"],
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step input[type="text"],
.mapclub-account-create .mapclub-signup-container .form-step input[type="email"],
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step input[type="email"],
.mapclub-account-create .mapclub-signup-container .form-step input[type="tel"],
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step input[type="tel"],
.mapclub-account-create .mapclub-signup-container .form-step input[type="password"],
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step input[type="password"],
.mapclub-account-create .mapclub-signup-container .form-step select,
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step select {
  height: 40px;
  border-radius: 5px;
}
.mapclub-account-create .mapclub-signup-container .form-step input[type="checkbox"],
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step input[type="checkbox"] {
  top: 4px;
}
.mapclub-account-create .mapclub-signup-container .form-step .code-row,
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step .code-row {
  gap: 0 !important;
}
.mapclub-account-create .mapclub-signup-container .form-step .code-row input,
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step .code-row input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.mapclub-account-create .mapclub-signup-container .form-step .code-row button,
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step .code-row button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px 15px !important;
}
.mapclub-account-create .mapclub-signup-container .form-step .code-row button:hover,
.mapclub-account-createendlessaisle .mapclub-signup-container .form-step .code-row button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.mapclub-account-create .mapclub-signup-container #btn-signup,
.mapclub-account-createendlessaisle .mapclub-signup-container #btn-signup {
  background-color: #000;
  border-color: #000;
  width: 100%;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin: 20px auto 0;
}
.mapclub-account-create .mapclub-signup-container #btn-signup:hover,
.mapclub-account-createendlessaisle .mapclub-signup-container #btn-signup:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.mapclub-account-create .ui-datepicker,
.mapclub-account-createendlessaisle .ui-datepicker {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}
.mapclub-account-create .ui-datepicker .ui-datepicker-next,
.mapclub-account-createendlessaisle .ui-datepicker .ui-datepicker-next {
  float: right;
}
.mapclub-account-create .ui-datepicker .ui-datepicker-title,
.mapclub-account-createendlessaisle .ui-datepicker .ui-datepicker-title {
  display: flex;
  gap: 10px;
}
.opc-block-summary .block-mapclub-checkout-section {
  padding-left: 20px;
  padding-right: 20px;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-unlink-wrapper .mapclub-link-button,
.opc-block-summary .block-mapclub-checkout-section .mapclub-link-wrapper .mapclub-link-button,
.opc-block-summary .block-mapclub-checkout-section .mapclub-unlink-wrapper .mapclub-unlink-button,
.opc-block-summary .block-mapclub-checkout-section .mapclub-link-wrapper .mapclub-unlink-button {
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section {
  background-color: #f3f7ff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 0;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section > label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section > label input {
  width: 18px;
  height: 18px;
  top: 0;
  margin: 0;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section .mapclub-points-details .available-points {
  margin-bottom: 10px;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section .mapclub-points-details .points-input {
  gap: 0;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section .mapclub-points-details .points-input input {
  width: 150px;
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section .mapclub-points-details .points-input button {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border: 1px solid #000;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-points-section .mapclub-points-details .points-input button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-bonus-link-section {
  background-color: #f3f7ff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 0 !important;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-bonus-link-section .mapclub-bonus-input-row {
  gap: 0 !important;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-bonus-link-section .mapclub-bonus-input-row .mapclub-country-code {
  width: 45px;
  height: 40px;
  display: flex;
  align-items: center;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-bonus-link-section .mapclub-bonus-input-row .mapclub-phone-input {
  height: 40px;
  border-right: 0;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-bonus-link-section .mapclub-bonus-input-row .mapclub-bonus-submit-button {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border: 1px solid #000;
}
.opc-block-summary .block-mapclub-checkout-section .mapclub-bonus-link-section .mapclub-bonus-input-row .mapclub-bonus-submit-button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.opc-block-summary .table-totals .totals.mapclub-points .amount {
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-popup.map-club-popup .mapclub-modal-grid {
    grid-template-columns: 1fr;
  }
  .modal-popup.map-club-popup .mapclub-modal-grid .mapclub-separator {
    height: 1px;
    display: inline-block;
  }
  .modal-popup.map-club-popup .mapclub-modal-grid .mapclub-google-column {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mapclub-account-mobile .page-main {
    padding: 25px;
    width: 45%;
  }
  .modal-popup.mapclub-signin-modal .modal-inner-wrap {
    width: 100%;
    max-width: 750px;
  }
  .map-club-register-form {
    min-width: 450px;
    width: 50%;
    margin: 0 auto !important;
  }
  .mapclub-account-create .page-main,
  .mapclub-account-createendlessaisle .page-main {
    padding: 25px;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .login-container .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mapclub-signin-wrapper {
    flex-wrap: wrap;
  }
  .modals-wrapper .modal-popup {
    z-index: 9022 !important;
  }
  .modals-wrapper .modal-popup + .modals-overlay {
    z-index: 9011 !important;
  }
  .modals-wrapper .modal-popup .modal-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .modal-popup.map-club-popup .mapclub-modal-grid {
    grid-template-columns: 1fr;
  }
  .modal-popup.map-club-popup .mapclub-modal-grid .mapclub-separator {
    height: 1px;
    display: inline-block;
  }
  .modal-popup.map-club-popup .mapclub-modal-grid .mapclub-google-column {
    margin-top: 0;
  }
  .modal-popup.mapclub-link-modal.modal-slide,
  .modal-popup.map-club-popup.modal-slide,
  .modal-popup.mapclub-setpin-modal.modal-slide,
  .modal-popup.mapclub-verify-modal.modal-slide,
  .modal-popup.mapclub-bonus-confirm-modal.modal-slide,
  .modal-popup.mapclub-link-modal.modal-slide,
  .modal-popup.map-club-popup.modal-slide,
  .modal-popup.mapclub-setpin-modal.modal-slide,
  .modal-popup.mapclub-verify-modal.modal-slide,
  .modal-popup.mapclub-bonus-confirm-modal.modal-slide {
    left: 0;
  }
  .modal-popup.mapclub-link-modal.modal-slide .modal-inner-wrap,
  .modal-popup.map-club-popup.modal-slide .modal-inner-wrap,
  .modal-popup.mapclub-setpin-modal.modal-slide .modal-inner-wrap,
  .modal-popup.mapclub-verify-modal.modal-slide .modal-inner-wrap,
  .modal-popup.mapclub-bonus-confirm-modal.modal-slide .modal-inner-wrap,
  .modal-popup.mapclub-link-modal.modal-slide .modal-inner-wrap,
  .modal-popup.map-club-popup.modal-slide .modal-inner-wrap,
  .modal-popup.mapclub-setpin-modal.modal-slide .modal-inner-wrap,
  .modal-popup.mapclub-verify-modal.modal-slide .modal-inner-wrap,
  .modal-popup.mapclub-bonus-confirm-modal.modal-slide .modal-inner-wrap {
    width: 100%;
    margin: 5rem auto;
    height: auto !important;
    min-height: auto !important;
  }
  .modal-popup.mapclub-link-modal .modal-footer,
  .modal-popup.map-club-popup .modal-footer,
  .modal-popup.mapclub-setpin-modal .modal-footer,
  .modal-popup.mapclub-verify-modal .modal-footer,
  .modal-popup.mapclub-bonus-confirm-modal .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem !important;
  }
  .mapclub-account-mobile .page-main {
    padding-top: 10px !important;
  }
  .account.customer-account-index .mapclub-linked-account .block-dashboard-info {
    padding: 0;
  }
}
.popup-newsletter .modal-inner-wrap .modal-header {
  padding: 0;
}
.popup-newsletter .modal-inner-wrap .modal-header .action-close {
  z-index: 2;
}
.popup-newsletter .modal-inner-wrap .modal-header .action-close:before {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.popup-newsletter .modal-inner-wrap .modal-content {
  padding: 0;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .image-container img {
  float: none;
  max-width: 100%;
  height: 270px;
  width: 100%;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container {
  padding: 30px 60px;
  width: 100%;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .popup-title {
  text-align: center;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .popup-title h1 {
  font-weight: 600;
  line-height: 1;
  font-family: proxima_novaregular, Arial, sans-serif;
  color: #000000;
  margin-bottom: 0px;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .intro {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
  margin-top: 10px;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .intro p {
  font-size: 18px;
  font-weight: 900;
  font-family: proxima_novaregular, Arial, sans-serif;
  color: #000000;
  line-height: 20px;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .newsletter .control:before {
  display: none;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .newsletter .control input {
  padding-left: 10px;
  height: 40px;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  border-radius: 2px;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .newsletter .control input::placeholder {
  color: #333333;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .actions {
  display: block;
  margin-top: 20px;
  width: 100%;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .actions .subscribe {
  height: 40px;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .actions .subscribe:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .actions .subscribe span {
  font-size: 14px;
  font-family: proxima_novaregular, Arial, sans-serif;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .message-content {
  position: unset;
  width: 100%;
  margin-top: 0px;
  text-align: center;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .message-content .message-error {
  margin-top: 10px;
  font-size: 1.2rem;
  padding: 12px 20px 12px 12px;
  padding-left: unset;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .message-content .message-error div::before {
  position: unset;
  margin: -2px 0 0;
}
.popup-newsletter .modal-inner-wrap .modal-content .newsletter-content .view-container .content .form .message-content .message-success {
  margin-top: 10px;
  font-size: 1.2rem;
}
#newsletter-subscription,
#store-newsletter-subscription {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#newsletter-subscription .image-container img,
#store-newsletter-subscription .image-container img {
  float: none;
  max-width: 100%;
  height: 270px;
  width: 100%;
}
#newsletter-subscription .view-container,
#store-newsletter-subscription .view-container {
  padding: 30px 60px;
  width: 100%;
}
#newsletter-subscription .view-container .popup-title,
#store-newsletter-subscription .view-container .popup-title {
  text-align: center;
}
#newsletter-subscription .view-container .popup-title h1,
#store-newsletter-subscription .view-container .popup-title h1 {
  font-weight: 900;
  line-height: 1;
  font-family: 'ProximaNova', sans-serif;
  color: #064393;
  margin-bottom: 0px;
}
#newsletter-subscription .view-container .intro,
#store-newsletter-subscription .view-container .intro {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
  margin-top: 10px;
}
#newsletter-subscription .view-container .intro p,
#store-newsletter-subscription .view-container .intro p {
  font-size: 18px;
  font-weight: 900;
  font-family: 'ProximaNova', sans-serif;
  color: #064393;
  line-height: 20px;
}
#newsletter-subscription .view-container .content .form .newsletter .control:before,
#store-newsletter-subscription .view-container .content .form .newsletter .control:before {
  display: none;
}
#newsletter-subscription .view-container .content .form .newsletter .control input,
#store-newsletter-subscription .view-container .content .form .newsletter .control input {
  padding-left: 10px;
  height: 40px;
  text-align: center;
}
#newsletter-subscription .view-container .content .form .newsletter .control input::placeholder,
#store-newsletter-subscription .view-container .content .form .newsletter .control input::placeholder {
  color: #333333;
}
#newsletter-subscription .view-container .content .form .actions,
#store-newsletter-subscription .view-container .content .form .actions {
  display: block;
  margin-top: 20px;
  width: 100%;
}
#newsletter-subscription .view-container .content .form .actions .subscribe,
#store-newsletter-subscription .view-container .content .form .actions .subscribe {
  height: 40px;
  border-radius: 0;
  border-radius: 3px;
  width: auto;
  display: block;
  margin: 0 auto;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
#newsletter-subscription .view-container .content .form .actions .subscribe:hover,
#store-newsletter-subscription .view-container .content .form .actions .subscribe:hover {
  background-color: #333333 !important;
  border: 1px solid #333333 !important;
}
#newsletter-subscription .view-container .content .form .actions .subscribe span,
#store-newsletter-subscription .view-container .content .form .actions .subscribe span {
  font-size: 14px;
}
#newsletter-subscription .view-container .content .form .message-content,
#store-newsletter-subscription .view-container .content .form .message-content {
  position: unset;
  width: 100%;
  margin-top: 0px;
  text-align: center;
}
#newsletter-subscription .view-container .content .form .message-content .message-error,
#store-newsletter-subscription .view-container .content .form .message-content .message-error {
  background: #fff;
  font-size: 1.2rem;
  padding: 12px 20px 12px 12px;
  padding-left: unset;
}
#newsletter-subscription .view-container .content .form .message-content .message-error div::before,
#store-newsletter-subscription .view-container .content .form .message-content .message-error div::before {
  position: unset;
  margin: -2px 0 0;
}
#newsletter-subscription .view-container .content .form .message-content .message-success,
#store-newsletter-subscription .view-container .content .form .message-content .message-success {
  background: #fff;
  font-size: 1.2rem;
  padding-left: 0 !important;
}
#newsletter-subscription .view-container .content .form .message-content .message-success div::before,
#store-newsletter-subscription .view-container .content .form .message-content .message-success div::before {
  position: unset;
  margin: -2px 0 0;
}
#newsletter-subscription .view-container .content .message-content.sm-div .message.error,
#store-newsletter-subscription .view-container .content .message-content.sm-div .message.error,
#newsletter-subscription .view-container .content .message-content.sm-div .message.success,
#store-newsletter-subscription .view-container .content .message-content.sm-div .message.success {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .modal-popup.popup-newsletter.modal-slide._inner-scroll .modal-inner-wrap .modal-content .newsletter-content .view-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-popup.popup-newsletter.modal-slide._inner-scroll {
    width: 100%;
    left: 0;
  }
  .modal-popup.popup-newsletter.modal-slide._inner-scroll .modal-inner-wrap {
    left: 50%;
    margin-left: -150px;
    width: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 0%;
  }
  .modal-popup.popup-newsletter.modal-slide._inner-scroll .modal-inner-wrap .modal-content .newsletter-content .view-container {
    padding: 30px 20px;
  }
  .modal-popup.popup-newsletter.modal-slide._inner-scroll .modal-inner-wrap .modal-content .newsletter-content .image-container {
    display: block;
  }
  .modal-popup.popup-newsletter.modal-slide._inner-scroll .modal-inner-wrap .modal-content .newsletter-content .image-container .newsletter.banner-image img {
    height: 163px;
  }
  .modal-popup.popup-newsletter.modal-slide._inner-scroll .modal-inner-wrap .modal-content .newsletter-content .view-container {
    width: 100%;
  }
  .modal-popup.popup-newsletter.modal-slide._inner-scroll .modal-inner-wrap .modal-content .newsletter-content .view-container .message-content .message.error {
    margin: 21px auto;
  }
  #newsletter-subscription .view-container,
  #store-newsletter-subscription .view-container {
    padding: 30px 20px;
  }
  #newsletter-subscription .image-container,
  #store-newsletter-subscription .image-container {
    display: block;
  }
  #newsletter-subscription .image-container .newsletter.banner-image img,
  #store-newsletter-subscription .image-container .newsletter.banner-image img {
    height: 163px;
  }
  #newsletter-subscription .view-container,
  #store-newsletter-subscription .view-container {
    width: 100%;
  }
  #newsletter-subscription .view-container .message-content .message.error,
  #store-newsletter-subscription .view-container .message-content .message.error {
    margin: 21px auto;
  }
}
.cms-newsletter-marketing #newsletter-subscription .image-container,
.cms-newsletter-marketing #store-newsletter-subscription .image-container {
  display: block !important;
}
.cms-newsletter-marketing #newsletter-subscription .view-container .popup-title,
.cms-newsletter-marketing #store-newsletter-subscription .view-container .popup-title,
.cms-newsletter-marketing #newsletter-subscription .view-container .intro,
.cms-newsletter-marketing #store-newsletter-subscription .view-container .intro,
.cms-newsletter-marketing #newsletter-subscription .view-container form#newsletter-validate-detail-sub,
.cms-newsletter-marketing #store-newsletter-subscription .view-container form#newsletter-validate-detail-sub {
  display: block !important;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns {
  max-width: 1440px !important;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #newsletter-subscription .view-container .popup-title h1 {
  color: #000000;
  font-family: proxima_novaregular, Arial, sans-serif;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #newsletter-subscription .view-container .intro p {
  color: #000000;
  font-family: 'ProximaNova', sans-serif;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #newsletter-subscription .view-container .content .form.subscribe .field.newsletter {
  float: none;
  max-width: 100%;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #newsletter-subscription .view-container .content .form.subscribe .actions {
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #store-newsletter-subscription .view-container .popup-title h1 {
  color: #000;
  font-family: proxima_novaregular, Arial, sans-serif;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #store-newsletter-subscription .view-container .intro p {
  color: #000000;
  font-family: 'ProximaNova', sans-serif;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #store-newsletter-subscription .view-container .content .form.subscribe .field.newsletter {
  float: none;
  max-width: 100%;
}
.cms-newsletter-marketing .page-wrapper #maincontent .columns #store-newsletter-subscription .view-container .content .form.subscribe .actions {
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  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;
}
/*PDP style goes here*/
body.catalog-product-view .page-wrapper main#maincontent {
  max-width: 100% !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns {
  max-width: 100% !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 15px;
  background-color: #f7f5f8 !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row h3.block-title.title {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  text-transform: capitalize;
  font-family: "Proximanova", sans-serif;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell {
  padding-bottom: 0;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list {
  margin-bottom: 0;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list .owl-stage-outer {
  padding-bottom: 0;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info {
  background: #fff !important;
  padding: 10px;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info .product.photo.product-item-photo {
  margin-left: 0;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info .product.details.product-item-details {
  display: block;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-name {
  border-top: 0px solid #c1c0d2;
  height: 55px;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-name a {
  font-weight: 700;
  font-size: 14px;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .block.upsell_pdp_slider.row .block-content.content .products.wrapper.grid.products-grid.products-upsell ol.products.list .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info .product.details.product-item-details .price-box span.price-container.price-final_price.tax.weee .price-wrapper .price {
  color: #444 !important;
  font-size: 14px !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider {
  width: 100%;
  max-width: 100% !important;
  margin: 40px auto;
  padding: 15px;
  background-color: #f7f5f8 !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .content-heading h2 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  text-transform: capitalize;
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item {
  width: 94.13% !important;
  margin-right: 20px;
  border: 1px solid transparent !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info {
  background: #fff !important;
  padding: 10px;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info .product-item-details .price-box.price-final_price .price-container .price {
  color: #444 !important;
  font-size: 14px !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info a.product.photo.product-item-photo {
  margin-left: 0;
  float: left;
  width: 100%;
  text-align: center;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info a.product.photo.product-item-photo span.product-image-container span.product-image-wrapper {
  padding-bottom: 83% !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name {
  border-top: 0px solid #c1c0d2;
  height: 52px;
  display: inline-block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a {
  text-decoration: none;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price {
  text-align: left !important;
  display: block;
  margin: 0;
  min-height: 38px;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-wrapper-container span.special-price span.price-container .price-wrapper .price {
  color: #444 !important;
  font-size: 14px !important;
  font-weight: 700;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-wrapper-container .discount {
  color: #222;
  font-weight: 700;
  margin: 6px 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-wrapper-container span.old-price.sly-old-price .price-container .price-wrapper .price {
  color: #444 !important;
  font-size: 14px !important;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .owl-controls .owl-nav [class*=owl-].owl-prev {
  background: url('../images/prev.svg') no-repeat center !important;
  background-size: 40% !important;
  width: 40px;
  height: 55px;
  left: 0px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 0% !important;
  background-color: rgba(251, 251, 251, 0.75) !important;
  opacity: 0.5;
  box-shadow: 0px 0px 4px 1px #dfdfdf;
}
body.catalog-product-view .page-wrapper main#maincontent .columns .custom-slider.new_products_slider .owl-carousel-products-new_products.owl-carousel .owl-controls .owl-nav [class*=owl-].owl-next {
  background: url('../images/next.svg') no-repeat center !important;
  background-size: 40% !important;
  width: 40px;
  height: 55px;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 0% !important;
  background-color: rgba(251, 251, 251, 0.75) !important;
  opacity: 0.5;
  box-shadow: 0px 0px 4px 1px #dfdfdf;
}
body.catalog-product-view.product-page-v1 .column.main .product-info-main {
  margin-top: 0px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__stage {
  height: 80vh !important;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
  display: none !important;
}
body.catalog-product-view .sections.nav-sections {
  margin-bottom: 0px !important;
}
body.catalog-product-view #maincontent {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0px;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .allow {
  display: none;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .allow-hide {
  display: none;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element #allow-hide {
  display: none;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown-italic.allow span:before {
  transform: rotate(45deg);
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown span {
  color: #012b8c;
  font-size: 16px;
  font-family: 'ProximaNova', sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown span:before {
  font-family: inherit;
  font-size: 1.5rem;
  content: "+";
  right: 0;
  position: absolute;
  color: #000;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown-italic {
  position: relative;
  display: block;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown-italic span {
  color: #757575;
  font-style: italic;
  font-size: 16px;
  cursor: pointer;
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown-italic span:before {
  font-family: inherit;
  font-size: 1.5rem;
  content: "+";
  right: 0;
  position: absolute;
  color: #000;
  font-style: normal;
  transform: rotate(90deg);
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown.allow[aria-expanded="false"] span:before {
  transform: rotate(90deg);
}
body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown.allow[aria-expanded="true"] span:before {
  transform: rotate(45deg);
}
body.catalog-product-view #maincontent .column.main .product.media {
  width: 59%;
  box-shadow: 0 0 80px 40px #f7f5f8 inset;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content {
  background: #fff;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .product_cert_no p {
  margin-top: 10px;
  text-transform: uppercase;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .product_cert_no p span {
  font-weight: 700;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider {
  background-color: #f7f5f8 !important;
  padding: 15px !important;
  clear: both;
  position: relative;
  top: 20px;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  overflow: unset;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer {
  padding-bottom: 0;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer li.product-item {
  margin-bottom: 0;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer li.product-item .product-item-info:hover {
  border: 0 !important;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer li.product-item .product-item-details {
  background: #fff;
  position: relative;
  bottom: 5px;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer li.product-item .product-item-details .price-box {
  margin-bottom: 0;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer li.product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: block !important;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer li.product-item .product-item-details .product-item-inner .product-item-actions .actions-primary form button.action.tocart.primary {
  padding: 30px 0 0 0;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer .product-item.item-v16 {
  position: relative;
  top: 16vh;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-stage-outer .product-item.item-v16 a {
  color: #006da4;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  width: 100px;
  display: block;
  margin: 0 auto;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-controls .owl-nav [class*=owl-].owl-prev {
  background: url('../images/prev.svg') no-repeat center !important;
  background-size: 40% !important;
  width: 40px;
  height: 55px;
  left: 0px !important;
  top: 70% !important;
  transform: translateY(-50%);
  border-radius: 0% !important;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .products-grid.grid .owl-controls .owl-nav [class*=owl-].owl-next {
  background: url('../images/next.svg') no-repeat center !important;
  background-size: 40% !important;
  width: 40px;
  height: 55px;
  right: -15px !important;
  top: 70% !important;
  transform: translateY(-50%);
  border-radius: 0% !important;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .product-item-details strong.product-item-name {
  display: none;
}
body.catalog-product-view #maincontent .column.main .product.media .product-details-content .pdp-jibbitz-slider .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  display: none;
}
body.catalog-product-view #maincontent .column.main .product.media .fotorama {
  background: #f7f5f8;
}
body.catalog-product-view #maincontent .column.main .product.media .fotorama .fotorama__wrap .fotorama__stage .amlabel-position-wrapper .amlabel-text {
  text-align: right;
  margin-top: 10px;
}
body.catalog-product-view #maincontent .column.main .product.media .fotorama__nav--thumbs {
  max-width: 66% !important;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  height: auto !important;
}
body.catalog-product-view #maincontent .column.main .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 2px !important;
  width: 45px !important;
  height: 45px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(52, 54, 73, 0.1) !important;
  border: 0;
}
body.catalog-product-view #maincontent .column.main .product.media .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
  background-color: #ffffff;
}
body.catalog-product-view #maincontent .column.main .product.media .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb img.fotorama__img {
  padding: 6px;
}
body.catalog-product-view #maincontent .column.main .product.media .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  transform: scale(1.34);
  z-index: 10;
}
body.catalog-product-view #maincontent .column.main .product-info-main.fixed {
  position: fixed;
  top: 70px;
  right: 7%;
}
body.catalog-product-view #maincontent .column.main .product-info-main {
  width: 34%;
  float: left;
  padding-left: 45px;
  right: 140px;
}
body.catalog-product-view #maincontent .column.main .product-info-main .pdp-description-section.mobile-desc-pdp {
  display: none;
}
body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .fieldset {
  position: relative;
}
body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .product-addto-links {
  margin-top: 0;
  position: absolute;
  bottom: 65px;
  right: 10px;
  margin-left: 0;
}
body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .product-addto-links .action.towishlist {
  display: block !important;
  border-left: 1px solid #fff;
  background-color: #002982;
  border-color: #002982;
}
body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .product-addto-links .action.towishlist:hover {
  background-color: #001d5b !important;
}
body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .product-addto-links .action.towishlist span:before {
  display: inline-block;
  content: '';
  background: url('../images/heart-icon-white.png') no-repeat;
  margin: 0;
  vertical-align: middle;
  background-size: 25px;
  background-position: center center;
  border: solid 0px #b6b6b6;
  width: 48px;
  height: 49px;
  border-left: 1px solid #fff;
  position: relative;
  right: 0;
}
body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .product-addto-links .action.towishlist span:hover:before {
  background: url('../images/heart-icon-red.png') no-repeat;
  vertical-align: middle;
  background-size: 25px;
  background-position: center center;
}
body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .product-addto-links .action.wishlisted span:before {
  background: url('../images/heart-icon-red.png') no-repeat !important;
  background-size: contain !important;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-options-bottom .box-tocart .fieldset {
  position: relative;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-options-bottom .box-tocart .product-addto-links {
  margin-top: 0;
  position: absolute;
  bottom: 65px;
  right: 10px;
  margin-left: 0;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-options-bottom .box-tocart .product-addto-links .action.towishlist {
  display: block !important;
  border-left: 1px solid #fff;
  background-color: #002982;
  border-color: #002982;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-options-bottom .box-tocart .product-addto-links .action.towishlist:hover {
  background-color: #001d5b !important;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-options-bottom .box-tocart .product-addto-links .action.towishlist span:before {
  display: inline-block;
  content: '';
  background: url('../images/heart-icon-white.png') no-repeat;
  margin: 0;
  vertical-align: middle;
  background-size: 25px;
  background-position: center center;
  border: solid 0px #b6b6b6;
  width: 48px;
  height: 49px;
  border-left: 1px solid #fff;
  position: relative;
  right: 0;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-options-bottom .box-tocart .product-addto-links .action.towishlist span:hover:before {
  background: url('../images/heart-icon-red.png') no-repeat;
  vertical-align: middle;
  background-size: 25px;
  background-position: center center;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-options-bottom .box-tocart .product-addto-links .action.wishlisted span:before {
  background: url('../images/heart-icon-red.png') no-repeat !important;
  background-size: contain !important;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-addto-links {
  margin-top: 0;
  position: absolute;
  bottom: 65px;
  right: 10px;
  margin-left: 0;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-info-price {
  margin: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
body.catalog-product-view #maincontent .column.main .product-info-main .product-info-price .price-box .price-final_price .price {
  color: #000 !important;
  font-size: 14px !important;
}
body.catalog-product-view #maincontent .column.main .block.row.related,
body.catalog-product-view #maincontent .column.main .block.row.upsell {
  max-width: 100%;
  margin: 0;
}
body.catalog-product-view #maincontent .column.main .block.row.related .block-title.title,
body.catalog-product-view #maincontent .column.main .block.row.upsell .block-title.title {
  text-align: center;
  font-size: 25px;
  font-family: "Proximanova", sans-serif;
  font-weight: 900;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"],
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"],
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"],
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] {
  border: none;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item {
  border: solid 1px transparent;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details {
  border: none;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .discount,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .discount,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .discount,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .discount {
  display: none;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions {
  position: relative !important;
  width: 100%;
  z-index: 0;
  bottom: 0;
  right: 0;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary {
  display: none;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist {
  left: unset !important;
  top: -5px;
  right: 0 !important;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box {
  margin-bottom: 0;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .price-container .price {
  color: #222222 !important;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .special-price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .special-price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .special-price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .special-price .price-container .price {
  color: #dd0019 !important;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price {
  color: #222222 !important;
}
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-related-heading"] .products-grid .product-item:hover,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-related-heading"] .products-grid .product-item:hover,
body.catalog-product-view #maincontent .column.main .block.row.related div[aria-labelledby="block-upsell-heading"] .products-grid .product-item:hover,
body.catalog-product-view #maincontent .column.main .block.row.upsell div[aria-labelledby="block-upsell-heading"] .products-grid .product-item:hover {
  border-color: #adadad;
}
body.catalog-product-view #maincontent .column.main .block.row.related .owl-carousel.owl-theme .owl-controls .owl-prev,
body.catalog-product-view #maincontent .column.main .block.row.upsell .owl-carousel.owl-theme .owl-controls .owl-prev {
  left: -20px !important;
}
body.catalog-product-view #maincontent .column.main .block.row.related .owl-carousel.owl-theme .owl-controls .owl-prev:hover,
body.catalog-product-view #maincontent .column.main .block.row.upsell .owl-carousel.owl-theme .owl-controls .owl-prev:hover {
  background-image: url('../images/arrows1.svg');
  background-color: #9bd7ee;
  border-radius: 0;
}
body.catalog-product-view #maincontent .column.main .block.row.related .owl-carousel.owl-theme .owl-controls .owl-next,
body.catalog-product-view #maincontent .column.main .block.row.upsell .owl-carousel.owl-theme .owl-controls .owl-next {
  right: -20px !important;
}
body.catalog-product-view #maincontent .column.main .block.row.related .owl-carousel.owl-theme .owl-controls .owl-next:hover,
body.catalog-product-view #maincontent .column.main .block.row.upsell .owl-carousel.owl-theme .owl-controls .owl-next:hover {
  background-image: url('../images/arrows1_right.svg');
  background-color: #9bd7ee;
  border-radius: 0;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section {
  clear: both;
  padding: 25px 15px 15px 15px;
  border-top: 0px solid #dcdcdc;
  max-width: 70% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section h2.desc-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section h3.desc-title {
  margin-top: 10px;
  text-transform: capitalize;
  color: #303030;
  font-weight: 300;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section h4.desc-sub-title strong {
  font-size: 14px !important;
  text-transform: capitalize;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .pdp-desc p {
  font-size: 14px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .pdp-desc p b {
  margin-bottom: 10px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .pdp-desc ul {
  margin-bottom: 0;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .pdp-desc ul li {
  margin-bottom: 0rem;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit h4 {
  margin: 10px 0px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit h4 strong {
  font-size: 14px !important;
  text-transform: capitalize;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit a.open-chart-bottom {
  color: #003c8e;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit a.open-chart-bottom:hover {
  text-decoration: underline;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit a.open-chart-bottom .ruler-icon {
  margin-right: 6px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit a.open-chart-bottom::before {
  content: '';
  margin-right: 6px;
  background-size: contain;
  background: url(../images/ruler.png) no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -17px;
  top: -1px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit .pdp-mail {
  margin-top: 10px;
  font-size: 12px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit .pdp-mail i {
  font-size: 13px;
  margin-right: 5px;
  color: #1063ba;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit .pdp-mail span.pdp-mail-content {
  margin-left: 6px;
  font-size: 12px;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit .pdp-mail span.pdp-mail-content a {
  color: #1063ba;
}
body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit .pdp-mail span.pdp-mail-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
body.catalog-product-view #maincontent .product-info-main {
  font-family: "Proximanova", sans-serif;
  /*short desc*/
  /*pickup in store*/
}
body.catalog-product-view #maincontent .product-info-main .product-info-price {
  border-bottom: 0px;
  margin: 0px;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .product-info-stock-sku .availability.only {
  text-align: left;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  text-align: left;
  line-height: normal;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box > span.price-container {
  display: block;
  float: none;
  width: 100%;
  padding: 0px;
  height: auto;
  line-height: 18px;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .discount {
  display: none !important;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-wrapper-container .special-price .price-container .price {
  color: #DD0018 !important;
  font-size: 14px;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price {
  font-size: 20px;
  font-weight: 400;
  color: #1063ba !important;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box > .special-price {
  display: inline-block;
  clear: both;
  overflow: auto;
  vertical-align: top;
  margin-right: 15px;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box > .special-price .price-final_price .price {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  color: #dd0019 !important;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price {
  float: none;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price-final_price .price {
  font-size: 14px;
  font-weight: 400;
  color: #303030 !important;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .discount-pdp {
  display: none;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price {
  float: none;
  padding-right: 0 !important;
}
body.catalog-product-view #maincontent .product-info-main .atome-price-divider.atome-widget {
  font-style: italic;
  color: #333;
  font-size: 14px;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty {
  display: none !important;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions {
  /*border-radius: 5px;*/
  width: 47%;
  display: inline-block;
  float: left;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button {
  background-color: #1e75e7;
  border-color: #1e75e7;
  /*border-radius: 5px !important;*/
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions + .shop-btn {
  width: 47%;
  display: inline-block !important;
  float: right;
  clear: none;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions + .shop-btn a {
  width: 100%;
}
body.catalog-product-view #maincontent .product-info-main .page-title-wrapper h1.page-title {
  line-height: normal;
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 700;
}
body.catalog-product-view #maincontent .product-info-main .product-info-stock-sku {
  text-align: center;
  padding: 0px;
  display: block;
}
body.catalog-product-view #maincontent .product-info-main .product-info-stock-sku .stock {
  display: none;
}
body.catalog-product-view #maincontent .product-info-main .product-add-form {
  padding-top: 0px;
}
body.catalog-product-view #maincontent .product-info-main .product.attribute.overview {
  display: none;
  margin-top: 0px;
}
body.catalog-product-view #maincontent .product-info-main .product.attribute.overview div[itemprop="description"] {
  text-align: center;
  text-transform: uppercase;
  color: #BBBDBF;
}
body.catalog-product-view #maincontent .product-info-main .product.attribute.sku {
  text-transform: uppercase;
  display: inline-block;
  float: left;
  line-height: 38px;
  color: #808184;
}
body.catalog-product-view #maincontent .product-info-main .product.attribute.sku strong,
body.catalog-product-view #maincontent .product-info-main .product.attribute.sku div {
  font-size: 12px !important;
  line-height: 16px;
}
body.catalog-product-view #maincontent .product-info-main .desc-wrap {
  padding: 15px 0px;
  overflow: hidden;
  border-bottom: 1px solid #cfcfcf;
  max-height: 50px;
  transition: max-height 0.5s ease-out;
}
body.catalog-product-view #maincontent .product-info-main .desc-wrap h1 {
  font-size: 16px;
  color: #404041;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  line-height: normal;
  font-weight: 400;
  font-family: "Proximanova", sans-serif;
}
body.catalog-product-view #maincontent .product-info-main .desc-wrap h1:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  right: 0px;
  background: url('../images/arrows4.svg') no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
body.catalog-product-view #maincontent .product-info-main .desc-wrap.expanded {
  max-height: 1200px;
  transition: max-height 0.5s ease-in;
}
body.catalog-product-view #maincontent .product-info-main .desc-wrap.expanded h1:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
body.catalog-product-view #maincontent .product-info-main .desc-wrap p {
  font-family: "Proximanova", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #777777;
}
body.catalog-product-view #maincontent .product-info-main .desc-wrap span {
  font-family: "Proximanova", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  color: #1e75e7;
}
body.catalog-product-view #maincontent .product-info-main .discount-pdp {
  display: none;
}
body.catalog-product-view #maincontent .product-info-main .source-info {
  display: none;
}
body.catalog-product-view .page.messages {
  display: block;
}
body.catalog-product-view .desc-idn {
  display: none;
}
body.catalog-product-view[class*="idn"] .product.attribute.description,
body.catalog-product-view html:lang(id) .product.attribute.description {
  display: none;
}
body.catalog-product-view[class*="idn"] .desc-idn,
body.catalog-product-view html:lang(id) .desc-idn {
  display: block;
}
body.catalog-product-view .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  width: 40px;
  height: 40px;
  content: "";
  border-top: 0px;
  top: 0;
  transform: rotate(180deg);
  border-radius: 0px;
  background-size: contain;
}
body.catalog-product-view .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: 0px;
}
body.catalog-product-view .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  width: 40px;
  height: 40px;
  content: "";
  top: 0;
  border-top: 0px;
  transform: rotate(0deg);
  border-radius: 0px;
  background-size: contain;
}
body.catalog-product-view .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: 0px;
}
body.catalog-product-view .column.main .block.row:before {
  clear: both;
  float: none;
}
body.catalog-product-view .product-options-wrapper .swatch-opt {
  margin: 5px 0px 15px;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute {
  border-top: 1px solid #cfcfcf;
  overflow: hidden;
  margin-bottom: 0px !important;
  position: relative;
  max-height: 50px;
  transition: max-height 0.5s ease-out;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute.expanded {
  max-height: 700px;
  transition: max-height 0.5s ease-in;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute-label {
  display: inline-block;
  padding: 15px 0px 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: static;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 800 !important;
  color: #404041;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute-label a.open-chart {
  color: #1063ba;
  text-transform: none;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute-label a.open-chart:hover {
  text-decoration: underline;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute-label a.open-chart:before {
  content: '';
  margin-right: 6px;
  background-size: contain;
  background: url('../images/ruler.png') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -17px;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute-label:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 10px;
  position: absolute;
  right: 0px;
  background: url('../images/arrows4.svg') no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute.expanded .swatch-attribute-label:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
body.catalog-product-view .product-options-wrapper .swatch-option.text {
  width: auto !important;
  border-radius: 0px !important;
  padding: 0 10px;
  min-width: 80px !important;
  margin-bottom: 12px;
  font-size: 14px !important;
  color: #303030 !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.text:before {
  border-radius: 0px !important;
  border: 0px !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.text:hover {
  background: #0063ba;
  color: #fff !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.text:hover:before {
  border-radius: 0px !important;
  border: 0px solid #999999 !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.text.selected {
  background-color: #0063ba !important;
  color: #fff !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.text.selected:before {
  border: 0px solid #999999 !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.image {
  border: 1px solid transparent !important;
  border-bottom: 0px solid #e5e5e5 !important;
  width: 70px !important;
  height: 40px !important;
  background-size: 50% !important;
  margin: 0 10px 0 0;
  padding: 5px 5px 3px 5px;
  box-shadow: inset 0 -2px 0 0 #e4e1e5;
  border-radius: 0;
}
body.catalog-product-view .product-options-wrapper .swatch-option.image:hover {
  border: 1px solid #141215 !important;
  border-radius: 4px;
  box-shadow: none;
}
body.catalog-product-view .product-options-wrapper .swatch-option.image:hover:before {
  visibility: hidden !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.image.selected {
  border: 1px solid #141215 !important;
  border-radius: 4px;
  box-shadow: none;
}
body.catalog-product-view .product-options-wrapper .swatch-option.image.selected:before {
  border: none !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.image .image.selected:before {
  visibility: hidden !important;
}
body.catalog-product-view .product-options-wrapper .swatch-option.image.disabled {
  opacity: 0.4;
}
body.catalog-product-view .product-options-wrapper .swatch-option.text.disabled:after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(0, 0, 0, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #b6b6b6), color-stop(53%, #b6b6b6), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #b6b6b6 47%, #b6b6b6 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%) !important;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #b6b6b6 47%, #b6b6b6 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%) !important;
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #b6b6b6 47%, #b6b6b6 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%) !important;
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #b6b6b6 47%, #b6b6b6 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%) !important;
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #b6b6b6 47%, #b6b6b6 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%) !important;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute.width .swatch-option.text {
  width: auto;
  padding: 0px 10px;
  text-transform: uppercase;
}
body.catalog-product-view .product-options-wrapper .swatch-option image {
  border-radius: 0px;
}
body.catalog-product-view .product-options-wrapper .swatch-option image:hover,
body.catalog-product-view .product-options-wrapper .swatch-option image:selected {
  border: 3px solid #cfcfcf !important;
}
body.catalog-product-view .product-options-wrapper .swatch-attribute-selected-option {
  display: none;
}
body.catalog-product-view .product-info-main {
  padding-bottom: 40px;
}
body.catalog-product-view .product-info-main .price-box.price-final_price .price-container .price {
  font-size: 24px;
}
body.catalog-product-view .product-info-main > .price-box {
  display: inline-block;
  float: right;
}
body.catalog-product-view .product-info-main .price-box.price-final_price:after {
  display: table;
  float: none;
  clear: both;
  content: '';
}
body.catalog-product-view .product-info-main .page-title-wrapper.product {
  clear: both;
  margin-bottom: 20px !important;
}
body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
  display: none;
}
body.catalog-product-view .product-info-main .rating-summary .rating-result {
  width: auto;
}
body.catalog-product-view .product-info-main .rating-summary .rating-result:before,
body.catalog-product-view .product-info-main .rating-summary .rating-result > span:before {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}
body.catalog-product-view .product-info-main .rating-summary .rating-result > span:before {
  color: #0063ba;
}
body.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span {
  display: inline-block;
}
body.catalog-product-view .product-info-main .field.qty {
  /*display: inline-block;*/
  display: none;
  clear: both;
  float: left;
}
body.catalog-product-view .product-info-main .field.qty .control {
  display: inline-block;
  margin-left: 10px;
}
body.catalog-product-view .product-info-main .field.qty label {
  display: inline-block;
  text-transform: uppercase;
  line-height: 38px;
  vertical-align: middle;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px !important;
}
body.catalog-product-view .product-info-main .field.qty select {
  border: none;
  width: 75px;
  padding: 10px 30px 10px 15px;
  height: auto;
  /*border-radius: 5px;*/
}
body.catalog-product-view .product-info-main .field.qty select:not([disabled]):focus {
  box-shadow: none;
}
body.catalog-product-view .additional-attributes-wrapper.table-wrapper {
  border-top: 1px solid #cfcfcf;
  max-height: 50px;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  position: relative;
  clear: both;
  margin-bottom: 0px;
}
body.catalog-product-view .additional-attributes-wrapper.table-wrapper .table > tbody > tr > th,
body.catalog-product-view .additional-attributes-wrapper.table-wrapper .table > tbody > tr > td {
  border-top: 0px;
}
body.catalog-product-view .additional-attributes-wrapper.table-wrapper #product-attribute-specs-table > caption {
  border: 0;
  clip: unset;
  height: auto;
  margin: none;
  overflow: auto;
  padding: 0;
  position: static;
  width: auto;
  padding: 15px 0px 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  display: block;
}
body.catalog-product-view .additional-attributes-wrapper.table-wrapper #product-attribute-specs-table > caption:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  right: 0px;
  background: url('../images/arrows4.svg') no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
body.catalog-product-view .additional-attributes-wrapper.table-wrapper.expanded {
  max-height: 700px;
  transition: max-height 0.5s ease-in;
}
body.catalog-product-view .additional-attributes-wrapper.table-wrapper.expanded #product-attribute-specs-table > caption:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
body.catalog-product-view .product-addtocart-button {
  background: #0063ba;
  border: 0px;
}
body.catalog-product-view .product-addtocart-button span {
  color: #fff;
}
body.catalog-product-view .shop-btn {
  display: block;
  clear: both;
  overflow: hidden;
}
body.catalog-product-view .shop-btn button {
  width: 47%;
  margin-right: 5%;
  margin-bottom: 10px;
  /*border-radius: 5px;*/
  padding: 15px;
}
body.catalog-product-view .shop-btn button span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Proximanova", sans-serif;
  font-size: 16px;
}
body.catalog-product-view .shop-btn button:last-child {
  margin-right: 0;
}
body.catalog-product-view .shop-btn button.shop-online {
  background-color: #1e75e7;
  border-color: #1e75e7;
}
body.catalog-product-view .shop-btn button.shop-offline {
  background-color: #006da4;
  border-color: #006da4;
}
body.catalog-product-view .shop-btn > a {
  width: 47%;
  margin-right: 5%;
  margin-bottom: 10px;
  /*border-radius: 5px;*/
  padding: 15px;
  display: block;
  float: left;
  text-align: center;
}
body.catalog-product-view .shop-btn > a span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Proximanova", sans-serif;
  font-size: 16px;
}
body.catalog-product-view .shop-btn > a:last-child {
  margin-right: 0;
}
body.catalog-product-view .shop-btn > a.shop-online {
  background-color: #1e75e7;
  border-color: #1e75e7;
}
body.catalog-product-view .shop-btn > a.shop-offline {
  background-color: #006da4;
  border-color: #006da4;
}
body.catalog-product-view .box-tocart {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.catalog-product-view .product-info-main .block.review-add {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  max-height: 50px;
  transition: max-height 0.5s ease-out;
}
body.catalog-product-view .product-info-main .block.review-add .block-title {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  cursor: pointer;
}
body.catalog-product-view .product-info-main .block.review-add .block-title strong {
  font-size: 16px;
}
body.catalog-product-view .product-info-main .block.review-add .block-title:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0px;
  right: 0px;
  background: url('../images/arrows4.svg') no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
body.catalog-product-view .product-info-main .block.review-add.expanded {
  max-height: 700px;
  transition: max-height 0.5s ease-in;
}
body.catalog-product-view .product-info-main .block.review-add.expanded .block-title:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
body.catalog-product-view .product-info-main .block.review-add .action.submit.primary {
  background: #0063ba;
  border-color: #0063ba;
  text-transform: uppercase;
}
body.catalog-product-view .product-info-main .block.review-add .action.submit.primary:hover {
  background: #004887;
  border-color: #004887;
}
body.catalog-product-view .product-info-main .block.review-add .action.submit.primary:hover span {
  color: #fff;
}
body.catalog-product-view .block.row {
  clear: both;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"],
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] {
  border-top: 1px solid #cfcfcf;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .block-actions,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .block-actions {
  display: none;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-info:hover,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-info:hover {
  box-shadow: unset !important;
  border: none !important;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .field.choice.related,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .field.choice.related {
  display: none;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-name,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-name {
  text-align: left !important;
  margin-top: 20px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .discount,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .discount {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  font-family: "Proximanova", sans-serif;
  color: black;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box {
  text-align: left !important;
  display: inline-block;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .special-price,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .special-price,
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price {
  display: inline-block;
  margin-left: 0px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price {
  font-size: 14px !important;
  color: grey !important;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .price-box .price-container .price,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-container .price {
  font-family: "Proximanova", sans-serif;
  color: #064394 !important;
  font-weight: 400;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details {
  border-top: 1px solid #47cefd;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions {
  margin: 0;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: 95px;
  right: 13px;
  z-index: 10;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary {
  display: block;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist {
  position: absolute;
  right: 0;
  top: 0;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-name > a,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-name > a {
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
}
body.catalog-product-view .block.row div[aria-labelledby="block-related-heading"] .products-grid .product-item .product-item-name > a:hover,
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-name > a:hover {
  text-decoration: none;
}
body.catalog-product-view .block.row .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  top: 35% !important;
}
body.catalog-product-view .block.row .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  top: 35% !important;
}
body.catalog-product-view .product-social-links {
  display: inline-block;
  float: left;
}
body.catalog-product-view .product-social-links .stButton {
  margin-left: 1px;
  margin-right: 1px;
}
body.catalog-product-view .product-social-links .st_facebook_large span span {
  background-color: #3b5898;
}
body.catalog-product-view .product-social-links .st_twitter_large span span {
  background-color: #00ade8;
}
body.catalog-product-view .product-social-links .st_pinterest_large span span {
  background-color: #cd443c;
}
body.catalog-product-view .product-addto-links {
  display: inline-block;
  clear: both;
  margin-top: 15px;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  z-index: 9;
  margin-bottom: -30px;
  float: right;
}
body.catalog-product-view .product-addto-links .action {
  margin-right: 0px;
  font-size: 16px !important;
}
body.catalog-product-view .product-addto-links .action.towishlist span:before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background: url('../images/wish-icon-new.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0px;
  position: relative;
  right: 10px;
}
body.catalog-product-view .product-addto-links .action.towishlist span:hover:before {
  background: url('../images/heart-icon-red.png') no-repeat;
  background-size: contain;
}
body.catalog-product-view .product-addto-links .action.wishlisted span:before {
  background: url('../images/heart-icon-red.png') no-repeat !important;
  background-size: contain !important;
}
body.catalog-product-view .product.info.detailed {
  font-family: "Proximanova", sans-serif;
}
body.catalog-product-view .product.info.detailed .product.data.items > .data.item.content {
  padding: 20px;
  color: #404041;
  font-weight: 200;
  border: 1px solid #ccc;
}
body.catalog-product-view .product.info.detailed a.data.switch {
  text-transform: uppercase;
}
body.catalog-product-view .product.info.detailed .block .block-title strong {
  font-size: 14px;
}
body.catalog-product-view .product.info.detailed .block .block-content *,
body.catalog-product-view .product.info.detailed .block .empty * {
  font-size: 14px;
}
body.catalog-product-view .product.info.detailed .rating-summary .rating-result::before {
  font-size: 14px;
}
body.catalog-product-view .product.info.detailed .rating-summary .rating-result > span::before {
  font-size: 14px;
  color: #0063ba;
}
body.catalog-product-view .product.info.detailed .review-control-vote label:before,
body.catalog-product-view .product.info.detailed .review-control-vote:before {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
}
body.catalog-product-view .product.info.detailed .review-control-vote label:before {
  color: #0063ba;
}
body.catalog-product-view .product.info.detailed .review-form .action.submit.primary {
  background: #1e75e7;
  border-color: #1e75e7;
  text-transform: uppercase;
  /*border-radius: 5px;*/
}
body.catalog-product-view .product.info.detailed .review-form button.action.primary:hover span {
  color: #fff;
}
body.catalog-product-view .product.info.detailed .review-field-rating .control {
  margin-bottom: 36px;
}
body.catalog-product-view .product.info.detailed fieldset.field.required.review-field-ratings span {
  font-weight: lighter;
}
body.catalog-product-view .product.info.detailed .field.required span {
  font-weight: lighter;
}
body.catalog-product-view .product.info.detailed .legend.review-legend span {
  display: none;
}
body.catalog-product-view .product.data.items > .item.title.active > .switch {
  font-family: "Proximanova", sans-serif;
}
body.catalog-product-view .product-info-similar {
  border-top: 1px solid #cfcfcf;
  overflow: hidden;
  margin: 15px 0 0;
  padding-bottom: 15px;
  position: relative;
  max-height: 50px;
  transition: max-height 0.5s ease-out;
  margin-bottom: -15px;
  font-family: "Proximanova", sans-serif;
}
body.catalog-product-view .product-info-similar.expanded {
  max-height: 700px;
  transition: max-height 0.5s ease-in;
}
body.catalog-product-view .product-info-similar h2 {
  margin: 0;
  display: inline-block;
  padding: 15px 0px 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: static;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #404041;
  font-family: "Proximanova", sans-serif;
}
body.catalog-product-view .product-info-similar h2:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 10px;
  position: absolute;
  right: 0px;
  background: url('../images/arrows4.svg') no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
body.catalog-product-view .product-info-similar.expanded h2:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
body.catalog-product-view .product-info-similar li {
  display: inline-block;
  width: 65px;
  margin-right: 10px;
  margin-top: 10px;
}
body.catalog-product-view .sizechart {
  text-align: center;
  font-family: "Proximanova", sans-serif;
  display: none;
}
body.catalog-product-view .sizechart h1 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 10px 0 20px;
  line-height: normal;
  font-weight: 700;
  font-family: "Proximanova", sans-serif;
  text-align: center;
}
body.catalog-product-view .sizechart label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  background: #1063ba;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
}
body.catalog-product-view .sizechart .row-striped:not(.ordersTableTitle):nth-child(2n-1) {
  background: #e6e6e6;
}
body.catalog-product-view .sizechart .row-striped:not(.ordersTableTitle):hover {
  background: #d9d9d9;
}
body.catalog-product-view .sizechart table.sizechart-table {
  padding: 15px;
}
body.catalog-product-view .sizechart p {
  text-align: left;
  font-style: italic;
  padding-left: 15px;
  color: #404041;
}
body.catalog-product-view .sizechart table > tbody > tr > td {
  width: 25%;
}
body.catalog-product-view .sizechart .table-wrapper-sc {
  padding: 15px;
}
body.catalog-product-view .sizechart .row-titles {
  font-weight: 700;
}
body.catalog-product-view .swatch-option-tooltip {
  display: none !important;
}
body.catalog-product-view .swatch-option-tooltip .corner {
  display: none;
}
body.catalog-product-view .magnify-lens {
  background-color: rgba(30, 117, 244, 0.39);
}
body.catalog-product-view input.mage-error + div.mage-error,
body.catalog-product-view select.mage-error + div.mage-error,
body.catalog-product-view textarea.mage-error + div.mage-error {
  display: none !important;
}
body.catalog-product-view .newsletter .control #newsletter-error.mage-error {
  display: block !important;
}
body.catalog-product-view #product-options-wrapper {
  width: 100%;
}
body.catalog-product-view #product-options-wrapper button.action.back.customization {
  background: #002982;
  padding: 10px;
  border: 1px solid #002982;
}
body.catalog-product-view #product-options-wrapper button.action.back.customization span {
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
}
body.catalog-product-view #product-options-wrapper button.action.back.customization:hover {
  background: #001d5b;
  border: 1px solid #001d5b;
  text-decoration: none;
}
body.catalog-product-view #product-options-wrapper button.action.back.customization:hover span {
  color: #fff;
}
body.catalog-product-view .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  clear: both;
}
body.catalog-product-view .bundle-options-container .price {
  font-size: 14px !important;
}
body.catalog-product-view .bundle-actions button#bundle-slide {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 12px;
  background-color: #002982;
  border-color: #002982;
  order: 1;
  width: 99% !important;
  margin-right: 0;
}
body.catalog-product-view .bundle-actions button#bundle-slide span {
  font-family: 'ProximaNova', sans-serif !important;
}
body.catalog-product-view .bundle-actions button#bundle-slide:hover {
  background-color: #001d5b !important;
  outline-color: #001d5b;
}
body.catalog-product-view .bundle-actions button#bundle-slide:hover span {
  color: #fff !important;
}
body.catalog-product-view .bundle-info .box-tocart .actions {
  vertical-align: top;
  float: unset;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  body.catalog-product-view .bundle-info .box-tocart .actions {
    flex-direction: row !important;
    justify-content: space-between;
  }
}
body.catalog-product-view .bundle-info .box-tocart .actions button#product-addtocart-button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #002982;
  border-color: #002982;
}
body.catalog-product-view .bundle-info .box-tocart .actions button#product-addtocart-button span {
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
}
body.catalog-product-view .bundle-info .box-tocart .actions button#product-addtocart-button:hover {
  background-color: #001d5b !important;
  border-color: #001d5b;
}
body.catalog-product-view .bundle-info .box-tocart .actions button#product-addtocart-button:hover span {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  body.catalog-product-view .bundle-info .box-tocart .actions button#product-addtocart-button {
    margin-bottom: 0px !important;
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .bundle-info .box-tocart .actions .buynow-button {
    width: 48%;
  }
}
body.catalog-product-view .bundle-info .box-tocart .actions .buynow-button button#buy-now {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #064394;
  border-color: #064394;
}
body.catalog-product-view .bundle-info .box-tocart .actions .buynow-button button#buy-now:hover {
  background-color: #ffffff;
  border-color: #064394;
}
body.catalog-product-view .bundle-info .box-tocart .actions .buynow-button button#buy-now:hover span {
  color: #064394;
}
body.catalog-product-view .bundle-options-container {
  width: 81%;
  margin: 0 auto;
}
body.catalog-product-view .bundle-options-container .field.qty.qty-holder label.label span {
  margin-right: 8px;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 900px) {
  body.catalog-product-view .shop-btn button {
    width: 100%;
  }
  body.catalog-product-view .shop-btn a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
    left: 0 !important;
    height: 80vh !important;
  }
  body.catalog-product-view .product.media .gallery-placeholder .fotorama__stage .fotorama__stage__shaft {
    max-width: 100% !important;
  }
  body.catalog-product-view.page-product-configurable .product-options-wrapper {
    min-height: 115px;
  }
  body.catalog-product-view .product.data.items > .item.title.active > .switch,
  body.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
    color: #1063ba !important;
    font-weight: 700;
  }
  .product.info.detailed .product.data.items > .item.title.active .switch {
    height: auto !important;
  }
  body.catalog-product-view .product.data.items > .item.title.active {
    bottom: 0px;
  }
  body.catalog-product-view .product.data.items > .item.title.active > .switch,
  body.catalog-product-view .product.data.items > .item.title.active > .switch:focus,
  body.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 0px;
  }
  .catalog-product-view .product.data.items > .item.title > .switch {
    border: 1px solid #ccc;
    border-right-color: #cccccc !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-left-color: #cccccc !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  body.catalog-product-view .product.data.items > .item.content {
    margin-top: 52px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .bundle-options-container {
    width: 100%;
  }
  body.catalog-product-view .product-options-wrapper .swatch-option.image {
    margin: 0 10px 10px 0;
  }
  body.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__stage {
    height: 70vh !important;
  }
  body.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__arr {
    display: block !important;
  }
  body.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__shaft {
    top: 0 !important;
  }
  body.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border {
    top: 0 !important;
  }
  body.catalog-product-view #maincontent {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section {
    max-width: 100% !important;
    padding: 10px 0;
    display: none;
  }
  body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown {
    width: 97%;
  }
  body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown span:before {
    top: 4px;
  }
  body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown-italic {
    width: 97%;
  }
  body.catalog-product-view #maincontent .column.main .product-options-bottom #element .pdp-dropdown-italic span:before {
    top: 4px;
  }
  body.catalog-product-view #maincontent .column.main .product.media {
    width: 100%;
  }
  body.catalog-product-view #maincontent .column.main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 350px;
  }
  body.catalog-product-view #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft.fotorama__grab {
    top: 0 !important;
  }
  body.catalog-product-view #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft.fotorama__grab .fotorama__thumb-border {
    top: 0 !important;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main {
    width: 100%;
    float: left;
    padding-left: 0px;
    right: 0;
    position: relative !important;
    top: 0 !important;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main h2.pdp-brand-title {
    font-size: 16px !important;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main.fixed {
    position: relative;
    top: 0;
    right: 0;
  }
  body.catalog-product-view .product.info.detailed .product.data.items {
    display: block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    border-bottom: 0px;
  }
  body.catalog-product-view .product.info.detailed .data.switch {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  body.catalog-product-view .product.info.detailed > .items > .item.title a {
    padding: 0px !important;
    font-size: 16px !important;
  }
  body.catalog-product-view .product.info.detailed .product.data.items.expanded {
    max-height: 1200px;
    transition: max-height 0.5s ease-in;
  }
  body.catalog-product-view .product.info.detailed .product.data.items .item.title a:after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 27px;
    top: 10px;
    position: absolute;
    right: 0px;
    background: url('../images/arrows4.svg') no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
  body.catalog-product-view .product.info.detailed .data.item.title + .data.item.content {
    display: block !important;
    max-height: 1px;
    overflow: hidden;
    padding: 0px;
    transition: max-height 0.5s ease-out;
    border: none;
  }
  body.catalog-product-view .product.info.detailed .data.item.title + .data.item.content > div {
    padding-bottom: 15px;
  }
  body.catalog-product-view .product.info.detailed .data.item.title.active + .data.item.content {
    max-height: 2000px;
    transition: max-height 0.5s ease-in;
  }
  body.catalog-product-view .product.info.detailed .product.data.items .item.title.active a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  body.catalog-product-view .product.info.detailed .field.required.review-field-ratings {
    display: none;
  }
  body.catalog-product-view .product.info.detailed .product.data.items.expanded .field.required.review-field-ratings {
    display: block;
  }
  body.catalog-product-view #maincontent .product-info-main {
    padding-bottom: 0px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-addto-links {
    display: none;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price {
    display: block;
    width: 100% !important;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .discount-pdp {
    font-size: 16px;
    line-height: 22px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .open-chart {
    color: #1063ba;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .open-chart:before {
    content: '\f545';
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
    margin-right: 6px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset {
    display: block;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty {
    width: 48%;
    margin-right: 0px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control:before {
    right: 12px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control select {
    padding: 9px 20px 9px 12px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .actions {
    margin-top: 29px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .product-addto-links {
    margin-left: 10px;
    margin-top: 29px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .product-addto-links .action.towishlist span:before {
    width: 60px;
    height: 48px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .actions,
  body.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .actions + .shop-btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  body.catalog-product-view #maincontent .product-info-main .page-title-wrapper h1.page-title {
    font-size: 18px;
    line-height: 1;
  }
  body.catalog-product-view #maincontent .product-info-main .action.share {
    margin-bottom: 16px;
  }
  body.catalog-product-view #maincontent .product-info-main .action.share .product-share-this span .stButton {
    margin-right: 10px;
    margin-left: 10px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .special-price .price-final_price .price {
    font-size: 26px !important;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price-final_price .price {
    font-size: 14px !important;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price .price {
    font-size: 26px !important;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .actions {
    clear: both;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button {
    float: none;
    display: inline-block;
    width: 48% !important;
    margin-top: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .actions .buynow-button {
    display: inline-block;
    width: 48% !important;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .actions .buynow-button button {
    width: 100% !important;
    margin-top: 0px !important;
    margin-left: 6px;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty {
    width: 48% !important;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty .control:before {
    right: 12px;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty .control select {
    padding: 9px 20px 9px 12px;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart.pdpsticky .actions {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    padding: 18px 12px;
    margin-bottom: 0 !important;
    box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.22);
  }
  body.catalog-product-view .bundle-options-container .legend.title {
    font-size: 26px !important;
    font-weight: 700;
  }
}
/* Kemana CS */
body.catalog-product-view #maincontent .product-info-main {
  margin-top: 14px;
}
body.catalog-product-view #maincontent .product-info-main h2.pdp-brand-title {
  color: #003c8e;
  font-weight: 600;
  margin: 5px 0px;
  font-size: 16px;
}
body.catalog-product-view #maincontent .product-info-main .page-title-wrapper.product {
  margin-bottom: 0px !important;
}
body.catalog-product-view #maincontent .product-info-main .page-title-wrapper.product h1.page-title {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-family: 'ProximaNova', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}
body.catalog-product-view #maincontent .product-info-main .field.qty label {
  font-size: 15px;
  font-weight: 700;
}
body.catalog-product-view #maincontent .product-info-main .product-share-label {
  line-height: 32px;
  vertical-align: top;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 800;
  display: none;
}
body.catalog-product-view #maincontent .product-info-main .product-share-this {
  display: inline-block;
}
body.catalog-product-view #maincontent .product-info-main .product-share-this .stButton .stLarge {
  background: none !important;
  width: 24px;
}
body.catalog-product-view #maincontent .product-info-main .product-share-this .stButton .stLarge:before {
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #acacac;
}
body.catalog-product-view #maincontent .product-info-main .product-share-this .stButton .stLarge:hover {
  opacity: 1;
}
body.catalog-product-view #maincontent .product-info-main .product-share-this .stButton .stLarge:hover:before {
  color: #141414;
}
body.catalog-product-view #maincontent .product-info-main .product-share-this .st_facebook_large .stButton .stLarge:before {
  content: '\f39e';
}
body.catalog-product-view #maincontent .product-info-main .product-share-this .st_twitter_large .stButton .stLarge:before {
  content: '\f099';
}
body.catalog-product-view #maincontent .product-info-main .product.attribute.sku {
  line-height: 26px;
}
body.catalog-product-view #maincontent .product-info-main .product.attribute.sku strong,
body.catalog-product-view #maincontent .product-info-main .product.attribute.sku div {
  font-size: 12px;
  line-height: 22px;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  padding-top: 12px;
  padding-bottom: 0;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price {
  font-size: 30px;
  color: #141414 !important;
}
body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price {
  font-size: 20px;
  color: #222222 !important;
}
body.catalog-product-view #maincontent .product-info-main .product-info-similar {
  border: none;
  margin: 0;
  padding: 0;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty {
  display: inline-block;
  float: unset;
  margin-bottom: 0;
  width: 100%;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty label {
  display: block;
  line-height: 1;
  margin-bottom: 14px;
  float: unset;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty .control {
  display: block;
  margin-left: 0;
  position: relative;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty .control:before {
  content: '\f0d7';
  font-family: FontAwesome;
  display: inline-block;
  color: #020202;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty select {
  box-sizing: border-box;
  border: solid 1px #b6b6b6;
  color: #020202;
  background-color: transparent;
  background-image: none;
  padding: 9px 23px 9px 15px;
  max-width: 60px;
  margin-right: 15px;
  width: 100%;
  max-width: 100%;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions {
  vertical-align: bottom;
  float: unset;
  width: calc(100% - 87px);
  max-width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button {
  margin-bottom: 0;
  margin-top: 0px;
  padding: 12px;
  background-color: #002982;
  border-color: #002982;
  order: 1;
  width: 99% !important;
  margin-right: 0;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button span {
  font-size: 20px;
  color: #ffffff !important;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button:hover {
  background-color: #001d5b !important;
  outline-color: #001d5b;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button:hover span {
  color: #ffffff !important;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button:disabled,
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button.disabled {
  background-color: #a4a4a4;
  border-color: #a4a4a4;
  font-weight: 600;
  font-family: "Proximanova", sans-serif;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button.added {
  background-color: #064394;
  border-color: #064394;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button.added span {
  color: #064394;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button span {
  color: #ffffff;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions .buynow-button button {
  background: #064394;
  border-color: #064394;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions .buynow-button button span {
  color: #ffffff !important;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions .buynow-button button:hover {
  background-color: #ffffff !important;
  border-color: #064394;
}
body.catalog-product-view #maincontent .product-info-main .box-tocart .actions .buynow-button button:hover span {
  color: #064394 !important;
}
body.catalog-product-view #maincontent .product-info-main .product-addto-links {
  display: inline-block;
  margin-left: 15px;
  margin-top: 0;
  vertical-align: top;
}
body.catalog-product-view #maincontent .product-info-main .product-addto-links span {
  font-size: 0;
}
body.catalog-product-view #maincontent .product-info-main .product-addto-links .action.towishlist span:before {
  width: 69px;
  height: 38px;
  background-size: 25px;
  background-position: center center;
  margin: 0;
  border: solid 1px #b6b6b6;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute.color.expanded {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute {
  max-height: unset;
  border-top: none;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-opt {
  margin-top: 5x;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-size: 16px;
  font-weight: 700 !important;
  color: #000;
  text-transform: capitalize;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-label:after {
  display: none;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-label .swatch-error-notice {
  color: #dd0019;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  margin-left: 15px;
  line-height: 15px;
  vertical-align: middle;
  text-transform: Capitalize;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-label a.open-chart {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 7%;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-options:focus {
  box-shadow: none;
  outline: 0;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text {
  border: solid 1px #ccc !important;
  background-color: #ffffff !important;
  color: #444 !important;
  padding: 5px;
  height: 36px;
  border-radius: 4px !important;
  box-sizing: border-box;
  min-width: 60px;
  white-space: nowrap;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text.error {
  border-color: #dd0019 !important;
  color: #dd0019;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  border-color: #000 !important;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text:last-child {
  margin-right: 0;
}
body.catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.catalog-product-view .product-info-main .box-tocart .actions button:after {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  body.store-view-idn.catalog-product-view .breadcrumbs {
    padding: 15px !important;
    margin-bottom: 0px;
  }
  body.catalog-product-view .breadcrumbs {
    min-height: 46px;
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
  body.catalog-product-view .breadcrumbs .items {
    padding-left: 3%;
  }
  body .catalog-product-view #maincontent .product-info-main h2.pdp-brand-title {
    font-size: 28px;
  }
  body .catalog-product-view #maincontent .product-info-main .product-addto-links {
    margin-top: 15px;
  }
  body .catalog-product-view #maincontent .product.media .gallery-placeholder .magnifier-preview {
    width: 550px !important;
    height: 600px !important;
  }
  body #sizechart-id p.chart-title {
    text-align: left;
    padding-left: 20px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 300;
    font-style: normal;
  }
  body #sizechart-id table {
    border-color: #dddddd !important;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid;
  }
  body #sizechart-id table tr > * {
    display: block !important;
    max-width: 125px;
    height: auto !important;
    border: 0 !important;
    border-bottom: 1px solid #dddddd!important;
    color: #000000 !important;
    padding: 15px 10px;
  }
  body #sizechart-id table tr {
    display: table-cell !important;
    border-left: 1px solid #dddddd;
  }
  body #sizechart-id table tr td:nth-child(even) {
    background: #f7f7f7;
  }
  body #sizechart-id table tr td:last-child {
    border-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  body.catalog-product-view #maincontent .product-info-main {
    right: 7% !important;
  }
  body.catalog-product-view #maincontent .product-info-main .product.attribute.sku {
    line-height: 26px;
  }
  body.catalog-product-view #maincontent .product-info-main .product.attribute.sku strong,
  body.catalog-product-view #maincontent .product-info-main .product.attribute.sku div {
    font-size: 11px;
    line-height: 22px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
    padding-top: 5px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price {
    font-size: 30px;
    color: #141414 !important;
    font-weight: bold;
  }
  body.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price {
    font-size: 20px;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty {
    display: block;
    width: 168px;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .field.qty select {
    max-width: 155px;
    position: relative;
    background-image: none;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .actions {
    vertical-align: top;
    float: unset;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  body.catalog-product-view #maincontent .product-info-main .product-addto-links {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .breadcrumbs {
    display: block;
    padding-top: 15px;
    min-height: 67px;
  }
  body.catalog-product-view .breadcrumbs > li {
    display: flex;
  }
  body.catalog-product-view .breadcrumbs .items .item a,
  body.catalog-product-view .breadcrumbs .items .item strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: initial;
  }
  body.catalog-product-view #maincontent .column.main .product.media .fotorama {
    background: #ffffff !important;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .pdp-description-section.mobile-desc-pdp {
    display: block;
    padding: 10px 0;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .pdp-description-section.mobile-desc-pdp h2.desc-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .pdp-description-section.mobile-desc-pdp .product_cert_no p {
    text-transform: uppercase;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .pdp-description-section.mobile-desc-pdp .product_cert_no p span {
    font-weight: 700;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .product-addto-links {
    margin-left: 10px;
    position: fixed;
    bottom: 83px;
    z-index: 99;
    background: #fff;
    margin-top: 0;
  }
  body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit a.open-chart-bottom {
    padding-left: 20px;
  }
  body.catalog-product-view #maincontent .column.main .product-details-content .pdp-description-section .find-your-fit a.open-chart-bottom:before {
    left: 0;
  }
  body.catalog-product-view #maincontent .product-info-main {
    margin-top: 25px;
  }
  body.catalog-product-view #maincontent .product-info-main .page-title-wrapper.product h1.page-title {
    font-size: 18px;
    line-height: 1;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .actions button span {
    font-size: 12px;
  }
  body.catalog-product-view #maincontent .product-info-main .box-tocart .actions #product-addtocart-button span {
    font-size: 16px;
  }
  body.catalog-product-view #maincontent .product-info-price .price-box .price-final_price .price {
    font-size: 24px;
  }
  body.catalog-product-view #maincontent .product-info-price .price-box > .special-price .price-final_price .price {
    font-size: 24px;
  }
  body.catalog-product-view #maincontent .column.main {
    padding-bottom: 10px;
  }
  body.catalog-product-view #maincontent .column.main .product.media .fotorama__nav--thumbs {
    padding-top: 50px;
  }
  body.catalog-product-view #maincontent .column.main .block.row.related .block-title.title,
  body.catalog-product-view #maincontent .column.main .block.row.upsell .block-title.title {
    font-size: 16px;
  }
  body.catalog-product-view #maincontent .column.main .block.row.related .block-content.content .products-grid.products-related,
  body.catalog-product-view #maincontent .column.main .block.row.upsell .block-content.content .products-grid.products-related {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body.catalog-product-view #maincontent .column.main .block.row.related .block-content.content .products-grid.products-related .product-items,
  body.catalog-product-view #maincontent .column.main .block.row.upsell .block-content.content .products-grid.products-related .product-items {
    margin-bottom: 0;
  }
  body.catalog-product-view #maincontent .column.main .block.row.related .block-content.content .products-grid.products-related .product-items .product-item .price-box,
  body.catalog-product-view #maincontent .column.main .block.row.upsell .block-content.content .products-grid.products-related .product-items .product-item .price-box {
    margin-bottom: 0;
  }
  body.catalog-product-view #maincontent .column.main .block.row.related .block-content.content .owl-carousel.owl-theme .owl-stage-outer,
  body.catalog-product-view #maincontent .column.main .block.row.upsell .block-content.content .owl-carousel.owl-theme .owl-stage-outer {
    padding-bottom: 0;
  }
  body.catalog-product-view #maincontent .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: -5px;
  }
  body.catalog-product-view #maincontent .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: -5px;
  }
  body.catalog-product-view #maincontent .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  body.catalog-product-view #maincontent .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    height: 100px;
    top: 80% !important;
    display: none !important;
  }
  body.catalog-product-view #maincontent .fotorama__nav.fotorama__nav--thumbs {
    margin-top: 20px;
    height: 102px !important;
    max-width: 300px;
  }
  body.catalog-product-view #maincontent .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 100px !important;
  }
  body.catalog-product-view #maincontent .fotorama__nav-wrap--horizontal .fotorama__thumb-border {
    height: auto !important;
    width: auto !important;
    border: solid 0px #064394;
  }
  body.catalog-product-view #maincontent .fotorama__stage__frame .fotorama__img {
    width: 100%;
  }
  body.catalog-product-view #maincontent .fotorama__arr.fotorama__arr--next,
  body.catalog-product-view #maincontent .fotorama__arr.fotorama__arr--prev {
    display: none;
  }
  body.catalog-product-view .product-addto-links {
    margin-top: 0px;
  }
  body #sizechart-id p.chart-title {
    text-align: left;
    padding-left: 20px;
    font-weight: 300;
    font-size: 26px !important;
    margin-top: 25px;
    font-style: normal;
  }
  body #sizechart-id table {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border-color: #dddddd !important;
  }
  body #sizechart-id table tr {
    border-left: 1px solid #dddddd;
  }
  body #sizechart-id table tr:nth-child(even) {
    background: #f7f7f7;
  }
  body #sizechart-id table tr td {
    border-right: 1px solid #dddddd!important;
  }
  [class*=owl-carousel-products-].owl-theme .owl-dots {
    bottom: 0px !important;
  }
}
.page-products .mfp-iframe-holder .mfp-content {
  max-width: 1000px !important;
  max-height: 100% !important;
  margin: 0 auto !important;
}
.page-products .mfp-iframe-holder .mfp-close {
  font-weight: 500;
  font-size: 40px;
  opacity: 1 !important;
}
iframe.mfp-iframe {
  border-radius: 5px !important;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product.media .product-addto-links {
  margin-top: 40px;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product.media .product-addto-links a.action.towishlist {
  display: none;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product.media .fotorama__nav--thumbs {
  padding-top: 50px !important;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product.media .product-details-content {
  display: none;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product.media .gallery-placeholder .fotorama__stage {
  left: 0px !important;
  width: 100% !important;
  height: 60vh !important;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main {
  width: 40%;
  padding-left: 15px;
  padding-right: 8px;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .box-tocart .actions {
  width: 100%;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .box-tocart .actions button#product-addtocart-button span {
  font-family: 'ProximaNova', sans-serif;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .box-tocart .fieldset .product-addto-links {
  display: none !important;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .box-gotoproduct .fieldset .actions {
  text-align: center;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .box-gotoproduct .fieldset .actions #product-gotoproduct-button {
  font-family: "Proximanova", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  border: 0;
  color: #006da4;
  text-decoration: none;
  font-size: 16px;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .box-gotoproduct .fieldset .actions #product-gotoproduct-button span {
  color: #006da4;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .product-info-price .price-box .price-wrapper-container span.discount-separator {
  font-weight: 700;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .product-info-price .price-box .price-wrapper-container .special-price .price-container .price {
  font-weight: 700;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .product-info-price .price-box .price-wrapper-container .discount {
  font-weight: 700;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .product-info-price .price-box .price-final_price .price {
  font-weight: 700;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .product-info-main .product-info-price .price-box .old-price .discount-pdp {
  font-weight: 700;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .custom-slider.new_products_slider {
  display: none;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .fotorama__nav-wrap .fotorama__thumb__arr--left {
  left: 0;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .fotorama__nav-wrap .fotorama__thumb__arr--right {
  right: 0;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .fotorama__nav-wrap .fotorama__thumb__arr--left,
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .fotorama__nav-wrap .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .fotorama__nav-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon,
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .column.main .fotorama__nav-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  padding-top: 10px;
}
.catalog-product-view.weltpixel_quickview-catalog_product-view .fotorama__nav-wrap {
  display: block !important;
  width: 90%;
  height: 150px;
  margin: 0 auto;
}
/* up-sell products **/
body.catalog-product-view #maincontent .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px !important;
}
body.catalog-product-view .page-wrapper > .page-bottom,
body.checkout-cart-index .page-wrapper > .page-bottom {
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
}
body.catalog-product-view.theme-pearl.page-layout-1column .products.products-grid,
body.checkout-cart-index.theme-pearl.page-layout-1column .products.products-grid {
  padding-top: 0 !important;
}
body.catalog-product-view .block.row,
body.checkout-cart-index .block.row,
body.catalog-product-view .block.crosssell,
body.checkout-cart-index .block.crosssell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 36px;
  width: 100%;
  float: none;
  display: block;
}
body.catalog-product-view .block .title,
body.checkout-cart-index .block .title {
  line-height: 1.27;
  letter-spacing: normal;
  color: #303030;
  margin: 40px 0 31px;
  font-family: "Proximanova", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 30px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"],
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"],
body.catalog-product-view .block.crosssell div[aria-labelledby="block-upsell-heading"],
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-upsell-heading"] {
  border: none;
}
body.catalog-product-view .block.crosssell .owl-carousel .owl-stage-outer,
body.checkout-cart-index .block.crosssell .owl-carousel .owl-stage-outer {
  padding: 0;
}
body.catalog-product-view .block.row .products-upsell.grid.products-grid .owl-item .product-item,
body.checkout-cart-index .block.row .products-upsell.grid.products-grid .owl-item .product-item,
body.catalog-product-view .block.crosssell .products-crosssell.grid.products-grid .owl-item .product-item,
body.checkout-cart-index .block.crosssell .products-crosssell.grid.products-grid .owl-item .product-item {
  background-color: #ffffff;
  width: 94.13% !important;
  margin-right: 20px;
  border: 1px solid transparent !important;
}
body.catalog-product-view .block.row .products-upsell.grid.products-grid .owl-item .product-item:hover,
body.checkout-cart-index .block.row .products-upsell.grid.products-grid .owl-item .product-item:hover,
body.catalog-product-view .block.crosssell .products-crosssell.grid.products-grid .owl-item .product-item:hover,
body.checkout-cart-index .block.crosssell .products-crosssell.grid.products-grid .owl-item .product-item:hover {
  border: 1px solid #333333;
}
body.catalog-product-view .block.row .products-upsell #pre-div,
body.checkout-cart-index .block.row .products-upsell #pre-div,
body.catalog-product-view .block.crosssell .products-crosssell #pre-div,
body.checkout-cart-index .block.crosssell .products-crosssell #pre-div {
  display: none;
}
body.catalog-product-view .block.row .products-upsell.products-grid.products-upsell .product-item .product-item-info,
body.checkout-cart-index .block.row .products-upsell.products-grid.products-upsell .product-item .product-item-info,
body.catalog-product-view .block.crosssell .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
body.checkout-cart-index .block.crosssell .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
body.catalog-product-view .block.row .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
body.checkout-cart-index .block.row .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
body.catalog-product-view .block.crosssell .products-crosssell.products-grid.products-crosssell .product-item .product-item-info,
body.checkout-cart-index .block.crosssell .products-crosssell.products-grid.products-crosssell .product-item .product-item-info {
  padding: 0 20px 20px;
}
body.catalog-product-view .block.row .products-upsell a.product.photo.product-item-photo,
body.checkout-cart-index .block.row .products-upsell a.product.photo.product-item-photo,
body.catalog-product-view .block.crosssell .products-crosssell a.product.photo.product-item-photo,
body.checkout-cart-index .block.crosssell .products-crosssell a.product.photo.product-item-photo {
  margin: 0 5px;
  display: flex;
}
body.catalog-product-view .block.row .products-upsell .owl-carousel .owl-item img,
body.checkout-cart-index .block.row .products-upsell .owl-carousel .owl-item img,
body.catalog-product-view .block.crosssell .products-crosssell .owl-carousel .owl-item img,
body.checkout-cart-index .block.crosssell .products-crosssell .owl-carousel .owl-item img {
  margin: 0;
}
body.catalog-product-view .block.row .products-upsell .products-grid .product-item .product-item-info,
body.checkout-cart-index .block.row .products-upsell .products-grid .product-item .product-item-info,
body.catalog-product-view .block.crosssell .products-crosssell .products-grid .product-item .product-item-info,
body.checkout-cart-index .block.crosssell .products-crosssell .products-grid .product-item .product-item-info {
  display: inline-block;
}
body.catalog-product-view .block.row .products-upsell .product-item .product-item-info .product-item-details .product-item-actions,
body.checkout-cart-index .block.row .products-upsell .product-item .product-item-info .product-item-details .product-item-actions,
body.catalog-product-view .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions,
body.checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions {
  position: absolute !important;
}
body.catalog-product-view .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
body.checkout-cart-index .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
body.catalog-product-view .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
body.checkout-cart-index .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  background: url('../images/prev.svg') no-repeat center !important;
  background-size: 40% !important;
  width: 40px;
  height: 55px;
  left: -30px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 0% !important;
  background-color: rgba(251, 251, 251, 0.75) !important;
  opacity: 0.5;
  box-shadow: 0px 0px 4px 1px #dfdfdf;
}
body.catalog-product-view .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
body.checkout-cart-index .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
body.catalog-product-view .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
body.checkout-cart-index .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  background: url('../images/next.svg') no-repeat center !important;
  background-size: 40% !important;
  width: 40px;
  height: 55px;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 0% !important;
  background-color: rgba(251, 251, 251, 0.75) !important;
  opacity: 0.5;
  box-shadow: 0px 0px 4px 1px #dfdfdf;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-info:hover,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-info:hover,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-info:hover,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-info:hover {
  margin: 0;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  min-height: 153px;
  padding-bottom: 0px !important;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box {
  display: block;
  margin: 0;
  min-height: 38px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container {
  display: inline-block;
  margin: 5px 0px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .special-price,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .special-price,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .special-price,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .special-price {
  display: block;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .old-price,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .old-price,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .old-price,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-wrapper-container .old-price {
  display: block;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .discount,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .discount,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .discount,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .discount {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0px;
  font-size: 12px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-container .price,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .price-container .price,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-container .price,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .price-container .price {
  color: #222222 !important;
  font-size: 13px !important;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .special-price .price-container .price,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box .special-price .price-container .price,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .special-price .price-container .price,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box .special-price .price-container .price {
  color: #dd0019 !important;
  font-weight: bold;
  font-size: 13px !important;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price {
  font-family: "Proximanova", sans-serif;
  color: #222222 !important;
  text-decoration: line-through;
  font-weight: normal;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price {
  margin-right: 0;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .discount,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .discount,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .discount,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .discount {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist {
  top: -10px;
  width: 18px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item:hover .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item:hover .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item:hover .product-item-details .product-item-actions .actions-secondary a.towishlist,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item:hover .product-item-details .product-item-actions .actions-secondary a.towishlist {
  left: inherit !important;
  right: 0 !important;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-name,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-name,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-name,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-name {
  padding-top: 18px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-details .product-item-actions,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-actions,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-actions {
  right: 0;
  bottom: inherit;
}
body.catalog-product-view .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-name > a,
body.checkout-cart-index .block.row div[aria-labelledby="block-upsell-heading"] .products-grid .product-item .product-item-name > a,
body.catalog-product-view .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-name > a,
body.checkout-cart-index .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-name > a {
  font-family: "Proximanova", sans-serif;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}
body.catalog-product-view .page-wrapper > .page-bottom {
  padding-bottom: 60px;
  border-top: 1px solid #ccc;
}
body.checkout-cart-index .page-wrapper > .page-bottom {
  padding-bottom: 40px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 900px) {
  body.catalog-product-view .block.row,
  body.checkout-cart-index .block.row,
  body.catalog-product-view .block.crosssell,
  body.checkout-cart-index .block.crosssell {
    padding: 0 15px;
  }
  body.catalog-product-view .block.row .products-upsell.products-grid.products-upsell .product-item .product-item-info,
  body.checkout-cart-index .block.row .products-upsell.products-grid.products-upsell .product-item .product-item-info,
  body.catalog-product-view .block.crosssell .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
  body.checkout-cart-index .block.crosssell .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
  body.catalog-product-view .block.row .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
  body.checkout-cart-index .block.row .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
  body.catalog-product-view .block.crosssell .products-crosssell.products-grid.products-crosssell .product-item .product-item-info,
  body.checkout-cart-index .block.crosssell .products-crosssell.products-grid.products-crosssell .product-item .product-item-info {
    padding: 0 10px 20px;
  }
  body.catalog-product-view .page-wrapper > .page-bottom {
    padding-bottom: 30px;
  }
  body.checkout-cart-index .page-wrapper > .page-bottom {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .block.row,
  body.checkout-cart-index .block.row,
  body.catalog-product-view .block.crosssell,
  body.checkout-cart-index .block.crosssell {
    max-width: 100%;
    padding: 0;
  }
  body.catalog-product-view.theme-pearl.page-layout-1column .products.products-grid,
  body.checkout-cart-index.theme-pearl.page-layout-1column .products.products-grid {
    margin: 0;
  }
  body.catalog-product-view .block .block-content ol.product-items,
  body.checkout-cart-index .block .block-content ol.product-items {
    margin: 0;
  }
  body.catalog-product-view .block.row .products-upsell.grid.products-grid .owl-item .product-item,
  body.checkout-cart-index .block.row .products-upsell.grid.products-grid .owl-item .product-item,
  body.catalog-product-view .block.crosssell .products-crosssell.grid.products-grid .owl-item .product-item,
  body.checkout-cart-index .block.crosssell .products-crosssell.grid.products-grid .owl-item .product-item {
    width: 94% !important;
    margin: 0 6px;
  }
  body.catalog-product-view .block.row .products-upsell.grid.products-grid .product-item-details .atome-product-price-divider,
  body.checkout-cart-index .block.row .products-upsell.grid.products-grid .product-item-details .atome-product-price-divider,
  body.catalog-product-view .block.crosssell .products-crosssell.grid.products-grid .product-item-details .atome-product-price-divider,
  body.checkout-cart-index .block.crosssell .products-crosssell.grid.products-grid .product-item-details .atome-product-price-divider {
    word-break: break-all;
  }
  body.catalog-product-view .block.row .products-upsell.grid.products-grid .product-item-details .price-wrapper-container .special-price .price,
  body.checkout-cart-index .block.row .products-upsell.grid.products-grid .product-item-details .price-wrapper-container .special-price .price,
  body.catalog-product-view .block.crosssell .products-crosssell.grid.products-grid .product-item-details .price-wrapper-container .special-price .price,
  body.checkout-cart-index .block.crosssell .products-crosssell.grid.products-grid .product-item-details .price-wrapper-container .special-price .price {
    font-size: 14px !important;
  }
  body.catalog-product-view .block.row .products-upsell.grid.products-grid .product-item-details .price-box.price-final_price .price,
  body.checkout-cart-index .block.row .products-upsell.grid.products-grid .product-item-details .price-box.price-final_price .price,
  body.catalog-product-view .block.crosssell .products-crosssell.grid.products-grid .product-item-details .price-box.price-final_price .price,
  body.checkout-cart-index .block.crosssell .products-crosssell.grid.products-grid .product-item-details .price-box.price-final_price .price {
    font-size: 14px !important;
  }
  body.catalog-product-view .block .title,
  body.checkout-cart-index .block .title {
    font-size: 26px;
    margin-top: 24px;
    margin-bottom: 16px;
    display: inline-block;
  }
  body.catalog-product-view .products-upsell .owl-carousel .owl-stage-outer,
  body.checkout-cart-index .products-upsell .owl-carousel .owl-stage-outer,
  body.catalog-product-view .products-crosssell .owl-carousel .owl-stage-outer,
  body.checkout-cart-index .products-crosssell .owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
  }
  body.catalog-product-view .products-upsell .owl-theme .owl-controls,
  body.checkout-cart-index .products-upsell .owl-theme .owl-controls,
  body.catalog-product-view .products-crosssell .owl-theme .owl-controls,
  body.checkout-cart-index .products-crosssell .owl-theme .owl-controls {
    display: block;
  }
  body.catalog-product-view .block.row .products-upsell.products-grid.products-upsell .product-item .product-item-info,
  body.checkout-cart-index .block.row .products-upsell.products-grid.products-upsell .product-item .product-item-info,
  body.catalog-product-view .block.crosssell .products-upsell.products-grid.products-upsell .product-item .product-item-info,
  body.checkout-cart-index .block.crosssell .products-upsell.products-grid.products-upsell .product-item .product-item-info,
  body.catalog-product-view .block.row .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
  body.checkout-cart-index .block.row .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
  body.catalog-product-view .block.crosssell .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
  body.checkout-cart-index .block.crosssell .products-crosssell.products-grid.products-upsell .product-item .product-item-info,
  body.catalog-product-view .block.row .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
  body.checkout-cart-index .block.row .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
  body.catalog-product-view .block.crosssell .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
  body.checkout-cart-index .block.crosssell .products-upsell.products-grid.products-crosssell .product-item .product-item-info,
  body.catalog-product-view .block.row .products-crosssell.products-grid.products-crosssell .product-item .product-item-info,
  body.checkout-cart-index .block.row .products-crosssell.products-grid.products-crosssell .product-item .product-item-info,
  body.catalog-product-view .block.crosssell .products-crosssell.products-grid.products-crosssell .product-item .product-item-info,
  body.checkout-cart-index .block.crosssell .products-crosssell.products-grid.products-crosssell .product-item .product-item-info {
    padding: 0 10px 20px;
  }
  body.catalog-product-view .block.row .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.row .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.catalog-product-view .block.crosssell .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.crosssell .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.catalog-product-view .block.row .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.row .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.catalog-product-view .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
    right: 0;
    top: -25px !important;
  }
  body.catalog-product-view .block.row .products-upsell .secondary-addto-links.actions-secondary,
  body.checkout-cart-index .block.row .products-upsell .secondary-addto-links.actions-secondary,
  body.catalog-product-view .block.crosssell .products-upsell .secondary-addto-links.actions-secondary,
  body.checkout-cart-index .block.crosssell .products-upsell .secondary-addto-links.actions-secondary,
  body.catalog-product-view .block.row .products-crosssell .secondary-addto-links.actions-secondary,
  body.checkout-cart-index .block.row .products-crosssell .secondary-addto-links.actions-secondary,
  body.catalog-product-view .block.crosssell .products-crosssell .secondary-addto-links.actions-secondary,
  body.checkout-cart-index .block.crosssell .products-crosssell .secondary-addto-links.actions-secondary {
    display: block;
  }
  body.catalog-product-view .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
  body.checkout-cart-index .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
  body.catalog-product-view .block.crosssell .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
  body.checkout-cart-index .block.crosssell .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
  body.catalog-product-view .block.row .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
  body.checkout-cart-index .block.row .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
  body.catalog-product-view .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
  body.checkout-cart-index .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    right: -10px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 55% !important;
  }
  body.catalog-product-view .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  body.checkout-cart-index .block.row .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  body.catalog-product-view .block.crosssell .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  body.checkout-cart-index .block.crosssell .products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  body.catalog-product-view .block.row .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  body.checkout-cart-index .block.row .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  body.catalog-product-view .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  body.checkout-cart-index .block.crosssell .products-crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    left: -10px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 55% !important;
  }
  body.catalog-product-view .page-wrapper > .page-bottom {
    padding-bottom: 0;
    border-top: 1px solid #cecece;
  }
  body.catalog-product-view .page-wrapper > .page-bottom .block-title.title {
    display: inline-block;
    text-align: center;
  }
  body.checkout-cart-index .page-wrapper > .page-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 475px) {
  body.catalog-product-view .block.row .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.row .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.catalog-product-view .block.crosssell .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.crosssell .products-upsell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.catalog-product-view .block.row .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.row .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.catalog-product-view .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
  body.checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
    right: 0px;
  }
  body.catalog-product-view .block.row .products-upsell .product-item .product-item-info .product-item-details .discount,
  body.checkout-cart-index .block.row .products-upsell .product-item .product-item-info .product-item-details .discount,
  body.catalog-product-view .block.crosssell .products-upsell .product-item .product-item-info .product-item-details .discount,
  body.checkout-cart-index .block.crosssell .products-upsell .product-item .product-item-info .product-item-details .discount,
  body.catalog-product-view .block.row .products-crosssell .product-item .product-item-info .product-item-details .discount,
  body.checkout-cart-index .block.row .products-crosssell .product-item .product-item-info .product-item-details .discount,
  body.catalog-product-view .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .discount,
  body.checkout-cart-index .block.crosssell .products-crosssell .product-item .product-item-info .product-item-details .discount {
    font-size: 10px !important;
  }
}
.weltpixel_quickview-catalog_product-view::-webkit-scrollbar {
  display: none;
}
.weltpixel_quickview-catalog_product-view {
  overflow: auto !important;
}
.weltpixel_quickview-catalog_product-view .scroll-div {
  display: none;
}
.weltpixel_quickview-catalog_product-view .product-info-main .product-info-price .price-box .price {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.catalog-product-view #maincontent .column.main .product-info-main {
    width: 40%;
    padding-left: 15px;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .box-tocart .actions {
    width: 98%;
  }
  body.catalog-product-view #maincontent .column.main .product.media {
    float: left;
  }
  body.catalog-product-view #maincontent .column.main .product.media .gallery-placeholder .fotorama__stage {
    left: 30px !important;
    height: 45vh !important;
  }
}
.jibitz-pdp-slider a.product-item-photo {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.jibitz-pdp-slider .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: block !important;
}
.jibitz-pdp-slider .abs-visually-hidden-desktop-s,
.jibitz-pdp-slider .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: none;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: absolute !important;
  width: auto;
}
.jibitz-pdp-slider button.tocart {
  background: none !important;
  border: none !important;
  float: right;
  position: absolute;
  right: -10px;
  left: auto;
}
.jibitz-pdp-slider button.tocart span {
  display: none;
}
.pdp-jibbitz-slider button.action.tocart.primary {
  padding: 0 !important;
}
.jibitz-pdp-slider button.tocart::before {
  content: "\e904" !important;
  font-family: 'icomoon' !important;
  font-size: 25px;
  color: #000;
  font-weight: normal;
  position: relative;
  bottom: -5px;
}
.jibitz-pdp-slider .product-item .product-item-info .product-item-details .product-item-inner {
  position: absolute !important;
  top: 0;
  background: transparent;
  right: 0 !important;
  width: 50px;
  left: auto;
}
.column.main .jibitz-pdp-slider .products-grid .product-item .product-item-info {
  border: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column.main .jibitz-pdp-slider .discount-separator,
.column.main .jibitz-pdp-slider .amlabel-text {
  display: none;
}
.column.main .jibitz-pdp-slider .products-grid .product-item .product-item-info.active,
.column.main .jibitz-pdp-slider .products-grid .product-item .product-item-info:hover {
  border: none;
  background: #fff;
  display: block;
}
div#jibitz-pdp-slider {
  max-width: 70% !important;
  margin-left: auto;
  margin-right: auto;
}
div#jibitz-pdp-slider .owl-carousel .owl-item {
  margin: 0 5px !important;
}
div#jibitz-pdp-slider .owl-carousel .owl-item:last-child {
  height: 0;
}
@media (max-width: 767px) {
  div#jibitz-pdp-slider {
    max-width: 100% !important;
  }
}
/*Category Landing page*/
body.catalog-category-view .category-image {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}
body.catalog-category-view .category-image img {
  width: 100%;
}
body.catalog-category-view .mobile-banner-link {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.catalog-category-view .columns .sidebar.sidebar-main .block-content.filter-content .filter-current .items,
  .catalogsearch-result-index .columns .sidebar.sidebar-main .block-content.filter-content .filter-current .items,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main .block-content.filter-content .filter-current .items {
    list-style-type: none;
  }
  body.catalog-category-view .columns .sidebar.sidebar-main .block-content.filter-content .filter-current .items .item,
  .catalogsearch-result-index .columns .sidebar.sidebar-main .block-content.filter-content .filter-current .items .item,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main .block-content.filter-content .filter-current .items .item {
    margin-top: 10px !important;
  }
  body.catalog-category-view .columns .toolbar.toolbar-products,
  .catalogsearch-result-index .columns .toolbar.toolbar-products,
  .catalogsearch-advanced-result .columns .toolbar.toolbar-products {
    right: 0px !important;
  }
  body.catalog-category-view .columns .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-result-index .columns .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-advanced-result .columns .toolbar.toolbar-products .toolbar-sorter.sorter {
    right: 0px !important;
  }
  body.catalog-category-view .columns .products.wrapper.grid.products-grid dl.block,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid dl.block,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid dl.block {
    display: none !important;
  }
  body.catalog-category-view .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products {
    top: -60px;
    right: 20px;
  }
  body.catalog-category-view .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: unset !important;
  }
  body.catalog-category-view .columns .products.wrapper.grid.products-grid .products.wrapper.grid.products-grid,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid .products.wrapper.grid.products-grid,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid .products.wrapper.grid.products-grid {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block .filter-current,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block .filter-current,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block .filter-current {
    margin: 0;
  }
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block .filter-current .items,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block .filter-current .items,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block .filter-current .items {
    list-style-type: none;
  }
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block .filter-current .items .item,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block .filter-current .items .item,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block .filter-current .items .item {
    margin-top: 10px !important;
  }
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-title,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-title,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-title {
    margin: 0px !important;
  }
  .catalog-category-view .columns .products.wrapper.grid.products-grid,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid {
    padding-left: 0px;
  }
  .catalog-category-view .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products {
    position: absolute !important;
  }
  .catalog-category-view .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: -32px !important;
  }
  .catalog-category-view .columns .products.wrapper.grid.products-grid .bottom-toolbar .toolbar.toolbar-products,
  .catalogsearch-result-index .columns .products.wrapper.grid.products-grid .bottom-toolbar .toolbar.toolbar-products,
  .catalogsearch-advanced-result .columns .products.wrapper.grid.products-grid .bottom-toolbar .toolbar.toolbar-products {
    position: relative !important;
  }
  .catalog-category-view.page-products .page-main .columns .toolbar.toolbar-products,
  .catalogsearch-result-index.page-products .page-main .columns .toolbar.toolbar-products,
  .catalogsearch-advanced-result.page-products .page-main .columns .toolbar.toolbar-products {
    width: 100%;
  }
  .catalog-category-view.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item,
  .catalogsearch-result-index.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item,
  .catalogsearch-advanced-result.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item {
    display: inline-block;
  }
  .catalog-category-view.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .page,
  .catalogsearch-result-index.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .page,
  .catalogsearch-advanced-result.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .page,
  .catalog-category-view.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .action,
  .catalogsearch-result-index.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .action,
  .catalogsearch-advanced-result.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .action {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .catalog-category-view.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .page span,
  .catalogsearch-result-index.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .page span,
  .catalogsearch-advanced-result.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .page span,
  .catalog-category-view.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .action span,
  .catalogsearch-result-index.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .action span,
  .catalogsearch-advanced-result.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item .action span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .catalog-category-view.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item.current .page,
  .catalogsearch-result-index.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item.current .page,
  .catalogsearch-advanced-result.page-products .page-main .columns .toolbar.toolbar-products .pages ul li.item.current .page {
    height: 40px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .discount,
  .catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .discount,
  .catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .discount {
    font-size: 10px !important;
  }
}
/*---Desktop---*/
/*---Mobile---*/
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  body.catalog-category-view .category-cms .left-linkcatalog {
    margin-top: 1%;
  }
  body.catalog-category-view .category-cms .left-linkcatalog ul {
    padding-left: 15px;
    width: 80%;
  }
  body.catalog-category-view .category-cms .left-linkcatalog .links-scroll {
    display: none;
    position: absolute;
    right: -25px;
    bottom: 0px;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 10px;
  }
  body.catalog-category-view .category-cms .left-linkcatalog .links-scroll:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/arrows4_right.svg) no-repeat center;
    background-size: contain;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  body.catalog-category-view .category-cms .left-linkcatalog ul {
    /*max-height: 148px !important;*/
  }
  body.catalog-category-view .category-cms .article.item h1 {
    font-size: 16px;
    line-height: normal;
    height: 70px;
    margin-bottom: 20px;
  }
}
.old-price,
.old.price {
  color: #7d7d7d;
}
.catalogsearch-result-index .search.results .top-toolbar .toolbar-products .page.last,
.catalogsearch-result-index .search.results dl.block {
  display: none !important;
}
.catalog-category-view.page-products.page-products #maincontent .columns,
.catalogsearch-result-index.page-products .columns,
.catalogsearch-advanced-result.page-products .columns {
  max-width: 1440px !important;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image:hover:before {
  visibility: visible;
  border: 0px solid #fff !important;
  outline: none;
  border-width: 1px;
  box-shadow: inset 0 0 0 1px #444, inset 0 0 0 3px #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: -1px;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image:after {
  width: 28px;
  height: 28px;
}
.catalogsearch-result-index .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more {
  color: #fff;
  background-color: #141215;
  border-color: #141215;
  border-radius: 3px;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  word-break: break-word;
  text-decoration: none;
  font-family: proxima nova, Arial, sans-serif;
  position: relative;
  right: 145px;
  cursor: pointer;
  z-index: 1;
  margin-top: 15px;
}
.catalogsearch-result-index .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more span {
  cursor: pointer;
  font-family: proxima nova, Arial, sans-serif;
  font-size: 20px;
}
.catalogsearch-result-index .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more:hover {
  color: #141215 !important;
  background-color: #fff;
  border-color: #141215;
}
.catalogsearch-result-index .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more:hover span {
  color: #141215 !important;
}
.catalogsearch-result-index .page-wrapper #maincontent .column.main .toolbar.toolbar-products {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 0;
}
.catalogsearch-result-index .page-wrapper #maincontent .column.main .toolbar.toolbar-products a.page.last {
  font-size: 20px;
  color: #141215;
  font-weight: 700;
  text-decoration: underline;
  font-family: proxima nova, Arial, sans-serif;
  float: none;
  margin-top: 0;
  text-align: unset;
}
.catalogsearch-result-index .page-wrapper #maincontent .column.main .toolbar.toolbar-products a.page.last span.label {
  font-family: proxima nova, Arial, sans-serif;
}
body.catalogsearch-result-index .column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0px;
}
body.catalogsearch-result-index .column.main .products-grid .product-item .product-item-info .product-item-details .colors-info.wishlist .actions-secondary {
  text-align: right;
  padding-bottom: 0px;
}
body.catalogsearch-result-index .column.main .products-grid .product-item .product-item-info .product-item-details .colors-info.wishlist .actions-secondary a span {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.product-item-info .sale-label img {
  width: 88px !important;
  margin-bottom: 10px;
}
.product-item-info .sale-label {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  text-align: right;
}
.product-item-info.added-to-wishlist .action.towishlist::before {
  content: '';
  background: url('../images/heart-icon-red.png') no-repeat center !important;
  color: transparent !important;
  background-color: transparent !important;
  background-size: contain !important;
}
.product-item-info {
  position: relative;
}
.catalog-category-view .block-content.filter-content .filter-options .items,
.catalogsearch-result-index .block-content.filter-content .filter-options .items,
.catalogsearch-advanced-result .block-content.filter-content .filter-options .items {
  list-style-type: none;
}
.catalog-category-view .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter,
.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter,
.catalogsearch-advanced-result .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}
.catalog-category-view .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch,
.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch,
.catalogsearch-advanced-result .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch {
  line-height: 0;
  margin-right: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.catalog-category-view .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch.selected a::after,
.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch.selected a::after,
.catalogsearch-advanced-result .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch.selected a::after {
  display: none;
}
.catalog-category-view .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch.selected a .swatch-data::before,
.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch.selected a .swatch-data::before,
.catalogsearch-advanced-result .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch.selected a .swatch-data::before {
  content: '';
  display: inline-block;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 25px;
  position: relative;
}
.catalog-category-view .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a::before,
.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a::before,
.catalogsearch-advanced-result .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a::before {
  display: none;
}
.catalog-category-view .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a:hover::after,
.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a:hover::after,
.catalogsearch-advanced-result .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a:hover::after {
  display: none;
}
.catalog-category-view .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a span,
.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a span,
.catalogsearch-advanced-result .page-main .columns .sidebar.sidebar-main .filter-content .filter-options .item-swatch-container.color-filter .item-swatch a span {
  text-transform: uppercase;
  color: #707070;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.catalog-category-view #maincontent.page-main,
.catalogsearch-result-index #maincontent.page-main,
.catalogsearch-advanced-result #maincontent.page-main {
  padding: 0px !important;
}
.catalog-category-view .page-bottom .best-selling-products th h2,
.catalogsearch-result-index .page-bottom .best-selling-products th h2,
.catalogsearch-advanced-result .page-bottom .best-selling-products th h2 {
  margin: 0;
  font-size: 24px;
}
.catalog-category-view .page-bottom .best-selling-products td,
.catalogsearch-result-index .page-bottom .best-selling-products td,
.catalogsearch-advanced-result .page-bottom .best-selling-products td {
  border-bottom: 1px solid #efefef;
}
.catalog-category-view .page-bottom .best-selling-products td a,
.catalogsearch-result-index .page-bottom .best-selling-products td a,
.catalogsearch-advanced-result .page-bottom .best-selling-products td a {
  color: #7b7878;
}
.catalog-category-view .page-bottom .best-selling-products td a:hover,
.catalogsearch-result-index .page-bottom .best-selling-products td a:hover,
.catalogsearch-advanced-result .page-bottom .best-selling-products td a:hover {
  color: #303030;
}
.catalog-category-view .page-bottom .best-selling-products td.price-label,
.catalogsearch-result-index .page-bottom .best-selling-products td.price-label,
.catalogsearch-advanced-result .page-bottom .best-selling-products td.price-label {
  font-weight: 500;
}
.catalog-category-view .page-bottom .best-selling-products td.old-price,
.catalogsearch-result-index .page-bottom .best-selling-products td.old-price,
.catalogsearch-advanced-result .page-bottom .best-selling-products td.old-price {
  color: #303030;
}
.catalog-category-view .page-bottom .best-selling-products td.old-price .price,
.catalogsearch-result-index .page-bottom .best-selling-products td.old-price .price,
.catalogsearch-advanced-result .page-bottom .best-selling-products td.old-price .price {
  text-decoration: line-through !important;
  color: #7b7878 !important;
}
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main,
.catalogsearch-advanced-result .page-main {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
}
.catalog-category-view .page-main .category-view .catalog-banner,
.catalogsearch-result-index .page-main .category-view .catalog-banner,
.catalogsearch-advanced-result .page-main .category-view .catalog-banner {
  width: 100%;
}
.catalog-category-view .page-main .category-view .catalog-banner img,
.catalogsearch-result-index .page-main .category-view .catalog-banner img,
.catalogsearch-advanced-result .page-main .category-view .catalog-banner img {
  width: 100%;
}
.catalog-category-view .page-wrapper .page-header-v1 + .sections.nav-sections,
.catalogsearch-result-index .page-wrapper .page-header-v1 + .sections.nav-sections,
.catalogsearch-advanced-result .page-wrapper .page-header-v1 + .sections.nav-sections {
  margin-bottom: 0px;
}
.catalog-category-view .page-wrapper > .page-main > .page-title-wrapper,
.catalogsearch-result-index .page-wrapper > .page-main > .page-title-wrapper,
.catalogsearch-advanced-result .page-wrapper > .page-main > .page-title-wrapper {
  border-bottom: 1px solid #eaeaea;
}
.catalog-category-view .page-wrapper > .page-main > .page-title-wrapper .page-title,
.catalogsearch-result-index .page-wrapper > .page-main > .page-title-wrapper .page-title,
.catalogsearch-advanced-result .page-wrapper > .page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  line-height: normal;
  padding-left: 15px;
  margin-bottom: 15px;
}
.catalog-category-view .columns,
.catalogsearch-result-index .columns,
.catalogsearch-advanced-result .columns {
  max-width: 1440px !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: inset -5px 2px 32px -13px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: inset -5px 2px 32px -13px rgba(0, 0, 0, 0.51);
  box-shadow: inset -5px 2px 32px -13px rgba(0, 0, 0, 0.51);
}
.catalog-category-view .columns > .toolbar.toolbar-products,
.catalogsearch-result-index .columns > .toolbar.toolbar-products,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products {
  clear: both;
  -webkit-box-shadow: 0px -13px 55px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -13px 55px -23px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -13px 55px -23px rgba(0, 0, 0, 0.75);
}
.catalog-category-view .columns > .toolbar.toolbar-products .modes,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .modes,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .modes,
.catalog-category-view .columns > .toolbar.toolbar-products .field.limiter,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .field.limiter,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .field.limiter,
.catalog-category-view .columns > .toolbar.toolbar-products .toolbar-sorter,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .toolbar-sorter,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .toolbar-sorter {
  display: none;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages,
.catalog-category-view .columns > .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .toolbar-amount {
  display: block;
  float: right;
  margin-left: 20px;
}
.catalog-category-view .columns > .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .toolbar-amount {
  padding: 0px;
  line-height: 32px;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages {
  margin-bottom: 0px;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item > a,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item > a,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item > a {
  font-size: 12px;
  text-transform: uppercase;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item > a:before,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item > a:before,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item > a:before {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #dadada;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin: 0px 0 0;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item > a:hover:before,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item > a:hover:before,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item > a:hover:before {
  background-color: #0f63bb;
  opacity: 0.6;
  border-color: #0f63bb;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.current .page,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.current .page,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.current .page {
  border: 0px;
  border-bottom: 2px solid #1063ba;
  border-radius: 0px;
  height: 32px;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item .page,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item .page,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item .page {
  width: 20px;
  height: 32px;
  min-width: 20px;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item .page span,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item .page span,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item .page span {
  width: 20px;
  height: 32px;
  line-height: 32px;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a,
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a {
  position: relative;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a:before,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a:before,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a:before,
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before {
  content: '';
  background-image: url(../images/li-search-action-icon.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 80%;
  top: 50%;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a:hover,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a:hover,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a:hover,
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a:hover,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a:hover,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a:hover {
  background-color: transparent;
  border: 0px;
}
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a.previous:before,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a.previous:before,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-next a.previous:before,
.catalog-category-view .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a.previous:before,
.catalogsearch-result-index .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a.previous:before,
.catalogsearch-advanced-result .columns > .toolbar.toolbar-products .pages ul li.item.pages-item-previous a.previous:before {
  transform: rotate(180deg);
  top: 16%;
}
.catalog-category-view .columns .sidebar,
.catalogsearch-result-index .columns .sidebar,
.catalogsearch-advanced-result .columns .sidebar {
  -webkit-box-shadow: 22px 0px 64px -43px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 22px 0px 64px -43px rgba(0, 0, 0, 0.75);
  box-shadow: 22px 0px 64px -43px rgba(0, 0, 0, 0.75);
  padding: 5px;
  padding-top: 60px;
  border-right: 1px solid #eaeaea;
  /*background: url('../images/category-filter-background.png') no-repeat;*/
  background-size: 100%;
}
.catalog-category-view .columns .sidebar.sidebar-additional,
.catalogsearch-result-index .columns .sidebar.sidebar-additional,
.catalogsearch-advanced-result .columns .sidebar.sidebar-additional {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .block-subtitle,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .block-subtitle,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .block-subtitle {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content {
  margin-top: 80px !important;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby strong.block-subtitle.filter-current-subtitle,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby strong.block-subtitle.filter-current-subtitle,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby strong.block-subtitle.filter-current-subtitle {
  border: 0 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions {
  border-bottom: 0px solid #2b2e57;
  margin: 0;
  padding: 0 10px 0 10px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions a.action.clear.filter-clear,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions a.action.clear.filter-clear,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions a.action.clear.filter-clear {
  color: #000;
  font-size: 18px;
  text-decoration: underline;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions a.action.clear.filter-clear span,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions a.action.clear.filter-clear span,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby .block-actions.filter-actions a.action.clear.filter-clear span {
  font-size: 18px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item {
  font-size: 14px;
  line-height: 1.286;
  color: #2e363a;
  position: relative;
  padding: 3px 15px 3px 5px;
  background: #fafcf6;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 2px !important;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item span.filter-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item span.filter-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item span.filter-label {
  font-weight: 500;
  text-transform: capitalize;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item span.filter-value,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item span.filter-value,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item span.filter-value {
  font-weight: 500;
  margin-left: 0px;
  text-transform: capitalize;
  color: #2e363a;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item .action.remove,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item .action.remove,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item .action.remove {
  left: unset;
  position: absolute;
  top: 4px;
  right: 0px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item .action.remove:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item .action.remove:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content #wp_ln_shopby ol.items li.item .action.remove:before {
  font-size: 10px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content {
  padding-top: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item {
  width: 50%;
  border: 1px solid #e5e5e5;
  height: 80px;
  max-width: calc(45%);
  margin: 2.5px !important;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  color: #707070;
  font-size: 12px;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item:hover a span.shoe-style-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item:hover a span.shoe-style-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item:hover a span.shoe-style-label,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item:hover a span.shoe-style-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item:hover a span.shoe-style-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item:hover a span.shoe-style-label {
  font-weight: bold;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a {
  display: block !important;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a:before,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a:before {
  visibility: hidden;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a:after,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a:after {
  visibility: hidden;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a img.shoe-style-img,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a img.shoe-style-img,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a img.shoe-style-img,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a img.shoe-style-img,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a img.shoe-style-img,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a img.shoe-style-img {
  width: 40px;
  margin-right: 15px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a span.shoe-style-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a span.shoe-style-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item a span.shoe-style-label,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a span.shoe-style-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a span.shoe-style-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item a span.shoe-style-label {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  display: block !important;
  color: #000;
  text-transform: capitalize !important;
  margin-top: 8px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item.selected,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item.selected,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item.selected,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item.selected,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item.selected,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item.selected {
  border: 1px solid #e5e5e5 !important;
  background: #000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item.selected a span.shoe-style-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item.selected a span.shoe-style-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe.style-filter li.item.selected a span.shoe-style-label,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item.selected a span.shoe-style-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item.selected a span.shoe-style-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.shoe_style-filter li.item.selected a span.shoe-style-label {
  color: #ffffff;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter {
  padding-left: 0px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item {
  margin: 0px;
  padding: 0px;
  width: 100%;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item:last-of-type,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item:last-of-type,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item:last-of-type {
  padding-bottom: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item:hover,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item:hover,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item:hover {
  background-color: #ebebeb;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a {
  color: #000000;
  padding: 15px 12px;
  font-size: 16px;
  font-family: 'ProximaNova', sans-serif;
  text-transform: capitalize;
  margin: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:hover,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:hover,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:hover {
  background-color: #ebebeb;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:before {
  visibility: hidden;
  width: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item a:after {
  visibility: hidden;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item.selected a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item.selected a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-option-wrapper .filter-options-item .filter-options-content ol.items.gender-filter li.item.selected a {
  background-color: #ebebeb;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .filter-current-subtitle,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .filter-current-subtitle,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .filter-current-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #122e57;
  font-family: "Proximanova", sans-serif;
  letter-spacing: 1px;
  border-color: #122e57;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item {
  margin-left: 0px;
  margin-top: 0px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .filter-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .filter-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .filter-label {
  font-size: 14px;
  color: #122e57;
  text-transform: uppercase;
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .filter-value,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .filter-value,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .filter-value {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
  margin-left: 5px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .action.remove:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .action.remove:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-current .items .item .action.remove:before {
  color: #122e57;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .block-actions.filter-actions,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .block-actions.filter-actions,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .block-actions.filter-actions {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #2b2e57;
  padding: 10px 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .block-actions.filter-actions > a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .block-actions.filter-actions > a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .block-actions.filter-actions > a {
  line-height: inherit;
  height: auto;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list {
  text-align: center;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button {
  background-color: #04367b;
  border: 1px solid #064190;
  color: white;
  text-transform: uppercase;
  width: 85px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button:hover,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button:hover,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button:hover {
  background-color: #355c92;
  border: 1px solid #355c92;
  color: white;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button:disabled,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button:disabled,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .button-list button:disabled {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title {
  border-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #122e57;
  font-family: "Proximanova", sans-serif;
  letter-spacing: 0px;
  padding: 10px 40px 10px 0;
  border-top: 1px solid #ccc !important;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after {
  content: '\f067' !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #122e57;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after {
  content: '\f068' !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #122e57;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
  min-height: 38px;
  border-bottom: 0px;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 42px 10px 14px!important;
  font-family: "Proximanova", sans-serif;
  text-transform: capitalize;
  color: #000000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title .filter-option-name,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title .filter-option-name,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title .filter-option-name {
  font-size: 16px !important;
  font-family: "Proximanova", sans-serif;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title span.arrow,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title span.arrow,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title span.arrow {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-title:after {
  font-size: 14px;
  line-height: 1.5;
  color: #000 !important;
  content: '\f067' !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #122e57;
  font-size: 16px;
  top: 5px;
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
  transform: rotate(135deg);
  right: 12px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item {
  width: 25%;
  border: 1px solid #e5e5e5;
  margin: 0;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a {
  padding: 5px !important;
  text-decoration: none !important;
  display: block;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a::before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a::before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a::before {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a::after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a::after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item a::after {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item:hover a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item:hover a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item:hover a {
  text-decoration: underline;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item.selected,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item.selected,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item.selected {
  background-color: #000000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item.selected a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item.selected a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter li.item.selected a {
  color: #ffffff;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options {
  margin: 0px !important;
  text-align: left !important;
  display: block !important;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options .swatch-option,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options .swatch-option,
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered {
  border-radius: 50% !important;
  float: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider input,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider input,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider input {
  border-color: #d3d3d3;
  padding: 12px;
  font-size: 1.3rem;
  width: 44%;
  margin-bottom: 10px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .dash-item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .dash-item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .dash-item {
  display: inline-block;
  margin: 7px 5.2%;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar {
  text-align: center;
  display: table-footer-group;
  margin-top: 40px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary {
  margin: 0 auto;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a {
  display: block;
  float: none;
  background-color: #04367b;
  border: 1px solid #064190;
  color: white;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  padding: 6px 22px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a:hover,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a:hover,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a:hover {
  background-color: #000000;
  border-color: #000000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a.action.primary:hover span,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a.action.primary:hover span,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar .actions-primary > a.action.primary:hover span {
  color: white;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider {
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  width: 96%;
  margin-left: 2%;
  margin-bottom: 15px;
  height: 10px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider .ui-slider-range,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider .ui-slider-range,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider .ui-slider-range {
  background-color: #579fff;
  border: 1px solid #579fff;
  position: absolute;
  height: 100%;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider .ui-slider-handle,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider .ui-slider-handle,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .ui-slider .ui-slider-handle {
  background: #1163b9;
  border: 1px solid #1163b9;
  height: 8px;
  top: 3px;
  width: 9px;
  border-radius: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider {
  text-align: center;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range {
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range .ui-slider-handle,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range .ui-slider-handle,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range .ui-slider-handle {
  background: #1163b9;
  border: 1px solid #1163b9;
  height: 8px;
  top: 0px;
  width: 10px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range .ui-slider-range,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range .ui-slider-range,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider #slider-range .ui-slider-range {
  background-color: #579fff;
  border: 1px solid #579fff;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider button.price-filter-button,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider button.price-filter-button,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider button.price-filter-button {
  background-color: #04367b;
  border: 1px solid #064190;
  color: white;
  text-transform: uppercase;
  width: 100px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info {
  overflow: hidden;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info .from,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info .from,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info .from {
  float: left;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info .to,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info .to,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .aw-layered-nav-priceslider .price-filter-info .to {
  float: right;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items {
  padding-left: 10px;
  margin-bottom: 5px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item {
  position: relative;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  text-transform: uppercase;
  color: #707070;
  display: flex;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  margin: 0px 0 0;
  height: 15px;
  width: 15px;
  border-radius: 0;
  border: 1px solid #dadada;
  right: 15px;
  position: relative;
  flex: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a span,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a span,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a span {
  text-transform: uppercase;
  color: #707070;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  text-decoration: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover:before {
  background-color: transparent;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:not(.custom-checkbox):hover:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:not(.custom-checkbox):hover:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:not(.custom-checkbox):hover:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox {
  padding-left: 30px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox:before {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:disabled ~ .checkmark,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:disabled ~ .checkmark,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:disabled ~ .checkmark {
  background-color: transparent;
  opacity: 0.5;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:disabled ~ .checkmark:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:disabled ~ .checkmark:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:disabled ~ .checkmark:after {
  display: block;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:checked ~ .checkmark:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:checked ~ .checkmark:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:checked ~ .checkmark:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:checked ~ .checkmark:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:checked ~ .checkmark:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:hover ~ .checkmark:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:hover ~ .checkmark:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox input:hover ~ .checkmark:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox span:hover ~ .checkmark:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox span:hover ~ .checkmark:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox span:hover ~ .checkmark:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox:hover input ~ .checkmark:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox:hover input ~ .checkmark:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox:hover input ~ .checkmark:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox .checkmark,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox .checkmark,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #dadada;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label {
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a6a7a9;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked + span,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked + span,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked + span {
  font-weight: bold;
  color: #0f63bb;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled + span,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled + span,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled + span {
  opacity: 0.5;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled ~ .checkmark,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled ~ .checkmark,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled ~ .checkmark {
  background-color: transparent;
  opacity: 0.5;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled ~ .checkmark:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled ~ .checkmark:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:disabled ~ .checkmark:after {
  display: block;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked ~ .checkmark,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked ~ .checkmark,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked ~ .checkmark {
  background-color: #0f63bb;
  border-color: #0f63bb;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked ~ .checkmark:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked ~ .checkmark:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label input:checked ~ .checkmark:after {
  display: block;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label .checkmark,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label .checkmark,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #dadada;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label:hover input ~ .checkmark,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label:hover input ~ .checkmark,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item label:hover input ~ .checkmark {
  background-color: #0f63bb;
  opacity: 0.6;
  border-color: #0f63bb;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item .count,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item .count,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item .count {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item.more,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item.more,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item.more {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .filter-view-more,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .filter-view-more,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .filter-view-more {
  padding-left: 36px;
  font-size: 14px;
  text-transform: uppercase;
  color: #a6a7a9;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .filter-view-more:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .filter-view-more:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .filter-view-more:before {
  content: '\f067' !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .facet-footer-buttons-wrapper,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .facet-footer-buttons-wrapper,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .facet-footer-buttons-wrapper {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block .filter-title,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block .filter-title,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block .filter-title {
  position: relative;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong {
  margin-left: 10px;
  position: relative;
  background: transparent;
  border: 0px;
  box-shadow: none;
  padding: 0px;
  font-size: 30px;
  color: #000;
  font-weight: 400;
  border-radius: 0;
  padding-bottom: 10px;
  font-family: "Proximanova", sans-serif;
  letter-spacing: 6px;
  font-family: "Proxima Nova", Arial, sans-serif;
}
.catalog-category-view .columns .column.main,
.catalogsearch-result-index .columns .column.main,
.catalogsearch-advanced-result .columns .column.main {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.catalog-category-view .columns .column.main .products.wrapper ~ .toolbar.toolbar-products,
.catalogsearch-result-index .columns .column.main .products.wrapper ~ .toolbar.toolbar-products,
.catalogsearch-advanced-result .columns .column.main .products.wrapper ~ .toolbar.toolbar-products {
  position: relative;
  top: initial;
  right: initial;
  padding: 0px 15px;
}
.catalog-category-view .columns .column.main .toolbar-products,
.catalogsearch-result-index .columns .column.main .toolbar-products,
.catalogsearch-advanced-result .columns .column.main .toolbar-products {
  position: absolute;
  top: 40px;
  right: 40px;
}
.catalog-category-view .columns .column.main .toolbar-products .modes,
.catalogsearch-result-index .columns .column.main .toolbar-products .modes,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .modes,
.catalog-category-view .columns .column.main .toolbar-products .toolbar-amount,
.catalogsearch-result-index .columns .column.main .toolbar-products .toolbar-amount,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .toolbar-amount {
  display: none;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter.sorter,
.catalogsearch-result-index .columns .column.main .toolbar-products .toolbar-sorter.sorter,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .toolbar-sorter.sorter {
  position: relative;
  right: -35px;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-label,
.catalogsearch-result-index .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-label,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-label {
  right: 40px;
  padding: 0px 0px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  background: white;
  /*border-right: 1px solid #e1e1e1;*/
  width: 111px;
  top: 1px;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options,
.catalogsearch-result-index .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options {
  width: 150px;
  border: 1px solid #e1e1e1;
  height: 32px;
  background-image: url('../images/sorting-icon.svg');
  background-size: 9px;
  background-position: right 7px center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options option:checked,
.catalogsearch-result-index .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options option:checked,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options option:checked {
  background-color: transparent;
  filter: grayscale(400%);
  color: #2472da;
  font-weight: bold;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options option#discount,
.catalogsearch-result-index .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options option#discount,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .toolbar-sorter.sorter select.sorter-options option#discount {
  display: none;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-action,
.catalogsearch-result-index .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-action,
.catalogsearch-advanced-result .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-action {
  visibility: hidden;
}
.catalog-category-view .columns .column.main .page-title-wrapper,
.catalogsearch-result-index .columns .column.main .page-title-wrapper,
.catalogsearch-advanced-result .columns .column.main .page-title-wrapper {
  padding: 40px 40px 0px 40px;
  margin-left: 2px !important;
}
.catalog-category-view .columns .column.main .page-title-wrapper h1,
.catalogsearch-result-index .columns .column.main .page-title-wrapper h1,
.catalogsearch-advanced-result .columns .column.main .page-title-wrapper h1 {
  margin-bottom: 0px;
  font-family: "Proximanova", sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.catalog-category-view .columns .column.main .category-description,
.catalogsearch-result-index .columns .column.main .category-description,
.catalogsearch-advanced-result .columns .column.main .category-description {
  margin-bottom: 0px;
}
.catalog-category-view .columns .column.main .category-description p,
.catalogsearch-result-index .columns .column.main .category-description p,
.catalogsearch-advanced-result .columns .column.main .category-description p {
  margin-left: 40px;
  text-align: justify;
}
.catalog-category-view .columns .column.main .products-grid,
.catalogsearch-result-index .columns .column.main .products-grid,
.catalogsearch-advanced-result .columns .column.main .products-grid {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 10px;
}
.catalog-category-view .columns .column.main .products-grid.grid .product-item:nth-child(4n+1),
.catalogsearch-result-index .columns .column.main .products-grid.grid .product-item:nth-child(4n+1),
.catalogsearch-advanced-result .columns .column.main .products-grid.grid .product-item:nth-child(4n+1) {
  margin-left: 0px !important;
}
.catalog-category-view .columns .column.main .products-grid li.separator,
.catalogsearch-result-index .columns .column.main .products-grid li.separator,
.catalogsearch-advanced-result .columns .column.main .products-grid li.separator {
  width: 100%;
  display: block;
  /*border-bottom: 1px solid #e7e7e7;    */
  padding: 0 40px;
  /*-webkit-box-shadow: inset 0px -60px 66px -81px rgba(0,0,0,0.51);
            -moz-box-shadow: inset 0px -60px 66px -81px rgba(0,0,0,0.51);
            box-shadow: inset 0px -60px 66px -81px rgba(0,0,0,0.51);*/
}
.catalog-category-view .columns .column.main .products-grid li.separator:last-child,
.catalogsearch-result-index .columns .column.main .products-grid li.separator:last-child,
.catalogsearch-advanced-result .columns .column.main .products-grid li.separator:last-child {
  box-shadow: none;
  border-bottom: 0px;
}
.catalog-category-view .columns .column.main .products-grid .product-item,
.catalogsearch-result-index .columns .column.main .products-grid .product-item,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item {
  height: auto !important;
  margin-bottom: 15px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info {
  min-height: 220px;
}
.catalog-category-view .columns .column.main .products-grid .product-item.banner img,
.catalogsearch-result-index .columns .column.main .products-grid .product-item.banner img,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item.banner img {
  width: 100%;
}
.catalog-category-view .columns .column.main .products-grid .product-item:hover,
.catalogsearch-result-index .columns .column.main .products-grid .product-item:hover,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item:hover {
  background: none !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item:hover .product-item-info .colors-container .swatch-attribute,
.catalogsearch-result-index .columns .column.main .products-grid .product-item:hover .product-item-info .colors-container .swatch-attribute,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item:hover .product-item-info .colors-container .swatch-attribute {
  display: block;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info {
  border: 1px solid transparent !important;
  padding-bottom: 0px;
  height: auto;
  margin: 0 7.5px 0px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile {
  margin: 10px 0 15px;
  padding: 0;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-photo,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-photo,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-photo {
  float: none;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions {
  margin: 0;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 5px;
  left: -22px;
  z-index: 1;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .towishlist,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .towishlist,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .towishlist {
  top: -5px;
  right: 0;
  margin-right: 0px;
  position: relative;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist:before,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist:before,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist:before {
  content: '';
  background: url('../images/heart-icon.png') no-repeat center;
  background-size: contain;
  width: 18px !important;
  height: 18px;
  color: transparent;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist:hover:before,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist:hover:before,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist:hover:before {
  content: '';
  background: url('../images/heart-icon-red.png') no-repeat center;
  color: transparent;
  background-size: contain;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 1px 3px rgba(0, 0, 0, 0.24) !important;
  background-color: #ffffff !important;
  border: solid 1px #adadad !important;
  position: absolute;
  padding-bottom: 15px;
  z-index: 99;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview {
  background-color: #006da4 !important;
  border: 1px solid #006da4;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px !important;
  padding: 8px 12px;
  text-align: center !important;
  font-weight: 700 !important;
  text-transform: lowercase !important;
  word-break: break-word;
  margin-top: 20px !important;
  text-decoration: none !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview:hover,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview:hover,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview:hover {
  background-color: #004c73 !important;
  border-color: #004c73;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .hoverShow,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .hoverShow,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .hoverShow {
  height: 0px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .product_image .product-item-actions,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .product_image .product-item-actions,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .product_image .product-item-actions {
  display: block;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .colors-info,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .colors-info,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .colors-info {
  border-bottom: 1px solid #c1c0d2;
  padding-bottom: 10px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name {
  text-align: center !important;
  line-height: normal;
  border-top: 0px solid #c1c0d2;
  margin-top: 0px;
  padding-top: 5px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name a,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name a,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name a {
  display: inline-block;
  text-align: center !important;
  max-height: 38px;
  min-height: 38px;
  color: #444 !important;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
  height: 36px;
  max-width: 225px;
  overflow: hidden;
  text-decoration: none;
  font-family: "Proximanova", sans-serif;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box {
  text-align: center !important;
  margin: 0 auto;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name a,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name a,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name a {
  font-family: "Proximanova", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  word-break: break-word;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container {
  display: inline-flex;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .special-price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .special-price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .special-price {
  display: block;
  margin-bottom: 0px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .discount-separator,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .discount-separator,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .discount-separator {
  margin: 0 4px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .old-price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .old-price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .old-price {
  display: block;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .old-price.sly-old-price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .old-price.sly-old-price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container .old-price.sly-old-price {
  text-decoration: line-through;
  text-decoration-color: #333;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-container .price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-container .price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-container .price {
  color: #020202 !important;
  font-weight: 600;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price {
  font-size: 14px !important;
  color: grey !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .price-container .price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .price-container .price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .price-container .price {
  font-family: "Proximanova", sans-serif;
  font-weight: 300;
  font-size: 14px !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .special-price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .special-price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .special-price,
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .old-price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .old-price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .old-price {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .discount,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .discount,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .discount {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0px;
  font-family: "Proximanova", sans-serif;
  vertical-align: top;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .product-reviews-summary,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .product-reviews-summary,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .product-reviews-summary {
  display: none;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color {
  border-radius: 25px !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color:after,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color:after,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color:after {
  content: none !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color:before,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color:before,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .swatch-attribute .swatch-option.color:before {
  width: 20px !important;
  height: 20px !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info [class*="swatch-opt"],
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info [class*="swatch-opt"],
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info [class*="swatch-opt"] {
  border-radius: 25px !important;
  border: none !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute-options,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute-options,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute-options {
  margin: 0px !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .swatch-attribute.color,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .swatch-attribute.color,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .swatch-attribute.color {
  text-align: center !important;
  margin: 15px 0 0px;
  padding: 0;
  height: 32px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .swatch-option.image,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .swatch-option.image,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .swatch-option.image {
  width: 40px !important;
  height: 40px !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item:last-of-type .product-item-info:hover,
.catalogsearch-result-index .columns .column.main .products-grid .product-item:last-of-type .product-item-info:hover,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item:last-of-type .product-item-info:hover {
  position: relative;
}
.catalog-category-view .columns .page-main,
.catalogsearch-result-index .columns .page-main,
.catalogsearch-advanced-result .columns .page-main {
  padding: 0px;
}
.catalog-category-view .columns .page-main .category-view .category-image,
.catalogsearch-result-index .columns .page-main .category-view .category-image,
.catalogsearch-advanced-result .columns .page-main .category-view .category-image {
  margin-bottom: 10px;
}
.catalog-category-view .columns .page-main .category-view .category-image img,
.catalogsearch-result-index .columns .page-main .category-view .category-image img,
.catalogsearch-advanced-result .columns .page-main .category-view .category-image img {
  width: 100%;
}
.catalog-category-view .columns .page-main .page-title-wrapper,
.catalogsearch-result-index .columns .page-main .page-title-wrapper,
.catalogsearch-advanced-result .columns .page-main .page-title-wrapper {
  display: none;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-option,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-option,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-option {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px !important;
  margin: 10px 0;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-option.color:hover:before,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-option.color:hover:before,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-option.color:hover:before {
  border: solid 0px #0750b0;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before {
  top: -1px;
  left: -1px;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before {
  display: none;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-attribute,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-attribute,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-attribute {
  text-align: center !important;
  max-height: 300px;
  overflow: auto;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options {
  margin: 10px 5px !important;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered {
  width: 23%;
  border: 1px solid #e5e5e5;
  margin: 0 !important;
  height: 46px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 5px 10px 0px !important;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered .swatch-option.text,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered .swatch-option.text,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered .swatch-option.text {
  background: #ffffff;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  border: 0;
  color: #707070;
  font-weight: 400;
  font-family: "Proximanova", sans-serif;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered .swatch-option.text:hover,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered .swatch-option.text:hover,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options .swatch-option-link-layered .swatch-option.text:hover {
  border: 0px solid #999 !important;
}
.catalog-category-view .sidebar #layered-filter-block .filter-options .swatch-attribute.swatch-layered.color .swatch-attribute-options .swatch-option-link-layered,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .swatch-attribute.swatch-layered.color .swatch-attribute-options .swatch-option-link-layered,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-options .swatch-attribute.swatch-layered.color .swatch-attribute-options .swatch-option-link-layered {
  border: 0;
  width: auto;
  height: auto;
}
.catalog-category-view .swatch-option-tooltip,
.catalogsearch-result-index .swatch-option-tooltip,
.catalogsearch-advanced-result .swatch-option-tooltip {
  display: none !important;
}
.catalogsearch-advanced-result.page-products .columns .sidebar .block-title {
  display: none;
}
.catalogsearch-advanced-result.page-products .columns .column.main .toolbar-products {
  top: 65px;
}
.catalogsearch-advanced-result.page-products .columns .column.main .message.notice {
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
  background: #ccebf4;
  color: #023880;
}
.catalogsearch-advanced-result.page-products .columns .column.main .search.found {
  margin: 10px 20px;
  font-family: "Proximanova", sans-serif;
}
.catalogsearch-advanced-result.page-products .columns .column.main .search.found strong {
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
}
.catalogsearch-advanced-result.page-products .columns .column.main .search.summary {
  margin: 0px 20px;
  font-family: "Proximanova", sans-serif;
}
.catalogsearch-advanced-result.page-products .page-wrapper > .page-main > .page-title-wrapper .page-title {
  padding-left: 0px;
}
.catalogsearch-advanced-result.page-products .page-wrapper > .page-main > .page-title-wrapper .page-title span {
  font-family: "Proximanova", sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.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;
}
.special-price .price {
  font-weight: 600;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
  padding: 0px 40px;
}
.catalog-category-view .page-wrapper .breadcrumbs {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0;
  padding: 15px;
  padding-left: 1%;
  max-width: 1440px !important;
  margin: 0 auto;
}
.catalog-category-view .page-wrapper .price-box .old-price .price {
  text-decoration: line-through;
}
.page-main .columns .sidebar.sidebar-main .filter-content .filter-options .items.item-swatch-container.color-filter li.item {
  width: auto;
  margin: 10px 10px 10px 0 !important;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .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-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .field.qty label {
  margin-bottom: 10px;
}
.box-tocart .field.qty label span {
  font-weight: 800;
  font-size: 12px;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info {
  position: static;
}
.catalog-category-view .page-wrapper #maincontent .column.main .top-toolbar .toolbar.toolbar-products a.page.last {
  display: none !important;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .product-item {
  position: relative;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .amlabel-position-wrapper {
  z-index: 1;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-prev {
  display: none !important;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more {
  color: #fff;
  background-color: #141215;
  border-color: #141215;
  border-radius: 3px;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  word-break: break-word;
  text-decoration: none;
  font-family: proxima nova, Arial, sans-serif;
  position: relative;
  right: 145px;
  cursor: pointer;
  z-index: 1;
  margin-top: 15px;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more span {
  cursor: pointer;
  font-family: proxima nova, Arial, sans-serif;
  font-size: 20px;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more:hover {
  color: #141215 !important;
  background-color: #fff;
  border-color: #141215;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more:hover span {
  color: #141215 !important;
}
.catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 0;
}
.catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products a.page.last {
  font-size: 20px;
  color: #141215;
  font-weight: 700;
  text-decoration: underline;
  font-family: proxima nova, Arial, sans-serif;
}
.catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products a.page.last span.label {
  font-family: proxima nova, Arial, sans-serif;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter {
  background-color: #f5f9fb;
  border-bottom: none;
  border-radius: 3px;
  margin: 0;
  padding: 15px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter:hover {
  box-shadow: 0 0.3em 0.5em rgba(52, 54, 73, 0.15);
  background-color: #f5f9fb;
  border-bottom: none;
  margin-bottom: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item {
  padding-bottom: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item a {
  padding-left: 10px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item a:before {
  right: -10px !important;
  top: 20px !important;
  position: absolute !important;
  border: 2px solid #000;
  border-radius: 3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item a:not(.custom-checkbox):hover:after {
  position: absolute;
  top: 20px;
  left: unset;
  right: -7px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item .jibbit-content-plp img {
  width: 70px;
  height: 50px;
  margin-right: 8px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item .jibbit-content-plp .category-nav-filter-label {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item .jibbit-content-plp p.cx-copy.smaller.mb-0 {
  font-size: 14px;
  color: #5e6366;
  line-height: 18px;
  text-transform: capitalize;
}
/* ipad / ipad pro */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* category page and catalog search */
  .catalog-category-view.page-products .columns .sidebar,
  .catalogsearch-result-index.page-products .columns .sidebar {
    padding: 1%;
    padding-top: 4%;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content {
    /*margin-top: 50%;*/
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-options .filter-options-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-options .filter-options-title {
    padding: 10px 20px 0 0px;
    font-size: 14px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-title strong {
    font-size: 20px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after {
    font-size: 12px;
    bottom: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after {
    font-size: 12px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more {
    right: 0px;
  }
  .catalogsearch-result-index .page-wrapper #maincontent .column.main .toolbar.toolbar-products {
    position: static;
  }
  .catalogsearch-result-index .page-wrapper #maincontent .column.main .toolbar.toolbar-products a.page.last {
    position: static;
  }
  .catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container,
  .catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container,
  .catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-wrapper-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
    padding-top: 4px !important;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price {
    min-height: 36px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price {
    font-size: 12px !important;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .special-price .price-container .price {
    font-size: 14px !important;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product.details .discount {
    margin-top: 0;
    font-size: 13px !important;
  }
  .catalog-category-view.page-products .page-main .columns .sidebar.sidebar-additional {
    display: none !important;
  }
  .catalogsearch-result-index .columns .column.main .search.results .top-toolbar .page.last {
    display: none;
  }
  .catalogsearch-result-index .columns .column.main .toolbar.toolbar-products {
    left: 0 !important;
  }
  .catalogsearch-result-index .columns .column.main .top-toolbar .menu-filter-mobile {
    border: 0 !important;
    text-align: left !important;
    font-weight: 700;
    font-size: 16px !important;
  }
  .catalogsearch-result-index .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter {
    right: 0;
  }
  .catalogsearch-result-index .columns .column.main .products-grid .product-item {
    margin-bottom: 15px;
  }
  .catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info {
    margin: 0;
  }
  .catalog-category-view .page-wrapper #maincontent .columns {
    padding-right: 2px;
    padding-left: 8px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter {
    right: 72px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .top-toolbar .menu-filter-mobile {
    border: 0px solid #e1e1e1;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info {
    margin: 0 0px 0px 0px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info:hover {
    transition: none !important;
    position: relative !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24) !important;
    border: 1px solid #ffffff !important;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions {
    left: -25px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist {
    top: -12px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product_image .product-item-actions .action.towishlist:before {
    height: 13px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product.details .discount {
    margin-top: 4px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .special-price .price-container .price {
    font-size: 10px !important;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price {
    font-size: 10px !important;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .product-item {
    margin-left: 0%;
    padding: 0 7.5px 15px;
    margin-bottom: 0;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more {
    right: 70px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products {
    position: relative;
    bottom: 65px;
    left: 70px;
    z-index: 0;
  }
  .catalogsearch-advanced-result.page-products .columns .column.main .toolbar-products {
    top: -60px;
    right: 0px;
  }
  .catalogsearch-advanced-result .page-wrapper > .page-main > .page-title-wrapper {
    padding-left: 20px;
  }
  .catalog-category-view.page-products .columns,
  .catalogsearch-result-index.page-products .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .catalog-category-view.page-products .columns .column.main,
  .catalogsearch-result-index.page-products .columns .column.main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: static;
  }
  .catalog-category-view.page-products .columns .column.main .page-title-wrapper,
  .catalogsearch-result-index.page-products .columns .column.main .page-title-wrapper,
  .catalog-category-view.page-products .columns .column.main .category-description,
  .catalogsearch-result-index.page-products .columns .column.main .category-description {
    padding: 0px 20px 0px 20px;
  }
  .catalog-category-view.page-products .columns .column.main .page-title-wrapper p,
  .catalogsearch-result-index.page-products .columns .column.main .page-title-wrapper p,
  .catalog-category-view.page-products .columns .column.main .category-description p,
  .catalogsearch-result-index.page-products .columns .column.main .category-description p {
    margin-left: 10px;
  }
  .catalog-category-view.page-products .columns > .toolbar.toolbar-products,
  .catalogsearch-result-index.page-products .columns > .toolbar.toolbar-products {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding: 0px 20px;
    margin-bottom: 20px !important;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .block-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .block-title strong {
    padding: 10px;
    letter-spacing: 1px;
    line-height: initial;
    letter-spacing: 6px;
    margin: 0px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title {
    border-bottom: 1px solid #122e57;
    height: 61px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong {
    width: 100%;
    text-align: right;
    border: 0px;
    color: transparent;
    padding: 0px;
    letter-spacing: 0px;
    line-height: 16px;
    padding-right: 12px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong:after {
    color: #122e57;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-subtitle,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-subtitle {
    background: url(../images/category-filter-background.png) no-repeat;
    background-size: 80%;
    display: block;
    height: auto;
    left: 0;
    line-height: normal;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 10px;
    padding-top: 15px;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    font-family: "Proximanova", sans-serif;
    letter-spacing: 1px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 100px !important;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-option-wrapper,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-option-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-y: auto;
    height: 100%;
    overflow: auto;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item {
    margin-bottom: 0px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item:first-child,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item:first-child {
    border-top: 1px solid #cccccc;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .swatch-attribute,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .swatch-attribute {
    text-align: left !important;
    padding-left: 10px;
  }
  .catalog-category-view.page-products .columns .facet-footer-buttons-wrapper,
  .catalogsearch-result-index.page-products .columns .facet-footer-buttons-wrapper {
    display: block !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .catalog-category-view.page-products .columns .facet-footer-buttons,
  .catalogsearch-result-index.page-products .columns .facet-footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 52px;
    flex-direction: row;
    box-shadow: 0 -4px 8px #e9e5e7;
    z-index: 9;
    background-color: #fff;
    position: relative;
  }
  .catalog-category-view.page-products .columns .facet-footer-clear-all-btn,
  .catalogsearch-result-index.page-products .columns .facet-footer-clear-all-btn {
    padding: 0 !important;
    flex-basis: 45%;
    flex-grow: 1;
    height: 52px !important;
    background-color: #fff;
    color: #191f1c;
    border: none !important;
    border-radius: 0px !important;
  }
  .catalog-category-view.page-products .columns .facet-footer-clear-all-btn span,
  .catalogsearch-result-index.page-products .columns .facet-footer-clear-all-btn span {
    color: #191f1c;
    text-transform: uppercase;
    font-size: 16px;
  }
  .catalog-category-view.page-products .columns .facet-footer-view-results-btn,
  .catalogsearch-result-index.page-products .columns .facet-footer-view-results-btn {
    padding: 0 !important;
    flex-basis: 55%;
    flex-grow: 1;
    height: 52px !important;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    padding: 1px;
    background-color: #064394;
    color: #fff;
    border: none;
    border-radius: 0px;
  }
  .catalog-category-view.page-products .columns .facet-footer-view-results-btn .dsg-react-button-label,
  .catalogsearch-result-index.page-products .columns .facet-footer-view-results-btn .dsg-react-button-label {
    font-size: 16px;
  }
  .catalog-category-view.page-products .columns .facet-footer-view-results-btn:hover span,
  .catalogsearch-result-index.page-products .columns .facet-footer-view-results-btn:hover span {
    color: #ffffff;
  }
  .catalog-category-view.page-products .columns .dsg-react-mobile-product-count,
  .catalogsearch-result-index.page-products .columns .dsg-react-mobile-product-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 44px;
    text-align: center;
    align-items: center;
    background-color: #eaebeb;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .catalog-category-view.page-products .columns .dsg-react-mobile-product-count span,
  .catalogsearch-result-index.page-products .columns .dsg-react-mobile-product-count span {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile {
    height: 62px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile .swatch-attribute.color {
    height: 62px;
  }
  .catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile {
    height: 62px;
  }
  .catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile .swatch-attribute.color {
    height: 62px;
  }
  .catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile {
    height: 62px;
  }
  .catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details.product-item-details .color-swatch-tile .swatch-attribute.color {
    height: 62px;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products {
    position: static;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .top-toolbar .toolbar.toolbar-products {
    position: relative;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products .page.last {
    position: static !important;
  }
  .catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid .products.list.items.product-items .ias-load-more {
    right: 0;
  }
}
/*custom media by icube*/
@media only screen and (max-width: 767px) {
  .catalogsearch-advanced-result.page-products .columns .column.main .toolbar-products {
    top: -60px;
    right: 0px;
  }
  .catalogsearch-advanced-result .page-wrapper > .page-main > .page-title-wrapper {
    padding-left: 20px;
  }
  .catalog-category-view.page-products .columns,
  .catalogsearch-result-index.page-products .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .catalog-category-view.page-products .columns .column.main,
  .catalogsearch-result-index.page-products .columns .column.main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: static;
  }
  .catalog-category-view.page-products .columns .column.main .page-title-wrapper,
  .catalogsearch-result-index.page-products .columns .column.main .page-title-wrapper,
  .catalog-category-view.page-products .columns .column.main .category-description,
  .catalogsearch-result-index.page-products .columns .column.main .category-description {
    padding: 0px 20px 0px 20px;
  }
  .catalog-category-view.page-products .columns .column.main .page-title-wrapper p,
  .catalogsearch-result-index.page-products .columns .column.main .page-title-wrapper p,
  .catalog-category-view.page-products .columns .column.main .category-description p,
  .catalogsearch-result-index.page-products .columns .column.main .category-description p {
    margin-left: 10px;
  }
  .catalog-category-view.page-products .columns > .toolbar.toolbar-products,
  .catalogsearch-result-index.page-products .columns > .toolbar.toolbar-products {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding: 0px 20px;
    margin-bottom: 20px !important;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .block-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .block-title {
    padding-top: 8px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .block-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .block-title strong {
    padding: 10px;
    letter-spacing: 1px;
    line-height: initial;
    letter-spacing: 6px;
    margin: 0px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title {
    border-bottom: 1px solid #122e57;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong {
    width: 100%;
    text-align: right;
    border: 0px;
    color: transparent;
    padding: 0px;
    letter-spacing: 0px;
    line-height: 16px;
    padding-right: 12px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .block-title strong:after {
    color: #122e57;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-subtitle,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-subtitle {
    background: url(../images/category-filter-background.png) no-repeat;
    background-size: 80%;
    display: block;
    height: auto;
    left: 0;
    line-height: normal;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 10px;
    padding-top: 15px;
    border: 0px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    font-family: "Proximanova", sans-serif;
    letter-spacing: 1px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options {
    padding: 0px;
    margin-top: 1px solid #fff;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item {
    margin-bottom: 0px;
    border-top: 1px solid #fff;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .swatch-attribute,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .swatch-attribute {
    text-align: left !important;
    padding-left: 10px;
  }
}
/*custom media by kemana*/
@media only screen and (min-width: 768px) {
  .catalog-category-view .page-wrapper .page-bottom,
  .catalogsearch-result-index .page-wrapper .page-bottom,
  .catalogsearch-advanced-result .page-wrapper .page-bottom {
    margin-right: 0;
    max-width: 100%;
    margin-left: 0;
    padding-top: 15px;
    border-top: 1px solid #efefef;
  }
  .catalog-category-view .page-wrapper .page-bottom .best-selling-products-container,
  .catalogsearch-result-index .page-wrapper .page-bottom .best-selling-products-container,
  .catalogsearch-advanced-result .page-wrapper .page-bottom .best-selling-products-container {
    width: 600px;
    margin: 0 auto;
  }
  .menu-filter-mobile {
    display: none;
  }
  span.product-count {
    font-size: 25px;
    font-weight: normal;
    color: #b0b0b0;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block:not(.active) .filter-title,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block:not(.active) .filter-title,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block:not(.active) .filter-title {
    display: none;
  }
  .catalog-category-view .columns .column.main .message.info.empty,
  .catalogsearch-result-index .columns .column.main .message.info.empty,
  .catalogsearch-advanced-result .columns .column.main .message.info.empty {
    clear: both;
    top: 20px;
  }
  .catalog-category-view .columns .column.main .jibbit-toogle,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle {
    text-align: center !important;
    display: flex;
    position: relative;
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
  }
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-charm,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-charm,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-charm,
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-atoz,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-atoz,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-atoz {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    display: flex;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-top: 2px solid #cdcdcd;
    border-bottom: 2px solid #cdcdcd;
    overflow: hidden;
  }
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-charm.active,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-charm.active,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-charm.active,
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-atoz.active,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-atoz.active,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-atoz.active {
    border: #006DA4 2px solid !important;
    box-shadow: 0px 1px 10px 0px rgba(34, 36, 49, 0.15);
    background: #e5f0f6;
  }
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-charm img,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-charm img,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-charm img,
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-atoz img,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-atoz img,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-atoz img {
    margin: auto;
    width: auto;
    height: 25px;
  }
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-charm span,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-charm span,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-charm span,
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-atoz span,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-atoz span,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-atoz span {
    height: 100%;
    font-size: 14px !important;
    padding: 10px 5px 10px;
    position: relative;
    width: 80%;
    margin-right: 0;
    margin-left: auto;
    color: #000;
  }
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-charm,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-charm,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-charm {
    border-left: 2px solid #cdcdcd;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 2px solid transparent;
  }
  .catalog-category-view .columns .column.main .jibbit-toogle .jibbit-atoz,
  .catalogsearch-result-index .columns .column.main .jibbit-toogle .jibbit-atoz,
  .catalogsearch-advanced-result .columns .column.main .jibbit-toogle .jibbit-atoz {
    border-right: 2px solid #cdcdcd;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 2px solid transparent;
  }
  .catalog-category-view .columns .column.main .top-toolbar,
  .catalogsearch-result-index .columns .column.main .top-toolbar,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar {
    min-height: 32px;
  }
  .catalog-category-view .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-result-index .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter {
    right: 0;
    width: 100%;
    display: inline-block;
    float: unset;
  }
  .catalog-category-view .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter .sorter-label,
  .catalogsearch-result-index .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter .sorter-label,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter .sorter-label {
    width: 90%;
    left: 1px;
    display: none;
  }
  .catalog-category-view .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter select.sorter-options,
  .catalogsearch-result-index .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter select.sorter-options,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter select.sorter-options {
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    left: 0;
    text-align-last: center;
    text-transform: capitalize;
  }
  .catalog-category-view .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter .sorter-action,
  .catalogsearch-result-index .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter .sorter-action,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .toolbar-products .toolbar-sorter.sorter .sorter-action {
    display: none;
  }
  .catalog-category-view .columns .column.main .top-toolbar .menu-filter-mobile,
  .catalogsearch-result-index .columns .column.main .top-toolbar .menu-filter-mobile,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .menu-filter-mobile {
    width: 46%;
    display: inline-block;
    border: 1px solid #e1e1e1;
    height: 32px;
    margin-left: 10px;
    top: 0;
    vertical-align: top;
    text-align: center;
    line-height: 32px;
    text-transform: capitalize;
    font-size: 12px;
    float: left;
    position: relative;
    z-index: 2;
  }
  .catalog-category-view .columns .column.main .top-toolbar .menu-filter-mobile .filter-icon,
  .catalogsearch-result-index .columns .column.main .top-toolbar .menu-filter-mobile .filter-icon,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .menu-filter-mobile .filter-icon {
    display: inline-block;
    background-image: url('../images/filter-bg.svg');
    background-size: 18px;
    width: 18px;
    height: 12px;
    margin-right: 8px;
  }
  .catalog-category-view .columns .column.main .top-toolbar .products-grid,
  .catalogsearch-result-index .columns .column.main .top-toolbar .products-grid,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .products-grid {
    clear: both;
  }
  .catalog-category-view .columns .column.main .top-toolbar .products-grid .product-items,
  .catalogsearch-result-index .columns .column.main .top-toolbar .products-grid .product-items,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .products-grid .product-items {
    margin-top: 25px;
  }
  .catalog-category-view .columns .column.main .top-toolbar .products-grid .product-item,
  .catalogsearch-result-index .columns .column.main .top-toolbar .products-grid .product-item,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .products-grid .product-item {
    min-height: 220px;
  }
  .catalog-category-view .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .discount,
  .catalogsearch-result-index .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .discount,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .discount {
    font-size: 11px;
    margin-top: 2px;
  }
  .catalog-category-view .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .product.name a,
  .catalogsearch-result-index .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .product.name a,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .product.name a {
    font-size: 14px !important;
    max-height: 42px;
    line-height: 20px;
    min-height: 42px;
  }
  .catalog-category-view .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .price-box .price-container .price,
  .catalogsearch-result-index .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .price-box .price-container .price,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .products-grid .product-item .product-item-info .product.details .price-box .price-container .price {
    font-size: 14px !important;
  }
  .catalog-category-view .columns .column.main .top-toolbar .product-items .product-item-info .product-item-details .discount,
  .catalogsearch-result-index .columns .column.main .top-toolbar .product-items .product-item-info .product-item-details .discount,
  .catalogsearch-advanced-result .columns .column.main .top-toolbar .product-items .product-item-info .product-item-details .discount {
    font-size: 11px !important;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main {
    padding: 0 10px;
    width: 100%;
    margin: 0 !important;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong {
    width: 100%;
    margin-bottom: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after {
    font-size: 12px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after {
    font-size: 12px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main .block.filter,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main .block.filter,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main .block.filter {
    display: inline-block;
    width: 100%;
  }
  .catalog-category-view.page-products .columns .column.main .top-toolbar .toolbar-products,
  .catalogsearch-result-index.page-products .columns .column.main .top-toolbar .toolbar-products,
  .catalogsearch-advanced-result.page-products .columns .column.main .top-toolbar .toolbar-products {
    width: 46%;
    z-index: 2;
    float: right;
    top: 0 !important;
    position: relative !important;
    padding: 0;
    margin-right: 10px;
  }
  .catalog-category-view.page-products .columns .column.main .page-title-wrapper,
  .catalogsearch-result-index.page-products .columns .column.main .page-title-wrapper,
  .catalogsearch-advanced-result.page-products .columns .column.main .page-title-wrapper {
    padding-top: 0 !important;
    margin-bottom: 30px;
  }
  .catalog-category-view .page-wrapper .breadcrumbs,
  .catalogsearch-result-index .page-wrapper .breadcrumbs,
  .catalogsearch-advanced-result .page-wrapper .breadcrumbs {
    display: block;
    margin-bottom: 0;
    padding-top: 15px !important;
    padding-left: 10px !important;
  }
  .catalog-category-view span.product-count,
  .catalogsearch-result-index span.product-count,
  .catalogsearch-advanced-result span.product-count {
    font-size: 14px;
    font-weight: normal;
    color: #b0b0b0;
    text-transform: capitalize;
  }
  .catalog-category-view .page-wrapper .page-bottom,
  .catalogsearch-result-index .page-wrapper .page-bottom,
  .catalogsearch-advanced-result .page-wrapper .page-bottom {
    padding-top: 15px;
    border-top: 1px solid #efefef;
  }
  .product-item-info .sale-label {
    top: 0px;
    right: 0px;
  }
  .product-item-info .sale-label img {
    width: 50px !important;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile {
    display: none;
    float: left;
    width: 100%;
    padding: 0 15px;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile li {
    list-style: none;
    height: 46px;
    align-items: center;
    display: flex;
    border-bottom: solid 1px #d7d7d7;
    padding-left: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile li a {
    color: #122e57;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
  }
  .filter .filter-current,
  .filter .filter-current.active {
    margin: 5px 0 0;
  }
  body.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .facet-footer-buttons-wrapper,
  body.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content body.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .facet-footer-buttons-wrapper,
  body.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content body.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .facet-footer-buttons-wrapper {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  body.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item a:before {
    right: 5px !important;
  }
  body.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item a:not(.custom-checkbox):hover:after {
    right: 9px;
  }
  body.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.jibbitz_ready-filter li.item .jibbit-content-plp {
    width: 92%;
  }
}
@media only screen and (max-width: 330px) {
  .catalog-category-view .columns .column.main .menu-filter-mobile,
  .catalogsearch-result-index .columns .column.main .menu-filter-mobile,
  .catalogsearch-advanced-result .columns .column.main .menu-filter-mobile {
    width: 45%;
  }
  .catalog-category-view.page-products .columns .column.main .toolbar-products,
  .catalogsearch-result-index.page-products .columns .column.main .toolbar-products,
  .catalogsearch-advanced-result.page-products .columns .column.main .toolbar-products {
    width: 100%;
  }
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs,
.catalogsearch-result-index.page-products .page-wrapper .breadcrumbs,
.catalogsearch-advanced-result.page-products .page-wrapper .breadcrumbs {
  padding-left: 2%;
  padding-top: 46px;
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item a,
.catalogsearch-result-index.page-products .page-wrapper .breadcrumbs .items .item a,
.catalogsearch-advanced-result.page-products .page-wrapper .breadcrumbs .items .item a,
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item strong,
.catalogsearch-result-index.page-products .page-wrapper .breadcrumbs .items .item strong,
.catalogsearch-advanced-result.page-products .page-wrapper .breadcrumbs .items .item strong {
  font-style: normal;
}
.catalog-category-view.page-products .columns,
.catalogsearch-result-index.page-products .columns,
.catalogsearch-advanced-result.page-products .columns {
  box-shadow: none;
}
.catalog-category-view.page-products .columns .top-toolbar .pages,
.catalogsearch-result-index.page-products .columns .top-toolbar .pages,
.catalogsearch-advanced-result.page-products .columns .top-toolbar .pages {
  display: none !important;
}
.catalog-category-view.page-products .columns .bottom-toolbar,
.catalogsearch-result-index.page-products .columns .bottom-toolbar,
.catalogsearch-advanced-result.page-products .columns .bottom-toolbar {
  display: none;
}
.catalog-category-view.page-products .columns .field.limiter,
.catalogsearch-result-index.page-products .columns .field.limiter,
.catalogsearch-advanced-result.page-products .columns .field.limiter {
  display: none;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products {
  box-shadow: none;
  padding-left: 20.83333333%;
  text-align: center;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages {
  float: none;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul {
  float: none;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .page,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .page,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .page,
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .action,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .action,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .action {
  margin: 0 5px;
  width: 52px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #064394;
  color: #064394;
  border-radius: 2px;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .page span,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .page span,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .page span,
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .action span,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .action span,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .action span {
  width: 52px;
  height: 47px;
  line-height: 47px;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .page:hover,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .page:hover,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .page:hover,
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:hover,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:hover,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:hover {
  background-color: #064394 !important;
  border: 1px solid #064394 !important;
  color: #ffffff;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.current .page,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item.current .page,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item.current .page {
  height: 47px;
  background-color: #064394;
  border: 1px solid #064394;
  border-radius: 2px;
  color: white;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:before,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:before,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:before {
  display: none;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:after,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:after,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item .action:after {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 18px;
}
.catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-next .action:after,
.catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-next .action:after,
.catalogsearch-advanced-result.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-next .action:after {
  content: '\f105';
}
.catalog-category-view.page-products .columns .sidebar,
.catalogsearch-result-index.page-products .columns .sidebar,
.catalogsearch-advanced-result.page-products .columns .sidebar {
  box-shadow: none;
  border-right: none;
  padding-top: 50px;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong {
  margin-left: 0;
  letter-spacing: normal;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content {
  margin-top: 10px;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input {
  width: 46%;
  box-sizing: border-box;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input:first-child,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input:first-child,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input:first-child {
  margin-right: 2.5%;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input:last-child,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input:last-child,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item .priceRange input:last-child {
  margin-left: 2.5%;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item button.button-price-range,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item button.button-price-range,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options-item button.button-price-range {
  padding: 7px 27px;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle {
  text-align: center !important;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm,
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: flex;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  overflow: hidden;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm.active,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm.active,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm.active,
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz.active,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz.active,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz.active {
  border: #006DA4 2px solid !important;
  box-shadow: 0px 1px 10px 0px rgba(34, 36, 49, 0.15);
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm.active span,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm.active span,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm.active span,
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz.active span,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz.active span,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz.active span {
  background: #e5f0f6;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm:hover,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm:hover,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm:hover,
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz:hover,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz:hover,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz:hover {
  box-shadow: 0px 4px 10px 0px rgba(34, 36, 49, 0.25);
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm img,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm img,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm img,
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz img,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz img,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz img {
  position: relative;
  bottom: -16px;
  margin-top: -9px !important;
  height: 35px;
  margin: auto;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm span,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm span,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm span,
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz span,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz span,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz span {
  height: 100%;
  background: #F7F7F7;
  z-index: -1;
  font-size: 14px !important;
  padding: 10px 5px 10px;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-charm {
  border-left: 2px solid #cdcdcd;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 2px solid transparent;
}
.catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz,
.catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz,
.catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .jibbit-toogle .jibbit-atoz {
  border-right: 2px solid #cdcdcd;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 2px solid transparent;
}
.catalog-category-view.page-products .columns .column.main .page-title-wrapper,
.catalogsearch-result-index.page-products .columns .column.main .page-title-wrapper,
.catalogsearch-advanced-result.page-products .columns .column.main .page-title-wrapper {
  padding-left: 10px;
  padding-top: 32px;
}
.catalog-category-view.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name,
.catalogsearch-result-index.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name,
.catalogsearch-advanced-result.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .product.name {
  margin-bottom: 0;
  padding-top: 15px;
}
.catalog-category-view.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-container .price,
.catalogsearch-result-index.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-container .price,
.catalogsearch-advanced-result.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .price-container .price {
  color: #222222 !important;
}
.catalog-category-view.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .special-price .price-container .price,
.catalogsearch-result-index.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .special-price .price-container .price,
.catalogsearch-advanced-result.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .special-price .price-container .price {
  color: #dd0019 !important;
}
.catalog-category-view.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price,
.catalogsearch-result-index.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price,
.catalogsearch-advanced-result.page-products .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box.price-final_price .old-price .price-container .price {
  color: #222222 !important;
}
@media only screen and (max-width: 767px) {
  body.catalog-category-view.page-products .columns .sidebar.sidebar-main .block.filter.active,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main .block.filter.active {
    transform: none !important;
  }
  body.catalog-category-view.page-products .columns .sidebar.sidebar-main .block.filter .filter-options,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main .block.filter .filter-options,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main .block.filter .filter-options {
    transition: none !important;
  }
  body.catalog-category-view.page-products .columns .sidebar.sidebar-main .block.filter,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main .block.filter,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main .block.filter {
    display: block;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    transition: .5s;
    top: 0;
    position: fixed;
    z-index: 99999999;
    background-color: #ffffff;
    right: 0;
  }
  body.catalog-category-view.page-products .columns .sidebar.sidebar-main .block.filter .filter-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main .block.filter .filter-title,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main .block.filter .filter-title {
    display: block;
  }
  body.catalog-category-view.page-products .columns .sidebar.sidebar-main .block.filter .filter-options,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main .block.filter .filter-options,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main .block.filter .filter-options {
    position: fixed;
    display: block;
    top: 50px;
  }
}
.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: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.page-wrapper footer.page-footer {
  padding-bottom: 0px !important;
}
.page-wrapper footer.page-footer .footer-container .newsletter-box .block.newsletter .content .messages .message.message-error,
.page-wrapper footer.page-footer .footer-container .newsletter-box .block.newsletter .content .messages .message.message-success {
  padding-left: 10px;
  margin-top: 5px;
}
.page-wrapper footer.page-footer .footer-container .newsletter-box .block.newsletter .content .messages .message.message-error div::before,
.page-wrapper footer.page-footer .footer-container .newsletter-box .block.newsletter .content .messages .message.message-success div::before {
  display: none;
}
.footer-container {
  overflow: hidden;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter {
  max-width: 100%;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter div.mage-error {
  color: #e02b27;
  font-size: 1.3rem;
  font-weight: bold;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent {
  float: none;
  width: 100%;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent .control {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent .control input[type=checkbox] {
  top: 2px;
  padding: 0;
  margin-right: 10px;
  height: auto;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent .control .label {
  flex-basis: 88%;
  color: #ffffff;
  flex-basis: 90%;
  position: relative;
  overflow: initial;
  clip: unset;
  margin: 0;
  height: auto;
  width: auto;
  display: block !important;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent .control .label a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent .control .label a:hover {
  text-decoration: none;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent .control .label span {
  color: #ffffff;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .footer_subscription_consent .control .label span::after {
  content: " *";
  font-weight: 600;
  color: #e02b27;
  font-size: 1.2rem;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-input-section .control {
  display: flex;
  flex-wrap: wrap;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-input-section .control #newsletter {
  margin-right: 0;
  flex-basis: 88%;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-input-section .control input.mage-error {
  border-color: #ed8380;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-input-section .control input#newsletter:focus ~ .mage-error {
  position: relative;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-input-section .control #newsletter-error.mage-error {
  display: block !important;
  order: 2;
  flex-basis: 100%;
  text-align: left;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box {
  padding: 0px 0 20px;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter {
  width: 100%;
  margin: auto 0;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .title {
  display: none;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .control:before {
  display: none;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .control input#newsletter {
  padding-left: 10px;
  height: 40px;
}
.page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .action.subscribe.primary {
  background-color: #000;
  border: 1px solid #c1c3c7;
  width: 50px;
  height: 40px;
}
.page-footer .footer-container .footer .footer-new-section .footer-social-links {
  padding-top: 30px;
}
.page-footer .footer-container .footer .footer-new-section .footer-social-links ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.page-footer .footer-container .footer .footer-new-section .footer-social-links ul li a.social {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.5;
}
.page-footer .footer-container .footer .footer-new-section .footer-social-links ul li a.social:hover {
  text-decoration: none;
  opacity: 1;
}
.amgdprcookie-bar-container .amgdprcookie-policy a {
  font-weight: bold;
  color: #338efc;
  text-decoration: underline;
  text-wrap: nowrap;
}
.amgdprcookie-bar-container .amgdprcookie-policy a:hover {
  font-weight: bold;
  color: #338efc;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .page-footer .footer-container .newsletter-box #newsletter-footer-block .form.subscribe .control {
    margin: 0;
  }
  .page-footer .footer-container .newsletter-box #newsletter-footer-block .form.subscribe .control input {
    height: auto;
  }
  .page-footer .footer-container .newsletter-box #newsletter-footer-block .form.subscribe .actions {
    position: relative;
    top: auto;
    bottom: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 901px) {
  .page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-input-section .control #newsletter {
    flex-basis: 84%;
  }
}
@media screen and (max-width: 459px) {
  .page-wrapper .copyright {
    text-align: center;
  }
  .page-wrapper .copyright > span {
    margin-bottom: 10px;
  }
}
footer.page-footer {
  background-color: #fff !important;
  border-top: 2px solid #225B80;
}
footer.page-footer .footer-container .newsletter-box {
  background: transparent;
  padding: 20px 0;
}
.pre-footer-container.row {
  max-width: 1200px !important;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.pre-footer-container.row .footer-list-container {
  display: flex;
  gap: 15px;
}
.pre-footer-container.row .footer-list-container .footer-ll-img svg {
  box-sizing: content-box;
  padding: 8px;
  border: 2px solid #006da4;
  border-radius: 2px;
  width: 55px;
  height: 55px;
  fill: #006da4;
}
.pre-footer-container.row .footer-list-container .footer-ll-content .pre-footer-title {
  display: inline-block;
  color: #225B80;
  border-bottom: 2px solid currentColor;
  padding-bottom: 3px;
  margin-bottom: 4px;
  margin-top: 0px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
}
.pre-footer-container.row .footer-list-container .footer-ll-content .pre-footer-content {
  font-size: 14px;
  color: #000 !important;
  margin-bottom: 0;
}
.footer-container {
  background: #000000;
}
.footer-container .footer-space {
  padding: 30px 0;
  border-bottom: solid 1px #ffffff;
}
.footer-container .footer-space .logo-box {
  text-align: center;
  padding-bottom: 23px;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 30px;
}
.footer-container .footer-space .logo-box img {
  width: 330px;
}
.footer-container .footer-space .title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 18px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  padding-bottom: 12px;
  /* border-bottom: 3px solid #fff; */
  border-image-slice: 1;
}
.footer-container .footer-space ul {
  padding-left: 0;
  list-style-type: none;
}
.footer-container .footer-space ul a {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.footer-container .footer-space ul a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-container .footer-space .map-logo {
  text-align: center;
}
.footer-container .footer-space .map-logo img {
  width: 80%;
}
.footer-container .footer-space .payments img {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-container .container-fluid {
  background-image: url('../images/newsletter-bg-mobile.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-container .container-fluid > .row {
  margin-right: -15px;
  width: auto;
}
.footer-container .container-fluid .newsletter-box {
  padding: 20px 0;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .field.newsletter {
  text-align: right;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .field.newsletter .label {
  clip: unset;
  width: 100%;
  height: auto;
  position: relative;
  padding-right: 30px;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .field.newsletter .label span {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 50px;
  font-weight: 500;
  font-family: "Proximanova", sans-serif;
  letter-spacing: 0.5px;
  color: #043d89;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .field.newsletter .control {
  width: 100%;
  float: right;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .field.newsletter .control:before {
  display: none;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .actions .action.subscribe {
  padding-left: 24px;
  padding-right: 20px;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .actions .action.subscribe span {
  font-size: 22px;
}
.footer-container .container-fluid .newsletter-box .block.newsletter .content {
  background: none !important;
}
.footer-container .container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important;
  max-width: inherit !important;
}
.copyright.container {
  background-color: transparent;
  position: relative;
  padding: 30px 0;
}
.copyright.container ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.copyright.container ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.copyright.container ul li a.social {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.5;
}
.copyright.container ul li a.social:hover {
  text-decoration: none;
  opacity: 1;
}
.copyright.container ul li.atText {
  margin-top: 4px;
}
.copyright.container ul li.atText span {
  text-transform: initial;
}
.copyright.container span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1025px) {
  .copyright.container span {
    font-size: 12px;
    line-height: 26px;
  }
  .copyright.container ul li a.social {
    font-size: 18px;
    line-height: 26px;
  }
  .copyright.container ul li.atText {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .field.newsletter .control,
  .footer-container .container-fluid .newsletter-box .block.newsletter .form.subscribe .field.newsletter .label {
    width: 100% !important;
    text-align: center;
    display: block;
  }
  .block.newsletter .actions {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 767px) {
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .field.newsletter .control,
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .field.newsletter .label {
    width: 100% !important;
    padding-right: 0;
  }
  .copyright.container ul li {
    margin: 0 5px;
  }
  .copyright.container ul li a.social {
    font-size: 28px;
    line-height: 28px;
  }
  .copyright.container ul li.atText {
    flex-basis: 100%;
  }
  .copyright.container ul li.atText span {
    font-size: 18px;
    line-height: 26px;
  }
  .page-wrapper .copyright > span:last-child {
    border-top: solid 1px #ffffff;
    padding-top: 15px;
  }
}
.icomoon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.block-search .action.search:before {
  font-family: 'icomoon' !important;
  content: '\e986' !important;
}
.page-header.page-header-v1 .header.content .logo,
.page-header.page-header-v1 .header.content .block.block-search,
.page-header.page-header-v1 .header.content .top-header-links {
  width: calc(25%);
  float: left;
}
.page-header.page-header-v1 .header.content .logo {
  height: auto;
  margin-top: 2px;
  margin-bottom: 25px;
  position: relative;
  height: 30px;
}
.page-header.page-header-v1 .header.content .logo img {
  height: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px;
}
.page-header.page-header-v1 .header.content .block.block-search {
  max-width: 100%;
  margin-left: 40px;
  width: 36%;
  margin-top: 0;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content {
  max-width: 100%;
  border: 1px solid #e2e3e7;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content input {
  width: 100%;
  border: 0px;
  padding-left: 40px;
  text-transform: uppercase !important;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content input::placeholder {
  color: #8f8f8f;
  font-style: normal;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content .form.minisearch {
  position: relative;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content .form.minisearch .control:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-right: 1px solid #e2e3e7;
  background-image: url(../images/search-icon.png);
  content: "";
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  padding-right: 8px;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content .form.minisearch .actions {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 9999;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content .form.minisearch .actions button {
  opacity: 1;
}
.page-header.page-header-v1 .header.content .block.block-search .block-content .form.minisearch .actions button:before {
  position: absolute;
  top: -2px;
  left: -12px;
  background-image: url(../images/li-search-action-icon.png);
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.page-header.page-header-v1 .panel.header {
  background: #064394;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
}
.page-header.page-header-v1 .panel.header .nav.item {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
.page-header.page-header-v1 .panel.header .nav.item a {
  color: #fff;
  font-size: 12px;
}
.page-wrapper .header.links {
  display: none;
  width: 20%;
  float: left;
  margin-bottom: 0px;
  padding: 0px;
  line-height: normal;
  padding: 10px 0px;
  font-size: 16px;
}
.page-wrapper .header.links li {
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 0px;
}
.page-wrapper .header.links li.authorization-link {
  text-align: right;
}
.page-wrapper .header.links li.authorization-link:after {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
  color: white;
}
.page-wrapper .header.links li a {
  color: white;
  text-transform: uppercase;
}
.page-wrapper .header.links li.nav.item {
  display: inline-block;
  float: left;
  margin: 0 20px;
}
.page-wrapper .header.links .customer-menu .header.links {
  right: 8px;
  top: 30px;
}
.page-wrapper .header.links .customer-menu .header.links li {
  float: none;
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
}
.page-wrapper .header.links .customer-menu .header.links li a {
  color: #064394;
}
.page-wrapper .header.links .customer-menu .header.links li.authorization-link a {
  text-align: left;
}
.page-wrapper .header.links > .customer-welcome + .authorization-link {
  display: none;
}
.page-wrapper .header.links > li.customer-welcome {
  float: right;
  text-align: right;
  padding-right: 20px;
  color: #fff;
}
.page-wrapper .header.links > li.customer-welcome span.customer-name > span {
  margin-right: 5px;
}
.page-wrapper .header.links > li.customer-welcome span.customer-name .action.switch {
  color: #ffffff;
}
.sections.nav-sections {
  background: transparent !important;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.12rem;
}
.sections.nav-sections .section-items .section-item-content {
  float: left;
  width: 80%;
}
.sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul {
  position: inherit !important;
}
.sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0 {
  position: static !important;
}
.sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.active > a {
  background: none;
}
.sections.nav-sections .section-items .section-item-content#store\.links {
  visibility: hidden;
  position: absolute;
}
.sections.nav-sections .section-items .section-item-content .navigation li a {
  line-height: normal;
  font-weight: 400;
  padding: 0;
}
.sections.nav-sections .section-items .section-item-content .navigation li a span {
  color: #000000;
  line-height: normal;
  padding: 10px 0px;
}
.sections.nav-sections .section-items .section-item-content .navigation li a:hover {
  color: #006da4;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu {
  width: 100%;
  background: white;
  left: 0;
  right: 0;
  z-index: 2100;
  font-size: 15px;
  top: 76px !important;
  padding: 15px 0 30px;
  border-bottom: 1px solid #000;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .nav-itemsubhover > .submenu > .submenu-inner,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-itemsubhover > .submenu > .submenu-inner {
  padding: 10px;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .nav-item.current > a,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item.current > a {
  border: 0px;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .nav-item.current > a span,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item.current > a span {
  color: #064394;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .nav-item > a span,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item > a span {
  color: #064394;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col {
  overflow: hidden;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col .nav-item.level1,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col .nav-item.level1 {
  width: calc(33.33333333%);
  float: left;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col .nav-item.level1 a.nav-anchor,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col .nav-item.level1 a.nav-anchor {
  padding: 0px;
  border: 0px !important;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col .nav-item.level1 > a.nav-anchor span,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col .nav-item.level1 > a.nav-anchor span {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col .nav-item.level1 .submenu.dropdown-menu,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col .nav-item.level1 .submenu.dropdown-menu {
  position: relative;
  left: 0px !important;
  box-shadow: none;
  display: block;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col .nav-item.level1 .submenu.dropdown-menu .submenu-inner,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col .nav-item.level1 .submenu.dropdown-menu .submenu-inner {
  padding-left: 0px;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col .nav-item.level1 .submenu.dropdown-menu .submenu-inner .nav-item.level2 > a,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col .nav-item.level1 .submenu.dropdown-menu .submenu-inner .nav-item.level2 > a {
  padding: 0px;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col.mega-col-level-2 .menu-side,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col.mega-col-level-2 .menu-side {
  float: left;
  width: 50%;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col.mega-col-level-2 div.nav-item.level2,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col.mega-col-level-2 div.nav-item.level2 {
  width: 100%;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col.mega-col-level-2 div.nav-item.level2 a span,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col.mega-col-level-2 div.nav-item.level2 a span {
  font-weight: 300;
  text-transform: capitalize;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .mega-col-level-1 .full-width .mega-col.mega-col-level-2 .menu-side,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .mega-col-level-1 .full-width .mega-col.mega-col-level-2 .menu-side {
  width: 100%;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .nav-item.level1,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .nav-item.level1 {
  width: calc(33.33333333%);
  float: left;
}
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu:hover .submenu-inner .content-wrapper .dropdown-submenu,
.sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .dropdown-submenu {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation .level0.current > a {
  background-color: transparent;
}
.sections.nav-sections .ves-mdrilldown .navigation {
  border: none;
}
.ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
  background-color: #f2f2f2;
}
.ves-megamenu .navigation .level0 .submenu a:hover {
  background-color: transparent;
}
.block-search #search_mini_form #searchSuggestions {
  top: 50px;
}
.block-search #search_mini_form #searchSuggestions ul#queryList .ac-query {
  padding: 0;
}
.block-search #search_mini_form #searchSuggestions ul#queryList .ac-query a {
  padding: 5px 5px;
}
.block-search #search_mini_form #searchSuggestions ul#queryList .ac-query a:empty {
  display: none;
}
@media (max-width: 1024px) {
  .page-header.page-header-v1 .header.content .multistore-switcher {
    width: 74px;
    margin-left: 30px;
  }
  .page-header.page-header-v1 .header.content .top-header-links {
    width: 220px;
  }
  .page-header.page-header-v1 .header.content .top-header-links .social-container ul li {
    margin-right: 5px;
  }
  .page-header.page-header-v1 .header.content .block.block-search .block-content input {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .sections.nav-sections .section-items .section-item-content .navigation .level1 > a {
    padding: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 > a span {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 .submenu.dropdown-menu {
    position: relative;
    left: 0px !important;
    box-shadow: none;
    display: block;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 .submenu.dropdown-menu .submenu-inner {
    padding-left: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 .submenu.dropdown-menu .submenu-inner .nav-item.level2 > a {
    padding: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 .submenu.dropdown-menu .submenu-inner .level2 div.nav-item.level2 a span {
    font-weight: 700;
    letter-spacing: normal !important;
  }
}
@media (max-width: 965px) {
  .page-header.page-header-v1 .header.content .block.block-search {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .sections.nav-sections .section-items .section-item-content .navigation li a {
    padding: 0 10px;
  }
}
@media (min-width: 768px), print {
  .page-wrapper .nav-sections {
    display: flex;
  }
  header.page-header {
    position: relative;
  }
}
header.page-header {
  width: 100%;
  top: 0;
}
.sticky-header__transition--05s {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-wrapper .page-header.page-header-v1 .page-header .sections.nav-sections .section-items .section-item-content .multistore-switcher {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .nav-open .page-wrapper .page-header .page-header .header-main .responsive-main-header.h-logo .sections.nav-sections {
    margin-left: 0px !important;
  }
  .page-wrapper .page-header .block-search .field.search .label:before {
    font-size: 20px !important;
  }
  .page-wrapper .page-header .block-search .field.search .control {
    display: none;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header.h-logo .nav-toggle {
    margin-top: 0px;
    margin-left: 20px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header.h-logo .sections.nav-sections {
    position: fixed !important;
    top: 81px;
    width: 100%;
    margin-left: -55px !important;
  }
  body.fixed-header .header-top-wrap {
    display: none;
  }
  body.fixed-header header.page-header {
    position: fixed !important;
    width: 100%;
  }
  body.search-con-active .header-main .h-search .block-search .form.minisearch .control {
    display: block;
    position: fixed !important;
    top: 0;
    height: 100vh;
    background-color: #fff;
    padding: 10px !important;
    width: 100%;
    left: 0 !important;
    z-index: 999;
  }
  body.search-con-active .header-main .h-search .block-search .form.minisearch .control .close-icon {
    display: block !important;
  }
  body.search-con-active .header-main .h-search .block-search .form.minisearch .control .input-text {
    left: 0 !important;
    position: relative;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0 > a {
    text-align: left;
  }
  .page-header .sections.nav-sections .section-items .section-item-content .navigation li.level0.ves-mob-navopen .nav-anchor {
    text-align: center;
  }
  .page-header .sections.nav-sections .section-items .section-item-content .navigation li.level0.ves-mob-navhidden {
    display: none !important;
  }
  .additional-mobile {
    background-color: #000 !important;
    float: left;
    width: 100%;
  }
  .additional-mobile li {
    list-style: none;
    padding: 25px 0px;
    align-items: center;
    display: flex;
    border-bottom: solid 1px #d7d7d7;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
  }
  .additional-mobile li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 16px;
    font-family: 'ProximaNova', sans-serif;
  }
  .additional-mobile li:nth-child(2) a {
    padding-left: 25px;
  }
  .additional-mobile li:nth-child(2):before {
    content: "" !important;
    margin-right: 4px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/white-wishlist.png);
    background-repeat: no-repeat;
    background-size: 22px;
    z-index: 9999;
    width: 25px;
    height: 25px;
  }
  .additional-mobile li:nth-child(3) a {
    padding-left: 25px;
  }
  .additional-mobile li:nth-child(3):before {
    content: "\e947" !important;
    font-family: 'icomoon' !important;
    font-size: 20px !important;
    color: #fff;
    margin-right: 4px;
    position: absolute;
    left: 15px;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .additional-mobile li:last-child {
    border-bottom: none;
  }
  .page-wrapper .page-header .header.content .top-header-links {
    display: none;
  }
  .page-wrapper .page-header .header.content .logo {
    position: relative;
    height: 28px;
  }
  .page-wrapper .page-header .header.content .logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sections.nav-sections .ves-mdrilldown {
    margin-bottom: 0;
    /*background-color: #fff;*/
  }
  .sections.nav-sections .ves-mdrilldown .navigation {
    border: none;
  }
  .sections.nav-sections .ves-mdrilldown .navigation .drilldown-back a,
  .sections.nav-sections .ves-mdrilldown .navigation .drilldown-back > a {
    background-color: transparent;
  }
  .sections.nav-sections .ves-mdrilldown .navigation .drilldown-back a .drill-opener,
  .sections.nav-sections .ves-mdrilldown .navigation .drilldown-back > a .drill-opener {
    left: unset;
    right: 0;
    border: none;
    background-color: transparent;
    z-index: 5;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
  }
  .sections.nav-sections .ves-mdrilldown .navigation .drilldown-back a .current-cat,
  .sections.nav-sections .ves-mdrilldown .navigation .drilldown-back > a .current-cat {
    border-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #122e57;
  }
  .sections.nav-sections .ves-mdrilldown .navigation > .dropdown-menu > .drilldown-back > a > .drill-opener {
    left: 0;
    width: 100%;
  }
  .sections.nav-sections .ves-mdrilldown .navigation > .dropdown-menu > .drilldown-back > a > .drill-opener:before {
    content: "\f053" !important;
  }
  .sections.nav-sections .ves-mdrilldown .navigation > .dropdown-menu > .drilldown-back > a > .current-cat {
    font-size: 0;
    z-index: 1;
    line-height: 40px;
  }
  .sections.nav-sections .ves-mdrilldown .navigation > .dropdown-menu > .drilldown-back > a > .current-cat:before {
    content: "BACK";
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    float: left;
    padding-left: 50px;
    color: #575757;
  }
  .sections.nav-sections .ves-mdrilldown .navigation .nav-item > a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 > a span {
    font-size: 14px;
    padding-left: 20px;
    font-weight: bold;
    color: #122e57;
    text-transform: uppercase;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 > a span.drill-opener {
    padding-left: 0;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 .submenu.dropdown-menu {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .drill-opener {
    border: none;
    background-color: transparent;
    z-index: 5;
    height: 40px;
    line-height: 40px;
  }
  .block-search .control #searchSuggestions {
    top: 50px;
    display: none;
  }
  .page-header-v1 .page-header .header-main .h-search .block-search label.active + .control,
  .page-header-v1 .page-header .header-main .h-search .block-search label.search-active + .control {
    width: 100%;
    left: 0px;
    top: 0px;
  }
  .page-header-v1 .page-header .header-main .h-search .block-search label.active + .control input,
  .page-header-v1 .page-header .header-main .h-search .block-search label.search-active + .control input {
    border: 1px solid #ccc !important;
  }
  .page-header-v1 .page-header .header-main .h-search .block-search label.active + .control #searchSuggestions,
  .page-header-v1 .page-header .header-main .h-search .block-search label.search-active + .control #searchSuggestions {
    top: 50px;
  }
  .page-header-v1 .page-header .header-main .h-search .block-search label.active + .control #searchSuggestions #topQueries ul .ac-query a,
  .page-header-v1 .page-header .header-main .h-search .block-search label.search-active + .control #searchSuggestions #topQueries ul .ac-query a {
    font-size: 13px;
  }
}
.page-header-v1 .page-header .header-main .h-search {
  z-index: 101;
}
@media only screen and (max-width: 767px) {
  body.fixed-header .header-top-wrap {
    display: none;
  }
  body.fixed-header header.page-header {
    position: fixed !important;
    width: 100%;
  }
  body.search-con-active .header-main .h-search .block-search .form.minisearch .control {
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    left: 0 !important;
    z-index: 999;
  }
  body.search-con-active .header-main .h-search .block-search .form.minisearch .control .close-icon {
    display: block !important;
  }
  body .page-wrapper .scroll-div {
    display: none;
  }
  body .page-wrapper .page-header .page-header .header-main .sections.nav-sections {
    position: fixed !important;
    transition: none !important;
  }
  body.search-con-active {
    overflow-y: hidden;
  }
  body.search-con-active .header-main .h-search .block-search .search .control {
    display: block;
    position: fixed !important;
    height: 100vh !important;
    width: 100%;
    top: 0 !important;
    z-index: 99999;
    background-color: #fff;
    left: 0;
    padding: 10px !important;
  }
  body.search-con-active .header-main .h-search .block-search .search .control input {
    position: relative;
    left: 0;
    padding-left: 10px !important;
    width: 100%;
    height: 40px;
  }
  body.search-con-active .header-main .h-search .block-search .search .control .close-icon {
    padding: 10px;
    display: block !important;
  }
  .header-main .h-search .block-search .search .control {
    display: none;
    position: fixed;
  }
}
@media (max-width: 767px) {
  body.fixed-header .page-header .header-main .responsive-main-header .nav-sections {
    top: 52px !important;
    padding-bottom: 52px !important;
  }
  body.fixed-header #maincontent {
    padding-top: 51px;
  }
  body .page-header .header-main .responsive-main-header .nav-sections {
    top: 84px !important;
    padding-bottom: 84px !important;
  }
  html.nav-open header.page-header {
    position: fixed;
  }
  .page-header-v1 .page-header .header-top-wrap .header-top .header-marketing {
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  .page-header .header-top-wrap {
    height: 30px;
  }
  .sections.nav-sections .section-items {
    width: 100%;
  }
  .storepickup-index-index .page-header-v1 .page-header .header-top .multistore-switcher .switcher-options .language-dropdown-container li img {
    vertical-align: top;
  }
  .storepickup-index-index .page-header-v1 .page-header .header-top .nav.item a {
    color: #000;
  }
  #switcher-language .weltpixel_multistore .switcher-option a {
    display: flex;
    align-items: center;
    padding-top: 5px;
  }
  #switcher-language .weltpixel_multistore .switcher-option a img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
  }
  #switcher-language .weltpixel_multistore .switcher-option a span {
    font-size: 12px;
    padding-left: 5px;
    font-weight: 700;
    color: #ffffff;
  }
  #switcher-language .weltpixel_multistore .switcher-option a span:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header.page-header-v1 .page-header .sections.nav-sections .section-items .section-item-content .multistore-switcher {
    display: block !important;
  }
}
.page-header .header-top-wrap {
  background-color: #000;
}
.page-header .header-top-wrap .header-top {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
@media (max-width: 959px) {
  .page-header .header-top-wrap .header-top {
    z-index: 99999;
    color: #000;
  }
  .page-header .header-top-wrap .header-top .col-md-7 {
    display: none;
  }
}
.page-header .header-top-wrap .header-top .switcher.language.switcher-language {
  order: 0;
}
.page-header .header-top-wrap .header-top .header-marketing .shipping-marketing {
  text-align: center;
  font-size: 13px;
  line-height: 1;
}
.page-header .header-top-wrap .header-top .header-marketing .shipping-marketing .shipping-message {
  color: #ffffff;
  text-transform: none;
}
.page-header .header-top-wrap .header-top .my-account-wrapper {
  position: relative;
  display: flex;
}
.page-header .header-top-wrap .header-top .my-account-wrapper .subscription-button {
  font-size: 13px;
  background: transparent;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  border-right: 2px solid #ffffff;
  height: auto;
  font-family: 'ProximaNova', sans-serif !important;
  padding: 9px 30px 7px;
  font-weight: 700;
}
.page-header .header-top-wrap .header-top .my-account-wrapper .subscription-button:hover {
  background: #ffffff;
  color: #000000;
  border-radius: 0;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription {
  display: block;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 50px;
  height: 200px;
  background: #eee;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription #header-email-signup {
  max-width: 700px;
  min-height: auto;
  margin: 0 auto;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription #header-email-signup .sign-up-title {
  display: none;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription #header-email-signup .header-email-signup-inner .subscription-close {
  position: absolute;
  right: 0;
  top: 20px;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription #header-email-signup .header-email-signup-inner h3#header-email-signup-desc {
  font-size: 18px;
  text-transform: none;
  text-align: center;
  font-weight: normal;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription #header-email-signup .header-email-signup-inner .justify-content-center {
  display: flex;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription #header-email-signup .header-email-signup-inner .justify-content-center fieldset {
  display: flex;
  border: 0;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #subscription #header-email-signup .header-email-signup-inner .justify-content-center .control-group {
  display: flex;
}
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button {
  background: transparent;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 30px 7px;
  font-family: 'ProximaNova', sans-serif !important;
  font-size: 13px;
  font-weight: 700;
}
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button span {
  margin-left: 5px;
}
@media (max-width: 959px) {
  .page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button {
    position: relative;
    top: 0px !important;
    z-index: 99999;
    color: #fff;
    right: 0;
    font-size: 14px;
  }
}
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button:hover,
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button:focus,
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button:active {
  background: #ffffff;
  height: 50px;
  color: #000000;
  border-radius: 0;
}
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button:hover span,
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button:focus span,
.page-header .header-top-wrap .header-top .my-account-wrapper .my-account-button:active span {
  color: #000;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #my-account {
  display: block;
  position: absolute;
  background: #eee;
  border: 1px solid #999;
  right: 0px;
  padding: 10px;
  z-index: 999;
  top: 50px;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #my-account ul {
  padding: 0;
  min-width: 225px;
  margin-bottom: 0;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #my-account ul li {
  list-style-type: none;
  padding: 0 10px;
  line-height: 32px;
}
.page-header .header-top-wrap .header-top .my-account-wrapper #my-account ul li a {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
.page-header .header-main {
  position: relative;
}
.page-header .header-main .container {
  position: static !important;
}
.page-header .header-main .minicart-wrapper.active .action.showcart {
  padding: 0;
}
.page-header .header-main ul.header.links {
  padding: 0;
  margin: 0;
}
.page-header .header-main ul.header.links::before {
  display: none;
}
.page-header .header-main ul.header.links li {
  display: flex;
}
.page-header .header-main ul.header.links li a {
  font-size: 0 !important;
}
.page-header .header-main ul.header.links li a:before {
  content: "\e901";
  font-size: 26px;
  width: 30px;
  height: 30px;
  display: block;
}
.page-header .header-main ul.header.links li.customer-welcome {
  display: none;
}
.page-header .responsive-main-header {
  position: static;
  letter-spacing: 0;
}
.sections.nav-sections .section-items .section-item-content .navigation > ul li.parent > a:after {
  display: none !important;
}
body .page-header .page-header .header-main {
  padding-bottom: 0;
  border-bottom: 1px solid #000000;
}
body .page-header .page-header .header-main .sections.nav-sections {
  background: transparent !important;
  position: static;
}
body .page-header .page-header .header-main .sections.nav-sections .section-item-content .navigation ul li a {
  font-weight: 700;
}
body .page-header .page-header .header-main .sections.nav-sections .section-item-content .navigation ul li a span {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header {
  letter-spacing: 0;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .switcher.language.switcher-language {
  display: none !important;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec {
  display: block;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec strong {
  letter-spacing: 0;
  font-size: 15px;
  padding: 0 0 10px 0;
  display: block;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 36px;
  letter-spacing: 0;
  color: #000000;
  display: flex;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec u {
  text-decoration: underline;
  text-align: center;
  text-transform: none;
  font-size: 13px;
  display: block;
  line-height: 2;
  letter-spacing: 0;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .shop-all-women,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .shop-new {
  text-decoration: underline;
  font-size: 13px;
  text-transform: uppercase;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .shop-sale {
  color: #d70000;
  text-decoration: underline;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li {
  padding: 0;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li a.crocs-icon,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li a.crocs-icon,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li a.crocs-icon {
  padding-left: 40px;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li a.crocs-icon::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li a.crocs-icon::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li a.crocs-icon::before {
  content: " ";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/menu-icons.svg);
  background-repeat: no-repeat;
  background-size: 5em 49em;
  top: 2px;
  left: 0;
  font-size: 28px;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-clogs::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-clogs::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-clogs::before {
  background-position-y: -31em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-sandals::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-sandals::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-sandals::before {
  background-position-y: -41em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-slides::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-slides::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-slides::before {
  background-position-y: -44em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-slip::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-slip::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-slip::before {
  background-position-y: -34em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-platform::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-platform::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-platform::before {
  background-position-y: -31em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-wedges::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-wedges::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-wedges::before {
  background-position-y: -37em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-sneakers::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-sneakers::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-sneakers::before {
  background-position-y: -46em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-jibbitz::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-jibbitz::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-jibbitz::before {
  background-position-y: -38em;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .women-dropdown-content ul li .crocs-icon.crocs-socks::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .men-dropdown-content ul li .crocs-icon.crocs-socks::before,
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content ul li .crocs-icon.crocs-socks::before {
  background-position-y: -30em;
}
@media (max-width: 1439px) {
  .container {
    width: 100% !important;
    padding: 0 15px !important;
  }
}
.page-header-v1 {
  z-index: 101 !important;
}
.page-header-v1 .page-header .header-top-wrap .multistore-desktop {
  background-color: transparent;
  margin-right: 10px;
  background: transparent;
}
.page-header-v1 .page-header .header-top-wrap .multistore-desktop .language-dropdown-container .switcher-option {
  display: none;
}
.page-header-v1 .page-header .header-top-wrap .multistore-desktop .language-dropdown-container .switcher-option.active {
  display: block;
}
.page-header-v1 .page-header .header-top-wrap .multistore-desktop .language-dropdown-container .switcher-option.active img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}
.page-header-v1 .page-header .header-top-wrap .multistore-desktop .language-dropdown-container .switcher-option.active a:hover {
  color: #000;
}
.page-header-v1 .page-header .subscribe-content-wrapper {
  display: none;
  background-color: #eee;
  position: relative;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup {
  padding: 5px 0;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup .sign-up-title {
  display: none;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup .subscription-close {
  position: absolute;
  right: 20px;
  top: 13px;
  font-family: 'icomoon', sans-serif;
  cursor: pointer;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup .email-subscribe {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup form.cx-form .control-group {
  display: flex;
  justify-content: center;
  margin: 15px 0 10px 0;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup form.cx-form .control-group .control-group-left {
  min-width: 285px;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup form.cx-form .control-group .control-group-left .control .header-email-signup-form-email {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
  padding-left: 15px;
}
.page-header-v1 .page-header .subscribe-content-wrapper #subscription .header-email-signup form.cx-form .control-group .control-group-right .ok-button {
  height: 40px;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 0px;
  background-color: #000;
  font-family: 'ProximaNova', sans-serif;
}
.page-header-v1 .page-header .header-main {
  padding-bottom: 6px;
  background-color: #fff;
}
.page-header-v1 .page-header .header-main > .container > .row {
  margin-right: -15px;
}
.page-header-v1 .page-header .header-main > .container > .row:before,
.page-header-v1 .page-header .header-main > .container > .row:after {
  display: none;
}
.page-header-v1 .page-header .header-main .logo {
  max-width: 80%;
  margin: 0;
  float: right;
  left: 20%;
  top: 3px;
  margin-left: 0px !important;
}
.page-header-v1 .page-header .header-main .logo img {
  height: auto !important;
  max-width: 70%;
  margin: 0 auto;
  width: 140px !important;
}
.page-header-v1 .page-header .header-main .responsive-main-header {
  height: 50px;
  display: flex;
  align-items: center;
}
.page-header-v1 .page-header .header-main .responsive-main-header.h-search.h-panel .login-mobile {
  display: none !important;
}
.page-header-v1 .page-header .header-main .responsive-main-header.h-search.h-panel .nav.item {
  display: none;
}
.page-header-v1 .page-header .header-main .h-logo .nav-toggle:before {
  color: #000;
}
.page-header-v1 .page-header .header-main .h-search {
  justify-content: flex-end;
  right: 0;
  z-index: 1;
}
.page-header-v1 .page-header .header-main .h-search .block-search {
  margin-top: 5px;
  margin-right: 15px;
}
.page-header-v1 .page-header .header-main .h-search .block-search .control {
  border-top: none;
}
.page-header-v1 .page-header .header-main .h-search .block-search label:before {
  color: #000;
}
.page-header-v1 .page-header .header-main .h-search .block-search label.active + .control,
.page-header-v1 .page-header .header-main .h-search .block-search label.search-active + .control {
  top: 50px;
  border-top: solid 1px #ebebeb;
}
.page-header-v1 .page-header .header-main .h-panel .header.links {
  display: none;
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper {
  margin-left: 0;
  margin-top: 0;
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper:after {
  content: "";
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper .action.showcart {
  position: relative;
  z-index: 2;
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper .action.showcart:before {
  content: "\e904" !important;
  font-family: 'icomoon' !important;
  width: 24px;
  height: 24px;
  font-size: 28px !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  left: 35px;
  top: -20px;
  width: 10px;
  height: 10px;
  background-color: #141414;
  border: none;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: white;
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper .text {
  font-size: 0px;
  text-transform: uppercase;
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper #minicart-success-message {
  font-size: 13px;
  font-weight: 700;
  color: #141414;
  line-height: 36px;
}
.page-header-v1 .page-header .header-main .h-panel .minicart-wrapper #minicart-success-message i {
  color: #006da4;
  margin-right: 10px;
}
.page-header-v1 .sections.nav-sections {
  z-index: 100;
}
.catalog-category-view .page-wrapper #maincontent .category-view .breadcrumbs {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0;
  padding: 15px;
  padding-left: 2%;
}
.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
  font-style: normal;
  text-transform: uppercase !important;
  color: #141414;
  font-weight: 500;
  font-style: normal !important;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: '/';
  font-size: 16px;
  line-height: 14px;
  vertical-align: top;
}
.minicart-wrapper .block-minicart.desktop #minicart-content-wrapper .product-item-details .details-qty .cart-qty-hide {
  display: none;
}
/** Sticky Animation **/
@keyframes slide-down {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navigation-slide-down {
  0% {
    opacity: 0.7;
    top: 0px;
  }
  100% {
    opacity: 1;
    top: 96px;
  }
}
/**minicart transition **/
.cookie-status-message {
  display: none !important;
}
@media only screen and (max-width: 639px) {
  .block-search {
    margin-top: 0px;
    position: static !important;
  }
  .block-search #search_mini_form .field.search .label {
    margin-right: 5px;
    padding-right: 5px;
  }
  .block-search #search_mini_form .field.search .label::before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-header .header-main .container .row .h-panel.responsive-main-header li.headerWishlist {
    display: block;
    position: relative;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header li.headerWishlist a.icomoon-icon.icon-heart-o.counter-exist {
    color: #000;
    font-size: 24px;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header li.headerWishlist a.icomoon-icon.icon-heart-o.counter-exist::before {
    content: "\e902" !important;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header li.headerWishlist span.counter.qty {
    position: absolute;
    top: 8px;
    left: 7px;
    padding: 1px;
    font-size: 10px;
    color: #fff;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header ul.header.links li.headerWishlist {
    display: none;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .login-mobile li.nav.item.current::before {
    content: "\e971" !important;
    font-family: 'icomoon' !important;
    width: 26px;
    height: 26px;
    font-size: 24px !important;
    margin-right: 0;
  }
  html.nav-before-open {
    overflow-x: hidden !important;
  }
  html body .page-wrapper > .page-header {
    z-index: 999 !important;
  }
  html body .page-wrapper > .page-header .header-main .h-search {
    z-index: 99;
  }
  html body .nav-sections {
    left: 0;
    display: none;
    width: 100%;
    top: 50px;
    background-color: #fff !important;
  }
  .overlay-focus-megamenu {
    display: none !important;
  }
  .multistore-switcher.switcher#switcher-language {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: 35px;
    display: block !important;
  }
  .multistore-switcher.switcher#switcher-language .weltpixel_multistore {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .multistore-switcher.switcher#switcher-language .weltpixel_multistore .switcher-option img {
    max-height: 20px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    object-fit: cover;
    vertical-align: text-bottom;
  }
  .multistore-switcher.switcher#switcher-language .weltpixel_multistore .switcher-option span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-left: 0px;
    vertical-align: baseline;
    color: #122e57;
  }
  .multistore-switcher.switcher#switcher-language .weltpixel_multistore .switcher-option.active {
    display: none;
  }
  .ves-navbar .ves-navtoggle {
    display: none;
  }
  .h-search .block-search #search_mini_form .field.search .label::before {
    font-size: 20px !important;
    margin-top: 5px !important;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul {
    width: 100%;
  }
  .minicart-wrapper .minicart-desktop.mage-dropdown-dialog {
    display: block !important;
  }
  .page-header .header-main .minicart-wrapper .minicart-mobile.mage-dropdown-dialog {
    transform: translateX(100%);
    transition: transform 0.426s cubic-bezier(0.4, 0.9, 0.3, 1);
    z-index: 99;
  }
  .page-header .header-main .minicart-wrapper.active.mobile .mage-dropdown-dialog {
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px), print {
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #FFF;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 48px;
    width: 50px;
  }
  .page-header-v1 .page-header .header-top li.nav.item:nth-child(5) {
    display: none;
  }
  .page-header-v1 .page-header .additional-mobile li.nav.item:nth-child(5) {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content {
    width: 100%;
  }
  .sections.nav-sections .section-items .section-item-content .navigation > ul li {
    margin-right: 0;
  }
  .sections.nav-sections .section-items .section-item-content .navigation > ul li.parent > a:after {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 .dropdown-submenu.nav-item > a span {
    color: #141414 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level2 .dropdown-submenu.nav-item > a span {
    color: #141414 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level2 .dropdown-submenu.nav-item > a:hover span {
    text-decoration: underline !important;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul > li.nav-item.level0 {
    position: initial !important;
    /*width: 100%;*/
    text-align: center;
    flex: 1 1 auto;
    padding: 0 8px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    background-color: #ffffff;
  }
  .sections.nav-sections .ves-megamenu.top-navigation > .navigation {
    padding: 0 15px;
  }
  .sections.nav-sections .ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: flex !important;
    position: relative !important;
  }
  .sections.nav-sections .ves-megamenu .navigation .level0 {
    margin-right: 0;
  }
  .page-wrapper .page-header-v1 .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%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 65%;
    z-index: 999 !important;
    background: #e4e4e4 !important;
    font-family: 'Roboto', sans-serif;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .opener,
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .drill-opener {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: none;
    background-color: transparent;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    display: block !important;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .drill-opener {
    border: none;
    background-color: transparent;
    z-index: 5;
    height: 40px;
    line-height: 40px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > .navigation .nav-item > a .drill-opener {
    padding-right: 0;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language {
    background-color: #f8f8f8;
    float: left;
    width: 100%;
    padding-top: 0px;
    display: block;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container {
    position: relative;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option {
    padding-bottom: 15px;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option:after {
    content: '\f0d7' !important;
    font-family: FontAwesome;
    color: black;
    font-size: 1.6rem;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .weltpixel_multistore {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option img {
    max-height: 20px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    object-fit: cover;
    vertical-align: text-bottom;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option span {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    line-height: 20px;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container > .switcher-option span {
    vertical-align: text-bottom;
  }
  .sections.nav-sections .section-items .section-item-content .store-information {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top;
    line-height: 20px;
    padding: 15px 25px;
    letter-spacing: 0;
    width: 100%;
    background-color: #e4e4e4;
  }
  .sections.nav-sections .section-items .section-item-content .store-information a {
    font-weight: bold;
    display: inherit;
    width: calc(100% - 14px);
  }
  .sections.nav-sections .section-items .section-item-content .store-information i {
    font-weight: bold;
    width: 14px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a {
    position: relative;
    width: 100%;
    display: block;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item.menu-mobile-show > a {
    visibility: visible !important;
  }
  .page-header.page-header-v1.page-header-v1 .sections.nav-sections .section-items .section-item-content .navigation .level1 .dropdown-submenu.nav-item > a span {
    font-size: 14px !important;
    padding-left: 20px;
    font-weight: bold !important;
    color: #122e57 !important;
    text-transform: uppercase;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1 .submenu.dropdown-menu {
    display: none;
  }
  .page-header.page-header-v1.page-header-v1.sticky .sections.nav-sections {
    position: fixed;
    width: calc(-1 * (100% - 54px)) !important;
    top: 0 !important;
  }
  .nav-open .page-header.page-header-v1.page-header-v1.sticky .sections.nav-sections {
    left: 0 !important;
    width: 65% !important;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .weltpixel_multistore {
    display: block;
  }
}
.sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation .level0.current > a {
  background: transparent !important;
}
@media only screen and (min-width: 768px) {
  .page-header .header-main .container .row {
    margin-left: 0px !important;
  }
  .page-header .header-main .container .row .h-panel.responsive-main-header {
    padding-right: 0px;
  }
  .page-header .header-main .container .row .h-panel.responsive-main-header li.headerWishlist {
    display: none;
  }
  .page-header .header-main .container .row .h-panel.responsive-main-header ul.header.links li.headerWishlist {
    display: block;
    position: relative;
  }
  .page-header .header-main .container .row .h-panel.responsive-main-header ul.header.links li.headerWishlist a.icomoon-icon.icon-heart-o.counter-not-exist {
    color: #000;
    font-size: 24px;
  }
  .page-header .header-main .container .row .h-panel.responsive-main-header ul.header.links li.headerWishlist a.icomoon-icon.icon-heart-o.counter-exist:before {
    content: "\e902" !important;
  }
  .page-header .header-main .container .row .h-panel.responsive-main-header ul.header.links li.headerWishlist span.counter.qty {
    position: absolute;
    top: 7px;
    left: 10px;
    padding: 1px;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  body .page-header .header-main .container {
    padding: 0px !important;
  }
  body .page-header .header-main .container .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header {
    padding-right: 0px;
    position: relative;
    justify-content: space-evenly;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .block-search {
    margin-right: 0px;
    margin-top: 0px;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .block-search .field.search .label {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .block-search .field.search .label::before {
    margin: 0 !important;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .login-mobile {
    display: block !important;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .login-mobile li {
    list-style-type: none;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .login-mobile li a {
    font-size: 0px;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .login-mobile li a::before {
    content: "\e971" !important;
    font-family: 'icomoon' !important;
    width: 24px;
    height: 24px;
    font-size: 24px !important;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .nav.item {
    display: block !important;
    list-style-type: none;
    position: relative;
    width: 26px;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .nav.item a {
    font-size: 0px;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .nav.item a::before {
    content: '';
    background-image: url(../images/wish-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    background-size: 27px;
    position: absolute;
  }
  body .page-header .header-main .container .row .h-panel.responsive-main-header .minicart-wrapper .action.showcart::before {
    position: relative;
    right: 0;
    top: 0;
    transform: none !important;
  }
}
/*css Homepage goes here*/
body {
  /*blog view*/
}
body.blog-index-index .breadcrumbs,
body.blog-tag-view .breadcrumbs,
body.blog-category-view .breadcrumbs,
body.blog-post-view .breadcrumbs {
  display: none;
}
body.blog-index-index .page-main,
body.blog-tag-view .page-main,
body.blog-category-view .page-main,
body.blog-post-view .page-main {
  padding: 0px;
  max-width: 100%;
}
body.blog-index-index .page-main .page-title-wrapper,
body.blog-tag-view .page-main .page-title-wrapper,
body.blog-category-view .page-main .page-title-wrapper,
body.blog-post-view .page-main .page-title-wrapper {
  display: none;
}
body.blog-index-index .page-wrapper .page-header-v1 + .sections.nav-sections,
body.blog-tag-view .page-wrapper .page-header-v1 + .sections.nav-sections,
body.blog-category-view .page-wrapper .page-header-v1 + .sections.nav-sections,
body.blog-post-view .page-wrapper .page-header-v1 + .sections.nav-sections {
  margin-bottom: 0px;
}
body.blog-index-index .columns,
body.blog-tag-view .columns,
body.blog-category-view .columns,
body.blog-post-view .columns {
  width: 100% !important;
  max-width: 100% !important;
}
body.blog-index-index .columns .button-show-filter-mobile,
body.blog-tag-view .columns .button-show-filter-mobile,
body.blog-category-view .columns .button-show-filter-mobile,
body.blog-post-view .columns .button-show-filter-mobile {
  display: none;
}
body.blog-index-index .columns > .toolbar,
body.blog-tag-view .columns > .toolbar,
body.blog-category-view .columns > .toolbar,
body.blog-post-view .columns > .toolbar {
  clear: both;
  /*-webkit-box-shadow: 0px -13px 55px -26px rgba(0, 0, 0, 0.75);
				-moz-box-shadow: 0px -13px 55px -26px rgba(0, 0, 0, 0.75);
				box-shadow: 0px -13px 55px -26px rgba(0, 0, 0, 0.75);*/
  padding-top: 10px;
  margin-bottom: 0px;
}
body.blog-index-index .columns > .toolbar .pages,
body.blog-tag-view .columns > .toolbar .pages,
body.blog-category-view .columns > .toolbar .pages,
body.blog-post-view .columns > .toolbar .pages {
  text-align: right;
}
body.blog-index-index .columns > .toolbar .pages ul li.item .action,
body.blog-tag-view .columns > .toolbar .pages ul li.item .action,
body.blog-category-view .columns > .toolbar .pages ul li.item .action,
body.blog-post-view .columns > .toolbar .pages ul li.item .action {
  width: 32px;
  height: 32px;
  border: 0px;
  background: transparent;
  position: relative;
}
body.blog-index-index .columns > .toolbar .pages ul li.item .action:before,
body.blog-tag-view .columns > .toolbar .pages ul li.item .action:before,
body.blog-category-view .columns > .toolbar .pages ul li.item .action:before,
body.blog-post-view .columns > .toolbar .pages ul li.item .action:before {
  content: '';
  background-image: url(../images/li-search-action-icon.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 80%;
  top: 50%;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
body.blog-index-index .columns > .toolbar .pages ul li.item.pages-item-next,
body.blog-tag-view .columns > .toolbar .pages ul li.item.pages-item-next,
body.blog-category-view .columns > .toolbar .pages ul li.item.pages-item-next,
body.blog-post-view .columns > .toolbar .pages ul li.item.pages-item-next {
  max-height: 32px;
  display: block;
  float: right;
}
body.blog-index-index .columns > .toolbar .pages ul li.item.pages-item-previous,
body.blog-tag-view .columns > .toolbar .pages ul li.item.pages-item-previous,
body.blog-category-view .columns > .toolbar .pages ul li.item.pages-item-previous,
body.blog-post-view .columns > .toolbar .pages ul li.item.pages-item-previous {
  max-height: 32px;
  display: block;
  float: left;
}
body.blog-index-index .columns > .toolbar .pages ul li.item.pages-item-previous .action:before,
body.blog-tag-view .columns > .toolbar .pages ul li.item.pages-item-previous .action:before,
body.blog-category-view .columns > .toolbar .pages ul li.item.pages-item-previous .action:before,
body.blog-post-view .columns > .toolbar .pages ul li.item.pages-item-previous .action:before {
  transform: rotate(180deg);
  top: 17%;
}
body.blog-index-index .columns > .toolbar .pages ul li.item.current .page,
body.blog-tag-view .columns > .toolbar .pages ul li.item.current .page,
body.blog-category-view .columns > .toolbar .pages ul li.item.current .page,
body.blog-post-view .columns > .toolbar .pages ul li.item.current .page {
  border: 0px;
  border-bottom: 2px solid #1063ba;
  border-radius: 0px;
  height: 32px;
  background: transparent;
}
body.blog-index-index .columns > .toolbar .pages ul li.item .page span,
body.blog-tag-view .columns > .toolbar .pages ul li.item .page span,
body.blog-category-view .columns > .toolbar .pages ul li.item .page span,
body.blog-post-view .columns > .toolbar .pages ul li.item .page span {
  width: 20px;
  height: 32px;
  line-height: 32px;
}
body.blog-index-index .columns .catalog-banner img,
body.blog-tag-view .columns .catalog-banner img,
body.blog-category-view .columns .catalog-banner img,
body.blog-post-view .columns .catalog-banner img {
  width: 100%;
}
body.blog-index-index .columns .column.main,
body.blog-tag-view .columns .column.main,
body.blog-category-view .columns .column.main,
body.blog-post-view .columns .column.main {
  float: right;
  padding: 40px 40px 0px 40px;
}
body.blog-index-index .columns .column.main > h2,
body.blog-tag-view .columns .column.main > h2,
body.blog-category-view .columns .column.main > h2,
body.blog-post-view .columns .column.main > h2 {
  margin-bottom: 0px;
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  letter-spacing: 0.8px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
}
body.blog-index-index .columns .column.main > p,
body.blog-tag-view .columns .column.main > p,
body.blog-category-view .columns .column.main > p,
body.blog-post-view .columns .column.main > p {
  margin-left: 40px;
  text-align: justify;
}
body.blog-index-index .columns .column.main .catalog-banner,
body.blog-tag-view .columns .column.main .catalog-banner,
body.blog-category-view .columns .column.main .catalog-banner,
body.blog-post-view .columns .column.main .catalog-banner {
  display: none;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list {
  overflow: hidden;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > h2,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > h2,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > h2,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > h2 {
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  letter-spacing: 0.8px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #06224d;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding: 0px 0px;
  margin: 20px 0px;
  -webkit-box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
  box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li {
  padding: 0px;
  background: transparent;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld {
  position: relative;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image {
  position: absolute;
  bottom: 10%;
  left: 40px;
  z-index: 99;
  display: block;
  max-width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2 {
  margin-bottom: 0px;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2 a,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2 a,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2 a,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image h2 a {
  margin-bottom: 0px;
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  letter-spacing: 0.8px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  color: white;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image span,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image span,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image span,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld .above-image span {
  color: white;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li .post-title-holder .post-title a,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-title-holder .post-title a,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-title-holder .post-title a,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li .post-title-holder .post-title a {
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #06224d;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li.post-holder:hover,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list .first-child li.post-holder:hover,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list .first-child li.post-holder:hover,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list .first-child li.post-holder:hover {
  box-shadow: none;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld .above-image,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld .above-image,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld .above-image,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld .above-image {
  display: none;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li.separator,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li.separator,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li.separator,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li.separator {
  overflow: hidden;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0px;
  margin: 20px 0px;
  -webkit-box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
  box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li.separator:last-child,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li.separator:last-child,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li.separator:last-child,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li.separator:last-child {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li.separator li,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li.separator li,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li.separator li,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li.separator li {
  width: calc(100% / 3 - 40px);
  float: left;
  max-height: 300px;
  height: auto;
  min-height: 170px;
  padding: 0px;
  background: transparent;
  margin-right: 20px;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li.separator li:last-child,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li.separator li:last-child,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li.separator li:last-child,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li.separator li:last-child {
  margin-right: 0px;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li.separator li.post-holder:hover,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li.separator li.post-holder:hover,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li.separator li.post-holder:hover,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li.separator li.post-holder:hover {
  box-shadow: none;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li .post-title-holder .post-title a,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li .post-title-holder .post-title a,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li .post-title-holder .post-title a,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li .post-title-holder .post-title a {
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #06224d;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li:first-child,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li:first-child,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li:first-child,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li:first-child {
  width: 100%;
  float: none;
  height: auto;
  max-height: 100%;
  padding: 0px;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li:first-child .post-ftimg-hld a img,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li:first-child .post-ftimg-hld a img,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li:first-child .post-ftimg-hld a img,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li:first-child .post-ftimg-hld a img {
  max-height: 100%;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li .post-header .post-title-holder h2.post-title,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li .post-header .post-title-holder h2.post-title,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li .post-header .post-title-holder h2.post-title,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li .post-header .post-title-holder h2.post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0px;
  max-width: 100%;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px;
  display: none;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p:first-child,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p:first-child,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p:first-child,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li .post-content .post-description .post-text-hld p:first-child {
  display: -webkit-box;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld {
  text-align: center;
}
body.blog-index-index .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld a img,
body.blog-tag-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld a img,
body.blog-category-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld a img,
body.blog-post-view .columns .column.main .post-list-wrapper .post-list > li .post-ftimg-hld a img {
  text-align: center;
}
body.blog-index-index .columns .sidebar,
body.blog-tag-view .columns .sidebar,
body.blog-category-view .columns .sidebar,
body.blog-post-view .columns .sidebar {
  -webkit-box-shadow: 22px 0px 64px -43px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 22px 0px 64px -43px rgba(0, 0, 0, 0.75);
  box-shadow: 22px 0px 64px -43px rgba(0, 0, 0, 0.75);
  padding: 50px;
  padding-top: 60px;
  border-right: 1px solid #eaeaea;
  background: url(../images/category-filter-background.png) no-repeat;
  background-size: 76%;
}
body.blog-index-index .columns .sidebar .block-reorder,
body.blog-tag-view .columns .sidebar .block-reorder,
body.blog-category-view .columns .sidebar .block-reorder,
body.blog-post-view .columns .sidebar .block-reorder {
  display: none;
}
body.blog-index-index .columns .sidebar .block-compare .block-title,
body.blog-tag-view .columns .sidebar .block-compare .block-title,
body.blog-category-view .columns .sidebar .block-compare .block-title,
body.blog-post-view .columns .sidebar .block-compare .block-title,
body.blog-index-index .columns .sidebar .widget .block-title,
body.blog-tag-view .columns .sidebar .widget .block-title,
body.blog-category-view .columns .sidebar .widget .block-title,
body.blog-post-view .columns .sidebar .widget .block-title,
body.blog-index-index .columns .sidebar .block-wishlist .block-title,
body.blog-tag-view .columns .sidebar .block-wishlist .block-title,
body.blog-category-view .columns .sidebar .block-wishlist .block-title,
body.blog-post-view .columns .sidebar .block-wishlist .block-title {
  position: relative;
  cursor: pointer;
}
body.blog-index-index .columns .sidebar .block-compare .block-title.deactivate:after,
body.blog-tag-view .columns .sidebar .block-compare .block-title.deactivate:after,
body.blog-category-view .columns .sidebar .block-compare .block-title.deactivate:after,
body.blog-post-view .columns .sidebar .block-compare .block-title.deactivate:after,
body.blog-index-index .columns .sidebar .widget .block-title.deactivate:after,
body.blog-tag-view .columns .sidebar .widget .block-title.deactivate:after,
body.blog-category-view .columns .sidebar .widget .block-title.deactivate:after,
body.blog-post-view .columns .sidebar .widget .block-title.deactivate:after,
body.blog-index-index .columns .sidebar .block-wishlist .block-title.deactivate:after,
body.blog-tag-view .columns .sidebar .block-wishlist .block-title.deactivate:after,
body.blog-category-view .columns .sidebar .block-wishlist .block-title.deactivate:after,
body.blog-post-view .columns .sidebar .block-wishlist .block-title.deactivate:after {
  content: '\f067' !important;
}
body.blog-index-index .columns .sidebar .block-compare .block-title:after,
body.blog-tag-view .columns .sidebar .block-compare .block-title:after,
body.blog-category-view .columns .sidebar .block-compare .block-title:after,
body.blog-post-view .columns .sidebar .block-compare .block-title:after,
body.blog-index-index .columns .sidebar .widget .block-title:after,
body.blog-tag-view .columns .sidebar .widget .block-title:after,
body.blog-category-view .columns .sidebar .widget .block-title:after,
body.blog-post-view .columns .sidebar .widget .block-title:after,
body.blog-index-index .columns .sidebar .block-wishlist .block-title:after,
body.blog-tag-view .columns .sidebar .block-wishlist .block-title:after,
body.blog-category-view .columns .sidebar .block-wishlist .block-title:after,
body.blog-post-view .columns .sidebar .block-wishlist .block-title:after {
  content: '\f068' !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #122e57;
  font-size: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  position: absolute;
}
body.blog-index-index .columns .sidebar .block-compare .block-title strong,
body.blog-tag-view .columns .sidebar .block-compare .block-title strong,
body.blog-category-view .columns .sidebar .block-compare .block-title strong,
body.blog-post-view .columns .sidebar .block-compare .block-title strong,
body.blog-index-index .columns .sidebar .widget .block-title strong,
body.blog-tag-view .columns .sidebar .widget .block-title strong,
body.blog-category-view .columns .sidebar .widget .block-title strong,
body.blog-post-view .columns .sidebar .widget .block-title strong,
body.blog-index-index .columns .sidebar .block-wishlist .block-title strong,
body.blog-tag-view .columns .sidebar .block-wishlist .block-title strong,
body.blog-category-view .columns .sidebar .block-wishlist .block-title strong,
body.blog-post-view .columns .sidebar .block-wishlist .block-title strong {
  border-bottom: 0px;
  font-size: 18px;
  font-weight: 100;
  color: #122e57;
  font-family: "Proximanova", sans-serif;
  letter-spacing: 1px;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories,
body.blog-tag-view .columns .sidebar .block-compare.block-categories,
body.blog-category-view .columns .sidebar .block-compare.block-categories,
body.blog-post-view .columns .sidebar .block-compare.block-categories,
body.blog-index-index .columns .sidebar .widget.block-categories,
body.blog-tag-view .columns .sidebar .widget.block-categories,
body.blog-category-view .columns .sidebar .widget.block-categories,
body.blog-post-view .columns .sidebar .widget.block-categories,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud,
body.blog-index-index .columns .sidebar .widget.block-tagclaud,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud,
body.blog-category-view .columns .sidebar .widget.block-tagclaud,
body.blog-post-view .columns .sidebar .widget.block-tagclaud,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud {
  margin-bottom: 0px;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul,
body.blog-index-index .columns .sidebar .widget.block-categories ul,
body.blog-tag-view .columns .sidebar .widget.block-categories ul,
body.blog-category-view .columns .sidebar .widget.block-categories ul,
body.blog-post-view .columns .sidebar .widget.block-categories ul,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul {
  list-style: none none;
  overflow: auto;
  padding: 0px;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul > li,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul > li,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul > li,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul > li,
body.blog-index-index .columns .sidebar .widget.block-categories ul > li,
body.blog-tag-view .columns .sidebar .widget.block-categories ul > li,
body.blog-category-view .columns .sidebar .widget.block-categories ul > li,
body.blog-post-view .columns .sidebar .widget.block-categories ul > li,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul > li,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul > li,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul > li,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul > li,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul > li,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul > li,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul > li,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul > li,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul > li,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul > li,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul > li,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul > li,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul > li,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul > li,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul > li,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul > li {
  line-height: 1.5em;
  margin: 10px 0;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul > li a,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul > li a,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul > li a,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul > li a,
body.blog-index-index .columns .sidebar .widget.block-categories ul > li a,
body.blog-tag-view .columns .sidebar .widget.block-categories ul > li a,
body.blog-category-view .columns .sidebar .widget.block-categories ul > li a,
body.blog-post-view .columns .sidebar .widget.block-categories ul > li a,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul > li a,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul > li a,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul > li a,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul > li a,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul > li a,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul > li a,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul > li a,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul > li a,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul > li a,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul > li a,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul > li a,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul > li a,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul > li a,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a {
  text-transform: uppercase;
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a6a7a9;
  position: relative;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul > li a:before,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul > li a:before,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul > li a:before,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul > li a:before,
body.blog-index-index .columns .sidebar .widget.block-categories ul > li a:before,
body.blog-tag-view .columns .sidebar .widget.block-categories ul > li a:before,
body.blog-category-view .columns .sidebar .widget.block-categories ul > li a:before,
body.blog-post-view .columns .sidebar .widget.block-categories ul > li a:before,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul > li a:before,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul > li a:before,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul > li a:before,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul > li a:before,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul > li a:before,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul > li a:before,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul > li a:before,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul > li a:before,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul > li a:before,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul > li a:before,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul > li a:before,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul > li a:before,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul > li a:before,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:before,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:before,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #dadada;
  display: block;
  content: '';
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul > li a:hover,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul > li a:hover,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul > li a:hover,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul > li a:hover,
body.blog-index-index .columns .sidebar .widget.block-categories ul > li a:hover,
body.blog-tag-view .columns .sidebar .widget.block-categories ul > li a:hover,
body.blog-category-view .columns .sidebar .widget.block-categories ul > li a:hover,
body.blog-post-view .columns .sidebar .widget.block-categories ul > li a:hover,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul > li a:hover,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul > li a:hover,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul > li a:hover,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul > li a:hover,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul > li a:hover,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul > li a:hover,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul > li a:hover,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul > li a:hover,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul > li a:hover,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul > li a:hover,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul > li a:hover,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul > li a:hover,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover {
  color: #6fa1d6;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul > li a:hover:before,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul > li a:hover:before,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul > li a:hover:before,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul > li a:hover:before,
body.blog-index-index .columns .sidebar .widget.block-categories ul > li a:hover:before,
body.blog-tag-view .columns .sidebar .widget.block-categories ul > li a:hover:before,
body.blog-category-view .columns .sidebar .widget.block-categories ul > li a:hover:before,
body.blog-post-view .columns .sidebar .widget.block-categories ul > li a:hover:before,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul > li a:hover:before,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul > li a:hover:before,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul > li a:hover:before,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul > li a:hover:before,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul > li a:hover:before,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul > li a:hover:before,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul > li a:hover:before,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul > li a:hover:before,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul > li a:hover:before,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul > li a:hover:before,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul > li a:hover:before,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul > li a:hover:before,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover:before,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover:before,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover:before,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a:hover:before {
  background-color: #0f63bb;
  opacity: 0.6;
  border-color: #0f63bb;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul > li a.current,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul > li a.current,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul > li a.current,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul > li a.current,
body.blog-index-index .columns .sidebar .widget.block-categories ul > li a.current,
body.blog-tag-view .columns .sidebar .widget.block-categories ul > li a.current,
body.blog-category-view .columns .sidebar .widget.block-categories ul > li a.current,
body.blog-post-view .columns .sidebar .widget.block-categories ul > li a.current,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul > li a.current,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul > li a.current,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul > li a.current,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul > li a.current,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul > li a.current,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul > li a.current,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul > li a.current,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul > li a.current,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul > li a.current,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul > li a.current,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul > li a.current,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul > li a.current,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current {
  color: #6fa1d6;
}
body.blog-index-index .columns .sidebar .block-compare.block-categories ul > li a.current:before,
body.blog-tag-view .columns .sidebar .block-compare.block-categories ul > li a.current:before,
body.blog-category-view .columns .sidebar .block-compare.block-categories ul > li a.current:before,
body.blog-post-view .columns .sidebar .block-compare.block-categories ul > li a.current:before,
body.blog-index-index .columns .sidebar .widget.block-categories ul > li a.current:before,
body.blog-tag-view .columns .sidebar .widget.block-categories ul > li a.current:before,
body.blog-category-view .columns .sidebar .widget.block-categories ul > li a.current:before,
body.blog-post-view .columns .sidebar .widget.block-categories ul > li a.current:before,
body.blog-index-index .columns .sidebar .block-wishlist.block-categories ul > li a.current:before,
body.blog-tag-view .columns .sidebar .block-wishlist.block-categories ul > li a.current:before,
body.blog-category-view .columns .sidebar .block-wishlist.block-categories ul > li a.current:before,
body.blog-post-view .columns .sidebar .block-wishlist.block-categories ul > li a.current:before,
body.blog-index-index .columns .sidebar .block-compare.block-tagclaud ul > li a.current:before,
body.blog-tag-view .columns .sidebar .block-compare.block-tagclaud ul > li a.current:before,
body.blog-category-view .columns .sidebar .block-compare.block-tagclaud ul > li a.current:before,
body.blog-post-view .columns .sidebar .block-compare.block-tagclaud ul > li a.current:before,
body.blog-index-index .columns .sidebar .widget.block-tagclaud ul > li a.current:before,
body.blog-tag-view .columns .sidebar .widget.block-tagclaud ul > li a.current:before,
body.blog-category-view .columns .sidebar .widget.block-tagclaud ul > li a.current:before,
body.blog-post-view .columns .sidebar .widget.block-tagclaud ul > li a.current:before,
body.blog-index-index .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current:before,
body.blog-tag-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current:before,
body.blog-category-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current:before,
body.blog-post-view .columns .sidebar .block-wishlist.block-tagclaud ul > li a.current:before {
  background-color: #0f63bb;
  opacity: 0.6;
  border-color: #0f63bb;
}
body.page-layout-2columns-right .sidebar-additional {
  clear: none;
  padding-left: 0px;
  padding-right: 20px;
}
body.blog-post-view .columns .sidebar {
  -webkit-box-shadow: 1px -23px 82px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -23px 82px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -23px 82px -24px rgba(0, 0, 0, 0.75);
  border-left: 1px solid #eaeaea;
  border-right: 0px;
  float: right;
  border: 0px;
}
body.blog-post-view .columns .column.main {
  padding-top: 0px;
  float: right;
}
body.blog-post-view .columns .column.main .post-description a {
  color: #064394;
  font-weight: 700;
  text-decoration: underline;
}
body.blog-post-view .columns .column.main .post-view .post-holder {
  background: white;
  padding-top: 0px;
}
body.blog-post-view .columns .column.main .post-view .post-holder:hover {
  box-shadow: none;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content {
  margin-top: 40px;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld {
  width: 100%;
  float: none;
  display: block;
  margin: 0px;
  position: relative;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld img {
  width: 100%;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2 {
  margin-bottom: 0px;
  max-width: 65%;
  margin-top: 0px;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2 a {
  margin-bottom: 0px;
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  letter-spacing: 0.8px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  color: white;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image span {
  color: white;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-text-hld {
  margin: 30px 0px 0px 0px;
  text-align: justify;
}
body.blog-post-view .columns .column.main .post-view .post-holder .addthis_toolbox .at-icon-wrapper {
  height: 30px !important;
  width: 30px !important;
}
body.blog-post-view .columns .column.main .post-view .post-holder .addthis_toolbox .at-icon-wrapper svg {
  height: 30px !important;
  width: 30px !important;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-title strong {
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  font-size: 22px !important;
  color: #06224d;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content {
  padding: 0px;
  overflow: hidden;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content .post-ftimg-hld {
  min-height: 200px;
  margin-bottom: 15px;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content li {
  list-style: none;
  float: none;
  width: calc(33.33333333%);
  border: 5px solid white;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content li .post-text-hld {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px;
  margin-top: 5px;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content li .post-item-link {
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px !important;
  color: #06224d;
}
body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.comments .post-comments.clear {
  width: 100%;
}
.blog-widget-recent {
  padding: 0px 20px;
}
.blog-widget-recent h3 {
  display: none;
}
.blog-widget-recent > .title {
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #06224d;
}
.blog-widget-recent .post-holder {
  width: calc(33.33333333%);
  margin: 0px;
  background: transparent;
  box-shadow: unset;
}
.blog-widget-recent .post-holder:nth-child(3n+1) {
  clear: both;
}
.blog-widget-recent .post-holder .post-footer span {
  display: block;
  color: #8e9193;
}
.blog-widget-recent .post-holder .post-content .post-description .post-ftimg-hld {
  width: 100%;
  float: none;
  text-align: center;
  margin: 0px;
}
.blog-widget-recent .post-holder .post-content .post-description .post-ftimg-hld img {
  text-align: center;
  width: auto;
}
.blog-widget-recent .post-holder .post-content .post-description .post-header {
  height: 5.9em;
}
.blog-widget-recent .post-holder .post-content .post-description .post-header .post-title .post-item-link {
  font-family: "Proximanova", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  color: #06224d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px;
}
.blog-widget-recent .post-holder .post-content .post-description .post-text-hld {
  min-height: 0px;
  height: 5rem;
  overflow: hidden;
}
.blog-widget-recent .post-holder .post-content .post-description .post-text-hld p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px;
  display: none;
}
.blog-widget-recent .post-holder .post-content .post-description .post-text-hld p:first-child {
  display: -webkit-box;
}
@media screen and (min-width: 768px) {
  .blog-widget-recent .post-holder:hover {
    -webkit-box-shadow: 0px 0px 23px 1px #949494;
    -moz-box-shadow: 0px 0px 23px 1px #949494;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 23px 1px #949494;
  }
  .blog-widget-recent .post-holder:hover .post-header,
  .blog-widget-recent .post-holder:hover .post-text-hld {
    padding: 0 10px;
  }
  .blog-widget-recent .post-holder:hover .post-footer {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1023px) {
  body.blog-index-index .columns .sidebar,
  body.blog-tag-view .columns .sidebar,
  body.blog-category-view .columns .sidebar,
  body.blog-post-view .columns .sidebar {
    padding: 10px;
    padding-top: 40px;
  }
  body.blog-index-index .columns .column.main,
  body.blog-tag-view .columns .column.main,
  body.blog-category-view .columns .column.main,
  body.blog-post-view .columns .column.main {
    padding: 40px 10px 0px 10px;
  }
  body.blog-index-index .columns .column.main .post-list li,
  body.blog-tag-view .columns .column.main .post-list li,
  body.blog-category-view .columns .column.main .post-list li,
  body.blog-post-view .columns .column.main .post-list li {
    width: calc(33.33333333%);
    float: left;
    max-height: 300px;
    height: auto;
    min-height: 170px;
    padding: 0px 10px;
    background: transparent;
    margin-right: 0px;
  }
  body.blog-index-index .columns .column.main .post-list li:last-child,
  body.blog-tag-view .columns .column.main .post-list li:last-child,
  body.blog-category-view .columns .column.main .post-list li:last-child,
  body.blog-post-view .columns .column.main .post-list li:last-child {
    margin-right: 0px;
  }
  body.blog-index-index .columns .column.main .post-list li.post-holder:hover,
  body.blog-tag-view .columns .column.main .post-list li.post-holder:hover,
  body.blog-category-view .columns .column.main .post-list li.post-holder:hover,
  body.blog-post-view .columns .column.main .post-list li.post-holder:hover {
    box-shadow: none;
  }
  body.blog-index-index .columns .column.main .post-list .first-child,
  body.blog-tag-view .columns .column.main .post-list .first-child,
  body.blog-category-view .columns .column.main .post-list .first-child,
  body.blog-post-view .columns .column.main .post-list .first-child {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 0px;
    margin: 20px 0px;
    -webkit-box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
    box-shadow: inset 0px -60px 66px -81px rgba(0, 0, 0, 0.51);
  }
  body.blog-index-index .columns .column.main .post-list .first-child li,
  body.blog-tag-view .columns .column.main .post-list .first-child li,
  body.blog-category-view .columns .column.main .post-list .first-child li,
  body.blog-post-view .columns .column.main .post-list .first-child li {
    padding: 0px;
    width: 100%;
    float: none;
    display: block;
    max-height: 100%;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld {
    position: relative;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image {
    position: absolute;
    bottom: 10%;
    left: 40px;
    z-index: 99;
    display: block;
    max-width: 50%;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 {
    margin-bottom: 0px;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a {
    margin-bottom: 0px;
    font-family: "Proximanova", sans-serif;
    font-weight: 100;
    letter-spacing: 0.8px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    color: white;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span {
    color: white;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-title-holder .post-title a,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-title-holder .post-title a,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-title-holder .post-title a,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-title-holder .post-title a {
    font-family: "Proximanova", sans-serif;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #06224d;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li.post-holder:hover,
  body.blog-tag-view .columns .column.main .post-list .first-child li.post-holder:hover,
  body.blog-category-view .columns .column.main .post-list .first-child li.post-holder:hover,
  body.blog-post-view .columns .column.main .post-list .first-child li.post-holder:hover {
    box-shadow: none;
  }
  .blog-widget-recent .post-holder {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  body.blog-index-index .columns .sidebar,
  body.blog-tag-view .columns .sidebar,
  body.blog-category-view .columns .sidebar,
  body.blog-post-view .columns .sidebar,
  body.blog-index-index .columns .column.main,
  body.blog-tag-view .columns .column.main,
  body.blog-category-view .columns .column.main,
  body.blog-post-view .columns .column.main {
    float: none;
    width: 100%;
  }
  body.blog-index-index .columns .column.main,
  body.blog-tag-view .columns .column.main,
  body.blog-category-view .columns .column.main,
  body.blog-post-view .columns .column.main {
    position: relative;
    padding-top: 80px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder post-header,
  body.blog-tag-view .columns .column.main .post-view .post-holder post-header,
  body.blog-category-view .columns .column.main .post-view .post-holder post-header,
  body.blog-post-view .columns .column.main .post-view .post-holder post-header {
    display: none;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-content,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-content,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-content,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-content {
    margin-top: 0px;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld {
    z-index: 1;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
    background: transparent;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2 {
    max-width: 100%;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2 a,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2 a,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2 a,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image h2 a {
    color: #06224d;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image span,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image span,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image span,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-content .post-ftimg-hld .above-image span {
    color: #06224d;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content .post-ftimg-hld,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content .post-ftimg-hld,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content .post-ftimg-hld,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content .post-ftimg-hld {
    min-height: auto;
  }
  body.blog-index-index .columns .column.main .post-list > li .post-ftimg-hld,
  body.blog-tag-view .columns .column.main .post-list > li .post-ftimg-hld,
  body.blog-category-view .columns .column.main .post-list > li .post-ftimg-hld,
  body.blog-post-view .columns .column.main .post-list > li .post-ftimg-hld {
    /*min-height: 130px;*/
  }
  body.blog-index-index .columns .column.main .post-list > li .post-header,
  body.blog-tag-view .columns .column.main .post-list > li .post-header,
  body.blog-category-view .columns .column.main .post-list > li .post-header,
  body.blog-post-view .columns .column.main .post-list > li .post-header {
    height: 38px;
  }
  body.blog-index-index .columns .column.main .post-list > li .post-title-holder,
  body.blog-tag-view .columns .column.main .post-list > li .post-title-holder,
  body.blog-category-view .columns .column.main .post-list > li .post-title-holder,
  body.blog-post-view .columns .column.main .post-list > li .post-title-holder {
    height: 28px;
  }
  body.blog-index-index .columns .column.main .post-item-link,
  body.blog-tag-view .columns .column.main .post-item-link,
  body.blog-category-view .columns .column.main .post-item-link,
  body.blog-post-view .columns .column.main .post-item-link {
    font-size: 16px !important;
  }
  body.blog-index-index .columns .sidebar,
  body.blog-tag-view .columns .sidebar,
  body.blog-category-view .columns .sidebar,
  body.blog-post-view .columns .sidebar {
    position: relative;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: none;
    background-size: 30%;
  }
  body.blog-index-index .columns .sidebar.open,
  body.blog-tag-view .columns .sidebar.open,
  body.blog-category-view .columns .sidebar.open,
  body.blog-post-view .columns .sidebar.open {
    display: block;
    padding-top: 80px;
  }
  body.blog-index-index .columns .button-show-filter-mobile,
  body.blog-tag-view .columns .button-show-filter-mobile,
  body.blog-category-view .columns .button-show-filter-mobile,
  body.blog-post-view .columns .button-show-filter-mobile {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px;
    border: 1px solid;
    background-color: #fff;
    border-color: #e1e1e1;
    color: #000;
    border-radius: 0px;
    text-transform: uppercase;
    margin-top: 15px;
    /*&:hover{
						background-color: #1e75e7;
						border-color: #1e75e7;
				    }*/
  }
  body.blog-index-index .post-list .post-header .post-title,
  body.blog-tag-view .post-list .post-header .post-title,
  body.blog-category-view .post-list .post-header .post-title,
  body.blog-post-view .post-list .post-header .post-title {
    width: 100%;
    max-width: unset;
  }
  .blog-index-index .columns .column.main .post-list-wrapper .post-list .first-child li .post-ftimg-hld div.above-image {
    display: none;
  }
  #maincontent .blog-widget-recent .post-list.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -40px !important;
  }
  #maincontent .blog-widget-recent .post-list.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -40px !important;
  }
  #maincontent .blog-widget-recent .owl-item .post-holder {
    width: 100%;
  }
  #maincontent .blog-widget-recent .owl-item .post-holder .post-footer {
    text-align: left;
  }
  #maincontent .blog-widget-recent .owl-item .post-holder .post-content .post-header .post-title-holder {
    text-align: left;
  }
  #maincontent .blog-widget-recent .owl-item .post-holder .post-content .post-description .post-ftimg-hld {
    /*min-height: 130px;*/
  }
  #maincontent .blog-widget-recent .owl-item .post-holder .post-content .post-description .post-ftimg-hld img {
    margin: 0 auto;
  }
  #maincontent .blog-widget-recent .owl-item .post-holder .post-content .post-description .post-text-hld {
    text-align: left;
  }
  .cms-page-view .widget.block.block-static-block {
    width: 100%;
  }
  .cms-page-view .widget.block.block-static-block ul {
    padding-left: 0;
  }
  .cms-page-view .cms-rightborder {
    width: 100%;
    padding-left: 0;
  }
  .cms-page-view .cms-rightborder ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .above-image {
    display: none !important;
  }
  body.blog-post-view .page-main .page-title-wrapper {
    display: block;
    padding: 0 30px;
  }
  body.blog-post-view .page-main .button-show-filter-mobile {
    display: none;
  }
  body.blog-post-view .page-main .column.main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  body.blog-index-index .columns .sidebar,
  body.blog-tag-view .columns .sidebar,
  body.blog-category-view .columns .sidebar,
  body.blog-post-view .columns .sidebar {
    background-size: 77%;
  }
  body.blog-index-index .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content li,
  body.blog-tag-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content li,
  body.blog-category-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content li,
  body.blog-post-view .columns .column.main .post-view .post-holder .post-bottom .block.related .block-content li {
    width: 100%;
    float: none;
  }
  body.blog-index-index .columns .column.main .post-list > li,
  body.blog-tag-view .columns .column.main .post-list > li,
  body.blog-category-view .columns .column.main .post-list > li,
  body.blog-post-view .columns .column.main .post-list > li {
    width: calc(50%);
  }
}
@media screen and (max-width: 360px) {
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image {
    position: relative;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 {
    display: none;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image h2 a {
    color: #06224d;
  }
  body.blog-index-index .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span,
  body.blog-tag-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span,
  body.blog-category-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span,
  body.blog-post-view .columns .column.main .post-list .first-child li .post-ftimg-hld .above-image span {
    color: #06224d;
  }
  body.blog-index-index .columns .column.main .post-list li,
  body.blog-tag-view .columns .column.main .post-list li,
  body.blog-category-view .columns .column.main .post-list li,
  body.blog-post-view .columns .column.main .post-list li {
    width: 100%;
  }
}
/*css Homepage goes here*/
body {
  color: #333;
  font-family: 'ProximaNova', sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: 'ProximaNova', sans-serif;
  font-style: normal;
}
body.theme-pearl.cms-index-index #maincontent .columns {
  max-width: 100% !important;
}
body.cms-index-index #maincontent .promo {
  background: #cfe1ff;
  padding: 5px;
}
body.cms-index-index #maincontent .promo .promo-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
body.cms-index-index #maincontent .promo .promo-content span {
  font-size: 14px;
}
body.cms-index-index #maincontent .promo .promo-content p {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
body.cms-index-index #maincontent .promo .promo-content small {
  font-size: 12px;
}
body.cms-index-index #maincontent .pagebuilder-slider .pagebuilder-slide-wrapper {
  min-height: 490px;
  background-size: 100%;
}
body.cms-index-index #maincontent .category-name {
  border-top: 2px solid  #e4e1e5;
  border-bottom: 2px solid  #e4e1e5;
  padding: 30px;
  margin: 15px 0;
}
body.cms-index-index #maincontent .category-name ul {
  max-width: 540px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
body.cms-index-index #maincontent .category-name ul li {
  list-style-type: none;
  display: inline;
  padding: 35px;
}
body.cms-index-index #maincontent .category-name ul li a {
  font-weight: 700;
  font-size: 18px;
  color: #141215;
  text-decoration: none;
}
body.cms-index-index #maincontent .category-tile-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
}
body.cms-index-index #maincontent .category-tile-wrapper ul {
  padding: 0;
  display: flex;
  margin: 0 15px;
}
body.cms-index-index #maincontent .category-tile-wrapper ul li {
  width: 20%;
  list-style-type: none;
  position: relative;
  margin-right: 15px;
  border-radius: 10px;
  margin-bottom: 0;
}
body.cms-index-index #maincontent .category-tile-wrapper ul li a {
  position: relative;
}
body.cms-index-index #maincontent .category-tile-wrapper ul li a img {
  width: 100%;
  height: auto;
}
body.cms-index-index #maincontent .category-tile-wrapper ul li a .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
body.cms-index-index #maincontent .category-tile-wrapper ul li a .text-box .category-name {
  border: 0;
  padding: 5px;
  margin: 0;
  width: 100%;
}
body.cms-index-index .sub-banner-content {
  max-width: 1200px;
  margin: 0 auto;
}
body.cms-index-index .sub-banner-content .sub-banner-container {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 20px;
}
body.cms-index-index .sub-banner-content .sub-banner-container img {
  float: left;
  width: 100%;
}
body.cms-index-index .sub-banner-content .sub-banner-container .banner-content {
  position: absolute;
  bottom: 0;
  margin-left: 15px;
  margin-bottom: 15px;
}
body.cms-index-index .sub-banner-content .sub-banner-container .banner-content p {
  font-style: italic;
  color: #121415;
}
body.cms-index-index .sub-banner-content .sub-banner-container .banner-content .headline.text-bold {
  margin-top: 0;
  font-size: 26px;
  font-weight: 900;
  font-family: "proxima nova", Arial, sans-serif;
  color: #000;
  text-transform: capitalize;
}
body.cms-index-index .sub-banner-content .sub-banner-container .banner-content .cr-button-text {
  font-size: 16px;
  text-decoration: underline;
  color: #121415;
}
body.cms-index-index .home-trending-coll {
  max-width: 1200px;
  margin: 0 auto;
}
body.cms-index-index .home-trending-coll .croc-title {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 22px;
  font-family: "ProximaNova", sans-serif;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-controls .owl-nav .owl-prev,
body.cms-index-index .home-trending-coll .trending-carousel .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-controls .owl-nav .owl-prev.disabled,
body.cms-index-index .home-trending-coll .trending-carousel .owl-controls .owl-nav .owl-next.disabled {
  display: none !important;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-controls .owl-nav .owl-next {
  background: url('../images/next.svg') no-repeat center !important;
  background-size: 20px !important;
  background-color: #ffffffab !important;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-controls .owl-nav .owl-prev {
  background: url('../images/prev.svg') no-repeat center !important;
  background-size: 20px !important;
  background-color: #ffffffab !important;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-stage-outer .owl-stage {
  padding-left: 0px !important;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-item .item {
  margin-right: 10px;
  border-radius: 8px;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-item .item .trending-carousel-container {
  position: relative;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-item .item .trending-carousel-container img {
  border-radius: 8px;
}
body.cms-index-index .home-trending-coll .trending-carousel .owl-item .item .trending-carousel-container .trending-carousel-content {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3px 8px;
  width: 100%;
  text-align: center;
}
body.cms-index-index .homepage-two-column {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  gap: 15px;
}
body.cms-index-index .homepage-two-column .two-column-container {
  width: 50%;
}
body.cms-index-index .homepage-two-column .two-col-content .crocs-title {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
body.cms-index-index .homepage-two-column .two-col-content .crocs-two-content {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
body.cms-index-index .homepage-two-column .two-col-content .crocs-link-text {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
body.cms-index-index .home-best-seller {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  background: url('../images/bestseller.jpg') no-repeat center;
  background-repeat: repeat;
  padding-bottom: 30px;
  margin-top: 20px;
}
body.cms-index-index .home-best-seller .category-list-title {
  text-align: center;
}
body.cms-index-index .home-best-seller .category-list-title h3 {
  font-family: 'ProximaNova' sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin: 30px auto 40px;
}
body.cms-index-index .home-best-seller .custom-products-carousel .block.widget.grid {
  margin: 0 2%;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .owl-stage {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .owl-item {
  padding: 0 10px 0 0 !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item {
  background-color: #fff;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info:hover {
  border: 0px solid transparent !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-photo {
  font-size: 0px;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 85% !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
  width: 164px !important;
  height: auto;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
  border-top: 0;
  padding-top: 5px;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: left !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0px;
  margin-top: 0px;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .price-box .price-container .price {
  font-size: 14px !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .price-box .price-wrapper-container .special-price .price-container .price {
  color: #000 !important;
  font-size: 14px !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .price-box .price-wrapper-container .discount {
  display: none;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .price-box .price-wrapper-container .discount-separator {
  display: none;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .price-box .price-wrapper-container .sly-old-price {
  display: none !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details [class*="swatch-opt"] {
  margin-bottom: 0px;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-stage-outer .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  display: none;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-controls .owl-nav .owl-prev,
body.cms-index-index .home-best-seller .custom-products-carousel .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-controls .owl-nav .owl-prev.disabled,
body.cms-index-index .home-best-seller .custom-products-carousel .owl-controls .owl-nav .owl-next.disabled {
  display: none !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-controls .owl-nav .owl-next {
  background: url('../images/next.svg') no-repeat center !important;
  background-size: 20px !important;
  background-color: #ffffffab !important;
}
body.cms-index-index .home-best-seller .custom-products-carousel .owl-controls .owl-nav .owl-prev {
  background: url('../images/prev.svg') no-repeat center !important;
  background-size: 20px !important;
  background-color: #ffffffab !important;
}
body.cms-index-index #maincontent {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
body.cms-index-index #maincontent .banner-homepage {
  position: relative;
}
body.cms-index-index #maincontent .banner-homepage .slider-loader {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
  min-height: 600px;
}
body.cms-index-index #maincontent .banner-homepage .slider-loader .slider-loader-img {
  position: fixed;
  width: 32px;
  height: 32px;
  top: 75%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
body.cms-index-index #maincontent .banner-homepage #pre-div {
  display: none !important;
}
body.cms-index-index #maincontent .custom-slider {
  position: relative !important;
}
body.cms-index-index #maincontent .custom-slider #pre-div {
  z-index: 9;
}
body.cms-index-index #maincontent .catalog-link-mobile .catalog-link-item {
  position: relative;
}
body.cms-index-index #maincontent h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 400;
  /*-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;*/
}
body.cms-index-index #maincontent .column.main {
  padding-bottom: 0px;
}
body.cms-index-index .page-title-wrapper {
  display: none;
}
body.cms-index-index .sections.nav-sections {
  margin-bottom: 0px;
}
body.cms-index-index .planet-banner {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
}
body.cms-index-index .banner-left {
  width: 100%;
  display: inline-block;
  float: left;
}
body.cms-index-index .banner-left .image-category {
  display: none;
  position: absolute;
  width: 100%;
}
body.cms-index-index .banner-left .image-category img {
  float: left;
  width: 100%;
}
body.cms-index-index .banner-left .image-category.active {
  display: block;
}
body.cms-index-index .banner-left .background-default img {
  width: 100%;
  float: left;
}
body.cms-index-index #maincontent.page-main .home-recommendation {
  background-color: #E5ECF4;
  min-height: 550px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .block-title {
  margin: 0 0 26px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-thumbs {
  display: none;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item {
  padding: 9px 9px;
  background: none;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item {
  background: #ffffff;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item:hover {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details {
  min-height: 153px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .product-item-name a {
  font-weight: 500;
  font-size: 14px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .product-item-name a:hover {
  color: #303030;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .atome-price-divider {
  font-style: italic;
  color: #333;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .atome-price-divider .atome-logo.atome-intro-popup {
  padding-left: 5px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .price-wrapper-container {
  display: inline-flex;
  flex-direction: column;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .price {
  color: #222222 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .special-price .price {
  color: #dd0019 !important;
  font-size: 14px !important;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .old-price {
  margin: 0px 0px 0 0;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .old-price .price {
  color: #222222 !important;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .discount {
  font-weight: 700;
  margin-left: 0px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .atome-product-price-divider {
  padding-top: 5px;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  background: url('../images/leftarrow.svg') no-repeat center !important;
  width: 40px;
  height: 40px;
  left: -12px !important;
  font-size: 0;
  color: transparent;
}
body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  background: url('../images/rightarrow.svg') no-repeat center !important;
  width: 40px;
  height: 40px;
  right: -12px !important;
  font-size: 0;
  color: transparent;
}
body.cms-index-index .planets-wrapper {
  display: inline-block;
  position: absolute;
  width: 50%;
  text-align: center;
  overflow: auto;
  padding-top: 42%;
  background: url('../images/planets_background copy.png') center no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}
body.cms-index-index .planets-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
body.cms-index-index .planets-wrapper .circle-category {
  width: 26%;
  padding-top: 26%;
  background: rgba(36, 128, 185, 0.7);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.12rem;
  font-weight: 400;
  position: absolute;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
body.cms-index-index .planets-wrapper .circle-category:hover,
body.cms-index-index .planets-wrapper .circle-category.active {
  background: rgba(233, 28, 36, 0.7);
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(1) {
  top: -9%;
  left: 11%;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(2) {
  top: -13%;
  left: 50%;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(3) {
  top: 11%;
  right: -8%;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(4) {
  right: -12%;
  bottom: 23%;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(4) a {
  line-height: 32px;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(5) {
  bottom: -7%;
  right: 16%;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(5) a {
  line-height: 32px;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(6) {
  bottom: -6%;
  left: 18%;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(6) a {
  line-height: 32px;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(7) {
  bottom: 19%;
  left: -11%;
}
body.cms-index-index .planets-wrapper .circle-category:nth-child(8) {
  top: 19%;
  left: -12%;
}
body.cms-index-index .planets-wrapper .circle-category p,
body.cms-index-index .planets-wrapper .circle-category a {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  max-width: 90%;
  margin: auto;
  font-size: 14px;
  word-spacing: 9999999px;
  color: #fff;
}
body.cms-index-index .planets-wrapper .orbit {
  padding-top: 65%;
  width: 65%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 14%;
}
body.cms-index-index .planets-wrapper .globe-ps {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: 27%;
  width: 43%;
  overflow: hidden;
  max-height: 46%;
}
body.cms-index-index .planets-wrapper .outer {
  padding-top: 55%;
  width: 55%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 19%;
  border: 1px solid #fff;
  -webkit-animation: spin 14s infinite linear;
  -moz-animation: spin 14s infinite linear;
  -ms-animation: spin 14s infinite linear;
  animation: spin 14s infinite linear;
}
body.cms-index-index .planets-wrapper .outer.small {
  padding-top: 45%;
  width: 45%;
  top: 25%;
  left: 0;
  -webkit-animation: cc 10s infinite linear;
  -moz-animation: cc 10s infinite linear;
  -ms-animation: cc 10s infinite linear;
  animation: cc 10s infinite linear;
}
body.cms-index-index .planets-wrapper .outer .satelite {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background: #cae6f2;
  bottom: -3%;
  left: 45%;
}
body.cms-index-index .planets-wrapper .outer.small .satelite {
  width: 15px;
  height: 15px;
  top: -3%;
}
body.cms-index-index .banner-bottom {
  display: inline-block;
  width: 100%;
  clear: both;
}
body.cms-index-index .banner-bottom .img-banner {
  display: none;
}
body.cms-index-index .banner-bottom .img-banner:first-child {
  display: block;
}
body.cms-index-index .banner-bottom .owl-item .img-banner {
  display: block;
}
body.cms-index-index .banner-bottom .img-banner img {
  width: 100%;
}
body.cms-index-index .banner-bottom .owl-pagination {
  position: relative;
  bottom: 30px;
}
body.cms-index-index .banner-bottom .owl-controls {
  height: 0px;
  clear: both;
  float: none;
  display: block;
}
body.cms-index-index .banner-bottom .owl-controls .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
  border-radius: 50%;
  cursor: pointer;
}
body.cms-index-index .banner-bottom .owl-controls .owl-pagination .owl-page.active,
body.cms-index-index .banner-bottom .owl-controls .owl-pagination .owl-page:hover {
  background: #0f63bb;
}
body.cms-index-index .banner-bottom .owl-buttons {
  position: absolute;
  top: 40%;
  width: 100%;
}
body.cms-index-index .banner-bottom .owl-buttons div {
  width: 36px;
  height: 40px;
  position: absolute;
  color: transparent;
  cursor: pointer;
}
body.cms-index-index .banner-bottom .owl-buttons div:before {
  color: #fff;
  vertical-align: middle;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  content: '';
  background: url('../images/arrows1.svg') no-repeat center;
  background-size: contain;
}
body.cms-index-index .banner-bottom .owl-buttons .owl-prev {
  left: -3px;
}
body.cms-index-index .banner-bottom .owl-buttons .owl-next {
  right: 0;
  border-radius: 5px 0px 0px 5px !important;
}
body.cms-index-index .banner-bottom .owl-buttons .owl-next:before {
  background: url('../images/arrows1_right.svg') no-repeat center;
  background-size: contain;
}
body.cms-index-index .single-youtube {
  box-shadow: inset 0 7px 26px -7px rgba(0, 0, 0, 0.2);
  display: inline-block;
  clear: both;
}
body.cms-index-index .single-youtube section.mxYouTubeR.mxYouTubeR_video.mxYouTubeR_theme_default {
  position: relative;
  margin-bottom: 0px !important;
  box-shadow: none;
  padding: 0 14%;
}
body.cms-index-index .single-youtube section.mxYouTubeR.mxYouTubeR_video.mxYouTubeR_theme_default .mxyt-title {
  display: none;
  position: absolute;
  top: 25%;
  width: 25%;
  right: 5%;
  border-bottom: none;
  background: rgba(0, 0, 0, 0.3);
}
body.cms-index-index .single-youtube section.mxYouTubeR.mxYouTubeR_video.mxYouTubeR_theme_default .mxyt-title h1 {
  color: #fff;
  text-transform: none;
  line-height: 150%;
}
body.cms-index-index .single-youtube h1 {
  text-align: center;
  margin: 20px 0;
}
body.cms-index-index .single-youtube iframe {
  width: 100%;
  padding: 0 14%;
}
body.cms-index-index .playlist-youtube {
  padding: 0 4%;
  /*box-shadow: inset 0 7px 26px -7px rgba(0, 0, 0, 0.2);*/
  display: inline-block;
  clear: both;
}
body.cms-index-index .playlist-youtube h1 {
  text-align: center;
  margin: 20px 0 0;
}
body.cms-index-index .playlist-youtube .mxYouTubeR_playlist {
  margin: 0;
}
body.cms-index-index .playlist-youtube .mxyt-playlist-item {
  box-shadow: none;
}
body.cms-index-index .playlist-youtube .mxyt-title {
  border-bottom: none;
}
body.cms-index-index .playlist-youtube span.see-more {
  float: none;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #04204C;
  display: block;
  text-align: center;
}
body.cms-index-index .playlist-youtube span.see-more:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/arrow_black_next.svg') no-repeat center;
  background-size: contain;
  margin-left: 5px;
}
body.cms-index-index .playlist-youtube a:hover span.see-more {
  text-decoration: underline;
}
body.cms-index-index .mobile-banner-homepage {
  display: none !important;
}
body.cms-index-index .catalog-link-mobile .link-img img {
  height: auto;
  padding: 15px 10px;
}
body.cms-index-index .catalog-link-mobile .link-img:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 30px);
  display: block;
  background-image: linear-gradient(180deg, rgba(100, 100, 100, 0), 75%, #000000);
  opacity: .7;
}
body.cms-index-index .catalog-link-mobile .link-text {
  position: absolute;
  top: 84%;
  left: 50%;
  font-size: 30px;
  font-weight: 900;
  margin-left: 0;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  moz-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
body.cms-index-index .catalog-link-mobile .link-text span {
  text-align: center;
  color: #ffffff;
}
body.cms-index-index .insta-planetsports {
  margin: 0;
  padding: 0 4%;
  /*box-shadow: inset 0 7px 26px -7px rgba(0, 0, 0, 0.2);*/
  overflow: auto;
  text-align: center;
}
body.cms-index-index .insta-planetsports h1 {
  margin: 20px 0;
  text-transform: uppercase;
}
body.cms-index-index .insta-planetsports .fs-next-page {
  display: none;
}
body.cms-index-index .block-products-list .product-item-info .product-image-container {
  width: 100% !important;
}
body.cms-index-index .block-products-list .product-item-info .product-image-container img {
  margin: 0 auto;
}
.page-wrapper .page-header-v1 .page-header .header-main .h-search .block-search input {
  padding-left: 10px;
}
.cms-home.cms-index-index .column.main .products-grid .product-item .product-item-info .product-item-details .atome-price-divider.atome-widget {
  font-style: italic;
  color: #333;
}
.custom-products-carousel {
  margin: 10px 0;
}
.custom-products-carousel .owl-carousel .product-item-info .discount {
  vertical-align: top;
  margin-top: 0px;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0px;
}
.custom-products-carousel .block.widget.grid {
  margin: 0 4%;
}
.custom-products-carousel .block.widget.grid .block-title {
  text-align: center;
}
.custom-products-carousel .block.widget.grid .block-title strong {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
.custom-products-carousel .block.widget.grid .owl-wrapper-outer {
  width: 100%;
  overflow: hidden;
}
.custom-products-carousel .block.widget.grid .owl-buttons div:before {
  color: #0f63bb;
  content: '';
  background: url('../images/arrows_black_next.svg') no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}
.custom-products-carousel .block.widget.grid .owl-buttons .owl-prev {
  position: absolute;
  top: 40%;
  left: -2.7%;
  color: transparent;
}
.custom-products-carousel .block.widget.grid .owl-buttons .owl-prev:before {
  background: url('../images/arrows_black_prev.svg') no-repeat center;
  background-size: contain;
}
.custom-products-carousel .block.widget.grid .owl-buttons .owl-next {
  position: absolute;
  top: 40%;
  right: -1%;
  color: transparent;
}
.custom-products-carousel .owl-carousel .owl-item {
  padding: 0 10px;
}
.custom-products-carousel .owl-carousel .owl-item .product-item-info {
  border-width: 1px !important;
  box-sizing: border-box;
}
.custom-products-carousel .owl-carousel .owl-item:hover .product-item-info {
  border-color: #e4e4e4 !important;
}
.brands-logo {
  height: auto;
  display: block;
  clear: both;
  padding: 0px 0 10px;
}
.brands-logo .owl-carousel .owl-item img {
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}
.brands-logo .owl-carousel .owl-item img:hover {
  filter: none;
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  opacity: 1;
}
.products-grid .product-item .product-item-details .product-item-name a {
  text-transform: capitalize;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .price-container .price {
  color: #0a0a0a !important;
  font-weight: 600;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .special-price {
  display: block;
  margin: 0 0px 0 0;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .special-price .price-container .price {
  color: #dd0019 !important;
  font-weight: 600;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .old-price {
  display: block;
  margin: 0 10px 0 0;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price {
  color: #222222 !important;
}
.popup-newsletter .view-container .popup_subscription_consent {
  margin: 10px 0;
}
.popup-newsletter .view-container .popup_subscription_consent .control {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}
.popup-newsletter .view-container .popup_subscription_consent .control::before {
  display: none;
}
.popup-newsletter .view-container .popup_subscription_consent input {
  float: left;
  padding: 0;
  margin-right: 5px;
  height: auto;
}
.popup-newsletter .view-container .popup_subscription_consent .label {
  position: relative;
  float: left;
  clip: initial;
  margin: 0;
  height: auto;
  width: 90%;
}
.popup-newsletter .view-container .popup_subscription_consent .label span::after {
  content: " *";
  font-weight: 600;
  color: #e02b27;
  font-size: 1.2rem;
}
.popup-newsletter .view-container .popup_subscription_consent a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}
.popup-newsletter .view-container .popup_subscription_consent a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 940px) {
  body.cms-index-index .planets-wrapper .circle-category p,
  body.cms-index-index .planets-wrapper .circle-category a {
    font-size: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cms-index-index .homepage-wrapper .custom-slider .banner-image img {
    max-width: 100%;
    height: auto;
  }
  body.cms-index-index .catalog-link-mobile .link-text {
    top: 82%;
    font-size: 22px;
  }
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    left: -12px !important;
    top: 45% !important;
  }
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    right: -12px !important;
    top: 45% !important;
  }
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item {
    padding: 4px 4px;
  }
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .discount {
    margin-left: 0px !important;
  }
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box.price-final_price .price {
    font-size: 14px !important;
  }
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box.price-final_price .special-price .price {
    font-size: 14px !important;
  }
  body.cms-index-index #maincontent.page-main .catalog-link-mobile .owl-stage-outer {
    padding: 0px 0;
  }
}
@media only screen and (max-width: 376px) {
  body.cms-index-index .catalog-link-mobile .catalog-link-item {
    min-height: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  /*crocs-mobile-Homepage*/
  body.cms-index-index #maincontent .columns .category-name {
    padding: 5px 0;
    margin: 5px 0;
  }
  body.cms-index-index #maincontent .columns .category-name ul {
    display: flex;
    justify-content: space-evenly;
  }
  body.cms-index-index #maincontent .columns .category-name ul li {
    margin-bottom: 0;
    padding: 10px;
  }
  body.cms-index-index #maincontent .columns .category-tile-wrapper .category-list .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
  }
  body.cms-index-index #maincontent .columns .category-tile-wrapper .category-list .owl-stage-outer .category-list-item {
    width: 100%;
  }
  body.cms-index-index #maincontent .columns .category-tile-wrapper .category-list .owl-stage-outer .category-list-item a.category {
    position: relative;
    display: block;
    margin-right: 15px;
  }
  body.cms-index-index #maincontent .columns .sub-banner-content .sub-banner-container {
    margin-bottom: 15px !important;
  }
  body.cms-index-index #maincontent .columns .sub-banner-content .sub-banner-container .banner-content p {
    margin-bottom: 7px;
  }
  body.cms-index-index #maincontent .columns .sub-banner-content .sub-banner-container .banner-content .headline {
    font-size: 20px;
    margin-bottom: 7px;
  }
  body.cms-index-index #maincontent .columns .home-trending-coll {
    margin: 0 0 0 10px;
  }
  body.cms-index-index #maincontent .columns .home-trending-coll .croc-title {
    font-weight: 800;
  }
  body.cms-index-index #maincontent .columns .homepage-two-column {
    flex-direction: column;
    gap: 0;
    margin: 15px;
  }
  body.cms-index-index #maincontent .columns .homepage-two-column .two-column-container {
    width: 100%;
  }
}
@media (max-width: 365px) {
  body.cms-index-index #maincontent.page-main .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .discount {
    font-size: 9px !important;
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes cc {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
@-moz-keyframes cc {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes cc {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes cc {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.page-wrapper .Home-first-banner,
.page-wrapper .Home-second-banner,
.page-wrapper .Home-third-banner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .content-hover:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
}
/*css Youtube goes here*/
body.storepickup-index-index.store-view-default .page-header,
body.storepickup-index-index.store-view-id .page-header,
body.storepickup-index-index.store-view-eng .page-header {
  margin-top: 0px;
}
body.storepickup-index-index.store-view-default .page-main .columns,
body.storepickup-index-index.store-view-id .page-main .columns,
body.storepickup-index-index.store-view-eng .page-main .columns {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 15px !important;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main h2.title-page,
body.storepickup-index-index.store-view-id .page-main .columns .column.main h2.title-page,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main h2.title-page {
  background-color: #006da4;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .list-store-box h2,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .list-store-box h2,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .list-store-box h2 {
  background-color: #006da4;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .search-box .search-tab.active,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .search-box .search-tab.active,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .search-box .search-tab.active {
  background-color: #006da4;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .search-box .container-search .search-by-distance .slider-range-min,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .search-box .container-search .search-by-distance .slider-range-min,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .search-box .container-search .search-by-distance .slider-range-min {
  display: none;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .list-store-box .list-store,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .list-store-box .list-store,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .list-store-box .list-store {
  height: auto;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .boxes-content,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .boxes-content,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .boxes-content {
  clear: both;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .boxes-content .map-box-container,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .boxes-content .map-box-container,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .boxes-content .map-box-container {
  float: none !important;
  width: 100%;
  padding: 0px;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .boxes-content .map-box-container .googlemap,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .boxes-content .map-box-container .googlemap,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .boxes-content .map-box-container .googlemap {
  width: 100%;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .boxes-content .list-store-box,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .boxes-content .list-store-box,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .boxes-content .list-store-box {
  float: none !important;
  width: 100%;
}
body.storepickup-index-index.store-view-default .page-main .columns .column.main .storepickup-wrapper .boxes-content .list-store-box .list-store .store-item .title-store,
body.storepickup-index-index.store-view-id .page-main .columns .column.main .storepickup-wrapper .boxes-content .list-store-box .list-store .store-item .title-store,
body.storepickup-index-index.store-view-eng .page-main .columns .column.main .storepickup-wrapper .boxes-content .list-store-box .list-store .store-item .title-store {
  color: #006da4;
}
body.checkout-onepage-success .columns {
  text-align: center;
}
body.checkout-onepage-success .column.main {
  margin: 40px auto;
}
body.checkout-onepage-success .checkout-success {
  display: inline-block;
  border: 2px solid #ccc;
  /*border-radius: 5px;*/
  padding: 20px;
}
body.checkout-onepage-success .checkout-success .actions-toolbar {
  text-align: center;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary {
  float: none;
}
body.checkout-onepage-success .checkout-success p strong,
body.checkout-onepage-success .checkout-success p span {
  color: #1063ba;
  font-size: 16px;
}
body.checkout-onepage-success .checkout-success .action.primary {
  /*border-radius: 5px;*/
}
.checkout-index-index .container-fluid .ampromo-items-add {
  position: relative;
  top: 30px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  body.onestepcheckout-index-index .col-mp {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .modal-footer .action.action-hide-popup {
    margin-top: 0px;
    font-size: 1.6rem;
    padding: 7px;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-hide-popup:hover {
    text-decoration: none;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-save-address {
    padding: 9px;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-save-address span {
    font-size: 14px;
    text-transform: capitalize !important;
  }
}
@media only screen and (max-width: 767px) {
  body.onestepcheckout-index-index .page-wrapper .page-header .header.content {
    padding-bottom: 0px;
  }
  body.onestepcheckout-index-index .page-wrapper .page-header .header.content .logo {
    width: 80%;
    max-width: unset;
  }
  body.onestepcheckout-index-index .page-wrapper .page-header .header.content .logo img {
    width: 100%;
  }
  body.onestepcheckout-index-index .page-wrapper > .page-header {
    padding-bottom: 10px;
  }
  body.onestepcheckout-index-index .col-mp {
    padding: 0 5px;
  }
  body.onestepcheckout-index-index #co-shipping-method-form {
    padding: 0px;
    margin: 0px;
    background: none;
  }
  body.onestepcheckout-index-index .actions-toolbar {
    text-align: center;
    margin-bottom: 20px;
  }
  body.onestepcheckout-index-index #actions-button-checkout {
    padding-right: 0px;
  }
  body.onestepcheckout-index-index #actions-button-checkout button.primary {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  body.onestepcheckout-index-index .opc.one-step-checkout-container {
    display: flex;
    flex-direction: column;
  }
  body.onestepcheckout-index-index .opc.one-step-checkout-container > div:first-child {
    order: 2;
  }
  body.onestepcheckout-index-index .opc.one-step-checkout-container > div:last-child {
    order: 1;
  }
  body.onestepcheckout-index-index .opc-estimated-wrapper {
    background: #f8f8f8;
    border: 0;
  }
  body.onestepcheckout-index-index .page-wrapper .page-main .minicart-wrapper button.action.showcart {
    display: none;
  }
  body.onestepcheckout-index-index #actions-button-checkout button {
    margin: 10px auto;
  }
  body.onestepcheckout-index-index .page-wrapper .page-header.sticky {
    position: static;
  }
  body.onestepcheckout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  body.onestepcheckout-index-index .checkout-payment-method .payment-option {
    margin: 0;
  }
  body.onestepcheckout-index-index .checkout-payment-method .payment-option._collapsible {
    max-height: 50px;
  }
  body.onestepcheckout-index-index .payment-grouping a._available {
    width: 24%;
  }
  .checkout-index-index .modal-popup .fieldset .field .control input[name="postcode"] {
    width: 50% !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-hide-popup {
    margin-top: 0px;
    width: 48%;
    font-size: 1.6rem;
    padding: 7px;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-hide-popup:hover {
    text-decoration: none;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-save-address {
    width: 48%;
    padding: 9px;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-save-address span {
    font-size: 14px;
    text-transform: capitalize !important;
  }
  .checkout-index-index .container-fluid .ampromo-items-add {
    top: 40px;
  }
}
div[name*="country_id"] .control {
  pointer-events: none;
}
div[name*="country_id"] .control select {
  background: #f8f8f8;
}
select[name*="country_id"] {
  pointer-events: none;
  background: #f8f8f8;
}
.header.content > .minicart-wrapper .block-minicart {
  background: #e5ecf3;
}
.header.content > .minicart-wrapper .block-minicart:after {
  border-color: transparent transparent #e5ecf3 transparent;
}
.header.content > .minicart-wrapper .block-minicart:before {
  border-color: transparent transparent #e5ecf3 transparent;
}
.header.content > .minicart-wrapper .block-minicart .amount.price-container {
  margin-top: 10px;
}
.header.content > .minicart-wrapper .counter.qty {
  background: #1d77ec;
  border-color: #1d77ec;
  border-radius: 50%;
}
.header.content > .minicart-wrapper .counter.qty .counter-number {
  color: #fff;
}
.header.content > .minicart-wrapper .minicart-items-wrapper {
  background: #fff;
}
.header.content > .minicart-wrapper .price-wrapper .price {
  color: #1063ba;
}
.header.content > .minicart-wrapper .details-qty.qty label.label {
  margin-right: 10px;
}
.header.content > .minicart-wrapper .action.showcart {
  color: #03214D;
}
.minicart-items .product-item-details .product-item-name a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary #btn-view-cart {
    line-height: 3;
    width: 100%;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary {
    padding: 0 !important;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary #btn-view-cart {
    line-height: 3 !important;
    width: 100% !important;
  }
  .header.content .minicart-wrapper {
    margin-top: 0px;
  }
  .header.content .minicart-wrapper .action.showcart .counter.qty {
    background-color: #1d77ec;
    border-color: #1d77ec;
    min-width: 24px;
    line-height: 20px;
  }
  .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
    color: #fff;
  }
  .header.content .minicart-wrapper .block-minicart .subtotal {
    text-align: left;
    padding-top: 20px;
  }
  .header.content .minicart-wrapper.active {
    width: 20px;
  }
  .minicart-desktop {
    display: none !important;
  }
  #minicart-content-wrapper.minicart-transition {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .minicart-desktop {
    display: block !important;
  }
  .block-minicart.desktop {
    display: block !important;
  }
  #minicart-content-wrapper {
    display: none;
  }
}
body.checkout-cart-index .page-wrapper .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .primary button#top-cart-btn-checkout a span {
  text-transform: uppercase !important;
}
body.checkout-cart-index .page-wrapper .page-main {
  max-width: 1440px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary {
  width: 35%;
  background: #ffffff;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary strong.summary.title {
  font-weight: 700;
  margin: 0.625em 0;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  font-family: 'ProximaNova', sans-serif;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals.sub th.mark,
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.total-rules th.mark {
  padding-left: 15px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals.sub td.amount span.price,
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.total-rules td.amount span.price,
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals.sub td.amount span.rule-amount,
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.total-rules td.amount span.rule-amount {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals th.mark {
  padding-left: 15px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals th.mark span.title {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals td.amount span span.price {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals.shipping td.amount span.price {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.grand.totals th.mark strong {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.grand.totals td.amount {
  padding-top: 6px !important;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.grand.totals td.amount strong span.price {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .total-message {
  padding-left: 15px;
  display: none;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .eds-discount-trigger.title {
  padding-left: 35px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .eds-discount-trigger.title:before {
  left: 15px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .eds-discount-trigger.title #block-eds-discount-heading {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .content form#eds-discount-form .fieldset.eds {
  position: relative;
  display: flex;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .content form#eds-discount-form .fieldset.eds .actions-toolbar {
  right: 15px;
  top: 28px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .content form#eds-discount-form .fieldset.eds .actions-toolbar .primary button.action.eds-apply.primary {
  height: 34px;
  float: left;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount.active .content {
  padding-left: 15px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form {
  padding-left: 15px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon .actions-toolbar {
  right: 15px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon .actions-toolbar .primary button.action.apply.primary {
  float: left;
  height: 42px;
  position: relative;
  top: 1px;
  line-height: 12px;
  background-color: #000 !important;
  border-color: #000 !important;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon .actions-toolbar .primary button.action.apply.primary span {
  text-transform: lowercase !important;
  font-size: 20px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon .actions-toolbar .primary button.action.apply.primary:hover {
  background-color: #ffffff !important;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon .actions-toolbar .primary button.action.apply.primary:hover span {
  color: #000 !important;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items li.item button.action.primary.checkout {
  background: #006da4;
  border-color: #006da4;
  border-radius: 3px !important;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items li.item button.action.primary.checkout span {
  font-size: 20px;
  font-family: 'ProximaNova', sans-serif;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart {
  width: 62%;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper {
  border: solid 0px #acacac;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table thead {
  display: none;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item {
  padding: 15px;
  display: inline-table;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.item {
  position: relative;
  bottom: 0px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty.for-bundle-prod {
  top: 80px;
  z-index: 9;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty {
  float: left;
  position: absolute;
  left: 178px;
  top: 85px;
  padding: 0px 0px;
  line-height: 1.2;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty dl.item-options dt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  float: left;
  display: inline-block;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty dl.item-options dd {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  float: left;
  display: inline-block;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty .field.qty {
  border-radius: 3px;
  border: 1px solid #444;
  float: left;
  margin-top: 10px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty .field.qty .control.qty.qty-wrapper a.button-action.minus.decreaseQty {
  font-size: 30px;
  text-align: center;
  width: 36px;
  line-height: 1.2;
  background: #fff;
  color: #000;
  vertical-align: sub;
  font-weight: bold;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty .field.qty .control.qty.qty-wrapper .input-text.qty {
  border: 0px solid #c2c2c2;
  margin-top: 0px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  width: 32px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty .field.qty .control.qty.qty-wrapper a.button-action.plus.increaseQty {
  font-size: 22px;
  text-align: center;
  width: 36px;
  line-height: 1.2;
  background: #fff;
  color: #000;
  vertical-align: sub;
  font-weight: bold;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details {
  width: 380px;
  padding-bottom: 10px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details .product-item-name a {
  color: #141215;
  font-weight: 700;
  font-size: 18px;
  font-family: 'ProximaNova', sans-serif;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details .cart.item.message.notice {
  margin-top: 40px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details .item-options {
  font-size: 16px;
  color: #141215;
  padding-top: 60px;
  padding-bottom: 10px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details .item-options dt {
  font-weight: 100;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details .item-options dd {
  text-decoration: underline;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.subtotal {
  vertical-align: bottom;
  position: relative;
  top: 40px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.subtotal .cart-price span.price {
  font-size: 16px;
  font-weight: 700;
  font-family: 'ProximaNova', sans-serif;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action .actions-toolbar {
  position: relative;
  bottom: -10px;
  padding-bottom: 20px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action .actions-toolbar .action.towishlist.action-towishlist {
  display: block;
  margin-top: 10px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action .actions-toolbar .action.towishlist.action-towishlist span:before {
  content: '';
  background: url('../images/wish-icon.png') no-repeat center;
  background-size: contain;
  display: inline-flex;
  position: relative;
  top: 4px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action .actions-toolbar .action {
  font-size: 16px;
  color: #141215;
  font-family: 'ProximaNova', sans-serif;
}
body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action .actions-toolbar .action span {
  font-size: 16px;
  color: #141215;
}
body.checkout-cart-index .ampromo-overlay {
  position: fixed;
}
body.checkout-cart-index .ampromo-items .close {
  background: url('../images/fancybox_sprite.png') no-repeat center;
}
body.checkout-cart-index .ampromo-items h2 {
  letter-spacing: 0px;
  font-size: 24px;
  font-family: "Proximanova", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-arrow {
  border: 0;
  background-color: transparent;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-arrow.slick-prev {
  background-color: transparent;
  background: url('../images/leftarrow.svg') no-repeat center;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-arrow.slick-next {
  background-color: transparent;
  background: url('../images/rightarrow.svg') no-repeat center;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-arrow:before {
  display: none;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-dots li {
  width: 12px;
  height: 12px;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-dots li button {
  border-radius: 12px !important;
  width: 12px;
  height: 12px;
  border: 1px solid #064394 !important;
  background-color: transparent !important;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-dots li.slick-active button {
  border: 1px solid #064394 !important;
  background-color: #064394 !important;
}
body.checkout-cart-index .ampromo-items .ampromo-gallery .ampromo-item {
  border: 1px solid #ccc;
  min-height: 366px;
}
body.checkout-cart-index .product-item-details .product-item-name {
  text-transform: uppercase;
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 1.4rem;
  border-top: 0px solid #c1c0d2;
  padding-top: 5px;
  height: auto;
  min-height: 40px;
}
body.checkout-cart-index .product-item-details .product-item-name a {
  font-weight: 700 !important;
}
body.checkout-cart-index .product-item-details .price-box.price-final_price .price-container .price {
  font-weight: 400 !important;
}
body.checkout-cart-index .page-title {
  padding-left: 20px;
}
body.checkout-cart-index .cart-discount {
  padding-left: 20px;
}
body.checkout-cart-index .action.apply-aw-giftcard.primary,
body.checkout-cart-index .action.apply.primary,
body.checkout-cart-index .action.apply-aw-giftcard.primary:hover,
body.checkout-cart-index .action.apply.primary:hover {
  box-shadow: none !important;
  /*border-radius: 0 5px 5px 0;*/
  border: none;
}
body.checkout-cart-index .action.apply-aw-giftcard.primary span,
body.checkout-cart-index .action.apply.primary span,
body.checkout-cart-index .action.apply-aw-giftcard.primary:hover span,
body.checkout-cart-index .action.apply.primary:hover span {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
body.checkout-cart-index .action.apply.primary,
body.checkout-cart-index .action.apply.primary:hover {
  border-bottom: 1px solid #1063ba;
}
body.checkout-cart-index .block .block-content .products-grid button.action.check-aw-giftcard,
body.checkout-cart-index button.action.check-aw-giftcard {
  background: none;
  border: 0;
  padding: 0px;
  text-decoration: underline;
  opacity: 0.4;
  padding-bottom: 20px;
}
body.checkout-cart-index .block .block-content .products-grid button.action.check-aw-giftcard:hover,
body.checkout-cart-index button.action.check-aw-giftcard:hover {
  opacity: 1;
}
body.checkout-cart-index .block .block-content .products-grid button.action.check-aw-giftcard:hover span,
body.checkout-cart-index button.action.check-aw-giftcard:hover span {
  color: #000 !important;
  font-size: 14px;
  text-decoration: underline;
}
body.checkout-cart-index .block .block-content .products-grid button.action.check-aw-giftcard span,
body.checkout-cart-index button.action.check-aw-giftcard span {
  color: #000 !important;
  font-size: 14px;
}
body.checkout-cart-index input.mage-error,
body.checkout-cart-index select.mage-error,
body.checkout-cart-index textarea.mage-error {
  border-color: #1e75e7;
}
body.checkout-cart-index div.mage-error[generated] {
  color: #1e75e7;
}
body.checkout-cart-index #shopping-cart-table thead > tr {
  background: #f8f8f8;
}
body.checkout-cart-index #shopping-cart-table thead > tr th.col {
  border-color: #ccc;
}
body.checkout-cart-index #shopping-cart-table thead > tr th.col span {
  text-transform: uppercase;
}
body.checkout-cart-index #shopping-cart-table tbody {
  border-color: #ccc;
}
body.checkout-cart-index .cart-summary {
  background: #f8f8f8;
}
body.checkout-cart-index #block-aw-giftcard-heading {
  color: #000;
}
body.checkout-cart-index .action.update span {
  font-size: 14px;
  text-transform: uppercase;
}
body.checkout-cart-index .cart-empty {
  padding-left: 35px;
}
body.checkout-cart-index .cart-empty a {
  color: #1063ba;
}
body.checkout-cart-index .oms_form {
  display: none;
}
body.checkout-cart-index .empatkali-msg .empatkali-pop-link {
  vertical-align: super;
  margin-left: 5px;
  color: #003c8e;
  cursor: pointer;
}
body.checkout-cart-index .empatkali-content {
  display: none;
}
body.checkout-cart-index .empatkali-modal._show .empatkali-content {
  display: block;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap {
  width: 55%;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-title h2 {
  text-transform: capitalize;
  font-weight: 600;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-title p {
  margin-bottom: 0px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column .column {
  width: 33%;
  padding: 15px 25px;
  text-align: center;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column .column img {
  width: 110px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column .column h2 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 21px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-registration h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-registration ul {
  padding-left: 20px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-other-provisions h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-other-provisions ul {
  padding-left: 20px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-transaction-method h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-transaction-method ul {
  padding-left: 20px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .empt-qk-logo img {
  width: 200px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store {
  display: flex;
  margin-top: 10px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store .google-store img {
  width: 130px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store .apple-store {
  margin-left: 15px;
}
body.checkout-cart-index .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store .apple-store img {
  width: 130px;
}
@media only screen and (max-width: 940px) and (min-width: 768px) {
  body.checkout-cart-index .cart.item .product-item-photo {
    width: 150px !important;
    display: inline-block;
    margin-bottom: 10px;
  }
  body.checkout-cart-index .cart-discount #block-discount,
  body.checkout-cart-index .cart-discount #block-aw-giftcard {
    display: block;
    width: 100%;
    max-width: 400px;
    float: none;
    margin-bottom: 20px;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .form.form-cart {
    padding-right: 2%;
    padding-left: 20px;
  }
  body.checkout-cart-index .cart.item .product-item-photo {
    padding-left: 20px;
  }
  body.checkout-cart-index .cart.table-wrapper .cart thead tr th.col.item {
    text-align: center;
  }
  body.checkout-cart-index .cart-discount {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item {
    display: revert;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.subtotal {
    padding-top: 0px;
    width: 30%;
    position: relative;
    top: 130px;
    padding-bottom: 20px;
    text-align: right;
    clear: both;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.subtotal:before {
    display: none;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.item {
    bottom: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty {
    width: auto;
    left: 35%;
    top: 10vh;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty:before {
    display: none;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty .field.qty .control.qty.qty-wrapper {
    margin-top: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details {
    width: auto;
    display: block;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details .cart.item.message.notice {
    margin-top: 0px;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details dl.item-options {
    bottom: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.description .product-item-details .product-item-name a {
    font-size: 16px;
    height: 55px;
    overflow: hidden;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action {
    position: static;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action .actions-toolbar {
    left: auto;
    height: 50px;
    bottom: -50px;
    padding-bottom: 50px;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-actions td.col.action .actions-toolbar .action.towishlist.action-towishlist {
    padding-top: 8px;
    margin: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary {
    width: 100%;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals.sub th.mark,
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.total-rules th.mark {
    padding-left: 0px;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tbody tr.totals th.mark {
    padding-left: 0px;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .eds-discount-trigger.title {
    padding-left: 35px !important;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .eds-discount-trigger.title:before {
    left: 16px !important;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.eds-discount.discount .content form#eds-discount-form .fieldset.eds .actions-toolbar {
    width: auto;
    top: 28px !important;
    right: auto !important;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form {
    padding-left: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon {
    display: flex !important;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon .actions-toolbar {
    width: auto;
    right: auto;
    top: 28px;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .cart-summary .block.discount .content form#discount-coupon-form .fieldset.coupon .actions-toolbar .primary button.action.apply.primary {
    float: left;
    height: 42px;
    min-width: 93px;
    top: 0px;
  }
  body.checkout-cart-index .page-wrapper .page-main .cart-container .form.form-cart {
    width: 100%;
  }
  body.checkout-cart-index .ampromo-items {
    padding-bottom: 40px;
  }
  body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-dots {
    bottom: -25px;
  }
  body.checkout-cart-index .ampromo-items .ampromo-gallery .slick-dots li {
    width: 12px;
    height: 12px;
  }
  body.checkout-cart-index .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 2.4rem;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column {
    padding-bottom: 15px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container {
    display: flex;
    flex-direction: column;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart {
    order: 1;
    margin-left: 0px;
    margin-right: 0px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper {
    border-top: 1px solid #cccccc;
    border-bottom: unset;
    border-right: unset;
    border-left: unset;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info {
    display: flex;
    flex-direction: column;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item {
    position: relative;
    padding: 1px 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-photo {
    position: initial;
    width: 30%;
    float: left;
    max-width: unset;
    padding-right: 10px;
    padding-top: 20px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-photo .product-image-container {
    max-width: 100%;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-details {
    width: 68%;
    float: left;
    padding-top: 20px;
    font-size: 1.2rem;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-details .product-item-name {
    font-size: 1.2rem;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-details .item-options {
    margin-top: 15px;
    margin-bottom: 12px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-details .item-options dt {
    margin-right: 5px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-details .actions-toolbar {
    position: absolute;
    bottom: -88px;
    right: 15%;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-details .actions-toolbar .action {
    right: -50px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.price {
    margin-left: 27%;
    margin-top: -56px;
    font-size: 1.2rem;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.price:before {
    float: left;
    margin-right: 40px;
    width: 50%;
    text-align: left;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.price .price-excluding-tax {
    font-size: 1.2rem;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.qty {
    margin-left: 27%;
    margin-top: -40px;
    font-size: 1.2rem;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.qty:before {
    float: left;
    margin-right: 40px;
    width: 50%;
    text-align: left;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.qty .field.qty .qty-wrapper {
    margin-top: -3px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.qty .field.qty .qty-wrapper .input-text {
    height: 38px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.subtotal {
    margin-left: 27%;
    margin-top: -40px;
    padding-bottom: 30px;
    font-size: 1.2rem;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.subtotal:before {
    float: left;
    margin-right: 45px;
    width: 50%;
    text-align: left;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.subtotal span {
    font-size: 1.2rem;
    text-align: left;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.subtotal span .cart-old-price {
    display: block !important;
    margin-bottom: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.subtotal span .cart-old-price span {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: line-through;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col.subtotal .discount {
    font-size: 12px !important;
    color: #0a0a0a;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary {
    order: 2;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .summary {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .block.shipping {
    padding: 0 15px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .block.shipping.active .content {
    border-top: unset;
    padding-top: unset;
    border-bottom: 1px solid #ccc;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .block.shipping .title {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    border-top: unset;
    padding-left: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .block.shipping .title:after {
    margin-top: 6px;
    right: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .block.shipping .title strong {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .cart-totals {
    margin: 0 15px;
    padding-left: 0;
    padding-right: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table.totals {
    margin-bottom: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .checkout-methods-items {
    margin-top: 10px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .block.discount .content .actions-toolbar {
    margin-bottom: 16px;
    right: 0;
    position: relative;
    top: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .cart-summary .block .content .fieldset.coupon {
    display: block;
  }
  body.checkout-cart-index .empatkali-msg {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll {
    left: 0px !important;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 100%;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .pdp-flex-column {
    flex-direction: column !important;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .pdp-flex-column .column {
    width: 100% !important;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .emp-pdp-footer-content {
    flex-direction: column;
    text-align: center;
  }
  body.checkout-cart-index .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store {
    justify-content: center;
  }
  .column.main .ampromo-items-add {
    width: 90% !important;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col:not(.item) .item-options {
    margin-top: 50px;
  }
}
/*Confirm Payment & Track Order*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top;
}
.fancybox-wrap {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 8020;
}
.fancybox-skin {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f9f9f9;
  border-radius: 4px;
  color: #444444;
  position: relative;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  position: relative;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.fancybox-iframe {
  display: block;
  height: 100%;
  width: 100%;
}
#fancybox-loading {
  background-image: url('fancybox_sprite.png');
  background-position: 0 -108px;
  cursor: pointer;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  opacity: 0.8;
  position: fixed;
  top: 50%;
  z-index: 8060;
}
#fancybox-loading div {
  background: url('fancybox_loading.gif') center center no-repeat;
  height: 44px;
  width: 44px;
}
.fancybox-close {
  background-image: url('../images/fancybox_sprite.png');
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 36px;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  background-image: url('fancybox_sprite.png');
  background-position: 0 -36px;
  left: 10px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
  background-position: 0 -72px;
  right: 10px;
}
.fancybox-nav {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent url('blank.gif');
  cursor: pointer;
  height: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 40%;
  z-index: 8040;
}
.fancybox-nav span {
  cursor: pointer;
  height: 34px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 36px;
  z-index: 8040;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  left: -99999px;
  max-height: 99999px;
  max-width: 99999px;
  overflow: visible !important;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
.fancybox-lock {
  overflow: hidden !important;
  width: 100%;
  position: fixed;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
  overflow-y: scroll;
  overflow: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  background: rgba(20, 20, 20, 0.62);
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 8010;
}
.fancybox-overlay-fixed {
  bottom: 0;
  position: fixed;
  right: 0;
}
.fancybox-title {
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  visibility: hidden;
  z-index: 8050;
}
.fancybox-title-float-wrap {
  bottom: 0;
  margin-bottom: -35px;
  position: absolute;
  right: 50%;
  text-align: center;
  z-index: 8050;
}
.fancybox-title-float-wrap .child {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  background: transparent;
  border-radius: 15px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 24px;
  margin-right: -100%;
  padding: 2px 20px;
  text-shadow: 0 1px 2px #222222;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  color: #ffffff;
  margin-top: 10px;
  position: relative;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 10px;
  position: absolute;
}
body.checkout-onepage-success .page-wrapper .page-main {
  padding-top: 76px;
}
body.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper:before {
  content: url('../images/Vector-Smart-Object.png');
}
body.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper .page-title {
  margin-bottom: 0px;
  margin-top: 31px;
  font-size: 31px;
}
body.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper .print {
  margin-top: 0px;
  display: none;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column {
  margin-top: 0px;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .action.primary {
  margin-top: 15px;
  padding: 12px 60px;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
  background: #fff;
  color: #064394;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .action.primary span {
  color: #064394;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .action.primary:hover span {
  color: #064394;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success {
  border: none;
  padding-top: 12px;
  max-width: 700px;
  margin: 0 auto;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p.success-faq span {
  color: #303030;
  font-weight: 500;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p.success-faq a {
  color: #1063ba;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p.success-faq a:hover {
  text-decoration: underline;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .actions-toolbar .primary {
  margin-top: 20px;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .actions-toolbar .primary .action.primary.continue {
  background-color: #064394;
  padding: 12px 60px;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .actions-toolbar .primary .action.primary.continue span {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .actions-toolbar .primary .action.primary.continue:hover {
  background-color: #fff;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .actions-toolbar .primary .action.primary.continue:hover span {
  color: #064394;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column #registration p {
  font-weight: 600;
  font-size: 16px;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column #registration form {
  margin-top: 20px;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column #registration form .action.primary {
  padding: 20px 60px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 310px;
  width: 100%;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success {
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success:first-child {
  border-top: 1px solid #ccc;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .column-success {
  flex: 50%;
  padding: 15px 0;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .column-success p span.price {
  color: #303030;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-left-align {
  text-align: left;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-left-align p {
  font-weight: 500 !important;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-left-align.custom-bold p {
  font-weight: bold !important;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-right-align {
  text-align: right;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-right-align p {
  text-align: right;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-right-align .success-payment-code {
  font-size: 24px;
  font-weight: 600;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-right-align .btn-success-payment {
  background: none;
  padding: 0;
  border: 0;
  color: #1063ba;
  margin-left: 5px;
}
body.checkout-onepage-success .page-wrapper .page-main .success-page-wrapper .row-success .success-right-align.order-num p {
  color: #1063ba;
}
@media only screen and (max-width: 767px) {
  body.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper:before {
    content: url('../images/Vector-Smart-Object-90x90.png');
  }
  body.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 18px;
    text-align: center;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success {
    padding: 0;
    padding-top: 12px;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p {
    font-size: 1.3rem;
    text-align: left;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p.success-faq {
    font-size: 1.3rem;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p a strong {
    font-size: 1.3rem;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success p.success-faq span {
    font-size: 14px;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .actions-toolbar .primary .action.primary.continue {
    padding: 12px 40px;
    max-width: 100%;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .success-sub-content {
    text-align: center;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .row-success .column-success p span.price {
    font-size: 1.3rem;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .row-success .column-success.success-right-align p {
    text-align: right !important;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .checkout-success .row-success .column-success.success-right-align .success-payment-code {
    font-size: 17px;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column .action.primary {
    max-width: 100%;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column #registration {
    border-top: 1px solid #dadada;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column #registration form .action.primary {
    max-width: 310px;
    padding: 15px 60px;
  }
}
body.customer-account-forgotpassword .page-wrapper .page-main {
  width: 45%;
  border: 1px solid #8f8f8f;
  margin: 25px auto 30px auto;
  padding: 25px;
}
body.customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title {
  border-bottom: 1px solid #8f8f8f;
  width: 100%;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
body.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main {
  padding-bottom: 0px;
  min-height: 176px;
}
body.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form.password.forget {
  min-width: unset;
  width: 100%;
}
body.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form.password.forget .fieldset {
  margin-bottom: 30px;
}
body.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form.password.forget .fieldset:after {
  display: none;
}
body.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form.password.forget .actions-toolbar .primary {
  width: 100%;
}
body.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form.password.forget .actions-toolbar .primary .action {
  width: 100%;
  padding: 10px 19px;
}
.customer-account-login #maincontent .columns .login-container {
  border: 0 none;
  border-right: 1px solid #cccccc;
}
.customer-account-login #maincontent .columns .login-container .block-customer-login .block-title {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.customer-account-login #maincontent .columns .login-container .block-customer-login .block-content .form.form-login .fieldset.login .field.note {
  display: none;
}
.customer-account-login #maincontent .columns .login-container .block-customer-login .block-content .form.form-login .fieldset.login label.label {
  color: #767676;
}
.customer-account-login #maincontent .columns .login-container .block-customer-login .block-content .form.form-login .fieldset.login .control input {
  border-color: #8f8f8f;
}
.customer-account-login #maincontent .columns .register-container {
  border: 0 none;
}
body.trackorder-track-index .page-wrapper .page-main {
  width: 45%;
  border: 1px solid #8f8f8f;
  margin: 25px auto 30px auto;
  padding: 25px;
}
body.trackorder-track-index .page-wrapper .page-main .page-title-wrapper .page-title {
  border-bottom: 1px solid #8f8f8f;
  width: 100%;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
body.trackorder-track-index .page-wrapper .page-main .columns .column.main {
  padding-bottom: 0px;
  min-height: 176px;
}
body.trackorder-track-index .page-wrapper .page-main .columns .column.main .track-order-wrapper form#trackorderSearchForm {
  width: 100%;
}
body.trackorder-track-index .page-wrapper .page-main .columns .column.main .track-order-wrapper form#trackorderSearchForm .fieldset {
  margin-bottom: 30px;
}
body.trackorder-track-index .page-wrapper .page-main .columns .column.main .track-order-wrapper form#trackorderSearchForm .fieldset:after {
  display: none;
}
body.trackorder-track-index .page-wrapper .page-main .columns .column.main .track-order-wrapper form#trackorderSearchForm .actions-toolbar .primary {
  display: block;
  width: 100%;
}
body.trackorder-track-index .page-wrapper .page-main .columns .column.main .track-order-wrapper form#trackorderSearchForm .actions-toolbar .primary .action {
  width: 100%;
  padding: 10px 19px;
}
#search_mini_form .search .control .search-autocomplete {
  background-color: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.65);
  display: none !important;
}
#search_mini_form .search .control .search-autocomplete dl dt {
  border: 0;
  display: none;
}
#search_mini_form .search .control .search-autocomplete dl dd {
  border: 0;
  font-size: 15px;
  font-weight: 600;
}
#search_mini_form .search .control .search-autocomplete dl dd:hover {
  background: #eeeeee;
}
#search_mini_form .search .control .search-autocomplete li {
  padding: 5px 0;
}
#search_mini_form .search .control .search-autocomplete li span {
  font-size: 1.2rem;
  padding-right: 10px;
  cursor: pointer;
  font-weight: 900;
}
#search_mini_form #searchSuggestions #topProducts {
  display: block !important;
}
.page-wrapper .page-header-v1 .page-header .header-main .h-search {
  position: inherit;
}
.page-header-v1 .page-header .header-main .h-search .block-search {
  position: inherit;
}
.page-header-v1 .page-header .header-main .container {
  position: relative;
}
.form.minisearch .actions {
  display: inline-flex;
  margin-left: auto;
  text-align: right;
  float: right;
  margin-top: -42px;
}
.page-header-v1 .page-header .header-main .h-search .block-search .action.search {
  position: relative;
}
.block-search #search_mini_form #searchSuggestions {
  top: 41px;
  left: auto;
  transform: none;
  width: 410px;
  min-width: 380px;
  max-width: 410px;
  right: 0%;
}
.block-search #searchSuggestions #suggestionsContainer {
  border: 1px solid #000;
  box-shadow: none;
}
form.minisearch #searchSuggestions #suggestionsContainer #innerContainer {
  flex-direction: row-reverse;
  margin-top: 30px;
  width: 100%;
  padding: 0 15px 15px 15px;
  margin: 0;
  flex-wrap: wrap;
}
form.minisearch #searchSuggestions #topQueries ul .ac-query:hover a {
  text-decoration: underline;
  background-color: transparent;
}
#searchSuggestions #suggestionsContainer #topQueries {
  margin: 0;
  padding: 10px 10px 10px;
  flex: none;
  max-width: 100%;
}
#searchSuggestions #suggestionsContainer #queryList {
  margin-top: 20px;
}
.block-search #search_mini_form #searchSuggestions #suggestionsContainer #innerContainer #topProducts {
  min-width: auto;
  flex: none;
  max-width: 100%;
  order: 2;
}
#searchSuggestions #suggestionsContainer #topProducts ul {
  justify-content: left;
  width: 100%;
}
#searchSuggestions #suggestionsContainer #topProducts ul .ac-product a .ac-prod-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
}
.block-search #search_mini_form #searchSuggestions #suggestionsContainer ul#queryList .ac-query a {
  font-size: 14px;
}
#searchSuggestions #suggestionsContainer .cel-ac-icon-cancel {
  display: none;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#searchSuggestions #suggestionsContainer .cel-ac-icon-cancel:before {
  color: #000000;
  font-size: 15px;
}
.block-search #search_mini_form #searchSuggestions ul#queryList .ac-query {
  white-space: normal;
}
.block-search #search_mini_form #searchSuggestions #topProducts ul .ac-product {
  padding: 8px;
  max-width: 50%;
  flex: 0 0 50%;
}
#searchSuggestions #topProducts ul .ac-product img {
  width: 140px;
  height: 140px;
}
@media (max-width: 800px) {
  .block-search #search_mini_form #searchSuggestions {
    max-width: 100%;
  }
  .block-search #search_mini_form .control #searchSuggestions {
    display: flex;
    padding: 0 15px;
    top: 101px;
  }
  form.minisearch #searchSuggestions #suggestionsContainer #innerContainer {
    display: grid;
    max-height: 500px;
    overflow: scroll;
  }
  #searchSuggestions #topProducts ul .ac-product a {
    flex-wrap: wrap;
  }
  #searchSuggestions #topProducts ul .ac-product img {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    margin: 0 auto;
  }
  #searchSuggestions #suggestionsContainer #topProducts ul {
    display: flex;
    border-top: 0px solid #ccc;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .block-search #search_mini_form #searchSuggestions #suggestionsContainer #innerContainer #topProducts {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-search #search_mini_form #searchSuggestions #suggestionsContainer #topQueries {
    border-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 20px;
  }
  .block-search #search_mini_form #searchSuggestions #topProducts ul .ac-product {
    padding: 0;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .block-search #searchSuggestions #suggestionsContainer {
    border: 0px solid #ccc;
    box-shadow: none;
    border-top: 0;
  }
  #searchSuggestions #suggestionsContainer #queryList {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .block-search form.minisearch #searchSuggestions #suggestionsContainer #innerContainer {
    max-height: 560px;
    padding: 0;
  }
}
@media (min-width: 760px) {
  .page-wrapper .page-header .row {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .homepage-wrapper .hero-banner .owl-item {
    min-height: 280px;
  }
  .homepage-wrapper .catalog-link-mobile {
    min-height: 270px;
  }
  .homepage-wrapper .brands-logo {
    min-height: 83px;
  }
  .homepage-wrapper .home-recommendation .custom-products-carousel {
    min-height: 560px;
  }
  .homepage-wrapper .slider-bottom .owl-item {
    min-height: 230px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .homepage-wrapper .hero-banner .owl-item {
    min-height: 420px;
  }
  .homepage-wrapper .catalog-link-mobile {
    min-height: 300px;
  }
  .homepage-wrapper .brands-logo {
    min-height: 83px;
  }
  .homepage-wrapper .home-recommendation .custom-products-carousel {
    min-height: 560px;
  }
  .homepage-wrapper .slider-bottom .owl-item {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1400px) {
  .homepage-wrapper .hero-banner .owl-item {
    min-height: 536px;
  }
  .homepage-wrapper .catalog-link-mobile {
    min-height: 378px;
  }
  .homepage-wrapper .catalog-link-mobile .catalog-link-item {
    display: inline-block;
  }
  .homepage-wrapper .brands-logo {
    min-height: 83px;
  }
  .homepage-wrapper .home-recommendation .custom-products-carousel {
    min-height: 586px;
  }
  .homepage-wrapper .slider-bottom .owl-item {
    min-height: 433px;
  }
}
.catalog-product-view .check-in-store {
  padding-top: 15px;
  clear: both;
  order: 2;
}
.catalog-product-view .check-in-store a {
  color: #003c8e;
  font-size: 12px;
}
.catalog-product-view .check-in-store a:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url('../images/icon-store-pdp.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 7px;
}
.catalog-product-view #available-stores-popup .modal-title {
  border-bottom: none;
  font-size: 30px;
}
.catalog-product-view #available-stores-popup .modal-content {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.catalog-product-view #available-stores-popup .modal-content #stores-map {
  width: 50% !important;
  height: 560px !important;
  position: relative;
  overflow: hidden;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container {
  width: 50%;
  padding-left: 20px;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box input {
  height: 40px;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box-container .search-box {
  position: relative;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box-container .search-box:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url('../images/icon-search.svg');
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  background-size: contain;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box-container .other-info {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box-container .other-info .current-location-link {
  padding-left: 24px;
  font-size: 12px;
  color: #003c8e;
  position: relative;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box-container .other-info .current-location-link:before {
  content: '';
  background-image: url(../images/icon-location.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box-container .other-info .current-location-link a {
  color: #003c8e;
  font-size: 12px;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-box-container .other-info .stores-count {
  font-size: 12px;
  color: #333333;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result {
  margin-top: 0px;
  height: 465px;
  overflow-y: auto;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul {
  list-style-type: none;
  padding-left: 0px;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul li {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #cecece;
  padding-left: 46px;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul li.selected {
  border: 1px solid #003c8e;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul li:hover {
  cursor: pointer;
  border: 1px solid #003c8e;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul li div.item-title {
  font-size: 14px;
  color: #003c8e;
  font-weight: bold;
  position: relative;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul li div.item-title:before {
  content: '';
  background-image: url(../images/icon-pin.svg);
  width: 19px;
  height: 24px;
  position: absolute;
  left: -32px;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul li div.item-detail {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result ul li div.item-telephone {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.catalog-product-view .modal-popup.modal-slide .modal-header .action-close::before {
  font-size: 18px;
  color: #000000;
}
.catalog-product-view #available-stores-popup .modal-title {
  display: none;
}
.catalog-product-view .modal-popup #available-stores-popup .modal-title {
  display: block;
}
.catalog-product-view .empatkali-msg .empatkali-pop-link {
  vertical-align: super;
  margin-left: 5px;
  color: #003c8e;
  cursor: pointer;
}
.catalog-product-view .empatkali-msg p {
  font-size: 1.4rem !important;
  color: #303030;
}
.catalog-product-view .empatkali-content {
  display: none;
}
.catalog-product-view .empatkali-modal._show .empatkali-content {
  display: block;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap {
  width: 55%;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-title h2 {
  text-transform: capitalize;
  font-weight: 600;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-title p {
  margin-bottom: 0px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column .column {
  width: 33%;
  padding: 15px 25px;
  text-align: center;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column .column img {
  width: 110px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .pdp-flex-column .column h2 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 21px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-registration h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-registration ul {
  padding-left: 20px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-other-provisions h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-other-provisions ul {
  padding-left: 20px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-transaction-method h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-transaction-method ul {
  padding-left: 20px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .empt-qk-logo img {
  width: 200px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store {
  display: flex;
  margin-top: 10px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store .google-store img {
  width: 130px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store .apple-store {
  margin-left: 15px;
}
.catalog-product-view .empatkali-modal .modal-inner-wrap .modal-content.empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store .apple-store img {
  width: 130px;
}
@media only screen and (max-width: 940px) and (min-width: 768px) {
  .catalog-product-view .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
}
.form-shipping-address div[name="shippingAddress.postcode"] .input-text {
  display: none !important;
}
#postcodeVal.postal-disabled {
  pointer-events: none;
  background: #f8f8f8;
}
.form-shipping-address div[name="shippingAddress.postcode"].field._required._error .field-error {
  display: block !important;
}
#postcodeVal + .field-error {
  display: none !important;
}
.bopis__checkout [data-role="title"] {
  font-size: 18px;
  padding-bottom: 17px;
  color: #303030;
  text-transform: uppercase;
  border-bottom: solid 1px #dddddd;
  font-weight: 500;
  margin-bottom: 19px;
  width: 100%;
}
.bopis__checkout #shipping-new-address-form,
.bopis__checkout #checkout-stores-container {
  margin-top: 30px;
  border-top: solid 1px #dddddd;
  display: flex;
  flex-wrap: wrap;
}
.bopis__checkout #checkout-stores-container {
  padding-top: 30px;
}
.bopis__checkout .search-box-container {
  margin-bottom: 20px;
}
.bopis__checkout .search-box-container input {
  padding: 0 14px;
  height: 40px;
}
.bopis__checkout .search-box-container .other-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 16px;
}
.bopis__checkout .search-box-container .stores-count {
  margin-left: auto;
}
.bopis__checkout .search-box-container .current-location-link a {
  position: relative;
  padding-left: 24px;
}
.bopis__checkout .search-box-container .current-location-link a:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/icon-location.svg');
  position: absolute;
  background-size: contain;
  left: 0;
}
.bopis__checkout .search-result {
  max-height: 328px;
  overflow-y: auto;
}
.bopis__checkout .search-result ul {
  padding: 0;
}
.bopis__checkout .search-result li {
  list-style: none;
  border: solid 1px #dddddd;
  margin-bottom: 20px;
  padding: 16px 20px 16px 60px;
  position: relative;
  cursor: pointer;
}
.bopis__checkout .search-result li:hover,
.bopis__checkout .search-result li.selected {
  border-color: #003c8e;
}
.bopis__checkout .search-result li:after {
  content: '';
  width: 19px;
  height: 24px;
  position: absolute;
  background-image: url('../images/icon-pin.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: 21px;
  left: 21px;
}
.bopis__checkout .search-result li .item-title {
  color: #003c8e;
  font-weight: bold;
}
.bopis__checkout #stores-map {
  max-width: 48.657%;
  width: 100%;
  height: 400px !important;
}
.bopis__checkout .available-store-container {
  max-width: 48.657%;
  width: 100%;
  margin-left: auto;
}
.bopis__checkout .search-box {
  position: relative;
}
.bopis__checkout .search-box:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url('../images/icon-search.svg');
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  background-size: contain;
}
.bopis__checkout .select-shipping {
  padding: 26px;
  margin-bottom: 30px;
  max-width: 100%;
  margin-top: 0px;
  background: #fff;
}
.bopis__checkout .contact__msg {
  margin-top: 30px;
  padding-top: 29px;
  border-top: solid 1px #dddddd;
  display: flex;
  flex-wrap: wrap;
}
.bopis__checkout .contact__msg--head {
  font-weight: bold;
}
.bopis__checkout .bopis-customer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bopis__checkout .bopis-customer input {
  border: 1px solid #bababa;
}
.bopis__checkout .bopis-customer .bopis_field--lastname {
  margin-left: auto;
}
.bopis__checkout .bopis-customer .bopis-tooltip:before {
  content: "62";
  position: absolute;
  font-size: 13px;
  padding: 12px;
  color: #000;
}
.bopis__checkout .bopis-customer .bopis-tooltip input.input-text {
  padding-left: 35px !important;
  margin-right: 10px;
  width: calc(100% - 36px) !important;
}
.bopis__checkout .bopis-customer .bopis-tooltip .tooltip {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 6px;
}
.bopis__checkout .bopis-customer .bopis-tooltip .tooltip: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;
}
.bopis__checkout .bopis-customer .bopis-tooltip .tooltip:hover:before {
  color: #000000;
}
.bopis__checkout .bopis-customer .bopis-tooltip .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.bopis__checkout .bopis-customer .bopis-tooltip .tooltip .tooltiptext {
  visibility: hidden;
  transition: opacity 0.3s;
  color: #333333;
  text-align: left;
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
  height: fit-content;
  right: -10px;
  top: 40px;
  left: auto;
}
.bopis__checkout .bopis-customer .bopis-tooltip .tooltip .tooltiptext:before {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
  border-bottom-color: #999999;
  position: absolute;
}
.bopis__checkout .bopis-customer .bopis-tooltip .tooltip .tooltiptext:after {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 10px;
  left: auto;
  top: 1px;
  border-bottom-color: #f4f4f4;
  position: absolute;
}
body.checkout-index-index.bopis__checkout--container .bopis__checkout--password.fieldset {
  margin-top: 20px;
}
body.checkout-index-index.bopis__checkout--container .bopis__checkout--password.fieldset > .field {
  margin-bottom: 20px;
}
body.checkout-index-index.bopis__checkout--container .container {
  width: 100%;
  max-width: 1357px;
}
body.checkout-index-index.bopis__checkout--container .container > [class*='col-'] {
  margin: 0 30px;
}
body.checkout-index-index.bopis__checkout--container .container .row {
  margin: 0;
}
body.checkout-index-index.bopis__checkout--container .fieldset .field.checkout-telephone-toltip .control._with-tooltip .field-tooltip {
  left: inherit;
  top: 16px;
  transform: translateY(-50%);
  right: 10px;
}
body.checkout-index-index.bopis__checkout--container #checkout-shipping-method-load thead {
  display: none;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper {
  width: 65.87%;
  padding: 0;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper #shipping-method-buttons-container {
  padding: 0;
  display: flex;
  background: transparent;
  border: none;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper #shipping-method-buttons-container .primary {
  margin-left: auto;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper #shipping-method-buttons-container .primary button.disable {
  background: #cccccc;
  border-color: #cccccc;
  color: #999999;
  cursor: auto;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper #shipping-method-buttons-container .primary button span {
  font-family: 'ProximaNova', sans-serif;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper button {
  margin: 0;
  background: #006da4;
  border-radius: 0;
  width: auto;
  padding: 0 60px;
  height: 40px;
  box-shadow: none;
  font-size: 14px;
  color: #ffffff;
  border: solid 1px #006da4;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper button span {
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: 'ProximaNova', sans-serif;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper button:hover {
  background: #fff;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper button:hover span {
  color: #064394;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method {
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping {
  padding: 26px;
  margin-bottom: 30px;
  max-width: 100%;
  background: #fff;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr:hover td[class*="col-"] {
  border-color: #006da4;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr:first-child td {
  border-top: 1px solid;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td.col-freeshipping .logo,
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td.col-flatrate .logo,
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td.col-advancedmatrix0 .logo {
  background-image: url('../images/jne.png');
  width: 50px;
  height: 20px;
  background-size: 100%;
  margin: 2px 5px 0px 0;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td.col-sicepatratematrix0 .logo {
  background-image: url('../images/sice.png');
  width: 40px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  top: -2px;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td.col-grab_sameday .logo {
  background-image: url('../images/grab-logo.png');
  width: 50px;
  height: 20px;
  background-size: 100%;
  margin: -2px 5px 0px 0;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td:first-child {
  padding-left: 20px;
  padding-right: 8px;
  border-right: 0px !important;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td:last-child {
  border-left: 0px !important;
  text-align: right;
  padding-right: 20px;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td:last-child span {
  font-weight: 400;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td:nth-child(2) {
  border-right: 0px !important;
  border-left: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td:nth-child(2) span {
  font-weight: 600;
  display: inline-block;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td.col-method.ship-radio-btn .radio {
  width: 18px;
  height: 18px;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td.col-method.ship-radio-btn label {
  color: #666;
  font-weight: normal;
  position: relative;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td[class*="col-"] {
  border: 1px solid;
  border-color: #dddddd;
  padding-top: 25px;
  padding-bottom: 25px;
  vertical-align: middle;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-payment-method {
  border: none;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li#shipping.checkout-shipping-address form {
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li#shipping.checkout-shipping-address form.form-login {
  background: #ffff;
  padding: 26px;
  border: none;
  margin-bottom: 30px;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .opc > li#shipping.checkout-shipping-address form #customer-email-fieldset .field {
  margin-top: 0;
  max-width: 100%;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses {
  border: none;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-items-title {
  font-size: 18px;
  padding-bottom: 17px;
  color: #303030;
  text-transform: uppercase;
  border-bottom: solid 1px #dddddd;
  font-weight: 500;
  margin-bottom: 19px;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items {
  padding-left: 0;
  padding-right: 0;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .step-title {
  font-size: 18px !important;
  padding-bottom: 17px !important;
  color: #303030 !important;
  font-weight: 500;
  margin-bottom: 19px;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field.street {
  max-width: 100%;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field.street > .control input {
  max-width: 100%;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field > .label {
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control input,
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control select {
  height: 40px;
  max-width: 100%;
  padding: 0 14px;
  width: 100%;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control input::-webkit-input-placeholder,
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control select::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control input:-ms-input-placeholder,
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control input::placeholder,
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control select::placeholder {
  font-size: 14px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar {
  width: 31.65%;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-shipping-information {
  background: transparent;
  border: none;
  padding: 0;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-shipping-information .shipping-information {
  background: #ffff;
  padding: 26px;
  border: none;
  margin-bottom: 30px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary {
  padding: 20px 0 0;
  border: none;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .title {
  font-weight: normal;
  padding: 0 20px 17px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals {
  margin-bottom: 0;
  background: #ffffff;
  display: flex;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals tbody {
  width: 100%;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals tr {
  width: 100%;
  display: flex;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals td {
  margin-left: auto;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .items-in-cart {
  padding: 0;
  margin: 0 20px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals .grand strong {
  font-weight: normal;
  font-size: 14px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals .grand strong .price {
  font-weight: bold;
  font-size: 18px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items-wrapper {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item {
  margin-bottom: 0;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item:first-child {
  padding-top: 20px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .message.notice {
  padding: 0;
  margin: 0;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-inner {
  margin: 0;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details {
  line-height: 1.6;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-brand {
  font-weight: normal !important;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-name {
  margin: 0;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .details-qty,
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .item-options {
  margin-top: 0;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .details-qty .label,
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .item-options .label,
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .details-qty .value,
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .item-options .value,
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .details-qty .values,
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .item-options .values {
  font-weight: normal !important;
  color: #999999;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .minicart-items .product-item .options dl {
  margin: 0;
}
body.checkout-index-index.bopis__checkout--container .fieldset > .field {
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
  max-width: 48.657%;
}
body.checkout-index-index.bopis__checkout--container .fieldset > .field[name$="lastname"],
body.checkout-index-index.bopis__checkout--container .fieldset > .field[name$="region_id"],
body.checkout-index-index.bopis__checkout--container .fieldset > .field[name$="district_id"],
body.checkout-index-index.bopis__checkout--container .fieldset > .field[name$="telephone"] {
  margin-left: auto;
}
body.checkout-index-index.bopis__checkout--container .modals-wrapper .fieldset > .field {
  max-width: 100%;
}
body.checkout-index-index.bopis__checkout--container .modals-wrapper .field .control._with-tooltip {
  max-width: 340px;
}
.custom__radio--btns label {
  display: flex;
  cursor: pointer;
}
.custom__radio--btns label:nth-child(1) {
  margin-bottom: 10px;
}
.custom__radio--btns label .shipping-type__icon {
  width: 50px;
  height: 30px;
  display: flex;
  margin: 0 20px;
}
.custom__radio--btns label .shipping-type__label {
  display: flex;
  flex-wrap: wrap;
}
.custom__radio--btns label .shipping-type__label span {
  width: 100%;
}
.custom__radio--btns label[for="regular"] .shipping-type__icon {
  background-image: url('../images/icon-homeD.svg');
  background-size: 95%;
  background-position: 0 -8px;
  background-repeat: no-repeat;
}
.custom__radio--btns label[for="bopis"] .shipping-type__icon {
  background-image: url('../images/icon-Store.svg');
  background-size: 73%;
  background-position: 5px -3px;
  background-repeat: no-repeat;
}
.custom__radio--btns .shipping-type__title {
  font-weight: bold;
}
.custom__radio--btns input[type='radio'] {
  width: 20px;
  position: relative;
  visibility: hidden;
  position: absolute;
}
.custom__radio--btns input[type='radio'] + .shipping-type__fieldset {
  border: solid 1px #dddddd;
  width: 100%;
  display: flex;
  padding: 21px;
  flex-wrap: wrap;
  align-items: center;
}
.custom__radio--btns input[type='radio'] + .shipping-type__fieldset .custom__input {
  width: 20px;
  height: 20px;
  border: solid 1px #dddddd;
  border-radius: 50%;
}
.custom__radio--btns input[type='radio']:checked + .shipping-type__fieldset {
  border: solid 1px #006da4;
}
.custom__radio--btns input[type='radio']:checked + .shipping-type__fieldset .custom__input {
  border: solid 1px #006da4;
  position: relative;
}
.custom__radio--btns input[type='radio']:checked + .shipping-type__fieldset .custom__input:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #006da4;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#shipping-new-address-form div[name="shippingAddress.region_id"].field .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 2px;
}
body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper button:hover {
  border: solid 1px #006da4;
}
#discount-coupon-form .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .action.primary.cancel {
  line-height: 27px;
}
#discount-coupon-form .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .action.primary.cancel span {
  font-size: 16px;
}
.checkout_consent {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout_consent .control {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.checkout_consent .control input {
  margin-right: 5px;
  margin-top: 2px;
}
.checkout_consent .control .label {
  flex-basis: 93%;
}
.checkout_consent .control .label a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}
.checkout_consent .control .label a:hover {
  text-decoration: none;
}
@media (max-width: 900px) {
  body.checkout-index-index.bopis__checkout--container .opc-progress-bar-item {
    width: 130px;
  }
  body.checkout-index-index.bopis__checkout--container .container > [class*='col-'] {
    margin: 0;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-payment-method {
    margin-bottom: 100px;
    position: relative;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset {
    position: static;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .custom-placeorder {
    bottom: -70px;
    left: 0;
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .custom-placeorder .primary {
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .custom-placeorder .primary button {
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper .opc > li.actions-toolbar {
    margin-bottom: 30px;
    margin-left: 0;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper #shipping-method-buttons-container .primary {
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper #shipping-method-buttons-container .primary button {
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container .opc-sidebar {
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container .fieldset > .field {
    max-width: 49%;
  }
  body.checkout-index-index .modals-wrapper .fieldset > .field {
    max-width: 100%;
  }
  .bopis__checkout .available-store-container {
    max-width: 49%;
  }
  .bopis__checkout #stores-map {
    max-width: 49%;
  }
}
@media (max-width: 767px) {
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .addresses {
    margin-left: 0;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-payment-method {
    margin-left: 0;
  }
  body.checkout-index-index.bopis__checkout--container .bopis__checkout--password .actions-toolbar {
    display: flex;
  }
  body.checkout-index-index.bopis__checkout--container .bopis__checkout--password .actions-toolbar > .primary,
  body.checkout-index-index.bopis__checkout--container .bopis__checkout--password .actions-toolbar > .secondary {
    text-align: left;
  }
  body.checkout-index-index.bopis__checkout--container .container > [class*='col-'] {
    display: flex;
    justify-content: center;
  }
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .form-login,
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .form-shipping-address,
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .methods-shipping {
    margin-right: 0;
    margin-left: 0;
  }
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control input,
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset > .field .control select {
    max-width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .checkout-shipping-method .form.methods-shipping {
    padding: 7px !important;
  }
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .checkout-shipping-method .form.methods-shipping .step-content .checkout-shipping-method-wrapper .table-checkout-shipping-method tbody tr td:last-child {
    padding-right: 10px !important;
  }
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .opc > li#shipping.checkout-shipping-address form {
    margin-left: 0;
    padding: 20px;
  }
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .opc > li#shipping.checkout-shipping-address form.form-login {
    padding: 20px;
  }
  body.checkout-index-index.bopis__checkout--container .opc-wrapper .opc > li#shipping.checkout-shipping-address form.form-shipping-address {
    margin-bottom: 0 !important;
  }
  body.checkout-index-index.bopis__checkout--container .fieldset > .field {
    max-width: 100%;
    margin-top: 19px;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper #opc-shipping_method {
    margin-left: 0;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper button {
    padding: 0 25px;
  }
  body.checkout-index-index.bopis__checkout--container .checkout-shipping-method .no-quotes-block {
    margin: 20px;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .checkout-header .container .col-12 .logo {
    padding: 20px 0;
    margin-left: 0;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .checkout-header .container .col-12 .logo img {
    width: auto;
    height: 20px;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-sidebar .opc-block-summary .title {
    margin-bottom: 0;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-sidebar.opc-summary-wrapper {
    margin-left: 0;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login .fieldset .control input {
    max-width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method .checkout-shipping-method .step-title {
    margin: 20px 0px 0 0px;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-progress-bar {
    top: 55px;
  }
  body.checkout-index-index.bopis__checkout--container .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item {
    margin-bottom: 20px !important;
    margin-right: 0;
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup.modal-slide {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 100%;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
    text-align: center;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) {
    width: 95%;
    bottom: 10px;
    top: 10px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-inner-wrap {
    min-height: auto;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-header {
    padding-top: 10px;
    padding-bottom: 2px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-header h1 {
    font-size: 14px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-content {
    background: none;
    padding-bottom: 5px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field {
    margin-top: 6px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control input {
    height: 28px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control select {
    height: 28px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .label {
    margin-bottom: 4px;
  }
  body.checkout-index-index.bopis__checkout--container .modal-popup:not(.popup-grab-map) .modal-footer {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 8px;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper div.placeorder-btn-wrap {
    padding: 0 30px;
  }
  body.checkout-index-index.bopis__checkout--container #checkout .opc-wrapper div.placeorder-btn-wrap button.custom-placeorder-button {
    width: 100%;
  }
  .custom__radio--btns input[type='radio'] + .shipping-type__fieldset {
    padding: 17px 10px;
  }
  .custom__radio--btns label .shipping-type__icon {
    width: 34px;
    height: 20px;
    margin: 0 9px;
  }
  .custom__radio--btns label[for="regular"] .shipping-type__icon {
    background-size: 100%;
    background-position: 0 -7px;
  }
  .custom__radio--btns label[for="bopis"] .shipping-type__icon {
    background-size: 72%;
    background-position: 5px -2px;
  }
  .custom__radio--btns label .shipping-type__label {
    width: 209px;
    font-size: 13px;
  }
  .bopis__checkout .available-store-container {
    max-width: 100%;
  }
  .bopis__checkout .select-shipping {
    padding: 20px;
  }
  .bopis__checkout .contact__msg {
    margin-top: 20px;
    padding-top: 20px;
  }
  .bopis__checkout #stores-map {
    max-width: 100%;
    height: 301px !important;
    margin-bottom: 20px;
  }
  .bopis__checkout #shipping-new-address-form {
    margin-top: 0;
  }
  .bopis__checkout .search-box-container .other-info {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .opc-wrapper .shipping-address-item {
    width: 45%;
  }
  .checkout_consent {
    padding: 0 30px;
  }
}
@media (max-width: 361px) {
  .custom__radio--btns label .shipping-type__label {
    width: 190px;
  }
}
@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100% !important;
  }
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100% !important;
  }
}
.navigation .level0 .submenu li {
  margin: 0;
  position: relative;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-un-links {
  font-size: 16px;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-un-links li a {
  display: block;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  padding: 2px 0;
  min-height: 2.143em;
  font-size: 16px;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-un-links li a:hover {
  color: #006da4 !important;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-head {
  color: #000;
  font-size: 16px;
  margin: 13px 0 5px;
  font-weight: 700;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-normal-link {
  font-size: 15px;
  font-weight: 400;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-normal-link li a {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-normal-link li a:hover {
  color: #006da4 !important;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec u {
  color: #000;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec u:hover {
  color: #006da4 !important;
}
.flex-fill {
  flex: 1 1 auto!important;
}
.d-flex {
  display: flex !important;
}
.p-0 {
  padding: 0 !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec ul li a {
  font-family: 'ProximaNova', sans-serif;
}
@media only screen and (min-width: 1200px) {
  .max-1200 {
    width: 1200px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .page-header-v1 .page-header .header-main .responsive-main-header.h-logo {
    width: 100%;
    height: auto;
  }
  .page-header-v1 .page-header .header-main .responsive-main-header.h-logo .sections.nav-sections .nav-item.level0 {
    max-width: 90px !important;
  }
  .page-header-v1 .page-header .header-main .responsive-main-header.h-search {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul .sale-dropdown-content.menu-container .menu-sec ul.menu-un-links li a {
    text-transform: uppercase !important;
    font-family: 'ProximaNova', sans-serif;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 ul.mm-list.mm-list-shop.menu-bold-top {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 ul.mm-list.mm-list-shop.menu-bold-top li a.text-uppercase.bold {
    padding: 20px 15px 20px 15px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .kids-dropdown-content.menu-container .allow strong.mclick:before {
    top: 0px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec2 .allow strong {
    margin-bottom: 15px;
    font-family: 'ProximaNova', sans-serif;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec2 .allow.active strong {
    margin-bottom: 0;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec2 ul.toggle-container li.desktop-hide a.mtoplink {
    padding-left: 15px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec2 ul.toggle-container li.desktop-hide a.mtoplink span.shop-new {
    font-size: 18px !important;
    font-family: 'ProximaNova', sans-serif;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec3 ul.toggle-container li.desktop-hide a.mtoplink {
    padding-left: 15px;
    font-family: 'ProximaNova', sans-serif;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec3 ul.toggle-container li.desktop-hide a.mtoplink span.shop-new {
    font-size: 18px !important;
    font-family: 'ProximaNova', sans-serif;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec3 .allow strong {
    margin-bottom: 15px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec3 .allow.active strong {
    margin-bottom: 0;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec4 ul li:nth-child(4) {
    margin-bottom: 30px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec.kids-sec4 ul li a {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-family: 'ProximaNova', sans-serif;
    padding: 9px 15px;
    line-height: 1.5;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .mm-list-shop li a.text-uppercase.bold.text-red u {
    color: red !important;
    font-family: 'ProximaNova', sans-serif;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0.ves-mob-navopen a.nav-anchor span {
    color: #006da4;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0.ves-mob-navopen a.nav-anchor span.opener.item-active {
    color: #000;
  }
}
.customer-service-faqs .toggle.toggle-border .togglet i {
  left: auto;
  right: 20px;
  top: 10px;
}
.customer-service-faqs .toggle.toggle-border .togglet,
.customer-service-faqs .toggle.toggle-border .toggleta {
  padding: 10px 45px 9px 15px;
  color: #444;
  border-bottom: 1px solid #CCC;
}
.customer-service-faqs .toggle.toggle-border {
  border: none;
  border-radius: 0;
  padding: 0px;
  color: #444;
}
.customer-service-faqs .toggle .togglet,
.customer-service-faqs .toggle .toggleta {
  font-weight: 400 !important;
  color: #444;
  font-size: 1.125em;
}
.customer-service-faqs .toggle.toggle-border .togglec {
  padding: 15px;
}
.customer-service-faqs .cx-list {
  margin: 10px 0 10px 40px;
  padding: 0;
}
.customer-service-faqs .cx-list li:not(:last-child) {
  padding-bottom: 5px;
}
.customer-service-faqs .cx-heading.smaller {
  font-size: 1.125em;
}
.customer-service-faqs p.cx-copy {
  margin-bottom: 1.25em;
}
.customer-service-faqs .cx-copy {
  font-size: 1em;
  line-height: 1.5;
}
.customer-service-faqs a {
  color: #006da4;
  text-decoration: none;
}
.customer-service-faqs h1,
.customer-service-faqs h2,
.customer-service-faqs h3,
.customer-service-faqs h4,
.customer-service-faqs h5,
.customer-service-faqs h6 {
  text-transform: none;
}
.customer-service-faqs .cx-heading {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  margin: 0.625em 0;
}
.customer-service-faqs .text-bold,
.customer-service-faqs strong,
.customer-service-faqs b {
  font-weight: 700;
}
.customer-service-faqs ol.cx-list {
  list-style-type: decimal;
}
.customer-service-faqs .toggle-open {
  transition: all .3s;
  transform: rotate(45deg);
}
.customer-service-faqs .toggle:not(.field-tooltip) {
  margin: 0;
}
.customer-service-faqs .faq-container {
  border-top: 1px solid #CCC;
}
.customer-service-faqs .toggle.toggle-border .toggleta {
  border-bottom-color: #ebebeb !important;
}
.customer-service-content-links a {
  color: #006da4;
  text-decoration: none;
}
.cx-panel {
  margin: 15px -15px;
  padding-bottom: 35px;
}
.cx-heading {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  margin: 0.625em 0;
}
.cx-heavy-brand-font {
  font-weight: 900;
}
.cx-panel-body {
  padding: 20px 15px;
  border-top: 2px solid #ccc;
  background-color: #ebebeb;
}
p.cx-copy {
  margin-bottom: 1.25em;
}
.cx-copy {
  font-size: 16px;
  line-height: 1.5;
}
.account-top {
  text-align: center;
  color: #000;
  margin: 0.625em 0;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700 !important;
}
body.account .fieldset > .legend {
  display: none;
}
body.account .form-orders-search .field {
  text-align: left;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 44px;
  position: relative;
  margin-bottom: 45px;
}
body.account .form-orders-search .field label.label {
  margin: 0;
  color: #767676;
  transition: all .2s;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 1;
  line-height: 44px;
  padding-left: 10px;
}
body.account .form-orders-search .field select {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 44px;
}
body.account .form-orders-search .field input {
  position: absolute;
  left: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  top: 6px;
  padding: 17px 0 10px 13px;
  height: 40px;
  background: transparent;
}
body.account .form-orders-search .field.focus label.label,
body.account .form-orders-search .field.texthere label.label {
  font-size: 12px;
  line-height: 0;
  pointer-events: none;
}
body.account .form-orders-search .field-select {
  background-color: transparent;
  border: none;
}
body.account .form-orders-search .validation-message {
  position: absolute;
  width: 100%;
  top: 45px;
  color: #000;
}
body.account .form-orders-search .field-error,
body.account .form-orders-search div.mage-error {
  position: absolute;
  top: 47px;
}
body.account .form-orders-search .order-no .field-error,
body.account .form-orders-search .order-no div.mage-error {
  top: 63px;
}
body.account .form-orders-search .text-field {
  text-align: left;
  color: #000;
}
body.account .form-orders-search .text-field p {
  margin: 0;
}
body.account .form-orders-search .fieldset > .legend {
  display: none;
}
body.account .form-orders-search .actions-toolbar .primary {
  width: 100%;
  float: right;
}
body.account .form-orders-search button.action.primary {
  padding: 14px 20px;
  color: #fff;
  background-color: #141215;
  border-color: #141215;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px !important;
  width: 100%;
  margin: 0;
}
body.account .form-orders-search .field:last-child {
  margin-bottom: 45px;
}
body.account.wishlist-index-index .products-list .product-item:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
body.account.wishlist-index-index .products-list .product-item-photo {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}
body.account.wishlist-index-index .products-list .product-item-name .product-item-link {
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #000;
  height: 40px;
  overflow: hidden;
}
body.account.wishlist-index-index .products-list .old-price .price {
  text-decoration: line-through;
}
body.account.wishlist-index-index .products-list .product-item-actions .action.edit {
  display: none;
}
body.account.wishlist-index-index .products-list .fieldset .product-item-actions {
  position: absolute;
  left: 0;
  width: 100%;
}
body.account.wishlist-index-index .products-list .fieldset .product-item-actions .actions-primary {
  display: block;
}
body.account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary .update span {
  color: #fff;
}
body.account.wishlist-index-index .actions-toolbar {
  clear: both;
}
body.account.wishlist-index-index .toolbar.wishlist-toolbar {
  display: none;
}
body.account.wishlist-index-index .box-tocart .fieldset > .field,
body.account.wishlist-index-index .box-tocart .fieldset > .fields > .field {
  margin-bottom: 30px;
}
body.account.wishlist-index-index .price-wrapper-container {
  line-height: normal;
  display: block;
  float: left;
  width: 100%;
}
body.account.wishlist-index-index .price-wrapper-container .special-price {
  display: inline-block;
  margin-bottom: 0px;
}
body.account.wishlist-index-index .price-wrapper-container .price {
  font-weight: 600;
  padding-right: 10px;
  white-space: nowrap;
}
body.account.wishlist-index-index .price-wrapper-container .discount {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
body.account.wishlist-index-index .price-wrapper-container .discount-separator {
  margin: 0 4px;
}
body.account.wishlist-index-index .price-wrapper-container .old-price {
  display: block;
  width: 100%;
  margin-top: 5px;
}
body.account.wishlist-index-index a.wishlist-delete-popup:after {
  content: "\e9ac" !important;
  font-family: 'crocs-icon' !important;
  font-size: 18px;
  color: #000;
  position: absolute;
  z-index: 10;
}
body.account.wishlist-index-index a.wishlist-delete-popup span {
  display: none;
}
body.account.wishlist-index-index .remove-wishlist-msg {
  background: #ebebeb;
  padding: 15px;
  text-align: right;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
body.account.wishlist-index-index .remove-wishlist-msg > span {
  text-align: left;
  font-size: 16px;
  padding-bottom: 10px;
  float: left;
  line-height: normal;
  font-weight: 400;
  color: #141215;
  width: 100%;
}
body.account.wishlist-index-index .remove-wishlist-msg .wishlist-cancel {
  font-size: 16px;
  color: #006da4;
  font-weight: 400;
  padding-right: 10px;
  text-decoration: underline;
}
body.account.wishlist-index-index .remove-wishlist-msg .wishlist-delete {
  color: #141215;
  background-color: #fff;
  border-color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 3px;
}
body.account.wishlist-index-index .remove-wishlist-msg .wishlist-delete:hover {
  color: #fff;
  background-color: #141215;
  border: solid 1px #000;
}
body.account.wishlist-index-index .remove-wishlist-msg .wishlist-delete:hover span {
  color: #fff !important;
}
body.account.wishlist-index-index .remove-wishlist-msg .wishlist-delete span {
  color: #000;
  font-family: 'ProximaNova', sans-serif;
  font-size: 16px;
}
body.account.wishlist-index-index .remove-wishlist-msg .wishlist-remove {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
body.account.wishlist-index-index .load-more {
  color: #fff;
  background-color: #141215;
  border-color: #141215;
  border-radius: 3px;
  font-weight: 700;
  font-size: 20px;
  padding: 11px 20px;
}
body.account.wishlist-index-index .load-more-main {
  width: 100%;
  text-align: center;
  display: block;
  clear: both;
}
body.account.wishlist-index-index .load-more-main .load-more {
  color: #fff;
  background-color: #141215;
  border-color: #141215;
  border-radius: 3px;
  font-weight: 700;
  font-size: 20px;
  padding: 11px 20px;
}
body.account.wishlist-index-index .load-more-main .load-more:hover {
  background-color: #fff;
  border: solid 1px #141215;
  color: #000;
}
body.account.wishlist-index-index .larger {
  font-size: 18px;
  color: #000;
}
body.account.wishlist-index-index .back-shopping {
  color: #fff;
  background-color: #141215;
  border-color: #141215;
  border-radius: 3px;
  font-weight: 700;
  font-size: 20px;
  padding: 11px 55px;
}
body.account.wishlist-index-index .back-shopping:hover {
  background-color: #fff;
  border: solid 1px #141215;
  color: #000;
}
body.account.wishlist-index-index button.action.primary {
  width: 100%;
  background-color: #006da4;
  border: 1px solid #006da4;
  border-radius: 3px !important;
  padding: 11px 20px;
  font-size: 20px;
}
body.account.wishlist-index-index button.action.primary:hover {
  background-color: #004c73 !important;
  border-color: #004c73;
}
body.account.wishlist-index-index button.action.primary:hover span {
  color: #fff !important;
}
body.account.wishlist-index-index .box-tocart .product-item-actions .actions-primary {
  display: block !important;
}
body.account.wishlist-index-index .product-item1.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body.account.wishlist-index-index .product-image-container {
  margin-bottom: 10px;
}
.text-bold,
.bold {
  font-weight: 700 !important;
}
.share-link .link-share {
  display: flex;
  align-items: center;
  padding-right: 5px;
  color: #006bb4;
}
.share-link .link-share:hover {
  color: #006bb4;
}
.share-link .link-share span {
  text-decoration: underline;
}
.share-link .link-share:before {
  content: "\ea7d" !important;
  font-family: 'crocs-icon' !important;
  font-size: 18px;
  color: #006bb4;
  text-decoration: none;
  padding-right: 5px;
}
.nopad {
  padding: 0 !important;
}
.price-right-content {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.form-newsletter-manage .field.choice label.label {
  font-size: 16px;
}
.order-products-toolbar .page.last {
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 30px;
  display: none;
}
.order-products-toolbar .page.last total-item-count {
  display: none;
}
.order-products-toolbar span.label {
  background: #000;
  padding: 14px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}
.order-products-toolbar span.label:hover {
  border: solid 1px #000;
  background: #fff;
  color: #000;
}
.share-link {
  margin-bottom: 40px;
}
.jibitz-pdp-slider a.product-item-photo {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.jibitz-pdp-slider .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: block !important;
}
.jibitz-pdp-slider .abs-visually-hidden-desktop-s,
.jibitz-pdp-slider .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: none;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: absolute !important;
  width: auto;
}
.jibitz-pdp-slider button.tocart {
  background: none !important;
  border: none !important;
  float: right;
  position: absolute;
  right: -10px;
  left: auto;
}
.jibitz-pdp-slider button.tocart span {
  display: none;
}
.jibitz-pdp-slider button.tocart::before {
  content: "\e904" !important;
  font-family: 'icomoon' !important;
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.jibitz-pdp-slider .product-item .product-item-info .product-item-details .product-item-inner {
  position: absolute !important;
  top: 0;
  background: transparent;
  right: 0 !important;
  width: 50px;
  left: auto;
}
.column.main .jibitz-pdp-slider .products-grid .product-item .product-item-info {
  border: none;
  background: #fff;
}
.column.main .jibitz-pdp-slider .discount-separator,
.column.main .jibitz-pdp-slider .amlabel-text {
  display: none;
}
.column.main .jibitz-pdp-slider .products-grid .product-item .product-item-info.active,
.column.main .jibitz-pdp-slider .products-grid .product-item .product-item-info:hover {
  border: none;
  background: #fff;
  display: block;
}
div#jibitz-pdp-slider {
  max-width: 70% !important;
  margin-left: auto;
  margin-right: auto;
}
div#jibitz-pdp-slider .owl-carousel .owl-item {
  margin: 0 5px !important;
}
body.account.wishlist-index-index .product-item-info .product-item-details .price-container .price {
  font-weight: 700;
}
body.account.wishlist-index-index .product-item-info .product-item-details .price-wrapper-container .special-price {
  color: #dd0018 !important;
}
body.account.wishlist-index-index .product-item-inner .box-tocart {
  width: 200%;
  left: -100%;
  position: relative;
}
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option {
  width: 70px !important;
  height: 36px !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option.image {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0 !important;
}
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option.image:hover,
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option.image.selected {
  border: 1px solid #141215 !important;
  border-radius: 3px !important;
  outline: 1px solid #141215 !important;
}
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option.text {
  height: 36px !important;
  line-height: 36px !important;
  font-size: 12px !important;
  border: solid 1px #ccc !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  color: #444 !important;
}
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option.text.selected {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option.image:not(.disabled):hover,
body.account.wishlist-index-index .product-item-inner .box-tocart .options .swatch-option.color:not(.disabled):hover {
  outline: 1px solid #141411 !important;
}
body.account.wishlist-index-index .product-item-inner .selected-options-box .option-data span {
  font-size: 16px;
  line-height: 16px;
}
.eds_discount {
  display: none !important;
}
body .page-header .header-main .sections.nav-sections .section-item-content .navigation ul li a.crocs-icon {
  font-family: 'ProximaNova', sans-serif !important;
}
.cx-heading.larger {
  font-size: 24px;
}
.cx-heading.smaller {
  font-size: 18px;
}
.terms-of-use ol {
  list-style-type: decimal;
  padding-left: 50px;
  list-style-position: outside;
}
.terms-of-use li {
  padding-left: 10px;
  padding-bottom: 10px;
}
.terms-of-use li a {
  color: #006da4;
  text-decoration: none;
}
.terms-of-use dl {
  counter-reset: dl-h3s;
}
.terms-of-use h2,
.terms-of-use h3 {
  font-weight: bold;
  margin-top: 40px;
}
ul.cx-list {
  list-style-type: disc;
}
.cx-list li:not(:last-child) {
  padding-bottom: 5px;
}
.cms-page-view a {
  color: #006da4;
  text-decoration: none;
}
.cms-page-view dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.cms-page-view .text-bold,
.cms-page-view strong,
.cms-page-view b {
  font-weight: 700;
}
.cms-page-view h1,
.cms-page-view h2,
.cms-page-view h3,
.cms-page-view h4,
.cms-page-view h5,
.cms-page-view h6 {
  text-transform: none;
  font-weight: 700;
}
.cms-page-view .tabs-content {
  border-width: 0 !important;
  padding-top: 20px;
}
.cms-page-view div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  border: solid 1px #767676;
  border-bottom: solid 1px #767676;
}
.cms-page-view div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  color: #000;
}
.cms-page-view div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  color: #767676;
}
.text-red {
  color: #d70000 !important;
}
.smaller {
  font-size: 14px;
}
.clear {
  clear: both;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}
.cx-tab-panel {
  clear: both;
}
.size-chart {
  overflow-x: scroll;
  max-width: 100vw;
  margin-bottom: 60px;
}
.size-chart table > tbody > tr > td {
  padding: 0;
}
.size-chart.adult table {
  width: 1750px;
  max-width: 1750px;
}
.size-chart table,
.size-chart-socks table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.size-chart table .size,
.size-chart-socks table .size {
  background-color: #2e363a !important;
  font-weight: 700;
  color: #fff;
}
.size-chart thead th:nth-child(1) {
  background-color: #2e363a !important;
}
.size-chart th:nth-child(1) {
  width: 100px;
  font-weight: 700;
  border-left: none;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff !important;
  box-shadow: inset -1px 0 0 #cccccc, inset 0 0 0 #cccccc;
}
.size-chart td:nth-child(2),
.size-chart th:nth-child(2),
.size-chart-socks th:nth-child(1) {
  border-left: none;
}
.size-chart td,
.size-chart th,
.size-chart-socks td,
.size-chart-socks th {
  text-align: center;
  height: 55px;
  border-left: solid 1px #ccc;
  display: table-cell;
  vertical-align: inherit;
}
.size-chart th:nth-child(1) {
  width: 107px;
  font-weight: 700;
  border-left: none;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff !important;
  box-shadow: inset -1px 0 0 #cccccc, inset 0 0 0 #cccccc;
}
.cx-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.size-chart-lp .tab-content ol {
  list-style: auto;
  margin-left: 1em;
}
.img-responsive,
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.size-chart-lp .break {
  margin-top: 30px;
}
.largest {
  font-size: 20px;
}
.size-chart {
  overflow-x: scroll;
  max-width: 100vw;
}
.size-chart.kids table {
  width: 1639px;
  max-width: 1639px;
}
.size-chart .ages th {
  height: 15px;
  text-align: left;
  font-weight: 500;
}
.size-chart .ages th:nth-child(1) {
  background: #f7f5f8 !important;
  color: #000;
  min-width: 101px;
  position: sticky;
  z-index: 1;
  left: 0;
}
.size-chart .ages th:nth-child(2) {
  background: #d6ebeb !important;
  color: #000;
}
.size-chart .ages th:nth-child(3) {
  background: rgba(214, 235, 235, 0.6) !important;
  color: #000;
}
.size-chart .ages th:nth-child(4) {
  background: rgba(214, 235, 235, 0.4) !important;
  color: #000;
}
.size-chart .ages th:nth-child(5) {
  background: #ccd4e6 !important;
  color: #000;
}
.p-5 {
  padding: 5px !important;
}
.theme-pearl.store-view-default .ves-megamenu .nav-item.active > a,
.theme-pearl.store-view-id .ves-megamenu .nav-item.active > a {
  background: transparent !important;
}
.theme-pearl.store-view-default.customer-account-login button.action.primary,
.theme-pearl.store-view-id.customer-account-login button.action.primary,
.theme-pearl.store-view-default.customer-account-login .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-id.customer-account-login .block .block-content .products-grid button.action.primary {
  border: 1px solid #141215;
  background-color: #141215;
}
.cart-summary .block .content .fieldset.coupon.applied .actions-toolbar .action.primary.cancel {
  padding: 12px 10px;
  background: #141215 !important;
  border-color: #141215 !important;
}
.cart-summary .block .content .fieldset.coupon.applied .actions-toolbar .action.primary.cancel:hover span {
  color: #fff !important;
}
.opc-block-summary .items-in-cart .product .item-options dt {
  margin: 0 -2px 5px 0 !important;
}
@media only screen and (min-width: 1200px) {
  .size-chart-lp .cx_container-fluid {
    max-width: 1200px;
    min-width: 1200px;
  }
}
.customer-account-index fieldset.fieldset.dob_gender legend.legend {
  display: block;
}
.customer-account-index .block.block-dashboard-addresses {
  text-align: center;
}
.customer-account-index .block.block-dashboard-addresses .block-title {
  display: block !important;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0px !important;
  color: #000;
  border-bottom-color: #ccc !important;
  padding-bottom: 15px !important;
}
.customer-account-index .block.block-dashboard-addresses .block-title strong {
  text-transform: capitalize !important;
}
.customer-account-index .block.block-dashboard-addresses .box.box-shipping-address .box-content address {
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
  width: 246px;
  padding: 15px;
  margin-left: 15px;
  float: left;
  min-height: 250px;
}
.customer-account-index .block.block-dashboard-addresses .box.box-shipping-address .box-content address p {
  margin-bottom: 0;
  font-size: 16px !important;
  color: #000 !important;
  font-family: 'ProximaNova', sans-serif !important;
}
.customer-account-index .block.block-dashboard-addresses .box.box-shipping-address .box-content address p strong {
  font-size: 16px;
}
.customer-account-index .block.block-dashboard-addresses .box.box-shipping-address .box-content address p.addressBook.icomoon-icon.icon-phone {
  padding-top: 5px;
}
.customer-account-index .block.block-dashboard-addresses .box.box-shipping-address .box-content address p.addressBook.icomoon-icon.icon-phone:before {
  transform: rotate(265deg);
  margin-right: 10px;
  color: #000;
  font-size: 18px;
  display: inline-block;
  font-family: 'icomoon' !important;
}
.customer-account-index .block.block-dashboard-addresses .block-content {
  background: #ebebeb !important;
}
.customer-account-index .block.block-dashboard-addresses .block-content .buttons-actions {
  display: inline-flex;
  margin-bottom: 20px;
  clear: both;
}
.customer-account-index .block.block-dashboard-addresses .block-content .buttons-actions a.action.edit {
  color: #fff;
  background-color: #141215;
  border: 1px solid #141215;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  padding: 12px;
}
.customer-account-index .block.block-dashboard-addresses .block-content .buttons-actions a.action.edit:hover {
  color: #141215;
  background-color: #fff;
  border: 1px solid #141215;
}
.customer-account-index .block.block-dashboard-addresses .block-content .buttons-actions a.action.edit:hover span {
  color: #000;
}
.customer-account-index .block.block-dashboard-addresses .block-content .buttons-actions a.action.edit span {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.customer-account-index .block.block-dashboard-addresses .block-content .buttons-actions.editAction {
  padding-top: 25px;
  display: block;
  margin-bottom: 30px;
}
.customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  background: #ebebeb !important;
  padding-top: 20px;
  padding-bottom: 15px;
}
.customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address .box-actions {
  margin-top: 0;
  margin-bottom: 0px;
  width: 100%;
}
.customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address .box-actions p.no-address-text {
  font-size: 16px;
  color: #000;
}
.customer-account-index .block.block-dashboard-info {
  text-align: center;
}
.customer-account-index .block.block-dashboard-info .block-title {
  display: block !important;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0px !important;
  color: #000;
  border-bottom-color: #ccc !important;
  padding-bottom: 15px !important;
}
.customer-account-index .block.block-dashboard-info .block-title strong {
  text-transform: capitalize !important;
  font-family: proxima nova, Arial, sans-serif;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr {
  background: #ebebeb !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  clear: none !important;
  float: none !important;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info {
  flex: 0 0 38%;
  max-width: 38%;
  margin-left: 7.5px;
  margin-right: 7.5px;
  border: 1px solid #ccc;
  background: #fff !important;
  text-align: left;
  padding-right: 10px;
  padding-left: 5px;
  height: 104px;
  margin-top: 3%;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info .my-profile-texts {
  font-size: 16px;
  color: #000;
  width: 80%;
  float: left;
  padding-top: 6%;
  padding-left: 15px;
  word-break: break-all;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info .my-profile-texts strong {
  font-size: 16px;
  color: #000;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info .my-profile-icon {
  font-size: 65px !important;
  color: #ccc;
  width: 20%;
  float: left;
  display: block;
  position: relative;
  top: 5px;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password {
  flex: 0 0 38%;
  max-width: 38%;
  margin-left: 7.5px;
  margin-right: 7.5px;
  border: 1px solid #ccc;
  background: #fff !important;
  text-align: left;
  padding-right: 10px;
  padding-left: 5px;
  height: 104px;
  margin-top: 3%;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password .my-password-texts {
  font-size: 16px;
  color: #000;
  width: 80%;
  float: left;
  padding-top: 6%;
  padding-left: 15px;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password .my-password-texts strong span {
  font-size: 16px;
  color: #000;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password .my-password-texts span.password-stars {
  font-size: 16px;
  position: relative;
  top: 10px;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password .my-password-icon {
  font-size: 55px !important;
  color: #ccc;
  width: 20%;
  float: left;
  display: block;
  position: relative;
  top: 15px;
  left: 10px;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .qr-box.box-information {
  padding-left: 15px;
  flex: 0 0 20%;
  max-width: 20%;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box-actions.button-info {
  display: inline-flex;
  margin-top: 1%;
  margin-bottom: 0;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box-actions.button-info a.action.edit {
  color: #fff;
  background-color: #141215;
  border: 1px solid #141215;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 10px;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box-actions.button-info a.action.edit:hover {
  color: #141215;
  background-color: #fff;
  border: 1px solid #141215;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box-actions.button-info a.action.edit:hover span {
  color: #000;
}
.customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box-actions.button-info a.action.edit span {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-family: proxima nova, Arial, sans-serif;
}
.form-address-edit fieldset,
.form.form-edit-account fieldset {
  width: 54% !important;
}
.form-address-edit fieldset .field .control input,
.form.form-edit-account fieldset .field .control input {
  height: 44px !important;
  font-size: 16px;
  color: #444;
}
.form-address-edit fieldset .field label span,
.form.form-edit-account fieldset .field label span {
  color: #767676 !important;
  font-weight: 400;
}
.form-address-edit fieldset .field.focus label span,
.form.form-edit-account fieldset .field.focus label span,
.form-address-edit fieldset .focus.texthere label span,
.form.form-edit-account fieldset .focus.texthere label span {
  color: #767676 !important;
  font-weight: 400;
  font-size: 12px;
}
.form-address-edit .field.telephone.required.texthere input#telephone,
.form.form-edit-account .field.telephone.required.texthere input#telephone {
  top: -20px;
  width: 100%;
  height: 44px;
  padding-left: 10px;
  background: #fff !important;
}
.form-address-edit .field.zip.required.texthere input#zip,
.form.form-edit-account .field.zip.required.texthere input#zip {
  background: #fff;
}
.form-address-edit .field.country.required label,
.form.form-edit-account .field.country.required label {
  display: none;
}
.form-address-edit .field.country.required select,
.form.form-edit-account .field.country.required select {
  border: 0px solid #8f8f8f;
}
.form-address-edit .field.region.required label,
.form.form-edit-account .field.region.required label {
  display: none;
}
.form-address-edit .field.region.required select,
.form.form-edit-account .field.region.required select {
  border: 0px solid #8f8f8f;
}
.form-address-edit .field.city.required label,
.form.form-edit-account .field.city.required label {
  display: none;
}
.form-address-edit .field.city.required select,
.form.form-edit-account .field.city.required select {
  border: 0px solid #8f8f8f;
}
.form-address-edit .field.kecamatan.required label,
.form.form-edit-account .field.kecamatan.required label {
  display: none;
}
.form-address-edit .field.kecamatan.required select,
.form.form-edit-account .field.kecamatan.required select {
  border: 0px solid #8f8f8f;
}
.form-address-edit .field.choice.set.billing,
.form.form-edit-account .field.choice.set.billing {
  border: 0 !important;
  margin-bottom: 5px;
}
.form-address-edit .field.choice.set.billing input[type='checkbox'],
.form.form-edit-account .field.choice.set.billing input[type='checkbox'] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.form-address-edit .field.choice.set.billing label,
.form.form-edit-account .field.choice.set.billing label {
  margin-left: 10px;
}
.form-address-edit .field.choice.set.billing label span,
.form.form-edit-account .field.choice.set.billing label span {
  color: #000;
  font-size: 14px;
}
.form-address-edit .field.choice.set.shipping,
.form.form-edit-account .field.choice.set.shipping {
  border: 0 !important;
}
.form-address-edit .field.choice.set.shipping input[type='checkbox'],
.form.form-edit-account .field.choice.set.shipping input[type='checkbox'] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.form-address-edit .field.choice.set.shipping label,
.form.form-edit-account .field.choice.set.shipping label {
  margin-left: 10px;
}
.form-address-edit .field.choice.set.shipping label span,
.form.form-edit-account .field.choice.set.shipping label span {
  color: #000;
  font-size: 14px;
}
.form-address-edit .field,
.form.form-edit-account .field {
  text-align: left;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 46px;
  position: relative;
  margin-bottom: 45px;
}
.form-address-edit .field label.label,
.form.form-edit-account .field label.label {
  margin: 0;
  color: #767676 !important;
  transition: all .2s;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 16px !important;
  position: relative;
  z-index: 1;
  line-height: 44px;
  padding-left: 10px;
}
.form-address-edit .field select,
.form.form-edit-account .field select {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 44px;
  color: #767676 !important;
  font-size: 16px;
}
.form-address-edit .field select option,
.form.form-edit-account .field select option {
  color: #000;
}
.form-address-edit .field input,
.form.form-edit-account .field input {
  position: absolute;
  left: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  top: 0px;
  padding: 17px 0 10px 13px;
  height: 44px;
  font-size: 16px;
  color: #444;
  background: transparent;
}
.form-address-edit .field.focus label.label,
.form.form-edit-account .field.focus label.label,
.form-address-edit .field.texthere label.label,
.form.form-edit-account .field.texthere label.label {
  font-size: 12px !important;
  line-height: 0;
  pointer-events: none;
}
.form-address-edit .field-select,
.form.form-edit-account .field-select {
  background-color: transparent;
  border: none;
}
.form-address-edit .validation-message,
.form.form-edit-account .validation-message {
  position: absolute;
  width: 100%;
  top: 45px;
  color: #000;
}
.form-address-edit .field-error,
.form.form-edit-account .field-error,
.form-address-edit div.mage-error,
.form.form-edit-account div.mage-error {
  position: relative;
  bottom: 0px;
  margin-top: 0;
}
.form-address-edit .field.focus .field-error,
.form.form-edit-account .field.focus .field-error,
.form-address-edit .focus.texthere .field-error,
.form.form-edit-account .focus.texthere .field-error,
.form-address-edit .field.focus div.mage-error,
.form.form-edit-account .field.focus div.mage-error,
.form-address-edit .focus.texthere div.mage-error,
.form.form-edit-account .focus.texthere div.mage-error {
  bottom: -25px !important;
}
.form-address-edit .order-no .field-error,
.form.form-edit-account .order-no .field-error,
.form-address-edit .order-no div.mage-error,
.form.form-edit-account .order-no div.mage-error {
  top: 63px;
}
.form-address-edit .text-field,
.form.form-edit-account .text-field {
  text-align: left;
  color: #000;
}
.form-address-edit .text-field p,
.form.form-edit-account .text-field p {
  margin: 0;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset2 .field.city.required .control div#city-error {
  bottom: -45px !important;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset2 .field.city.required label.label {
  display: block;
  top: 0px;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset2 .field.city.required.texthere label.label {
  top: 8px;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset2 .field.city.required.focus label.label {
  top: 8px;
}
.customer-address-index .edit-address-form .form-address-edit fieldset {
  width: 54% !important;
}
.customer-address-index .edit-address-form .form-address-edit fieldset .field .control input {
  height: 44px;
  font-size: 16px;
  color: #444;
}
.customer-address-index .edit-address-form .form-address-edit fieldset.fieldset.topfieldset2 .field.street.required {
  margin-bottom: 75px;
}
.customer-address-index .edit-address-form .form-address-edit fieldset.fieldset.topfieldset2 .field.country.required,
.customer-address-index .edit-address-form .form-address-edit fieldset.fieldset.topfieldset2 .field.region.required {
  border: 0 !important;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.billing {
  border: 0 !important;
  margin-bottom: 5px;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.billing input[type='checkbox'] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.billing label {
  margin-left: 10px;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.billing label span {
  color: #000;
  font-size: 14px;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.shipping {
  border: 0 !important;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.shipping input[type='checkbox'] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.shipping label {
  margin-left: 10px;
}
.customer-address-index .edit-address-form .form-address-edit .field.choice.set.shipping label span {
  color: #000;
  font-size: 14px;
}
.customer-address-index .edit-address-form .form-address-edit .field {
  text-align: left;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 46px;
  position: relative;
  margin-bottom: 45px;
}
.customer-address-index .edit-address-form .form-address-edit .field label.label {
  margin: 0;
  color: #767676;
  transition: all .2s;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 1;
  line-height: 44px;
  padding-left: 10px;
}
.customer-address-index .edit-address-form .form-address-edit .field select {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 44px;
}
.customer-address-index .edit-address-form .form-address-edit .field input {
  position: absolute;
  left: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  top: 0px;
  padding: 17px 0 10px 13px;
  height: 40px;
  background: transparent;
}
.customer-address-index .edit-address-form .form-address-edit .field.focus label.label,
.customer-address-index .edit-address-form .form-address-edit .field.texthere label.label {
  font-size: 12px !important;
  line-height: 0;
  pointer-events: none;
}
.customer-address-index .edit-address-form .form-address-edit .field-select {
  background-color: transparent;
  border: none;
}
.customer-address-index .edit-address-form .form-address-edit .validation-message {
  position: absolute;
  width: 100%;
  top: 45px;
  color: #000;
}
.customer-address-index .edit-address-form .form-address-edit .field-error,
.customer-address-index .edit-address-form .form-address-edit div.mage-error {
  position: relative;
  bottom: 0px;
  margin-top: 0;
}
.customer-address-index .edit-address-form .form-address-edit .field.focus .field-error,
.customer-address-index .edit-address-form .form-address-edit .focus.texthere .field-error,
.customer-address-index .edit-address-form .form-address-edit .field.focus div.mage-error,
.customer-address-index .edit-address-form .form-address-edit .focus.texthere div.mage-error {
  bottom: -25px !important;
}
.customer-address-index .edit-address-form .form-address-edit .order-no .field-error,
.customer-address-index .edit-address-form .form-address-edit .order-no div.mage-error {
  top: 63px;
}
.customer-address-index .edit-address-form .form-address-edit .text-field {
  text-align: left;
  color: #000;
}
.customer-address-index .edit-address-form .form-address-edit .text-field p {
  margin: 0;
}
.customer-address-index .block.block-addresses-default .block-title {
  border-bottom: 0px solid #ebebeb !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.customer-address-index .block.block-addresses-default .block-title strong {
  text-transform: capitalize;
}
.customer-address-index .block.block-addresses-default .Add-new-button a.action.edit {
  color: #fff;
  background-color: #141215;
  border: 1px solid #141215;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 115px;
}
.customer-address-index .block.block-addresses-default .Add-new-button a.action.edit span {
  color: #fff;
  font-size: 20px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping {
  float: left !important;
  width: 100% !important;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px 0;
  width: 246px;
  float: left;
  margin-left: 15px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content:first-child {
  margin-left: 0;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address {
  min-height: 250px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content #address-delete {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 26px 0;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content #address-delete button.address-confirm-delete {
  color: #fff;
  background-color: #141215;
  border: 1px solid #141215;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px !important;
  font-weight: 700;
  padding: 12px;
  font-family: "Proxima Nova", Arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content #address-delete button.address-cancel {
  border: 0;
  background: #fff;
  color: #006da4;
  font-size: 16px !important;
  font-weight: 400;
  text-transform: lowercase;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address p {
  margin-bottom: 0;
  font-size: 16px !important;
  color: #000 !important;
  font-family: 'ProximaNova', sans-serif !important;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address p strong {
  font-size: 16px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address p.addressBook.icomoon-icon.icon-phone {
  padding-top: 5px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address p.addressBook.icomoon-icon.icon-phone:before {
  transform: rotate(265deg);
  margin-right: 10px;
  color: #000;
  font-size: 18px;
  display: inline-block;
  font-family: 'icomoon' !important;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button {
  padding-top: 20px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.edit.edit-add-form {
  color: #006da4;
  font-size: 16px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.edit.edit-add-form span {
  font-size: 16px;
  color: #006da4;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.delete.add-delete {
  float: right;
  color: #006da4;
  font-size: 16px;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.delete.add-delete span {
  font-size: 16px;
  color: #006da4;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.edit.edit-add-form.icomoon-icon.icon-pencil {
  font-family: 'ProximaNova', sans-serif !important;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.edit.edit-add-form.icomoon-icon.icon-pencil::before {
  color: #000;
  font-size: 18px;
  text-shadow: 0px 0px 0px black;
  margin-right: 10px;
  font-family: 'icomoon' !important;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.delete.add-delete.icomoon-icon.icon-bin2 {
  font-family: 'ProximaNova', sans-serif !important;
}
.customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.delete.add-delete.icomoon-icon.icon-bin2::before {
  color: #000;
  font-size: 18px;
  text-shadow: 0px 0px 0px black;
  margin-right: 10px;
  font-family: 'icomoon' !important;
}
.customer-address-index .form-address-edit .field.telephone.required .tooltip {
  display: none;
}
.customer-address-index .form-address-edit .field.telephone.required .control.custom-tooltip::before {
  display: none;
}
.customer-address-index .form-address-edit fieldset.fieldset .field {
  margin-bottom: 15px;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset1 {
  margin-bottom: 0;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset1 .field.telephone.required.texthere input#telephone {
  top: 0 !important;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset2 {
  margin-bottom: 0;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset2 .field.street.required .label.streetLabel {
  display: none;
}
.customer-address-index .form-address-edit fieldset.fieldset.topfieldset2 .field.street.required .control .field.primary {
  border: 0 !important;
  height: 44px;
}
.customer-address-index .form-address-edit .actions-toolbar .primary {
  width: 54%;
  margin-right: 0;
}
.customer-address-index .form-address-edit .actions-toolbar .primary .edit-address-cancel {
  float: left;
  padding: 12px 12px 12px 0;
}
.customer-address-index .form-address-edit .actions-toolbar .primary button.action.save.primary {
  float: right;
  color: #fff;
  background-color: #141215;
  border: 1px solid #141215;
  text-decoration: none;
  border-radius: 3px !important;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 40px !important;
}
.customer-address-index .form-address-edit .actions-toolbar .primary button.action.save.primary span {
  font-size: 20px !important;
}
.buttons-actions.add-account-form-main span.add-account-form {
  color: #fff;
  background-color: #141215;
  border: 1px solid #141215;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 105px;
  cursor: pointer;
}
.buttons-actions.add-account-form-main .block-title h2 {
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 15px !important;
  color: #000;
}
.buttons-actions.add-account-form-main .addressPara {
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
  width: 95%;
}
.buttons-actions.add-account-form-main .addressPara p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: 355px;
}
.add-contact-info {
  border-top: 1px solid #ccc;
}
.add-contact-info .add-new-address-text h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  margin-top: 25px !important;
  margin-bottom: 5px !important;
}
.add-contact-info .add-new-address-text h2 a {
  color: #000;
}
.add-contact-info .add-new-address-text h2 span.contact-close.icomoon-icon.icon-cross {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.add-contact-info .form-address-edit .field.telephone.required .tooltip {
  display: none;
}
.add-contact-info .form-address-edit .field.telephone.required .control.custom-tooltip::before {
  display: none;
}
.add-contact-info .form-address-edit fieldset.fieldset {
  margin-bottom: 0;
}
.add-contact-info .form-address-edit fieldset.fieldset .field {
  margin-bottom: 15px;
}
.add-contact-info .form-address-edit .actions-toolbar .primary {
  width: 54%;
  margin-right: 0;
}
.add-contact-info .form-address-edit .actions-toolbar .primary a.contact-close.edit-address-cancel {
  float: left;
  padding: 12px 12px 12px 0;
}
.add-contact-info .form-address-edit .actions-toolbar .primary button.action.save.primary {
  float: right;
  color: #fff;
  background-color: #141215;
  border: 1px solid #141215;
  text-decoration: none;
  border-radius: 3px !important;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 40px !important;
}
.add-contact-info .form-address-edit .actions-toolbar .primary button.action.save.primary span {
  font-size: 20px !important;
}
div#edit-address-form .add-new-address-text h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  margin-top: 25px !important;
  margin-bottom: 5px !important;
  font-family: "Proxima Nova", Arial, sans-serif;
}
div#edit-address-form .add-new-address-text h2 span.edit-address-cancel.icomoon-icon.icon-cross {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.form.form-edit-account .field.customer_telephone.required.focus .control.custom-tooltip input#customer_telephone {
  top: -20px !important;
}
.form.form-edit-account .field.customer_telephone.required.texthere .control.custom-tooltip input#customer_telephone {
  top: -17px !important;
}
.form.form-edit-account .field.customer_telephone.required .control.custom-tooltip:before {
  display: none;
}
.form.form-edit-account .field.customer_telephone.required .control.custom-tooltip .tooltip {
  display: none;
}
.form.form-edit-account .field.customer_telephone.required .control.custom-tooltip input#customer_telephone {
  top: -45px !important;
  padding-left: 15px;
}
.customer-account-edit div#change-pass {
  width: 55%;
}
.customer-account-edit div#change-pass h2.nameClass {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  margin: 20px 0 !important;
  text-transform: capitalize;
  font-family: proxima nova, Arial, sans-serif;
}
.customer-account-edit .form.form-edit-account .field {
  margin-bottom: 20px;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info .field.choice {
  display: none;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info .field.date.field-dob .control.customer-dob {
  display: contents;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info .field.date.field-dob .control.customer-dob button.ui-datepicker-trigger.v-middle {
  margin-right: 10px;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info .field.gender label.label {
  display: none;
}
.customer-account-edit form.form-account .field.password.current.required {
  margin-bottom: 25px;
}
.customer-account-edit form.form-account .field.password.current.required input#acc-current-password {
  top: -44px;
  z-index: 0;
  border: 0;
  background: transparent;
  height: 44px;
  margin-bottom: 0;
}
.customer-account-edit form.form-account .field.password.current.required.texthere input#acc-current-password {
  top: -20px !important;
}
.customer-account-edit form.form-account .field.password.current.required.focus input#acc-current-password {
  top: -20px;
}
.customer-account-edit form.form-account .field.password.required {
  margin-bottom: 25px;
}
.customer-account-edit form.form-account .field.password.required div#password-strength-meter-container {
  display: none;
}
.customer-account-edit form.form-account .field.password.required input#password {
  top: -44px;
  z-index: 0;
  border: 0;
  background: transparent;
  height: 44px;
  margin-bottom: 0;
}
.customer-account-edit form.form-account .field.password.required.texthere input#password {
  top: -20px !important;
}
.customer-account-edit form.form-account .field.password.required.focus input#password {
  top: -20px;
}
.customer-account-edit form.form-account .field.confirmation.required {
  margin-bottom: 25px;
}
.customer-account-edit form.form-account .field.confirmation.required input#password-confirmation {
  top: -44px;
  z-index: 0;
  border: 0;
  background: transparent;
  height: 44px;
  margin-bottom: 0;
}
.customer-account-edit form.form-account .field.confirmation.required.texthere input#password-confirmation {
  top: -20px !important;
}
.customer-account-edit form.form-account .field.confirmation.required.focus input#password-confirmation {
  top: -20px;
}
.customer-account-edit div#change-pass .form.form-account input.input-text {
  text-align: left;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 46px;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
}
.customer-account-edit div#change-pass .form.form-account button.action.save.primary {
  background-color: #006da4;
  border: 1px solid #006da4;
  border-radius: 3px !important;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 12px 56px;
}
.customer-account-edit div#change-pass .form.form-account button.action.save.primary:hover {
  background-color: #004c73 !important;
  border-color: #004c73;
}
.customer-account-edit div#change-pass .form.form-account button.action.save.primary:hover span {
  color: #fff !important;
}
.customer-account-edit div#change-pass .form.form-account button.action.save.primary span {
  font-size: 20px;
  font-family: proxima nova, Arial, sans-serif;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.password {
  float: left;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.password .primary button.action.save.primary {
  float: right;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info,
.customer-account-edit .form.form-edit-account fieldset.fieldset.password {
  width: 55% !important;
  margin-bottom: 0;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info legend.legend.myprofile-titles,
.customer-account-edit .form.form-edit-account fieldset.fieldset.password legend.legend.myprofile-titles {
  display: block !important;
  border: 0;
  line-height: 1.25;
  color: #000;
  margin: 12px 0;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info legend.legend.myprofile-titles span,
.customer-account-edit .form.form-edit-account fieldset.fieldset.password legend.legend.myprofile-titles span {
  font-size: 24px;
  font-family: proxima nova, Arial, sans-serif;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info h2.nameClass,
.customer-account-edit .form.form-edit-account fieldset.fieldset.password h2.nameClass {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  margin: 20px 0 20px 0 !important;
  text-transform: capitalize;
  font-family: proxima nova, Arial, sans-serif;
}
.customer-account-edit #change-email-label {
  font-size: 18px;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
  clear: both;
}
.customer-account-edit #change-pass-label {
  font-size: 18px;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
  clear: both;
}
.customer-account-edit .form.form-edit-account .actions-toolbar .primary {
  width: 100%;
  margin-bottom: 10px;
}
.customer-account-edit .form.form-edit-account .actions-toolbar .primary button.action.save.primary {
  background-color: #006da4;
  border: 1px solid #006da4;
  border-radius: 3px !important;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  float: right;
  width: 50%;
  margin-right: 0;
}
.customer-account-edit .form.form-edit-account .actions-toolbar .primary button.action.save.primary:hover {
  background-color: #004c73 !important;
  border-color: #004c73;
}
.customer-account-edit .form.form-edit-account .actions-toolbar .primary button.action.save.primary:hover span {
  color: #fff !important;
}
.customer-account-edit .form.form-edit-account .actions-toolbar .primary button.action.save.primary span {
  font-size: 20px;
  font-family: proxima nova, Arial, sans-serif;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.password .primary button.action.save.primary {
  background-color: #006da4;
  border: 1px solid #006da4;
  border-radius: 3px !important;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  padding: 14px 75px;
  margin-bottom: 30px;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.password .primary button.action.save.primary:hover {
  background-color: #004c73 !important;
  border-color: #004c73;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.password .primary button.action.save.primary:hover span {
  color: #fff !important;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.password .primary button.action.save.primary span {
  font-size: 20px;
  color: #fff !important;
  font-family: proxima nova, Arial, sans-serif;
}
.customer-account-edit .form.form-edit-account .field.customer_telephone.required .control.custom-tooltip .tooltip {
  display: none;
}
.customer-account-edit .form.form-account button.action.save.primary.password-save {
  float: right;
}
.customer-account-edit .form.form-account fieldset {
  width: 54% !important;
}
.customer-account-edit .form.form-account fieldset.fieldset.topfieldset2 .field.street.required {
  margin-bottom: 120px;
}
.customer-account-edit .form.form-account fieldset.fieldset.topfieldset2 .field.country.required,
.customer-account-edit .form.form-account fieldset.fieldset.topfieldset2 .field.region.required {
  border: 0 !important;
}
.customer-account-edit .form.form-account .field.choice.set.billing {
  border: 0 !important;
  margin-bottom: 5px;
}
.customer-account-edit .form.form-account .field.choice.set.billing input[type='checkbox'] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.customer-account-edit .form.form-account .field.choice.set.billing label {
  margin-left: 10px;
}
.customer-account-edit .form.form-account .field.choice.set.billing label span {
  color: #000;
  font-size: 14px;
}
.customer-account-edit .form.form-account .field.choice.set.shipping {
  border: 0 !important;
}
.customer-account-edit .form.form-account .field.choice.set.shipping input[type='checkbox'] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.customer-account-edit .form.form-account .field.choice.set.shipping label {
  margin-left: 10px;
}
.customer-account-edit .form.form-account .field.choice.set.shipping label span {
  color: #000;
  font-size: 14px;
}
.customer-account-edit .form.form-account .field {
  text-align: left;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 46px;
  position: relative;
  margin-bottom: 45px;
}
.customer-account-edit .form.form-account .field label.label {
  margin: 0;
  color: #767676;
  transition: all .2s;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 1;
  line-height: 44px;
  padding-left: 10px;
}
.customer-account-edit .form.form-account .field select {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  height: 44px;
}
.customer-account-edit .form.form-account .field input {
  position: absolute;
  left: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  top: 0px;
  padding: 17px 0 10px 13px;
  height: 40px;
  background: transparent;
}
.customer-account-edit .form.form-account .field.focus label.label,
.customer-account-edit .form.form-account .field.texthere label.label {
  font-size: 12px !important;
  line-height: 0;
  pointer-events: none;
}
.customer-account-edit .form.form-account .field-select {
  background-color: transparent;
  border: none;
}
.customer-account-edit .form.form-account .validation-message {
  position: absolute;
  width: 100%;
  top: 45px;
  color: #000;
}
.customer-account-edit .form.form-account .field-error,
.customer-account-edit .form.form-account div.mage-error {
  position: relative;
  bottom: 0px;
  margin-top: 0;
}
.customer-account-edit .form.form-account .field.focus .field-error,
.customer-account-edit .form.form-account .focus.texthere .field-error,
.customer-account-edit .form.form-account .field.focus div.mage-error,
.customer-account-edit .form.form-account .focus.texthere div.mage-error {
  bottom: -25px !important;
}
.customer-account-edit .form.form-account .order-no .field-error,
.customer-account-edit .form.form-account .order-no div.mage-error {
  top: 63px;
}
.customer-account-edit .form.form-account .text-field {
  text-align: left;
  color: #000;
}
.customer-account-edit .form.form-account .text-field p {
  margin: 0;
}
.account.customer-address-form .form-address-edit .field.telephone .control.custom-tooltip input.input-text {
  padding-left: 15px;
  height: 44px;
  top: -45px;
  width: 100%;
}
.account.customer-address-form .form-address-edit .field.telephone.required.focus input#telephone {
  top: -20px;
}
.account.customer-address-form .form-address-edit fieldset.fieldset .field.region label.label {
  display: none;
}
.customer-address-form .add-contact-info .form-address-edit fieldset.fieldset .field.field-name-firstname.required.texthere .control div#firstname-error {
  top: 22px;
}
.customer-address-form .add-contact-info .form-address-edit fieldset.fieldset .field.field-name-lastname.required.texthere .control div#lastname-error {
  top: 22px;
}
.customer-address-form .add-contact-info .form-address-edit fieldset.fieldset .field.street.required.texthere .control div#street_1-error {
  top: 22px;
}
.customer-address-form .add-contact-info .form-address-edit fieldset.fieldset .field.telephone.required.texthere .control.custom-tooltip div#telephone-error {
  top: 22px;
}
.customer-address-form .add-contact-info .form-address-edit fieldset.fieldset .field.zip.required.texthere .control div#zip-error {
  top: 22px;
}
.customer-address-form .add-contact-info .form-address-edit fieldset.fieldset .field.region .control select#region_id {
  height: 44px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .customer-account-index .account-top {
    top: 150px;
  }
  .customer-account-index .block.block-dashboard-addresses .block-title {
    margin: 0.625em 0;
  }
  .customer-account-index .block.block-dashboard-addresses .block-title strong {
    font-size: 24px !important;
  }
  .customer-account-index .block.block-dashboard-addresses .block-content {
    padding-bottom: 20px;
  }
  .customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address {
    margin-bottom: 0 !important;
    display: inline-block;
  }
  .customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address .box-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    display: flex;
  }
  .customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address .box-content address {
    width: 100%;
    margin-left: 0;
  }
  .customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address .box-actions p.no-address-text {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .customer-account-index .block.block-dashboard-addresses .block-content .box.box-shipping-address p.addressBook.icomoon-icon.icon-phone:before {
    content: "\e942";
  }
  .customer-account-index #maincontent {
    padding-left: 0;
    padding-right: 0;
  }
  .customer-account-index #maincontent .block.block-dashboard-info {
    margin-top: 50px;
  }
  .customer-account-index #maincontent .block.block-dashboard-info .block-title {
    padding-top: 15px;
  }
  .customer-account-index #maincontent .block.block-dashboard-info .block-title strong {
    font-size: 24px;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information {
    flex-direction: column;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .qr-box.box-information {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info .my-profile-icon {
    top: 25px;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info .my-profile-icon:before {
    content: "\e971" !important;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-name-info .my-profile-texts {
    padding-bottom: 30px;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password .my-password-icon {
    top: 30px;
  }
  .customer-account-index .block.block-dashboard-info .block-content.profile-info-qr .box.box-information .box-content.profile-password .my-password-texts {
    padding-bottom: 30px;
  }
  .buttons-actions.add-account-form-main {
    margin-top: 60px;
  }
  .add-contact-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .add-contact-info .form-address-edit .actions-toolbar .primary {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .add-contact-info .form-address-edit .actions-toolbar .primary button.action.save.primary {
    order: -1;
  }
  .add-contact-info .form-address-edit .actions-toolbar .primary button.action.save.primary span {
    width: 100%;
    display: block;
  }
  .add-contact-info .add-new-address-text h2 {
    margin-bottom: 20px !important;
  }
  .add-contact-info .add-new-address-text h2 span.contact-close.icomoon-icon.icon-cross {
    margin-right: 0px;
  }
  .form-address-edit .field.telephone.required .tooltip {
    display: none;
  }
  .form-address-edit fieldset.fieldset br {
    display: none;
  }
  .customer-address-form .account-top {
    top: 150px;
  }
  .customer-address-form .buttons-actions.add-account-form-main {
    margin-top: 20px;
  }
  .customer-address-form .buttons-actions.add-account-form-main .block-title strong {
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 15px !important;
    color: #000;
    font-size: 24px;
  }
  .customer-address-index .account-top {
    top: 150px;
  }
  .customer-address-index .edit-address-form .form-address-edit fieldset {
    width: 100% !important;
  }
  .customer-address-index .block.block-addresses-default {
    margin-top: 20px;
  }
  .customer-address-index .block.block-addresses-default .block-title {
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 15px !important;
    color: #000;
    font-size: 24px;
  }
  .customer-address-index .block.block-addresses-default .block-title strong {
    font-size: 24px !important;
    font-weight: 700 !important;
  }
  .customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content {
    width: 100%;
    margin-left: 0;
  }
  .customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address p.addressBook.icomoon-icon.icon-phone:before {
    content: "\e942";
  }
  .customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content address .edit-delete-button a.action.edit.edit-add-form.icomoon-icon.icon-pencil:before {
    content: "\e906";
  }
  .customer-address-index .block.block-addresses-default .box.box-address-shipping .box-content #address-delete {
    font-size: 16px;
  }
  .customer-address-index .edit-address-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customer-address-index .edit-address-form .add-new-address-text {
    margin-bottom: 20px;
  }
  .customer-address-index .edit-address-form .add-new-address-text h2 {
    margin-bottom: 20px !important;
    font-family: 'ProximaNova', sans-serif !important;
  }
  .customer-address-index .edit-address-form .form-address-edit .actions-toolbar .primary {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .customer-address-index .edit-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary {
    order: -1;
  }
  .customer-address-index .edit-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary span {
    width: 100%;
    display: block;
  }
  .form-address-edit fieldset,
  .form.form-edit-account fieldset {
    width: 100% !important;
  }
  .customer-account-edit div#change-pass {
    width: 100%;
  }
  .customer-account-edit div#change-pass .form.form-account button.action.save.primary {
    width: 100%;
    float: none;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.password {
    margin-bottom: 0;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.password .primary button.action.save.primary {
    width: 100%;
    float: none;
  }
  .customer-account-edit .form.form-edit-account .actions-toolbar .primary {
    width: 100%;
  }
  .customer-account-edit .account-top {
    position: absolute;
    top: 150px;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.info,
  .customer-account-edit .form.form-edit-account fieldset.fieldset.password {
    width: 100% !important;
  }
  .customer-account-edit .form.form-edit-account .actions-toolbar .primary button.action.save.primary {
    width: 100%;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.info {
    margin-bottom: 10px;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.info .field.choice {
    margin-bottom: 15px !important;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.info .field {
    margin-bottom: 25px;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.info .field.customer_telephone.required .control.custom-tooltip input#customer_telephone {
    top: -40px;
    padding-left: 15px;
  }
  .customer-account-edit .form.form-edit-account fieldset.fieldset.info .field.customer_telephone.required.focus .control.custom-tooltip input#customer_telephone {
    top: -15px !important;
  }
}
body {
  background-color: #ffffff;
}
body input:not([disabled]):focus {
  box-shadow: none;
}
.catalogsearch-result-index .page-wrapper main#maincontent .columns {
  max-width: 1440px !important;
}
body.catalog-category-view .toolbar .toolbar-amount,
.catalogsearch-result-index .toolbar .toolbar-amount,
.catalogsearch-advanced-result .toolbar .toolbar-amount {
  display: none !important;
}
body.catalog-category-view .sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
.catalogsearch-result-index .sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
.catalogsearch-advanced-result .sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  display: initial;
  padding-left: 20px;
  align-items: inherit;
}
.checkout-index-index .scroll-div {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .product-item-details .product-item-pricing .price-container .minicart-price {
  display: block;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .product-item-details .product-item-pricing .price-container .minicart-old-price {
  display: none;
}
.cms-page-view #maincontent .home-recommendation {
  background-color: #E5ECF4;
  min-height: 550px;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .block-title {
  margin: 0 0 26px;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-thumbs {
  display: none;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item {
  padding: 9px 9px;
  background: none;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item {
  background: #ffffff;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item:hover {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details {
  min-height: 160px;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .product-item-name a {
  font-weight: 500;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .price-wrapper-container {
  display: inline-flex;
  flex-direction: column;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .price {
  color: #222222 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .special-price .price {
  color: #dd0019 !important;
  font-size: 14px !important;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .old-price {
  margin: 0px 0px 0 0;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .old-price .price {
  color: #222222 !important;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .discount {
  font-weight: 700;
  margin-left: 0px;
  display: inline-block;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .atome-product-price-divider {
  padding-top: 5px;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  background: url('../images/leftarrow.svg') no-repeat center !important;
  width: 40px;
  height: 40px;
  left: -12px !important;
  font-size: 0;
  color: transparent;
}
.cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  background: url('../images/rightarrow.svg') no-repeat center !important;
  width: 40px;
  height: 40px;
  right: -12px !important;
  font-size: 0;
  color: transparent;
}
#search_mini_form .search .search-autocomplete ul {
  border: 0px solid #2c2c2c;
}
#search_mini_form .search .search-autocomplete ul li {
  border-top: 0px solid #2c2c2c;
  padding: 7px 5px!important;
}
#search_mini_form .search .search-autocomplete ul li span {
  font-weight: 600 !important;
}
#search_mini_form .search .search-autocomplete ul li .amount {
  display: none;
}
#searchSuggestions #suggestionsContainer #innerContainer li.highlight {
  background-color: transparent;
}
#searchSuggestions #suggestionsContainer #innerContainer li.highlight:hover a {
  background-color: #e8e8e8;
}
.checkout-index-index .modal-popup #shipping-new-address-form {
  flex-wrap: wrap;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter {
  max-height: unset;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .items:last-of-type,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .items:last-of-type,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .items:last-of-type {
  padding-bottom: 0;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(odd):hover .jibbitz-category-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(odd):hover .jibbitz-category-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(odd):hover .jibbitz-category-label {
  background-color: #f5f9fb !important;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(even):hover .jibbitz-category-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(even):hover .jibbitz-category-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(even):hover .jibbitz-category-label {
  background-color: #fff9f6 !important;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a {
  display: block;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:before {
  position: absolute;
  bottom: 10px;
  border: 2px solid #000;
  border-radius: 3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:after {
  bottom: 10px;
  right: 18px;
  top: auto !important;
  left: auto !important;
  color: #000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a .jibbitz-category-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a .jibbitz-category-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a .jibbitz-category-label {
  height: 3.8em;
  border-radius: 3px;
  margin-top: -27px;
  padding: .8em .8em 0 !important;
  border-bottom: none;
  color: #000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:not(.custom-checkbox):hover:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:not(.custom-checkbox):hover:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option a:not(.custom-checkbox):hover:after {
  bottom: 10px;
  right: 18px;
  top: auto !important;
  left: auto !important;
  color: #000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:hover .jibbitz-category-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:hover .jibbitz-category-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:hover .jibbitz-category-label {
  box-shadow: 0 0.3em 0.5em rgba(52, 54, 73, 0.15);
  border-bottom: none;
}
@media (max-width: 767px) {
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option .jibbitz-category-img,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option .jibbitz-category-img,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option .jibbitz-category-img {
    width: 100%;
  }
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option .jibbitz-category-label,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option .jibbitz-category-label,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option .jibbitz-category-label {
    margin-top: -15px !important;
    box-shadow: 0 0.3em 0.5em rgba(52, 54, 73, 0.15);
    border-bottom: none;
  }
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(odd) .jibbitz-category-label,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(odd) .jibbitz-category-label,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(odd) .jibbitz-category-label {
    background-color: #f5f9fb !important;
  }
  .catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(even) .jibbitz-category-label,
  .catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(even) .jibbitz-category-label,
  .catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .charm-option:nth-child(even) .jibbitz-category-label {
    background-color: #fff9f6 !important;
  }
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option:hover a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option:hover a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option:hover a {
  border-bottom: 1.5px solid #ccc;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a {
  display: block;
  border-bottom: 1px solid #e7eaec;
  margin: 0;
  padding: 10px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:before,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:before,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:before {
  position: absolute;
  bottom: 20px;
  border: 2px solid #000;
  border-radius: 3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:after {
  bottom: 20px;
  right: 18px;
  top: auto !important;
  left: auto !important;
  color: #000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:not(.custom-checkbox):hover:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:not(.custom-checkbox):hover:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option a:not(.custom-checkbox):hover:after {
  bottom: 20px;
  right: 18px;
  top: auto !important;
  left: auto !important;
  color: #000;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option .jibbitz-category-label,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option .jibbitz-category-label,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option .jibbitz-category-label {
  display: none;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option .jibbitz-category-img,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option .jibbitz-category-img,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.jibbitz_category-filter .latter-option .jibbitz-category-img {
  max-height: 25px;
  margin-top: 0;
  mix-blend-mode: darken;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items li.item.item-swatch a,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items li.item.item-swatch a,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items li.item.item-swatch a {
  display: block !important;
  padding-left: 5px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item.selected a:after,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item.selected a:after,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item.selected a:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 3px;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item input,
.catalogsearch-result-index .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item input,
.catalogsearch-advanced-result .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items.size-filter .item:last-child {
  padding-bottom: 0;
}
.catalog-category-view .columns .column.main .products-grid .product-item .swatch-attribute {
  position: absolute;
}
.catalog-category-view .page-wrapper #maincontent .column.main .products.wrapper.grid.products-grid {
  margin-top: 30px;
}
.catalog-category-view .page-wrapper #maincontent .column.main .page-title-wrapper #page-title-heading {
  font-size: 30px;
  line-height: 60px;
}
.catalog-category-view .page-wrapper #maincontent .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  font-family: 'Roboto', sans-serif;
}
.page-main .columns .sidebar.sidebar-main .filter-content .filter-options .items.item-swatch-container.color-filter li.item.item-swatch {
  width: 22px;
  height: 22px;
}
.page-main .columns .sidebar.sidebar-main .filter-content .filter-options .items.item-swatch-container.color-filter li.item.selected.item-swatch a .swatch-data:before {
  top: 0;
}
.cms-page-view a.crosslink {
  color: #006bb4;
}
.cms-page-view a.crosslink:hover {
  text-decoration: underline;
}
.catalog-product-view a.crosslink {
  color: #006bb4;
}
.catalog-product-view a.crosslink:hover {
  text-decoration: underline;
}
.catalog-product-view .product.media .amlabel-position-wrapper {
  z-index: 9;
}
.catalog-category-view a.crosslink,
.catalogsearch-result-index a.crosslink,
.catalogsearch-advanced-result a.crosslink {
  color: #006bb4;
}
.catalog-category-view a.crosslink:hover,
.catalogsearch-result-index a.crosslink:hover,
.catalogsearch-advanced-result a.crosslink:hover {
  text-decoration: underline;
}
a.crosslink {
  color: #006bb4;
}
a.crosslink:hover {
  text-decoration: underline;
}
.products-grid.wishlist .product-items .product-item-info .price-box {
  text-align: left !important;
}
.products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.edit {
  width: 15%;
}
.products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action.btn-remove {
  width: 60%;
}
.products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action:before {
  display: none !important;
}
.products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions a.action span {
  position: relative;
}
button.action.primary span {
  text-transform: capitalize !important;
}
.page-wrapper .page-main button.action.primary {
  border-radius: 0px !important;
}
.page-wrapper .page-main button.action.primary span {
  text-transform: capitalize;
}
body:not(.mobile-nav) .nav-sections {
  background-color: #064394 !important;
  padding-bottom: 0px !important;
}
.checkout-index-index .product-item {
  line-height: 1.425;
}
.page-header .minicart-wrapper * {
  text-transform: uppercase !important;
}
.page-wrapper .page-header-v1 .responsive-main-header .nav-toggle {
  top: 8px !important;
}
.page-wrapper .page-header-v1 .responsive-main-header .nav-toggle::before {
  margin-top: 0px;
}
.page-wrapper .btt-button {
  bottom: 20px !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview {
  top: unset !important;
  margin-top: 6px;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .special-price,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .special-price,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .product.details .price-box .special-price {
  margin-bottom: 2px;
}
.product-info-main .swatch-option:focus {
  box-shadow: 0 0 3px 1px transparent;
}
.products-grid .product-item .product-item-details .price-box .price-container .price-label {
  display: none !important;
}
.custom-products-carousel .price-box {
  margin-bottom: 10px;
}
.custom-products-carousel .products-grid .product-item {
  margin-bottom: 0px;
}
.custom-products-carousel .owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
}
.custom-products-carousel .product-item .product-item-info .product-item-details .product-item-name {
  max-height: 49px;
  overflow: hidden;
}
.cms-faq .faq-container {
  width: 75%;
  margin: 25px auto 30px auto;
  padding: 25px;
}
.cms-faq .faq-container .toggle.toggle-border .togglet {
  line-height: 50px;
  padding: 0 15px 0 30px;
}
.cms-faq .faq-container .toggle.toggle-border .togglet i {
  left: unset;
  right: 14px;
}
.cms-faq .faq-container .toggle.toggle-border .togglec {
  padding: 0 15px 15px 20px;
}
a.auto-interlink {
  color: #006bb4 !important;
}
a.auto-interlink:hover {
  text-decoration: underline !important;
}
.social-container a.social {
  display: inline-block;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.btt-button.cd-is-visible {
  z-index: 2 !important;
}
.product-item-details .discount {
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  color: #222222;
}
.products-grid.grid .product-item .product-item-info:hover {
  display: inline-block;
  box-shadow: none !important;
  width: 100%;
}
.mxyt-video:hover {
  -webkit-box-shadow: 0px 0px 23px 1px #949494;
  -moz-box-shadow: 0px 0px 23px 1px #949494;
  box-shadow: 0px 0px 23px 1px #949494;
}
.mxyt-video:hover a {
  background: #949494;
}
.mxyt-playlist .mxyt-title h1,
.mxyt-playlist .mxyt-title h3 {
  max-height: 32px;
  overflow: hidden;
}
.custom-slider .owl-carousel .owl-stage-outer {
  padding: 0px 0px 0px;
}
.custom-slider .custom-slider .owl-theme .owl-dots {
  bottom: 0;
}
.custom-slider .owl-carousel .owl-item {
  margin-bottom: -1px;
}
body .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
body .owl-theme .owl-dots .owl-dot:hover span,
body .owl-theme .owl-dots .owl-dot.active span {
  background: #DD0019;
}
#maincontent .owl-carousel.owl-theme .owl-stage-outer {
  padding-top: 0px;
}
#maincontent .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-],
#maincontent .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-size: contain;
}
#maincontent .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:after,
#maincontent .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after,
#maincontent .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:before,
#maincontent .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  display: none;
}
#maincontent .owl-carousel.owl-theme .owl-controls .owl-prev {
  left: 0 !important;
  background: url('../images/arrows4.svg') no-repeat center;
  border-radius: 0px 5px 5px 0px;
}
#maincontent .owl-carousel.owl-theme .owl-controls .owl-prev:hover {
  background: url('../images/arrows4.svg') no-repeat center;
}
#maincontent .owl-carousel.owl-theme .owl-controls .owl-next {
  right: 0 !important;
  background: url('../images/arrows4_right.svg') no-repeat center;
  border-radius: 5px 0px 0px 5px;
}
#maincontent .owl-carousel.owl-theme .owl-controls .owl-next:hover {
  background: url('../images/arrows4_right.svg') no-repeat center;
}
.page-products .custom-products-carousel .grid.products-grid .product-item {
  height: auto !important;
}
.products-grid .product-item .product-item-details .price-box {
  display: inline-block;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .special-price,
.products-grid .product-item .product-item-details .price-box.price-final_price .old-price {
  display: inline-block;
  margin-left: 0px;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .special-price .price-container .price,
.products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price {
  color: #020202 !important;
  font-weight: 400;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .old-price {
  text-align: left;
}
.products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price {
  font-size: 14px !important;
  color: grey !important;
}
.products-grid .product-item .product-item-details .price-box .price-container .price {
  color: #020202 !important;
  font-weight: 400;
}
li.separator {
  list-style: none;
}
.product-item:hover .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  opacity: 1;
}
.product-item:hover .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  content: '';
  background: url(../images/heart-icon.png) no-repeat center;
  color: transparent;
  background-size: contain;
}
.product-item:hover .product-item-info.added-to-wishlist .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  opacity: 1;
}
.product-item:hover .product-item-info.added-to-wishlist .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  content: '';
  background: url(../images/heart-icon-red.png) no-repeat center;
  color: transparent;
  background-size: contain;
}
.product-item .product-item-info {
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}
.product-item .product-item-info .product-item-details {
  position: relative;
  text-align: left;
}
.product-item .product-item-info .product-item-details .product.name,
.product-item .product-item-info .product-item-details .product-item-name {
  text-align: left !important;
  line-height: normal;
  border-top: 1px solid #c1c0d2;
  margin-top: 30px;
  padding-top: 15px;
}
.product-item .product-item-info .product-item-details .product.name a,
.product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: 700;
  text-transform: uppercase;
}
.product-item .product-item-info .product-item-details .product-item-actions {
  position: initial !important;
}
.product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: none !important;
}
.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  display: none;
}
.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  position: absolute;
  top: -25px;
  right: 0;
  margin-right: 0px;
  z-index: 1;
}
.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  content: '';
  background: url(../images/heart-icon.png) no-repeat center;
  background-size: contain;
  width: 20px !important;
  color: transparent;
  display: block;
  height: 20px !important;
  padding: 0px;
}
.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover:before {
  background: url(../images/heart-icon-red.png) no-repeat center;
  background-size: contain;
}
.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.wishlisted::before {
  content: '';
  background: url(../images/heart-icon-red.png) no-repeat center !important;
  background-size: contain !important;
}
.product-item .product-item-info .product-item-details .product-item-inner {
  position: initial !important;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  position: inherit;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary {
  display: block;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .towishlist {
  position: absolute;
  top: -25px;
  right: 0;
  margin-right: 0px;
  z-index: 1;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .towishlist:before {
  content: '';
  background: url(../images/heart-icon.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  color: transparent;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .towishlist:hover:before {
  content: '';
  background: url(../images/heart-icon-blue.png) no-repeat center;
  color: transparent;
  background-size: contain;
}
.product-item .product-item-info .product-item-details .price-box.price-final_price {
  display: inline-block;
  text-align: left !important;
}
.product-item .product-item-info .product-item-details .price-box.price-final_price .special-price,
.product-item .product-item-info .product-item-details .price-box.price-final_price .old-price {
  display: inline-block;
  margin-left: 0px;
}
.product-item .product-item-info .product-item-details .price-box.price-final_price .price-container .price {
  color: #020202 !important;
  font-weight: 400;
}
.product-item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-container .price {
  font-size: 14px !important;
  color: grey !important;
}
.page-products .custom-products-carousel .grid.products-grid .product-item {
  width: 100% !important;
}
.page-products .custom-products-carousel .grid.products-grid .product-item-info:hover {
  margin: 0px;
  padding: 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #7e807e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.products-grid .product-items .item.product .product-item-info.added-to-wishlist .product_image .product-item-actions .actions-secondary .towishlist:hover {
  opacity: 1;
}
.products-grid .product-items .item.product .product-item-info.added-to-wishlist .product_image .product-item-actions .actions-secondary .towishlist:hover:before {
  content: '';
  background: url(../images/heart-icon-red.png) no-repeat center !important;
  color: transparent;
  background-size: contain !important;
}
.products-grid .product-items .item.product .product-item-info.added-to-wishlist .product-item-details .product-item-actions .actions-secondary .towishlist:hover {
  opacity: 1;
}
.products-grid .product-items .item.product .product-item-info.added-to-wishlist .product-item-details .product-item-actions .actions-secondary .towishlist:hover:before {
  content: '';
  background: url(../images/heart-icon-red.png) no-repeat center !important;
  color: transparent;
  background-size: contain !important;
}
.account.customer-address-form .telephone,
.account.customer-account-edit .telephone,
.account.customer-address-form .field.customer_telephone,
.account.customer-account-edit .field.customer_telephone {
  position: relative;
}
.account.customer-address-form .telephone input[type="text"],
.account.customer-account-edit .telephone input[type="text"],
.account.customer-address-form .field.customer_telephone input[type="text"],
.account.customer-account-edit .field.customer_telephone input[type="text"] {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.account.customer-address-form .telephone .tooltip:hover:before,
.account.customer-account-edit .telephone .tooltip:hover:before,
.account.customer-address-form .field.customer_telephone .tooltip:hover:before,
.account.customer-account-edit .field.customer_telephone .tooltip:hover:before {
  color: #000000;
}
.account.customer-address-form .telephone .tooltip:hover .tooltiptext,
.account.customer-account-edit .telephone .tooltip:hover .tooltiptext,
.account.customer-address-form .field.customer_telephone .tooltip:hover .tooltiptext,
.account.customer-account-edit .field.customer_telephone .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.account.customer-address-form .telephone .tooltip:before,
.account.customer-account-edit .telephone .tooltip:before,
.account.customer-address-form .field.customer_telephone .tooltip:before,
.account.customer-account-edit .field.customer_telephone .tooltip: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;
}
.account.customer-address-form .telephone .tooltip .tooltiptext,
.account.customer-account-edit .telephone .tooltip .tooltiptext,
.account.customer-address-form .field.customer_telephone .tooltip .tooltiptext,
.account.customer-account-edit .field.customer_telephone .tooltip .tooltiptext {
  color: #333333;
  text-align: left;
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
  height: fit-content;
  right: -10px;
  top: 40px;
  left: auto;
  visibility: hidden;
  transition: opacity 0.3s;
}
.account.customer-address-form .telephone .tooltip .tooltiptext:after,
.account.customer-account-edit .telephone .tooltip .tooltiptext:after,
.account.customer-address-form .field.customer_telephone .tooltip .tooltiptext:after,
.account.customer-account-edit .field.customer_telephone .tooltip .tooltiptext:after {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -20px;
  right: 10px;
  left: auto;
  top: 1px;
  border-bottom-color: #f4f4f4;
  position: absolute;
}
.account.customer-address-form .telephone .tooltip .tooltiptext:before,
.account.customer-account-edit .telephone .tooltip .tooltiptext:before,
.account.customer-address-form .field.customer_telephone .tooltip .tooltiptext:before,
.account.customer-account-edit .field.customer_telephone .tooltip .tooltiptext:before {
  content: "";
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
  border-bottom-color: #999999;
  position: absolute;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset .field.checkout-telephone-toltip .control._with-tooltip:before {
  content: "62";
  position: absolute;
  font-size: 14px;
  padding: 10px;
  color: #000;
}
body.checkout-index-index.bopis__checkout--container .opc-wrapper .bopis__checkout .fieldset .field.checkout-telephone-toltip .control._with-tooltip input.input-text {
  margin-right: 10px;
  width: calc(100% - 36px);
  padding-left: 32px;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals tr.totals.discount th.mark span.title.-enabled {
  position: relative;
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals tr.totals.discount th.mark span.title.-enabled.-collapsed:before {
  transform: rotate(0deg);
}
body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .table-totals tr.totals.discount th.mark span.title.-enabled:before {
  left: 0;
  text-align: initial;
  transform: rotate(180deg);
  display: flex;
  width: 12px;
  top: 0;
  color: #000;
  font-family: 'luma-icons';
  content: '\e621';
  font-size: 13px;
  background: 0 0;
  position: absolute;
  height: auto;
  left: 60px;
}
.checkout-index-index .form-shipping-address .checkout-telephone-toltip .control._with-tooltip:before {
  content: "62";
  position: absolute;
  font-size: 14px;
  padding: 5px 10px;
  color: #000;
}
.checkout-index-index .form-shipping-address .checkout-telephone-toltip .control._with-tooltip input.input-text {
  padding-left: 35px;
}
.account.customer-address-form .form-address-edit .field.telephone .control.custom-tooltip {
  position: relative;
}
.account.customer-address-form .form-address-edit .field.telephone .control.custom-tooltip:before {
  content: "62";
  position: absolute;
  font-size: 14px;
  padding: 8px 10px;
  color: #000;
}
.account.customer-address-form .form-address-edit .field.telephone .control.custom-tooltip input.input-text {
  padding-left: 35px;
  height: 35px;
}
.customer-account-edit .form-edit-account .field.customer_telephone .control {
  position: relative;
}
.customer-account-edit .form-edit-account .field.customer_telephone .control:before {
  content: "62";
  position: absolute;
  font-size: 14px;
  padding: 8px 10px;
  color: #000;
}
.customer-account-edit .form-edit-account .field.customer_telephone .control input#customer_telephone {
  padding-left: 35px;
}
.customer-account-edit .form-edit-account .field.customer_telephone .control .tooltip {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkout-cart-index .ampromo-items-form .ampromo-item-buttons button.action.tocart.primary {
  font-family: 'ProximaNova', sans-serif !important;
}
@media (max-width: 768px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }
  .cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details {
    min-height: 167px !important;
  }
  .cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .price-box .discount {
    font-size: 10px;
    margin-top: 0;
  }
  .cms-page-view #maincontent .home-recommendation .custom-products-carousel .owl-carousel.owl-theme .owl-item .product-item .product-item-details .product-item-actions {
    height: 0;
  }
}
.modal-popup .action-close,
button.mfp-close {
  background-color: transparent !important;
  border: none !important;
  opacity: .5 !important;
}
.modal-popup .action-close:hover,
button.mfp-close:hover {
  opacity: 1 !important;
  background-color: transparent !important;
  border: none !important;
}
.block.newsletter {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.catalog-product-view aside.modal-popup.popup-authentication._show {
    z-index: 1001 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view aside.modal-popup.popup-authentication .modal-inner-wrap {
    max-width: 100% !important;
  }
}
body.catalog-product-view aside.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer .block-content .actions-toolbar .primary a.action.action-register.primary {
  background: #006DA4;
  border: #006DA4;
  padding: 6px 12px 6px 12px;
  border-radius: 3px;
}
body.catalog-product-view aside.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer .block-content .actions-toolbar .primary a.action.action-register.primary span {
  font-size: 16px;
}
body.catalog-product-view aside.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content form#login-form .actions-toolbar .primary button.action.action-login.secondary {
  background: #141215;
  border-radius: 3px;
  padding: 6px 12px 6px 12px;
}
body.catalog-product-view aside.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content form#login-form .actions-toolbar .primary button.action.action-login.secondary span {
  font-size: 16px;
}
body.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
  width: 100% !important;
}
body.catalog-product-view.product-page-v1 .column.main .product-info-main {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .sections.nav-sections.open .ves-megamenu span.opener:before {
    font-size: 22px !important;
  }
  .modals-wrapper aside.modal-popup.z_index.dob_popup.modal-slide {
    top: 100px;
  }
  body.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
    width: 100% !important;
  }
  body.catalog-product-view.product-page-v1 .column.main .product-info-main {
    width: 100%;
  }
  .catalog-category-view #maincontent .columns .column.main .page-title-wrapper #page-title-heading {
    font-size: 2rem;
    line-height: 1.2;
  }
  .customer-account-login .page-wrapper .columns .main .login-container .block.block-customer-login {
    padding: 30px;
  }
}
/* Generated Less from WeltPixel_CarouselSlider */
.custom-slider {
  position: inherit !important;
}
.custom-slider .banner-item {
  margin: 0 !important;
}
.custom-slider .owl-theme .owl-dots {
  bottom: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  top: 50% !important;
}
/*---Mobile---*/
/* Generated Less from WeltPixel_ProductPage */
.canvas_icons_product {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons_product:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-wrapper {
  overflow-x: hidden;
}
.product-page-v1 .product-info-main .actions {
  width: calc(100% - 65px);
}
.product-page-v1 .product-info-main .actions button {
  width: 100%;
}
.catalog-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: 400;
}
.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 10px !important;
}
.catalog-product-view .box-tocart .field.qty {
  float: left;
}
.catalog-product-view .box-tocart .field.qty label {
  display: none;
}
.catalog-product-view .box-tocart .field.qty input,
.catalog-product-view .box-tocart .field.qty select {
  border-width: 1px;
  border-style: solid;
  padding: 14px 17px;
  margin: 0 10px 0 0;
  height: auto;
}
.catalog-product-view .box-tocart .field.qty select {
  padding: 15px 0 15px 14px;
  direction: rtl;
  text-align: left;
}
.catalog-product-view .box-tocart .actions {
  float: left;
}
.catalog-product-view .box-tocart .actions button {
  float: left;
  width: 100% !important;
  position: relative;
}
.catalog-product-view .box-tocart .actions button:after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  box-shadow: 0 0 20px #000000;
  -o-box-shadow: 0 0 20px #000000;
  -ms-box-shadow: 0 0 20px #000000;
  -moz-box-shadow: 0 0 20px #000000;
  -webkit-box-shadow: 0 0 20px #000000;
  content: "";
}
.catalog-product-view .product-social-links {
  clear: left;
}
.catalog-product-view .product-social-links .product-addto-links {
  width: calc(100% - 59px) !important;
  float: left;
  text-align: center;
  overflow: auto;
}
.catalog-product-view .product-social-links .product-addto-links .action {
  float: none;
  margin-right: 0px;
}
.catalog-product-view .product-social-links .product-addto-links .action.towishlist {
  float: left;
}
.catalog-product-view .product-social-links .action.tocompare,
.catalog-product-view .product-social-links .action.towishlist,
.catalog-product-view .product-social-links .action.mailto {
  line-height: 18px !important;
}
.catalog-product-view .product-social-links .action.tocompare:before,
.catalog-product-view .product-social-links .action.towishlist:before,
.catalog-product-view .product-social-links .action.mailto:before {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.catalog-product-view .product-social-links .action.tocompare:before:before,
.catalog-product-view .product-social-links .action.towishlist:before:before,
.catalog-product-view .product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product.data.items .item.title.active:after {
  background-color: transparent;
}
.catalog-product-view .product.info.detailed > .items > .item {
  background-color: white;
}
.catalog-product-view .product.info.detailed > .items > .item.title {
  background-color: white;
}
.catalog-product-view .product.info.detailed > .items > .item.title.active {
  position: relative;
  background-color: white;
}
.catalog-product-view .product.info.detailed > .items > .item.title a {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 400;
  background-color: white;
}
.catalog-product-view .product.info.detailed > .items > .item.content {
  margin-top: 52px;
}
.catalog-product-view .product.info.detailed > .items > .item.content .review-control-vote::before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-stage-outer {
  overflow: visible;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  top: 0;
  width: 600px !important;
  height: calc(100% - 15px) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:hover,
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev {
  left: -600px !important;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:before {
  top: calc(50% - 20px);
  left: auto;
  right: 8px;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:after {
  top: calc(50% - 32px);
  left: auto;
  right: 8px;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  right: -600px !important;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:before {
  top: calc(50% - 32px);
  right: auto;
  left: 8px;
}
.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:after {
  top: calc(50% - 20px);
  right: auto;
  left: 8px;
}
:root .catalog-product-view .catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev,
:root .catalog-product-view .catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next {
  background-color: transparent !important;
}
:root .catalog-product-view .catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev:hover,
:root .catalog-product-view .catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next:hover {
  background-color: transparent !important;
}
.catalog-product-view .product-items.owl-carousel.products .owl-stage-outer {
  padding-top: 0px;
}
.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.catalog-product-view .product-items .product-item-actions {
  float: left;
  width: 100%;
  margin-top: -20px;
}
.catalog-product-view .product-items .product-item-actions .action.tocompare {
  float: right;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price {
  float: left;
  padding-right: 20px;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price .price {
  color: black;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price {
  float: left;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price {
  color: #575757;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: none !important;
}
.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.catalog-product-view .product-items .product-item:hover .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
.catalog-product-view .product-items .product-item:hover .product-item-actions .action.towishlist {
  position: absolute !important;
  left: -9px !important;
  right: -2px !important;
}
.catalog-product-view .product.media .magnifier-preview {
  -webkit-box-shadow: 0px 0px 19px -4px #2e2e2e;
  -moz-box-shadow: 0px 0px 19px -4px #2e2e2e;
  box-shadow: 0px 0px 19px -4px #2e2e2e;
}
.catalog-product-view .product.media .fotorama__nav__frame .fotorama__dot {
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: black;
  border-color: black;
}
.catalog-product-view .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0 !important;
  margin-top: 10px !important;
  border: 1px solid #ccc;
}
.catalog-product-view .product.media .fotorama__nav--thumbs .fotorama__thumb-border {
  border: solid 1px #064394;
  background: transparent;
}
.catalog-product-view .product.media .fotorama__wrap {
  box-shadow: none !important;
}
.catalog-product-view .product.media .fotorama__wrap .fotorama__caption {
  display: none;
}
.catalog-product-view .product.media .fotorama__wrap:focus,
.catalog-product-view .product.media .fotorama__wrap:active,
.catalog-product-view .product.media .fotorama__wrap:hover {
  box-shadow: none !important;
}
.catalog-product-view .product.media .fotorama__wrap:focus *,
.catalog-product-view .product.media .fotorama__wrap:active *,
.catalog-product-view .product.media .fotorama__wrap:hover * {
  box-shadow: none !important;
}
.catalog-product-view .product.media .fotorama__wrap:focus *:focus,
.catalog-product-view .product.media .fotorama__wrap:active *:focus,
.catalog-product-view .product.media .fotorama__wrap:hover *:focus,
.catalog-product-view .product.media .fotorama__wrap:focus *:active,
.catalog-product-view .product.media .fotorama__wrap:active *:active,
.catalog-product-view .product.media .fotorama__wrap:hover *:active,
.catalog-product-view .product.media .fotorama__wrap:focus *:hover,
.catalog-product-view .product.media .fotorama__wrap:active *:hover,
.catalog-product-view .product.media .fotorama__wrap:hover *:hover {
  box-shadow: none !important;
}
.catalog-product-view .product.media .fotorama__wrap * {
  box-shadow: none !important;
}
.catalog-product-view .product.media .fotorama__wrap *:focus,
.catalog-product-view .product.media .fotorama__wrap *:active,
.catalog-product-view .product.media .fotorama__wrap *:hover {
  box-shadow: none !important;
}
.catalog-product-view .column.main .block .block-title.title {
  text-align: center;
}
.catalog-product-view .column.main .block .block-title.title strong {
  font-size: 32px;
}
.catalog-product-view .column.main .block.row .block-title.title {
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-page-v4 .product-top-main.product_v4,
.product-page-v2 .product-top-main.product_v4,
.product-page-v4 .product-top-main.product_v2,
.product-page-v2 .product-top-main.product_v2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.product-page-v4 .product-top-main.product_v4,
.product-page-v2 .product-top-main.product_v4 {
  margin-top: 0;
}
.product-page-v4 .product-info-main.product_v4.cart-summary,
.product-page-v2 .product-info-main.product_v4.cart-summary,
.product-page-v4 .product-info-main.product_v2.cart-summary,
.product-page-v2 .product-info-main.product_v2.cart-summary {
  background: none transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  float: right !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product-page-v4 .product-info-main.product_v4.cart-summary,
  .product-page-v2 .product-info-main.product_v4.cart-summary,
  .product-page-v4 .product-info-main.product_v2.cart-summary,
  .product-page-v2 .product-info-main.product_v2.cart-summary {
    transition: top 0.2s ease 0.2s;
    -o-transition: top 0.2s ease 0.2s;
    -ms-transition: top 0.2s ease 0.2s;
    -moz-transition: top 0.2s ease 0.2s;
    -webkit-transition: top 0.2s ease 0.2s;
  }
}
.product-page-v4 .product-info-main.product_v4.cart-summary,
.product-page-v2 .product-info-main.product_v4.cart-summary,
.product-page-v4 .product-info-main.product_v2.cart-summary,
.product-page-v2 .product-info-main.product_v2.cart-summary,
.product-page-v4 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.product-page-v2 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.product-page-v4 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.product-page-v2 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.product-page-v4 .product-info-main.product_v4.cart-summary x:default,
.product-page-v2 .product-info-main.product_v4.cart-summary x:default,
.product-page-v4 .product-info-main.product_v2.cart-summary x:default,
.product-page-v2 .product-info-main.product_v2.cart-summary x:default {
  transition: top 0s ease 0s;
  -o-transition: top 0s ease 0s;
  -ms-transition: top 0s ease 0s;
  -moz-transition: top 0s ease 0s;
  -webkit-transition: top 0s ease 0s;
}
.product-page-v4 .product-info-main.product_v4.cart-summary,
.product-page-v2 .product-info-main.product_v4.cart-summary {
  position: absolute;
  right: 0;
}
.product-page-v4 .product.media.product_v4,
.product-page-v2 .product.media.product_v4,
.product-page-v4 .product.media.product_v2,
.product-page-v2 .product.media.product_v2 {
  padding: 0 25px 0 0;
}
.product-page-v4 .product.media.product_v4.v4 .fotorama__arr,
.product-page-v2 .product.media.product_v4.v4 .fotorama__arr,
.product-page-v4 .product.media.product_v2.v4 .fotorama__arr,
.product-page-v2 .product.media.product_v2.v4 .fotorama__arr,
.product-page-v4 .product.media.product_v4.v2 .fotorama__arr,
.product-page-v2 .product.media.product_v4.v2 .fotorama__arr,
.product-page-v4 .product.media.product_v2.v2 .fotorama__arr,
.product-page-v2 .product.media.product_v2.v2 .fotorama__arr,
.product-page-v4 .product.media.product_v4.v4 .fotorama__nav-wrap,
.product-page-v2 .product.media.product_v4.v4 .fotorama__nav-wrap,
.product-page-v4 .product.media.product_v2.v4 .fotorama__nav-wrap,
.product-page-v2 .product.media.product_v2.v4 .fotorama__nav-wrap,
.product-page-v4 .product.media.product_v4.v2 .fotorama__nav-wrap,
.product-page-v2 .product.media.product_v4.v2 .fotorama__nav-wrap,
.product-page-v4 .product.media.product_v2.v2 .fotorama__nav-wrap,
.product-page-v2 .product.media.product_v2.v2 .fotorama__nav-wrap {
  opacity: 0;
  position: fixed;
  top: 100%;
  left: 100%;
}
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  clear: left !important;
  float: left !important;
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding-bottom: 20px;
}
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type {
  padding: 0;
}
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: left !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate3d(0, 0, 0px);
}
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after {
  background: none !important;
}
.product-page-v4 .product.media.product_v4,
.product-page-v2 .product.media.product_v4 {
  padding: 0;
}
.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
  margin: 0 -20px;
}
.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  padding-bottom: 0;
}
.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: none !important;
  width: auto !important;
}
.swipe_desktop_off #swipeOff {
  display: none;
}
.swipe_desktop_off #swipeOff.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reviews-actions a {
  text-decoration: underline;
}
.product-page-v1 .product-info-main {
  margin-top: 5%;
}
#product-review-container .header_right {
  display: none !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info .weltpixel-quickview,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info .weltpixel-quickview,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info .weltpixel-quickview {
  display: block;
  visibility: hidden;
  top: auto !important;
  margin-top: 6px !important;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview {
  display: block !important;
  visibility: visible;
  position: relative;
  background: transparent;
  top: unset;
  color: #000;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview span,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview span,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview span {
  padding: 0;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview span:before,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview span:before,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview span:before {
  display: none;
}
.catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview:hover,
.catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview:hover,
.catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview:hover {
  text-decoration: underline;
}
.catalog-category-view .mfp-iframe-holder .mfp-close,
.catalogsearch-result-index .mfp-iframe-holder .mfp-close,
.catalogsearch-advanced-result .mfp-iframe-holder .mfp-close {
  top: 0;
  color: #000;
  right: 0;
  padding-right: 10px;
  opacity: 1;
  font-size: 36px;
}
.catalog-category-view .mfp-iframe-holder .mfp-content,
.catalogsearch-result-index .mfp-iframe-holder .mfp-content,
.catalogsearch-advanced-result .mfp-iframe-holder .mfp-content {
  height: auto !important;
}
body.weltpixel-quickview-catalog-product-view div#desktopBannerWrapped {
  display: none !important;
}
body.weltpixel-quickview-catalog-product-view .magnifier-preview:not(.hidden) {
  background-color: #ffffff;
  left: 59% !important;
  width: 40% !important;
}
body.weltpixel-quickview-catalog-product-view #maincontent {
  padding: 3% 3% 0 3% !important;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main {
  width: 40%;
  padding-bottom: 10px;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .box-tocart .field.qty {
  display: inline-block;
  width: auto;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .box-tocart .field.qty select {
  max-width: 60px;
  margin-right: 19px;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .box-tocart .actions {
  vertical-align: top;
  float: unset;
  width: 52%;
  max-width: 251px;
  margin-top: 29px;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .product-addto-links {
  margin-top: 29px;
  float: right;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .box-gotoproduct .actions .action.primary {
  background-color: transparent;
  border-color: #1e75f4;
  color: #0750b0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .box-gotoproduct .actions .action.primary span {
  color: #0750b0;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .box-gotoproduct .actions .action.primary:hover {
  background-color: #1e75f4;
  border-color: #1e75f4;
  color: #ffffff;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .box-gotoproduct .actions .action.primary:hover span {
  color: #ffffff;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .product-options-bottom .price-box .price-container > span,
body.weltpixel-quickview-catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-container > span {
  display: inline-block;
}
body.weltpixel-quickview-catalog-product-view #maincontent .product.media {
  width: 60%;
}
body.weltpixel-quickview-catalog-product-view #maincontent #product-options-wrapper .swatch-attribute .swatch-attribute-label a.open-chart {
  margin-right: 0;
  display: none;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 960px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 959px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #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;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .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;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    top: 0;
    right: 0;
    padding: 10px;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    width: unset;
    min-width: unset;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .nav-sections {
    background: #f8f8f8;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #FFF;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .sort-by-mobile {
    display: inline-block;
  }
  .sort-by-mobile-disabled {
    display: none;
  }
  .multiple-wishlist-container {
    text-align: center;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper {
    max-width: 276px;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
    width: 88px;
    height: 100px;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
    width: 270px;
  }
  .instagram-photos.col-2 a {
    width: 50%;
  }
  .instagram-photos.col-3 a {
    width: 50%;
  }
  .instagram-photos.col-4 a {
    width: 50%;
  }
  .instagram-photos.col-5 a {
    width: 50%;
  }
  .instagram-photos.col-6 a {
    width: 50%;
  }
  .show-hide-filter-desktop {
    display: none;
  }
  .wp-instant-search-wrapper {
    display: none;
  }
  .wp-instant-search-wrapper.mobile {
    display: block;
  }
  .sidebar.sidebar-main .wp-filters {
    display: none;
  }
  .sidebar.desktop-showhide-filter-on {
    opacity: 1 !important;
    margin-left: 0 !important;
    display: block !important;
  }
  .page-products .columns {
    z-index: auto !important;
  }
  .page-wrapper .block.filter .filter-options,
  .page-wrapper .block.filter .filter-subtitle {
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
  }
  .page-wrapper .block.filter .filter-subtitle {
    display: block;
    height: 50px;
    line-height: 32px;
    top: 0;
    z-index: 999;
  }
  .page-wrapper .block.filter .filter-options {
    display: block !important;
    bottom: 0;
    overflow: scroll;
    top: 50px;
    z-index: 9999;
  }
  body.filter-active .page-wrapper .block.filter .filter-title {
    left: unset;
    width: 48px;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.filter-active .page-wrapper .block.filter .filter-title strong {
    position: relative;
    left: auto;
    top: auto;
    font-size: 0;
  }
  body.filter-active .page-wrapper .block.filter .filter-options,
  body.filter-active .page-wrapper .block.filter .filter-subtitle {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  body .page-wrapper .hide-selected-filters {
    margin-top: 25px;
  }
  /* price slider - mobile - blank */
  .ui-slider {
    background: #fff;
    color: #333333;
    border: 1px solid #e9e9e9;
    height: 5px;
    margin: 15px 0 25px 20px;
    touch-action: pan-x;
    width: 87%;
  }
  .ui-slider .ui-widget-header {
    background: #e9e9e9 !important;
    height: 100%;
    position: absolute;
  }
  .ui-slider .ui-slider-handle {
    cursor: ew-resize !important;
    width: 1em;
    height: 1em;
    top: -4px;
  }
  .ui-slider .ui-corner-all {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #layered-filter-block .wp-ln-selected .swatch-option {
    position: relative;
    overflow: visible;
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:before {
    visibility: visible;
    border: 3px solid white !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:after {
    visibility: visible !important;
  }
  /* price slider - mobile - Pearl */
  body.theme-pearl #layered-filter-block .wp-ln-selected a {
    text-decoration: none;
    font-weight: 900;
    border-left: 0 none;
    font-style: normal;
    color: inherit;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a:before {
    background: #303030;
    border: 1px solid #303030 !important;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option.text {
    position: relative;
    overflow: visible;
    border: 2px solid #999999 !important;
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:after {
    visibility: visible;
    content: '';
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover {
    overflow: hidden;
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before {
    visibility: hidden;
  }
  body.theme-pearl .ui-slider {
    background: #fff !important;
    color: #333333;
    border: 1px solid #e9e9e9;
    height: 5px;
    margin: 15px 0 25px 20px;
    touch-action: pan-x;
    width: 87%;
    position: relative;
  }
  body.theme-pearl .ui-slider .ui-widget-header {
    background: #e9e9e9 !important;
    height: 100%;
    position: absolute;
  }
  body.theme-pearl .ui-slider .ui-slider-range {
    background: #000 !important;
  }
  body.theme-pearl .ui-slider .ui-slider-handle {
    cursor: ew-resize !important;
    width: 1.8em;
    height: 1.8em;
    top: -9px;
    background: #000000;
    position: absolute;
  }
  body.theme-pearl .ui-slider .ui-corner-all {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  body.theme-pearl #layered-filter-block.filter .block-content .filter-title {
    border-bottom: 0 none;
  }
  body.theme-pearl #layered-filter-block.filter .block-content strong.block-subtitle {
    padding: 10px !important;
  }
  body.theme-pearl #layered-filter-block.filter .block-content .filter-options {
    padding: 10px;
  }
  body.theme-pearl #layered-filter-block.filter .filter-options .swatch-option.color.disabled:after {
    visibility: visible;
    content: '';
  }
  body.theme-pearl #layered-filter-block.filter .filter-options .swatch-option.color.disabled:hover {
    overflow: hidden;
  }
  body.theme-pearl #layered-filter-block.filter .filter-options .swatch-option.color.disabled:hover:before {
    visibility: hidden;
  }
  .wp-slider-inp .wp-slider-inp-range {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .wp-slider-inp .wp-slider-inp-range .wp-price-slider-inp {
    max-width: 41px;
    text-align: center;
    padding: 0;
    margin-left: -2px;
  }
  .wp-slider-inp .wp-slider-inp-range .price-value-wrapper {
    margin-right: auto;
  }
  .wp-slider-inp .wp-slider-inp-range .wp-price-slider-inp.inp-type {
    max-width: 30%;
    height: 24px !important;
    margin-left: 2px;
  }
  .wp-slider-inp .wp-slider-inp-range .wp-price-slider-inp.inp-type#amount_to {
    margin-right: auto;
  }
  .wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a {
    float: right;
    padding-right: 20px;
  }
  .wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a:hover {
    font-weight: bold;
    background: none;
  }
  div.wp-slider-inp {
    width: 100%;
    display: inline-block;
  }
  div.wp-slider-inp .wp-slider-from {
    width: 55%;
    text-align: left;
    float: left;
  }
  div.wp-slider-inp .wp-slider-to {
    width: 45%;
    text-align: right;
    float: right;
  }
  div.wp-slider-inp label {
    color: #757575;
    padding: 0 5px;
  }
  p.wp-slider-action {
    text-align: right;
  }
  /** price slider end */
  .wp-instant-search-wrapper.mobile {
    width: 88%;
    margin: 10px 0 10px 10px;
  }
  .wp-instant-search-inp {
    width: 90%;
  }
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .filter-options-content-title,
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .filter-options-content-title {
    display: none;
  }
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title,
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title,
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title:hover,
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:hover {
    background-color: #FFFFFF !important;
    color: #000000;
    border-style: solid;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: #CCCCCC;
  }
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after,
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after,
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title:hover::after,
  body.page-layout-1column .page-wrapper #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:hover::after {
    border: none;
    background-color: #FFFFFF;
    color: black;
  }
  .page-header-v4 .page-header .panel.wrapper {
    position: relative;
  }
  #multistore-mobile-switcher-language {
    padding-top: 0px;
    background-color: #000;
    min-height: 35px;
  }
  #multistore-mobile-switcher-language img {
    min-height: 35px !important;
  }
  #multistore-mobile-switcher-language.multistore-mobile-hide {
    display: none;
  }
  .sample-img {
    max-width: 150px;
  }
  .arv-wrapper .arv-content {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .arv-wrapper .arv-content .arv-clear {
    top: 23px;
  }
  .arv-wrapper .arv-content .widget {
    margin-bottom: 0px;
  }
  .arv-wrapper .arv-content .arv-item-list {
    width: 100%;
    margin-left: 0px;
    height: auto !important;
  }
  .arv-wrapper .arv-content .arv-item-list .product-item {
    margin-left: 30px !important;
    white-space: normal;
    min-width: 130px !important;
  }
  .arv-wrapper .arv-content .arv-item-list .product-item:first-child {
    margin-left: 0px !important;
  }
  .arv-wrapper .arv-content .arv-item-list .product-item .product-item-actions {
    display: block;
  }
  .arv-wrapper .arv-content .arv-item-list .product-item .product-item-actions .actions-primary {
    display: block;
  }
  .arv-wrapper .arv-content .arv-item-list .product-item .product-item-actions .actions-secondary {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding: 10px 0;
    display: block;
  }
  .arv-wrapper .arv-content .arv-item-list .product-item .product-item-actions .actions-secondary .tocompare {
    margin-left: 10px;
    float: none;
  }
  .arv-wrapper .arv-content .arv-item-list ol.product-items .product-item-actions {
    margin: 0;
  }
  .arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item:hover .product-item-actions .actions-secondary {
    display: block !important;
    margin: 5px auto 0 auto;
    width: 100%;
    padding-left: 0;
  }
  .arv-wrapper .arv-content .arv-cms {
    height: auto !important;
    padding: 20px;
    width: 100%;
  }
  .arv-wrapper .arv-content .arv-cms .arv-desktop-img {
    display: none;
    width: 100%;
  }
  .arv-wrapper .arv-content .arv-cms .arv-mobile-img {
    display: block;
    width: 100%;
  }
  .arv-wrapper .arv-prod-item-sec .towishlist,
  .arv-wrapper .arv-prod-item-sec .tocompare {
    margin: 7px 0;
  }
  .arv-wrapper .tooltip-recently-viewed-text,
  .arv-wrapper .tooltip-recently-viewed-text:hover {
    display: none;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally {
    max-height: 80vh;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list {
    display: inline-block;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list .block-flex {
    display: flex;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list li {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
    text-align: left;
  }
  .theme-pearl .form.minisearch .searchautocomplete {
    margin-right: 0px !important;
    position: static !important;
    clear: both;
  }
  .theme-pearl .loader-ajax:after {
    right: 17px;
    top: 9px;
  }
  .form.minisearch .searchautocomplete {
    width: auto !important;
    margin-right: 15px;
  }
  .form.minisearch .searchautocomplete .block-left img {
    max-width: initial;
  }
  .loader-ajax:after {
    right: 24px;
    top: 24px;
  }
  body:not(.theme-pearl) .product .blocks-promo {
    margin-left: 0;
    margin-right: 0;
  }
  div.page-wrapper .columns .main .login-container {
    width: initial;
    float: none;
    padding: 0;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap {
    height: 100% !important;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap .sl-popup .block-content .sociallogin-or {
    margin-top: 35px;
  }
  body.wp-sl div.sociallogin-wrapper {
    width: 100%;
    float: none;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 96.5% !important;
    padding: 0 10px;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container {
    width: initial !important;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    margin-left: 0;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main .form-create-account,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main .form-create-account {
    width: 100% !important;
  }
  div.social-accounts ul.sl-unlinks {
    max-width: 100%;
  }
  body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
    width: unset !important;
  }
  body.checkout-cart-index div.page-wrapper .columns .main div.sociallogin-wrapper.login-container {
    padding: 0 15px;
  }
  body.checkout-index-index div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
    font-size: 1.8rem;
  }
  body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
    margin: unset;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .checkout-onepage-success .thankyou-wrapper .action.primary,
  .multishipping-checkout-success .thankyou-wrapper .action.primary {
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper .thank-you-page h1,
  .multishipping-checkout-success .thankyou-wrapper .thank-you-page h1 {
    margin-bottom: 10px;
  }
  .checkout-onepage-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe,
  .multishipping-checkout-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe {
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper .cmsblock-container,
  .multishipping-checkout-success .thankyou-wrapper .cmsblock-container {
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    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: #8f8f8f;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 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: #8f8f8f;
    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: #8f8f8f;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    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: #8f8f8f;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  #layered-filter-block .filter-title strong {
    background-color: transparent;
    border-color: black;
  }
  #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 10px 40px 10px 10px;
  }
  #layered-filter-block .filter-content .filter-options .filter-options-content .item {
    margin: 10px 0px 10px 10px;
  }
  .theme-pearl.page-products .columns .column {
    padding-bottom: 50px;
  }
  .theme-pearl.page-products .columns .column .products-grid {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .theme-pearl.page-products .columns .column .products-grid .product-item {
    margin-bottom: 40px;
  }
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-primary,
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-secondary {
    display: flex;
  }
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-secondary {
    margin-top: 10px;
  }
  .theme-pearl .page-wrapper .products-list .product-item .product-item-details .actions-secondary .towishlist {
    margin-right: 15px;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .desktop-logo {
    display: none;
    margin-left: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search {
    float: none;
    margin: 0 10px 0 auto;
    transition: none;
    order: 3;
    z-index: 10;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search label:before {
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search #search_mini_form .control {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search #search_mini_form label.active + .control input {
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .block-search #search_mini_form #searchautocomplete {
    width: 100%;
    margin: 0 auto !important;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .minicart-wrapper {
    order: 4;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .desktop-logo {
    display: none;
    margin-left: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .header_right {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    order: 3;
    margin-left: auto;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .header_right .minicart-wrapper {
    order: 2;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search {
    float: none;
    margin: 0 10px 0 auto;
    padding: 0;
    transition: none;
    position: unset;
    order: 2;
    top: 0;
    right: 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search label:before {
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form .control {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
    overflow: inherit;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form label.active + .control {
    height: auto;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form label.active + .control input {
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v2 .header.content .block-search #search_mini_form #searchautocomplete {
    width: 100%;
    margin: 0 auto !important;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .action.nav-toggle {
    position: relative;
    left: 0;
    top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .desktop-logo {
    display: none;
    margin-left: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .wrap #search-mod #search_mini_form .control input#search {
    position: relative;
    left: 0;
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .wrap #search-mod #search_mini_form .control #searchautocomplete {
    margin-top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search {
    float: none;
    margin: 0 10px 0 0;
    transition: none;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search label:before {
    color: black;
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search #search_mini_form .control {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search #search_mini_form label.active + .control input {
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v3 .header.content .header_right .block-search #search_mini_form #searchautocomplete {
    width: 100%;
    margin: 0 auto !important;
  }
  .theme-pearl .page-wrapper .page-header-v4 {
    background: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header {
    padding: 15px;
    width: auto;
    float: right;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header ul.header.links {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .wrap #search-mod #search_mini_form .control {
    position: relative;
    text-align: center;
    padding: 0;
    height: auto;
    top: 0;
    overflow: inherit;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .wrap #search-mod #search_mini_form .control input#search {
    position: relative;
    left: 0;
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .wrap #search-mod #search_mini_form .control #searchautocomplete {
    margin-top: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search {
    margin: 0;
    z-index: 15;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search.minisearch-v2 {
    margin-right: 10px;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form .label {
    margin-right: 0;
    padding-right: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form .control {
    position: absolute;
    top: -100px;
    padding: 0 15px;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form label.active + .control {
    top: 55px;
    height: auto;
    left: 0;
    width: 100%;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .block-search #search_mini_form label.active + .control input {
    margin: 0;
    width: 100%;
    background-color: #FFFFFF;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .minicart-wrapper {
    z-index: 15;
  }
  .theme-pearl .page-wrapper .page-header-v4 .panel.header .header_right .minicart-wrapper .action.showcart {
    margin: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: absolute;
    left: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content:before {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content:after {
    display: none;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .desktop-logo {
    display: none;
    margin: 0 auto;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .desktop-logo a.logo {
    margin: 0;
    float: none;
    max-width: 100%;
  }
  .theme-pearl.checkout-index-index .page-wrapper .page-header-v4 .header.content {
    position: relative;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .wrap #search-mod #search_mini_form .control,
  .theme-pearl .page-wrapper .page-header-v2 .header.content .wrap #search-mod #search_mini_form .control,
  .theme-pearl .page-wrapper .page-header-v3 .header.content .wrap #search-mod #search_mini_form .control {
    position: relative;
    text-align: center;
    padding: 0;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .wrap #search-mod #search_mini_form .control input,
  .theme-pearl .page-wrapper .page-header-v2 .header.content .wrap #search-mod #search_mini_form .control input,
  .theme-pearl .page-wrapper .page-header-v3 .header.content .wrap #search-mod #search_mini_form .control input {
    position: relative;
    left: 0;
  }
  .page-header-v1 .header_right .switcher,
  .page-header-v2 .header_right .switcher,
  .page-header-v3 .header_right .switcher,
  .page-header-v4 .header_right .switcher {
    display: none;
  }
  .page-header-v2 .block-search .control,
  .page-header-v3 .block-search .control,
  .page-header-v4 .block-search .control {
    border: none;
    height: 0;
    overflow: hidden;
  }
  .wrap .modal .modal-content {
    width: 95%;
  }
  .wrap .modal .wpx-pos-search input {
    margin-top: 0;
  }
  .wrap .modal .searchautocomplete {
    max-height: 60vh;
  }
  .page-header-v1 .wrap .modal .form.minisearch .control,
  .page-header-v2 .wrap .modal .form.minisearch .control,
  .page-header-v3 .wrap .modal .form.minisearch .control,
  .page-header-v4 .wrap .modal .form.minisearch .control {
    height: auto;
  }
  .page-header-v1 .wrap .modal .form.minisearch .control input,
  .page-header-v2 .wrap .modal .form.minisearch .control input,
  .page-header-v3 .wrap .modal .form.minisearch .control input,
  .page-header-v4 .wrap .modal .form.minisearch .control input {
    margin-bottom: 0;
  }
  .wrap .modal .form.minisearch .control .searchautocomplete.vertically .product-list li .block-flex {
    display: flex;
    align-items: center;
  }
  .wrap .modal .form.minisearch .control .searchautocomplete.vertically .product-list li .block-left {
    margin-right: 0;
  }
  .wrap .modal .form.minisearch .control .searchautocomplete.vertically .product-list li .block-right {
    align-self: auto;
  }
  .wrap .modal .form.minisearch .control .loader-ajax:after {
    background-size: 22px 21px;
    top: 9px;
    height: 25px;
  }
  .page-header-v1 .wrap .modal .control.vertically-control.loader-ajax:after,
  .page-header-v2 .wrap .modal .control.vertically-control.loader-ajax:after,
  .page-header-v3 .wrap .modal .control.vertically-control.loader-ajax:after,
  .page-header-v4 .wrap .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-wrapper .page-header-v4 .page-header .block-search {
    float: left;
  }
  .search-description span {
    display: block;
  }
  :root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control {
    border-top: 0 none !important;
  }
  .page-wrapper .header.content .logo {
    max-width: 50%;
    margin-bottom: 13px;
    margin-top: 0;
    z-index: 0;
  }
  .page-wrapper .header.content .logo img {
    width: 100%;
    height: auto;
  }
  .page-wrapper .page-header {
    margin-bottom: 0px;
    border: none;
  }
  .page-wrapper .page-main {
    padding-top: 20px;
  }
  .page-wrapper .page-header-v1 .block-search .control {
    border-top: none;
  }
  .page-wrapper .page-header-v2 .field.search label:before {
    margin-top: 0px !important;
  }
  .page-wrapper .page-header-v4 .page-header .header_right,
  .page-wrapper .page-header-v1 .page-header .header_right {
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .block-search .control,
  .page-wrapper .page-header-v1 .block-search .control {
    border: none !important;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options .switcher-dropdown {
    display: none;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .account .block-collapsible-nav {
    top: 0px;
    z-index: 1;
  }
  .search-autocomplete {
    margin-top: 30px;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-moz-placeholder {
    font-size: 18px !important;
  }
  /*Custom Mobile Logo*/
  :root .theme-pearl .page-wrapper .page-header .mobile-logo,
  :root .theme-pearl .page-wrapper .page-header .mobile-checkout-logo {
    display: flex;
  }
  :root .theme-pearl .page-wrapper .mobile-logo {
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 45px;
    left: 0;
    right: 0;
    top: 15px;
  }
  :root .theme-pearl .page-wrapper .mobile-logo .logo {
    margin: 3px 0 0 0;
  }
  :root .theme-pearl .page-wrapper .mobile-checkout-logo {
    overflow: hidden;
    left: 0;
    position: relative;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  :root .theme-pearl .page-wrapper .mobile-checkout-logo .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .unset-logo {
    display: block;
  }
  :root .theme-pearl .page-wrapper .logo-center {
    align-content: center;
    justify-content: center;
  }
  :root .theme-pearl .page-wrapper .logo-left {
    align-content: center;
    justify-content: flex-start;
  }
  :root .theme-pearl .page-wrapper .page-header-v1 .desktop-logo.desktop-logo-all,
  :root .theme-pearl .page-wrapper .page-header-v2 .desktop-logo.desktop-logo-all,
  :root .theme-pearl .page-wrapper .page-header-v3 .desktop-logo.desktop-logo-all,
  :root .theme-pearl .page-wrapper .page-header-v4 .desktop-logo.desktop-logo-all {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header-v1 .mobile-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header-v2 .mobile-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header-v3 .mobile-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header-v4 .mobile-logo .logo img {
    max-height: 45px;
  }
  :root .theme-pearl.checkout-index-index .page-wrapper .page-header-v4 .desktop-logo-all .logo {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  /*End of Custom Logo*/
  .header-global-promo .global-notification-wrapper #slides {
    max-width: 100%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #prev {
    left: -2%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #next {
    right: -16%;
  }
  .header-global-promo .global-notification-wrapper .glb-prm .wpx-sub {
    display: block;
  }
  .page-wrapper .page-header .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v1 .loader-ajax:after,
  .page-header-v3 .loader-ajax:after,
  .page-header-v4 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v2 .action.showcart:before {
    line-height: 26px !important;
  }
  .page-header-v3 #search_mini_form .control {
    overflow: inherit;
    height: auto !important;
  }
  .page-header-v4 .field.search label:before {
    line-height: 34px !important;
  }
  .blog-sidebar {
    display: none;
  }
  .blog-main {
    float: none;
    max-width: auto;
    width: auto;
  }
  .blog-pagination {
    text-align: left;
  }
  .aw-layered-nav-popover {
    bottom: 10px !important;
    left: 0 !important;
    position: fixed !important;
    right: auto !important;
    top: auto !important;
    width: 97% !important;
    z-index: 999 !important;
  }
  .aw-layered-nav-popover:before,
  .aw-layered-nav-popover:after {
    border-width: 0 !important;
    margin-top: 0 !important;
  }
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__items,
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__loader {
    margin-left: 15px;
  }
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__action {
    width: 50%;
  }
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__action .action.primary.show-button {
    width: 100%;
  }
  body.catalog-category-view .mobile-banner-link {
    display: block;
  }
  body.catalog-category-view .mobile-banner-link img {
    width: 100%;
  }
  body.catalog-category-view .category-cms .left-linkcatalog,
  body.catalog-category-view .category-cms .right-linkcatalog {
    display: none;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    min-height: 400px;
  }
  /* category page and catalog search */
  .catalogsearch-result-index.page-products .columns .column.main .toolbar-products {
    position: absolute;
  }
  .catalog-category-view.page-products .columns,
  .catalogsearch-result-index.page-products .columns,
  .catalogsearch-advanced-result.page-products .columns {
    display: flex;
    padding-top: 0px;
  }
  .catalog-category-view.page-products .columns .sidebar,
  .catalogsearch-result-index.page-products .columns .sidebar,
  .catalogsearch-advanced-result.page-products .columns .sidebar {
    padding: 0px;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0px !important;
    margin-top: 15px;
    background: none;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title {
    position: static;
    background: none;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title strong {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: inherit;
    border-bottom: none;
    margin: 5px 0px 15px;
    background: #064394;
    border-radius: 5px;
    padding: 10px;
    /* -==== new version ====- */
    font-size: 12px;
    background: #fff;
    color: #000;
    letter-spacing: 0;
    font-family: "Proximanova", sans-serif;
    border: 1px solid #e2e3e7;
    border-radius: 0px;
    margin-top: 10px;
    min-width: 95px;
    height: 32px;
    line-height: 30px;
    vertical-align: top;
    padding: 0px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title {
    position: fixed;
    text-align: right;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title strong,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title strong {
    color: #000;
    background: none;
    top: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title strong:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title strong:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter.active .filter-title strong:after {
    font-size: 16px;
    margin-left: 15px;
    padding: 3px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content {
    margin-top: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current {
    margin: 0px;
    padding-bottom: 0px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current ol,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current ol,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current ol {
    padding-left: 15px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current .filter-current-subtitle,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current .filter-current-subtitle,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-current .filter-current-subtitle {
    font-family: inherit;
    padding-left: 15px;
    font-size: 14px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title {
    background: #064394;
    color: #fff;
    vertical-align: middle;
    padding: 10px;
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions {
    margin: 0px;
    text-align: right;
    background: #064394;
    color: #fff;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions .action,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions .action,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions .action {
    color: #fff;
    padding: 5px 15px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions span,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions span,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .block-actions.filter-actions span {
    font-size: 14px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title:after {
    font-size: 14px;
    color: #fff;
    right: 10px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after {
    font-size: 14px;
    color: #fff;
    right: 10px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title .filter-content .filter-options .filter-options-item .filter-options-content,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title .filter-content .filter-options .filter-options-item .filter-options-content,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block .filter-title .filter-content .filter-options .filter-options-item .filter-options-content {
    padding-left: 5%;
  }
  .catalog-category-view.page-products .columns > .toolbar.toolbar-products,
  .catalogsearch-result-index.page-products .columns > .toolbar.toolbar-products,
  .catalogsearch-advanced-result.page-products .columns > .toolbar.toolbar-products {
    box-shadow: none;
  }
  .catalog-category-view.page-products .columns .column.main .toolbar-products,
  .catalogsearch-result-index.page-products .columns .column.main .toolbar-products,
  .catalogsearch-advanced-result.page-products .columns .column.main .toolbar-products {
    top: 23px;
    right: 0px;
  }
  .catalog-category-view.page-products .columns .products-grid .product-item,
  .catalogsearch-result-index.page-products .columns .products-grid .product-item,
  .catalogsearch-advanced-result.page-products .columns .products-grid .product-item {
    width: 49%;
  }
  .catalog-product-view.page-products .columns .menu-filter-mobile,
  .catalog-category-view.page-products .columns .menu-filter-mobile,
  .catalogsearch-result-index.page-products .columns .menu-filter-mobile {
    display: none;
  }
  .catalog-product-view.page-products .columns .toolbar-sorter.sorter,
  .catalog-category-view.page-products .columns .toolbar-sorter.sorter,
  .catalogsearch-result-index.page-products .columns .toolbar-sorter.sorter {
    display: none;
  }
  .catalog-product-view.page-products .columns .toolbar.toolbar-products,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products {
    width: 100%;
    padding-left: 10px;
  }
  .catalog-product-view.page-products .columns .toolbar.toolbar-products .pages,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products .pages,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages {
    margin-left: 0;
  }
  .catalog-product-view.page-products .columns .toolbar.toolbar-products .pages ul,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul {
    padding: 0;
    margin-bottom: 20px;
  }
  .catalog-product-view.page-products .columns .toolbar.toolbar-products .pages ul li.item,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item {
    align-items: center;
    float: none;
    display: none;
  }
  .catalog-product-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-next,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-next,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-next,
  .catalog-product-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-previous,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-previous,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item.pages-item-previous,
  .catalog-product-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.current,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.current,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item.current {
    display: inline-block;
    float: unset;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    vertical-align: top;
  }
  .catalog-product-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.current + li.item,
  .catalog-category-view.page-products .columns .toolbar.toolbar-products .pages ul li.item.current + li.item,
  .catalogsearch-result-index.page-products .columns .toolbar.toolbar-products .pages ul li.item.current + li.item {
    display: inline-block;
  }
  html.plpfilter-active {
    height: 100vh;
  }
  body.filter-active-transition {
    overflow: hidden;
    position: fixed;
  }
  body.filter-active-transition .page-header {
    /*display: none;*/
  }
  body.filter-active-transition .page-wrapper {
    /*height: 0;*/
    /*margin-top: -999999em;*/
    /*visibility: hidden;*/
  }
  body.filter-active-transition .columns {
    z-index: 999;
  }
  body.filter-active-transition .columns:before {
    content: "";
    background-color: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 3;
    visibility: visible;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: none;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current .items .item.results-li {
    display: none;
  }
  .filter .filter-current .items .item {
    display: inline-block;
    background-color: #064394;
    color: #fff;
    border-radius: 28px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding-left: 16px;
    padding-right: 11px;
    align-items: center;
    margin-right: 20px;
    margin-top: 16px;
    cursor: pointer;
    min-width: 0;
  }
  .filter .filter-current .items .item .filter-value {
    color: #fff;
  }
  .filter .filter-current .items .item .filter-label {
    color: #ffffff !important;
    text-transform: uppercase !important;
  }
  .filter .filter-current .items .item .filter-value {
    text-transform: uppercase !important;
  }
  .filter .filter-current .items .item .action.remove:before {
    color: #ffffff !important;
    margin-left: 5px;
  }
  .filter .filter-current .items + .block-actions.filter-actions {
    display: none !important;
  }
  .filter .filter-current .items .action.remove {
    left: auto;
    position: relative;
    top: auto;
  }
  .filter .filter-current .items .action.remove:after {
    color: #ffffff;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .sidebar .sidebar-main {
    z-index: 4;
    background-color: #fff;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options {
    width: 100%;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item {
    margin: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .swatch-attribute,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .swatch-attribute,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .swatch-attribute {
    padding-left: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .filter-options-content .items,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .filter-options-content .items,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-options .filter-options-item .filter-options-content .items {
    padding-left: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-subtitle,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-subtitle,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active .filter-subtitle {
    display: none;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    padding: 18px 30px;
    border-bottom: 1px solid #ccc;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title strong,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title strong,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title strong {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    right: unset;
    border: none;
    width: 100%;
    height: auto;
    top: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title strong:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title strong:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.active.filter .filter-title strong:after {
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #000000;
    top: 0;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title {
    background-color: #fff;
    color: #000;
    padding: 0;
    margin: 0px;
    padding: 10px 0;
    padding: 10px 20px;
    padding-left: 26px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after {
    color: #000;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-title:after {
    color: #000;
    right: 9px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title {
    border-left: 6px solid #006da4;
    padding-left: 20px;
  }
  .catalog-category-view.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar,
  .catalogsearch-result-index.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar,
  .catalogsearch-advanced-result.page-products .columns .sidebar.sidebar-main #layered-filter-block.filter .filter-content .filter-options .filter-options-item .filter-options-content .smile-es-range-slider .actions-toolbar {
    display: block;
    margin-top: 20px;
  }
  .catalog-category-view.page-products .columns .sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content,
  .catalogsearch-result-index.page-products .columns .sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content,
  .catalogsearch-advanced-result.page-products .columns .sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
    padding: 20px;
  }
  .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;
  }
  .page-footer {
    margin-top: 0px;
  }
  .page-footer .footer-container .newsletter-box {
    overflow: hidden;
    background: #053a83;
    padding: 5px;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter {
    width: 100%;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .content {
    background-image: url('../images/newsletter-background.png');
    background-size: cover;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .field.newsletter {
    width: 100%;
    padding-top: 10px !important;
    text-align: center;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .field.newsletter .label {
    clip: unset;
    width: 100%;
    height: auto;
    position: relative;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .field.newsletter .control {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .control {
    padding: 10px 0px;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .control:before {
    display: none;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .control input {
    height: 30px;
    padding-left: 10px;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .control input::placeholder {
    font-size: 11px;
    font-style: italic;
    color: #8f8f8f;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .actions {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 30px;
    width: 30px;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .actions button {
    background: transparent;
    border: 0px;
    width: auto;
    height: initial;
    padding: 0px;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .actions button span {
    display: none;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .actions button:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url('../images/li-search-action-icon-mobile.png');
    background-size: 7px 12px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-footer .footer-container .newsletter-box .block.newsletter .form.subscribe .actions .action.subscribe {
    background-color: #064394;
    padding-left: 10px;
    padding-right: 6px;
    height: 30px;
  }
  .page-wrapper .copyright {
    background: linear-gradient(#064292, #064394);
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-wrapper .copyright > span {
    display: inline-block;
  }
  .page-wrapper .copyright .map-logo {
    width: 90px;
    display: inline-block;
  }
  .page-footer .copyright.container {
    padding: 10px 0;
  }
  .page-footer .copyright.container span {
    font-size: 10px;
  }
  .page-footer .footer-container .footer .footer-new-section span.title {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box {
    padding: 0px 0 20px;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter {
    width: 100%;
    margin: auto 0;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .title {
    display: none;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .content {
    background: none;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .content label.label {
    display: none;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-newsletter .newsletter-box .block.newsletter .content .action.subscribe.primary {
    background-color: #000;
    border: 1px solid #000;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-social-links {
    padding-top: 0px !important;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-social-links ul {
    border-bottom: 0px solid #000 !important;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-social-links ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-social-links ul li a.social {
    font-size: 24px !important;
    line-height: 50px;
    color: #ffffff;
    opacity: 0.5;
  }
  .page-footer .footer-container .footer .footer-new-section .footer-social-links ul li a.social:hover {
    text-decoration: none;
    opacity: 1;
  }
  .footer-container .footer .container .row .collapsible > span.title {
    padding: 5px 0;
  }
  .footer-container .footer .container .row .collapsible > span.title:after {
    top: 6px;
  }
  .footer-container .footer .container .row .footer-newsletter .form.subscribe .field.newsletter .control {
    padding-top: 0;
  }
  .footer-container .footer .container .row .footer-newsletter .form.subscribe .field.newsletter .control #newsletter {
    height: 40px;
  }
  .footer-container .footer .container .row .footer-newsletter .form.subscribe .actions {
    height: 40px;
    width: 40px;
    top: 10px;
  }
  .footer-container .footer .container .row .footer-newsletter .form.subscribe .actions .action.subscribe.primary {
    border: 1px solid #a4a3a3 !important;
    width: 41px;
    height: 40px;
  }
  .footer-container .footer .container .row .footer-newsletter .form.subscribe .actions .action.subscribe.primary:before {
    width: 20px;
  }
  .page-wrapper .copyright {
    text-align: center;
    background: transparent;
    padding-top: 10px;
  }
  .footer-container .newsletter-box {
    padding: 5px 0 !important;
  }
  .footer-container .container .row .collapsible > span {
    border-bottom: solid 1px #ffffff;
    position: relative;
    width: 100%;
    line-height: 42px;
    margin-bottom: 0;
  }
  .footer-container .container .row .collapsible > span + * {
    display: none;
  }
  .footer-container .container .row .collapsible > span:after {
    content: "+";
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all .5s;
  }
  .footer-container .container .row .collapsible.open > span {
    margin-bottom: 10px;
    border-bottom: none;
  }
  .footer-container .container .row .collapsible.open > span + * {
    display: block;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .footer-container .container .row .collapsible.open > span:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .footer-container .container .row .collapsible.open .row > div ul {
    margin-bottom: 0;
  }
  .footer-container .container .row .collapsible.open .row > div:last-child ul {
    padding-bottom: 10px;
    border-bottom: solid 1px #ffffff;
  }
  .footer-container .container .row .collapsible.col-md-3 span {
    margin-bottom: 15px;
  }
  .footer-container .container .row .collapsible.col-md-3 span + * {
    margin-bottom: 20px;
    border-bottom: none;
  }
  .footer-container .footer-space {
    padding: 30px 0 0px;
    border-bottom: none;
  }
  .footer-container .footer-space .logo-box {
    margin-bottom: 0;
  }
  .footer-container .footer-space .map-logo img {
    width: 80%;
  }
  .footer-container .footer-space .payments {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .footer-container .footer-space .payments img {
    margin-right: 10px;
  }
  .copyright.container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .copyright.container ul li.atText {
    margin-top: 15px;
  }
  .page-header.page-header-v1 .panel.header {
    display: none;
  }
  .page-wrapper > .page-header {
    padding-bottom: 20px;
    box-shadow: 0 -4px 16px -4px #808080;
  }
  .page-wrapper .page-header.sticky {
    width: 100%;
    position: fixed;
    background: #fff;
    animation: slide-down 0.7s;
  }
  .page-wrapper .page-header.page-header-v1 .header.content .multistore-switcher {
    display: block !important;
    float: right;
    z-index: 10;
  }
  .page-wrapper .page-header.page-header-v1 .panel.header {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
  }
  .page-wrapper .page-header .header-multistore #multistore-mobile-switcher-language {
    display: none;
    background-color: #053a81;
  }
  .page-wrapper .page-header #switcher-language {
    width: 50px;
    margin-left: 0px;
    margin-right: 20px;
  }
  .page-wrapper .page-header #switcher-language .language-dropdown-container > li span {
    display: none;
  }
  .page-wrapper .page-header .header.content {
    position: relative;
    padding-bottom: 40px;
  }
  .page-wrapper .page-header .header.content .top-header-links {
    display: none;
  }
  .page-wrapper .page-header .header.content .logo {
    width: 100%;
    margin-bottom: 0px;
  }
  .page-wrapper .page-header .header.content .logo img {
    height: auto;
  }
  .page-wrapper .page-header .header.content .block.block-search {
    width: 100%;
    position: absolute;
    bottom: 0;
    max-width: 100%;
    margin: 0px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content {
    max-width: 100%;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search {
    height: 30px;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search .label {
    display: none;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search .control {
    height: 30px;
    clear: inherit;
    border-top: 0px;
    position: relative;
    top: 0px;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search .control input {
    left: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search .control:before {
    left: 20px;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search label.active + .control,
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search label.search-active + .control {
    position: fixed;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search label.active + .control:before,
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search label.search-active + .control:before {
    left: 6px;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search label.active + .control input,
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .field.search label.search-active + .control input {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .actions {
    z-index: -1;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .actions .action.search {
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .actions .action.search:before {
    position: absolute;
    top: -2px;
    left: -12px;
    background-image: url(../images/li-search-action-icon.png);
    content: "";
    background-size: contain;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
  }
  .page-wrapper .page-header .header.content .block.block-search .block-content .form.minisearch .actions .action.search span {
    display: none;
  }
  .sections.nav-sections {
    background: #e4e4e4 !important;
  }
  .sections.nav-sections .section-items {
    background-color: #e4e4e4;
    border-right: 1px solid #eaeaea;
    /*background: url(../images/category-filter-background.png) no-repeat;*/
    background-size: 100%;
    padding-bottom: 50px;
  }
  .sections.nav-sections .section-items .header.links {
    clear: both;
    width: 227px;
    margin-top: 20px;
    border: 0px;
  }
  .sections.nav-sections .section-items .header.links li {
    position: relative;
  }
  .sections.nav-sections .section-items .header.links li a {
    border-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #122e57;
    line-height: 32px;
    padding: 0px;
    border: 0px;
  }
  .sections.nav-sections .section-items .header.links li.authorization-link {
    padding-left: 36px;
  }
  .sections.nav-sections .section-items .header.links li.authorization-link a {
    padding: 0px;
    text-align: left;
  }
  .sections.nav-sections .section-items .header.links li.authorization-link:after {
    content: "/";
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 2px;
    line-height: 35px;
    font-weight: 700;
  }
  .sections.nav-sections .section-items .header.links li.nav.item {
    display: inline-block !important;
    width: 100%;
  }
  .sections.nav-sections .section-items > .header.links {
    width: 100%;
    margin-top: 0px;
  }
  .sections.nav-sections .section-items > .header.links > li {
    width: auto;
  }
  .sections.nav-sections .section-items > .header.links > li.authorization-link {
    margin-right: 20px;
  }
  .sections.nav-sections .section-items > .header.links > li.authorization-link:after {
    right: -20px;
  }
  .sections.nav-sections .section-items > .header.links > li.nav.item {
    display: block;
    float: none;
    padding-left: 15px;
  }
  .sections.nav-sections .section-items > .header.links .customer-welcome {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0px;
  }
  .sections.nav-sections .section-items > .header.links .customer-welcome .header.links {
    width: 100%;
    text-align: left;
    padding-left: 35px;
  }
  .sections.nav-sections .section-items > .header.links .customer-welcome .header.links li.authorization-link {
    padding-left: 0px;
  }
  .sections.nav-sections .section-items > .header.links .customer-welcome .header.links li.authorization-link:after {
    content: " ";
  }
  .sections.nav-sections .section-items .section-item-content {
    float: right;
    width: 100%;
    padding-bottom: 0px;
    position: relative;
    clear: both;
  }
  .sections.nav-sections .section-items .section-item-content .top-header-links {
    clear: both;
    overflow: hidden;
    line-height: 32px;
    padding-left: 36px;
  }
  .sections.nav-sections .section-items .section-item-content .top-header-links .social-container {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content .top-header-links > a {
    background: transparent;
    color: white;
    padding: 0px;
    width: auto;
    float: left;
    max-width: unset;
  }
  .sections.nav-sections .section-items .section-item-content .top-header-links > a span {
    font-size: 16px;
    font-weight: bold;
    color: #122e57;
    text-transform: uppercase;
  }
  .sections.nav-sections .section-items .section-item-content#store\.links {
    visibility: visible;
    position: relative;
  }
  .sections.nav-sections .section-items .section-item-content#store\.links .header.links {
    border-bottom: 0px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sections.nav-sections .section-items .section-item-content#store\.links .header.links li {
    width: 100%;
    float: none;
    border-top: 1px solid #d1d1d1;
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .sections.nav-sections .section-items .section-item-content#store\.links .header.links li.authorization-link {
    text-align: left;
  }
  .sections.nav-sections .section-items .section-item-content#store\.links .header.links li.authorization-link:after {
    content: "";
    margin: 0px;
  }
  .sections.nav-sections .section-items .section-item-content#store\.links .header.links li > a {
    border-top: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li a span {
    padding: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 {
    border-top: 0px solid #d1d1d1;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0.active > a:not(.uistate-active) {
    border: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0px;
    width: 100px;
    text-align: right;
    padding-right: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 a {
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
    text-transform: uppercase;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 a span {
    border-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #122e57;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li .level1 a span {
    color: #9c9c9c;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li .level1 .submenu.dropdown-menu {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0:last-child {
    border-bottom: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0.sale-category span {
    color: #e45b4a;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu {
    background: transparent !important;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item > a {
    padding: 0px 20px;
    position: relative;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item > a span {
    color: #122e57 !important;
    background: transparent;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item > a .drill-opener:before,
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item > a .opener:before {
    content: '\e60f';
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item > a .drill-opener.item-active:before,
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .nav-item > a .opener.item-active:before {
    content: '\e61c';
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .submenu-inner .content-wrapper .nav-item.level1 {
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item.active > a {
    background: rgba(5, 58, 129, 0.2);
    line-height: 32px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a {
    position: relative;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .opener,
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .drill-opener {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: none;
    background-color: transparent;
    width: 100px;
    text-align: right;
    padding-right: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .opener.item-active,
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item > a .drill-opener.item-active {
    background-color: transparent;
    left: -11px;
    transform: rotate(90deg);
    top: -3px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0 > a {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation,
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation .level0.current > a {
    background-color: transparent !important;
    border: none;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > .navigation .nav-item > a .drill-opener {
    padding-right: 0;
  }
  .sections.nav-sections .section-items .section-item-title {
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
    clear: both;
    margin-top: 40px;
    padding-left: 30px;
  }
  .sections.nav-sections .section-items .section-item-title a {
    font-size: 22px;
    font-weight: 700;
  }
  .sections.nav-sections .section-items .section-item-title.active .nav-sections-item-switch {
    color: #000;
    font-size: 40px;
    border-bottom: 4px solid white;
  }
  .sections.nav-sections .section-items.nav-sections-items {
    overflow-x: hidden;
  }
  .page-header-v1 .page-header .header-main {
    box-shadow: 0px 1px 5px -1px #5d5d5d;
  }
  .page-header-v1 .page-header .header-main .h-search .block-search label .control {
    padding: 0 !important;
    border: 0 !important;
    position: fixed;
  }
  .page-header-v1 .page-header .header-main .h-search .block-search label.active + .control input {
    border: 1px solid #ccc !important;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog {
    padding: 0 10px 10px 10px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block-minicart.mobile {
    right: unset;
    transition: transform 0.426s cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block-minicart.mobile.active {
    transition: transform 0.426s cubic-bezier(0.4, 0.9, 0.3, 1);
    height: 100%;
    padding: 0 10px 10px 10px;
    border-top: 1px solid #bbb;
  }
  html.nav-open .page-wrapper {
    left: 0 !important;
  }
  html.nav-open .nav-toggle {
    left: 15px !important;
    top: 8px;
  }
  html.nav-open .nav-toggle:after {
    z-index: -1;
    display: none !important;
  }
  html.nav-open .nav-toggle:before {
    z-index: 99;
    content: '\e616';
    color: #000 !important;
  }
  html.nav-before-open .page-wrapper {
    transition: 0.5s !important;
    -webkit-transition: left 0.5s !important;
    -moz-transition: left 0.5s !important;
    -ms-transition: left 0.5s !important;
  }
  html .page-header .nav-sections {
    transition: 0.5s !important;
    -webkit-transition: left 0.5s !important;
    -moz-transition: left 0.5s !important;
    -ms-transition: left 0.5s !important;
  }
  html .page-wrapper > .page-header {
    padding-bottom: 0;
    box-shadow: none;
    z-index: 100 !important;
  }
  .page-wrapper .scroll-div {
    min-height: 56px;
  }
  .sections.nav-sections {
    background-color: #000 !important;
    height: 100vh;
  }
  .sections.nav-sections .section-items {
    padding-bottom: 0px;
  }
  .sections.nav-sections .section-items .section-item-title {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content {
    margin-top: 0;
    padding-top: 10px;
    background-color: #fff;
    left: 0px;
    transition: 0.2s;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item.active > a {
    line-height: 0px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .drilldown-back .drill-opener:before {
    padding-left: 0;
    border-left: 0;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1.nav-dropdown {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1.nav-dropdown .dropdown-submenu > a {
    border-bottom: 1px solid #ebebeb;
    height: 44px;
    line-height: 44px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1.nav-dropdown .dropdown-submenu > a span {
    padding-left: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1.nav-dropdown .dropdown-submenu > a span.drill-opener {
    padding-right: 0;
    width: 35px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation .level1.nav-dropdown .dropdown-submenu > a span.drill-opener:before {
    padding: 8px 0px 8px 12px;
    border-left: 1px solid #dcdcdc;
    line-height: 38px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 a {
    letter-spacing: 0;
    line-height: 0px;
    font-size: 20px;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 a span {
    font-size: 20px !important;
    width: auto;
    color: #000;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 .submenu .nav-item > a .drill-opener:before,
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 .submenu .nav-item > a .opener:before {
    content: '\f078' !important;
  }
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 .submenu .nav-item > a .drill-opener.item-active:before,
  .sections.nav-sections .section-items .section-item-content .navigation li.level0 .submenu .nav-item > a .opener.item-active:before {
    content: '\f054' !important;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item > a .drill-opener {
    width: 30px !important;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item > a .drill-opener:before {
    padding: 8px 0px 8px 12px;
    border-left: 1px solid #dcdcdc;
    line-height: 38px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0 > a {
    margin-bottom: 0;
    padding: 23px 15px;
    border-color: #999;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0 > a + .submenu.dropdown-menu {
    padding-top: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0 > a.activem {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.menu-mobile-show > a {
    visibility: visible !important;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language {
    display: block !important;
    width: auto;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language .switcher-options .switcher-trigger .multistore-switcher-wrapper::after {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language .switcher-options .switcher-trigger .multistore-switcher-wrapper img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language .switcher-options .switcher-trigger .multistore-switcher-wrapper .switcher-option {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language .switcher-options.active .dropdown.switcher-dropdown.switcher-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4px;
    right: -10px;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language .switcher-options.active .dropdown.switcher-dropdown.switcher-wrapper .switcher-option {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language .switcher-options.active .dropdown.switcher-dropdown.switcher-wrapper .switcher-option a {
    padding: 5px 0;
  }
  .sections.nav-sections .section-items .section-item-content .switcher.language.switcher-language#switcher-language .switcher-options.active .dropdown.switcher-dropdown.switcher-wrapper .switcher-option img {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
  }
  .sections.nav-sections .section-items .section-item-content .login-mobile {
    position: relative;
    padding-left: 25px;
    border-bottom: solid 1px #d7d7d7;
  }
  .sections.nav-sections .section-items .section-item-content .login-mobile:before {
    content: "\e971" !important;
    font-family: 'icomoon' !important;
    font-size: 23px !important;
    color: #fff;
    margin-right: 4px;
    padding-left: 15px;
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile {
    background-color: #000;
    float: left;
    width: 100%;
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li {
    list-style: none;
    padding: 25px 0px;
    align-items: center;
    display: flex;
    border-bottom: solid 1px #d7d7d7;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li.current strong {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 16px;
    font-family: 'ProximaNova', sans-serif;
    padding-left: 25px;
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 16px;
    font-family: 'ProximaNova', sans-serif;
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li:nth-child(2) a {
    padding-left: 25px;
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li:nth-child(2):before {
    content: "" !important;
    margin-right: 4px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/white-wishlist.png);
    background-repeat: no-repeat;
    background-size: 22px;
    z-index: 9999;
    width: 25px;
    height: 25px;
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li:nth-child(3) a {
    padding-left: 25px;
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li:nth-child(3):before {
    content: "\e947" !important;
    font-family: 'icomoon' !important;
    font-size: 20px !important;
    color: #fff;
    margin-right: 4px;
    position: absolute;
    left: 15px;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .sections.nav-sections .section-items .section-item-content .additional-mobile li:last-child {
    border-bottom: none;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile {
    background-color: #000;
    float: left;
    width: 100%;
    padding: 0;
    border-top: solid 1px #d7d7d7;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile li {
    list-style: none;
    padding: 25px 0px;
    align-items: center;
    display: flex;
    border-bottom: solid 1px #d7d7d7;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    height: auto;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 16px;
    font-family: 'ProximaNova', sans-serif;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile li strong {
    font-weight: 500;
    font-size: 14px;
  }
  .sections.nav-sections .section-items .section-item-content .additional-login-mobile li:last-child {
    border-bottom: none;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language {
    background-color: #f8f8f8;
    float: left;
    width: 100%;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container {
    position: relative;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option {
    padding-bottom: 15px;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option img {
    max-height: 20px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    object-fit: cover;
    vertical-align: text-bottom;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option span {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    vertical-align: baseline;
    color: #122e57;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .switcher-option:after {
    content: none;
    font-family: FontAwesome;
    color: black;
    font-size: 1.6rem;
  }
  .sections.nav-sections .section-items .section-item-content #multistore-mobile-switcher-language .store-options .language-dropdown-container .weltpixel_multistore {
    display: block;
  }
  .sections.nav-sections .section-items .section-item-content .store-information {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top;
    line-height: 20px;
    padding: 15px 25px;
    letter-spacing: 0;
    width: 100%;
    background-color: #e4e4e4;
  }
  .sections.nav-sections .section-items .section-item-content .store-information i {
    font-weight: bold;
    width: 14px;
  }
  .sections.nav-sections .section-items .section-item-content .store-information a {
    font-weight: bold;
    display: inherit;
    width: calc(100% - 14px);
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language {
    float: left;
    width: 100%;
    padding: 0 15px;
    border-bottom: none;
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language .label {
    display: none;
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language .switcher-trigger {
    margin-bottom: 0;
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language .switcher-trigger strong {
    line-height: 46px;
    padding-left: 10px;
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language .switcher-trigger strong:after {
    right: 0;
    top: 0;
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language .switcher-trigger strong span {
    color: #122e57;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language .switcher-dropdown .switcher-option {
    padding: 0 10px;
  }
  .sections.nav-sections .section-items .section-item-content .switcher-language .switcher-dropdown .switcher-option a {
    color: #122e57;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
  }
  .ves-megamenu > .navigation {
    padding: 0 !important;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: '\f054' !important;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 700;
  }
  .ves-megamenu .drill-opener.item-active:before,
  .ves-megamenu .opener.item-active:before {
    content: '\f078' !important;
    transform: rotate(180deg);
  }
  .page-header .header-main .minicart-wrapper.active .mage-dropdown-dialog {
    transform: translateX(0px);
    z-index: 9999;
  }
  .page-header .header-main .minicart-wrapper.active .mage-dropdown-dialog .block.block-minicart {
    box-shadow: none;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog {
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    transform: translateX(100%);
    transition: transform 0.426s cubic-bezier(0.4, 0.9, 0.3, 1);
    display: block !important;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    padding: 0px 20px 20px;
    margin-top: 0px;
    border: none !important;
    box-shadow: none;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart:before,
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart:after {
    display: none !important;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart .subtotal {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 27px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart .subtotal .label {
    float: left;
    padding-top: 0;
    display: inline-block;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart .subtotal .label span {
    font-size: 15px;
    font-weight: 700;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart .subtotal .amount {
    padding-top: 0;
    display: inline-block;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart .subtotal .amount .price-wrapper span.price {
    font-size: 15px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper #minicart-success-message {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 50px;
    text-align: center;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-title {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    margin: 10px 30px 10px 30px;
    display: block;
    text-align: center;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-title .text {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-title .text span {
    font-weight: 700;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-title .text span:after {
    content: ':';
    font-size: 15px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-title .qty {
    font-size: 14px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .action.close {
    height: 50px;
    width: 50px;
    right: 0px;
    top: -5px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .action.close:before {
    color: #000000;
    font-size: 20px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    overflow-y: auto;
    max-height: 200px;
    height: auto !important;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item {
    padding: 15px 0;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-photo {
    border: 1px solid #dddddd;
    height: 92px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .price {
    font-size: 14px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .product.options dl.product.options.list {
    padding-top: 4px;
    margin-bottom: 4px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .product.options dl.product.options.list dt.label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0px;
    color: #999;
    font-size: 14px;
    text-transform: capitalize !important;
    margin-right: 3px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .product.options dl.product.options.list dd.values {
    display: inline-block;
    margin-bottom: 0px;
    color: #999;
    font-size: 14px;
    text-transform: capitalize !important;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-name a {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize !important;
    color: #333333;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty.qty {
    display: none;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product .product-item-details .product.actions {
    display: none;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .primary {
    width: 100%;
    margin: 0px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .primary button.primary.checkout {
    background-color: #064394 !important;
    border-color: #064394 !important;
    border: 1px solid #064394;
    padding: 8px 17px;
    border-radius: 0px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .primary button.primary.checkout a span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary {
    border: 2px solid #ddd;
    padding: 3px 10px;
    margin-left: 0px;
    margin-top: 10px;
    background-color: #ffffff !important;
    border-color: #064394 !important;
    border: 1px solid #064394;
    line-height: 3;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary #btn-view-cart {
    background-color: transparent;
    border: #064394 0px solid;
    padding: 0 5px;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary #btn-view-cart span {
    font-size: 14px;
    color: #064394;
    text-transform: uppercase;
    font-weight: 700;
  }
  .page-header-v1 .page-header .header-main .logo img {
    width: 320px;
  }
  .page-header-v1 .page-header .header-main .h-panel .minicart-wrapper .action.showcart .counter.qty {
    left: -8px;
    top: -5px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    line-height: 15px;
    font-size: 11px;
  }
  body.cms-index-index .sub-banner-content {
    padding-top: 20px;
  }
  .page-wrapper .page-header-v1 .page-header .header-main .h-search {
    position: absolute;
  }
  .page-header-v1 .page-header .header-main .h-search .block-search {
    position: static;
  }
  .block-search #search_mini_form .control #searchSuggestions {
    display: flex;
    padding: 0 0px;
    top: 105px;
    left: 0;
  }
  form.minisearch #searchSuggestions #suggestionsContainer #innerContainer {
    max-height: 270px;
  }
  #searchSuggestions #suggestionsContainer #topProducts ul .ac-product a .ac-prod-title {
    font-size: 13px;
    padding-top: 0px;
    border-top: 0;
    margin-top: 5px;
  }
  #searchSuggestions #suggestionsContainer .cel-ac-icon-cancel {
    top: 0% !important;
  }
  .catalog-product-view #available-stores-popup .modal-title {
    font-size: 26px;
    font-weight: 300;
  }
  .catalog-product-view #available-stores-popup .modal-content {
    flex-direction: column;
  }
  .catalog-product-view #available-stores-popup .modal-content #stores-map {
    width: 100% !important;
    height: 380px !important;
  }
  .catalog-product-view #available-stores-popup .modal-content .available-store-container {
    margin-top: 20px;
    width: 100%;
    padding-left: 0px;
  }
  .catalog-product-view #available-stores-popup .modal-content .available-store-container .search-result {
    height: auto;
    overflow-y: unset;
  }
  .catalog-product-view .pdpsticky .check-in-store {
    text-align: center;
  }
  .catalog-product-view .modal-popup.modal-slide._inner-scroll._show {
    left: 0px;
    margin: 0px;
  }
  .catalog-product-view .modal-popup.modal-slide._inner-scroll._show .modal-header {
    background-color: #ffffff;
  }
  .catalog-product-view .modal-popup.modal-slide._inner-scroll._show .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #ffffff;
  }
  .catalog-product-view .empatkali-msg .empat-icon img {
    width: 80px;
  }
  .catalog-product-view .empatkali-msg .empatkali-pop-link {
    margin-left: 2px;
    vertical-align: top;
  }
  .catalog-product-view .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .pdp-flex-column {
    flex-direction: column !important;
  }
  .catalog-product-view .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .pdp-flex-column .column {
    width: 100% !important;
  }
  .catalog-product-view .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .emp-pdp-footer-content {
    flex-direction: column;
    text-align: center;
  }
  .catalog-product-view .empatkali-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .empatkali-content .empatkali-popup-container .emp-pdp-footer-content .app-store {
    justify-content: center;
  }
  .page-header .sections.nav-sections .section-items .section-item-content .navigation li.level0.ves-mob-navopen .nav-anchor {
    text-align: center;
  }
  .page-header .sections.nav-sections .section-items .section-item-content .navigation li.level0.ves-mob-navhidden {
    display: none !important;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec {
    background: #fff;
    padding: 0;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec strong {
    padding: 5px 15px 4px;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
    background-color: #eee;
    font-family: 'ProximaNova', sans-serif;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec ul {
    padding: 0;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec ul li a.crocs-icon {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #000;
    padding-left: 52px;
    font-family: ProximaNova, sans-serif !important;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec ul li a.crocs-icon:before {
    top: 9px;
    left: 15px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .row-mar {
    margin: 0px -15px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu .submenu-inner .menu-sec .menu-un-links {
    padding: 0 15px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .submenu {
    top: 0 !important;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .mm-list-shop {
    padding-bottom: 15px;
    padding-top: 10px;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .mm-list-shop li a {
    font-size: 16px;
    padding: 25px 15px;
  }
  .page-wrapper .page-header .page-header .header-main .responsive-main-header .sections.nav-sections .nav-sections-item-content .navigation ul li.level0 .mm-list-shop li a u {
    color: #000 !important;
    font-family: 'ProximaNova', sans-serif;
  }
  .sections.nav-sections .section-items .section-item-content .ves-megamenu .navigation > ul .nav-item.level0 > a + .submenu.dropdown-menu {
    padding-top: 0 !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .mclick {
    position: relative;
    margin-bottom: 15px;
  }
  .mclick:before {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 14px;
    content: '+';
    font-size: 30px;
  }
  .allow[aria-expanded="true"] .mclick:before {
    content: '-';
  }
  .menu-sec .mclick-header {
    margin-bottom: 15px;
  }
  .mtoplink {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 0;
  }
  .mobile_img_space {
    padding: 0 15px;
  }
  .menu-head {
    padding: 5px 15px 2px;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
    background-color: #eee;
  }
  .menu-normal-link li a {
    border-bottom: 1px solid #eee;
  }
  .mobile_img_space u {
    font-weight: normal;
  }
  body.account .sidebar-main .block-collapsible-nav ul.nav.items {
    list-style-type: none;
    padding: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    left: 0;
  }
  body.account .sidebar-main .block-collapsible-nav ul.nav.items .content a,
  body.account .sidebar-main .block-collapsible-nav ul.nav.items .content strong {
    color: #000;
  }
  body.account .customer-service-content-links {
    padding: 30px 0;
    list-style: none;
  }
  body.account .customer-service-content-links li.cx-panel:first-child {
    border-top: 1px solid #ccc;
  }
  body.account .customer-service-content-links li.cx-panel {
    border-bottom: 1px solid #ccc;
  }
  body.account .customer-service-content-links .cx-heading,
  body.account .customer-service-content-links li.cx-panel {
    margin: 0;
    padding: 0;
  }
  body.account .customer-service-content-links .cx-heading > * {
    display: block;
    padding: 15px 10px;
    text-decoration: none !important;
  }
  body.account .block-collapsible-nav {
    left: 15px;
    width: 92%;
  }
  .customer-service-content-links .cx-icon {
    font-size: 24px;
    padding-right: 5px;
  }
  .symbolset {
    font-family: "symbolset", Arial, sans-serif;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
  }
  .icomoon-icon1 span {
    display: flex;
    align-items: center;
  }
  .icomoon-icon1 span:before {
    font-family: 'crocs-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    color: #000;
    margin-right: 10px;
  }
  .faq-icon span:before {
    content: '\ea09';
  }
  .order-status-icon span:before {
    content: '\e94b';
  }
  .exchange-icon span:before {
    content: '\e9bd';
  }
  .returns-icon span:before {
    content: '\e924';
  }
  .contact-icon span:before {
    content: '\e96c';
  }
  .shipping-icon span:before {
    content: '\e9c2';
  }
  .customer-service-content-links .cx-heavy-brand-font {
    font-weight: 900 !important;
    font-size: 20px;
  }
  body.account .sidebar-main .block-collapsible-nav .content a,
  body.account .sidebar-main .block-collapsible-nav .content strong {
    color: #000 !important;
  }
  .account-top {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
  }
  body.account .page-main {
    padding-top: 130px;
  }
  body.account.wishlist-index-index .wishlist-page__heading {
    text-align: center;
  }
  .block-collapsible-nav .title {
    border: 1px solid #ccc;
    padding: 12px 15px;
  }
  .toolbar.toolbar-products .page.last {
    position: absolute;
    top: -26px;
    right: 0;
  }
  .catalogsearch-result-index .columns .column.main .top-toolbar {
    margin-bottom: 20px;
  }
  .catalogsearch-result-index.page-products .columns .column.main .page-title-wrapper {
    margin-top: 20px;
  }
  .theme-pearl.store-view-default .breadcrumbs .item:not(:last-child):after,
  .theme-pearl.store-view-id .breadcrumbs .item:not(:last-child):after {
    vertical-align: top;
    margin: 0 3px;
  }
  .customer-address-index .block.block-addresses-default .Add-new-button a.action.edit {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  .add-contact-info .form-address-edit fieldset.fieldset .field {
    margin-bottom: 35px;
  }
  .order-actions-toolbar .action {
    margin-right: 0;
  }
  .d-none,
  .d-md-none {
    display: none !important;
  }
  .catalog-category-view #maincontent .columns .column.main .page-title-wrapper #page-title-heading {
    display: flex;
    align-items: center;
  }
  .catalogsearch-result-index .columns .column.main .page-title-wrapper h1 {
    display: flex;
    align-items: center;
  }
  .buttons-actions.add-account-form-main span.add-account-form {
    padding: 12px 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  .catalog-category-view span.product-count,
  .catalogsearch-result-index span.product-count {
    margin-left: 10px;
  }
  body:not(.mobile-nav) .nav-sections {
    background-color: #e4e4e4 !important;
    padding-bottom: 0px !important;
  }
  body:not(.mobile-nav) .nav-sections .navigation {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body:not(.mobile-nav) .nav-sections nav.navigation {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
    width: 50% !important;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
  }
  #multistore-mobile-switcher-language img {
    min-height: auto !important;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .cms-faq .faq-container {
    width: 100%;
    margin: 15px auto 15px auto;
    padding: 4px;
  }
  .cms-faq .faq-container .faq-table-container {
    overflow-x: scroll;
  }
  .cms-faq .faq-container .toggle.toggle-border .togglet {
    padding: 0 15px 0 15px;
  }
  .slider-bottom .custom-slider {
    padding-bottom: 0px;
  }
  .slider-bottom .custom-slider .owl-theme .owl-dots {
    bottom: 0px;
  }
  .custom-slider .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .custom-slider .owl-theme .owl-dots {
    bottom: 0px;
  }
  .product-page-v4 .product-top-main.product_v4,
  .product-page-v2 .product-top-main.product_v4,
  .product-page-v4 .product-top-main.product_v2,
  .product-page-v2 .product-top-main.product_v2 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .product-page-v4 .product-top-main.product_v4,
  .product-page-v2 .product-top-main.product_v4 {
    margin-top: 0;
  }
  .product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
  .product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
    margin: 0 0 20px;
  }
  .product-page-v4 .product-info-main.product_v4.cart-summary,
  .product-page-v2 .product-info-main.product_v4.cart-summary,
  .product-page-v4 .product-info-main.product_v2.cart-summary,
  .product-page-v2 .product-info-main.product_v2.cart-summary {
    float: none !important;
  }
  .product-page-v4 .product-info-main.product_v4.cart-summary,
  .product-page-v2 .product-info-main.product_v4.cart-summary {
    position: static;
  }
  .catalog-product-view .product.media .fotorama__nav--thumbs {
    padding-top: 0px;
  }
  .catalog-product-view .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
    margin-top: 0px !important;
    border: 0px solid #ccc;
  }
  .catalog-category-view .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
  .catalogsearch-result-index .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview,
  .catalogsearch-advanced-result .columns .column.main .products-grid .product-item .product-item-info:hover .weltpixel-quickview {
    display: none !important;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: -18px !important;
    position: absolute;
    right: 15px;
  }
  .checkout-index-index .sl-popup .modal-popup .modal-inner-wrap {
    margin: 0 auto;
  }
  .navigation .submenu:not(:first-child) .level1.active > a,
  .navigation .submenu:not(:first-child) .active > a,
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #000;
  }
  .footer.content .footer-v1 .footer-title:after {
    content: "";
    width: 40%;
    height: 1px;
    display: block;
    margin: 5px auto 0 auto;
    border-top: 1px solid #cecece;
  }
  .footer.content .footer-v1 .links li {
    border-top: none;
    background: transparent;
  }
  .footer.content .footer-v2 .nopadding-left-mob,
  .footer.content .footer-v4 .nopadding-left-mob {
    padding-left: 0px;
  }
  .footer.content .links > li {
    padding: 10px 25px;
  }
  .footer.content .links > li > a {
    padding: 0px;
  }
  .nav-sections-item-title a.nav-sections-item-switch {
    text-transform: uppercase;
  }
  .page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .actions {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: auto;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 h4.no-padding-mob {
    padding-bottom: 0px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list {
    line-height: 1.8 !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .mg-mobile a.social-icons {
    margin: 0 20px 5px 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 {
    margin-bottom: 30px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 a {
    color: #cccccc;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 14px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 20px;
  }
  .promo-image .title {
    font-size: 25px;
    padding: 20px;
  }
  .promo-image .title-v2 {
    text-align: center;
    font-size: 25px;
    padding: 20px;
  }
  .page-wrapper .page-footer {
    float: left;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
    padding-right: 0px;
  }
  .account .page.messages {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .contact-index-index .col-contact-info {
    text-align: center;
    padding-bottom: 20px;
  }
  .sales-order-history.account .table-wrapper {
    border-bottom: none;
  }
  .form-orders-search .open-modal-search .track-order {
    padding: 33px 30px 50px;
    margin: 57px auto;
  }
  .form-orders-search .open-modal-search .track-order .primary {
    margin-top: 20px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item {
    padding-left: 0px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item:hover {
    padding: 20px 0 20px 0 !important;
    background: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info .product-item-photo .photo.image {
    max-width: 80px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item-tooltip {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .theme-pearl .row {
    margin-right: 0px;
  }
  .page-wrapper .btt-button {
    bottom: 60px;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .owl-carousel .owl-item .product-item .product-item-info {
    background: none transparent !important;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .wp-productpage-prev-next {
    -ms-flex-order: -3;
    -webkit-order: -3;
    order: -3;
  }
  .wp-productpage-prev-next .wp-pp-next-link.tooltip span,
  .wp-productpage-prev-next .wp-pp-prev-link.tooltip span {
    display: none;
  }
  .theme-pearl.product-page-v1 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v2 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v3 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v4 .modal-popup.modal-slide._inner-scroll._show {
    left: 20px;
    right: 20px;
  }
  .theme-pearl.product-page-v1 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v2 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v3 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v4 .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #fff;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container.sticky-slide-up-mobile {
    transform: translateY(0%);
  }
  .theme-pearl.catalog-product-view .fixed-cart-container {
    padding: 10px 15px 20px 15px;
    bottom: 0;
    left: 0;
    z-index: 10;
    transform: translateY(100%);
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .display-only-desktop {
    display: none !important;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review,
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-name {
    display: block;
    float: left;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price {
    float: left;
    text-align: left;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container {
    float: right;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-wishlist {
    margin: 0;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wishlist-add-to-cart-wrapper {
    display: flex;
    align-items: center;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .read-more,
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .read-less {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items {
    border-bottom: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .content-title {
    display: flex;
    align-items: center;
    min-height: 40px;
    border-top: 1px solid #DFDFDF;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .content-title .counter {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs:nth-child(2) {
    display: block;
    max-height: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 15px 0 15px;
    display: block;
    margin: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs .control {
    position: relative;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs.active {
    margin: 10px 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs.active .control {
    position: unset;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .nav-wrapper {
    display: none;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title {
    justify-content: left;
    position: relative;
    font-size: 18px;
    padding-left: 15px;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title:after {
    font-family: luma-icons;
    content: '\e622';
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title.active:after {
    content: '\e621';
    font-size: 14px;
  }
  .cart-container .cart.main.actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 15px;
  }
  .cart-container .form-cart .actions.main .clear {
    height: 32px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .cart-container .form-cart .actions.main .continue {
    height: 32px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .action.update {
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .theme-pearl.wishlist-index-index .products-grid.wishlist .product-reviews-summary {
    margin-left: 100px;
  }
  body.account .products-grid.wishlist .product-item:hover {
    padding: 20px 10px 20px 0!important;
  }
  body.account .products-grid.wishlist .product-item .product-item-info {
    box-shadow: unset !important;
  }
  body.account .products-grid.wishlist .product-item .product-item-info .product-item-inner {
    box-shadow: unset;
  }
  .message.success {
    margin: 21px auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .instagram-photos.col-2 a {
    width: 100% !important;
  }
  .instagram-photos.col-3 a {
    width: 100% !important;
  }
  .instagram-photos.col-4 a {
    width: 100% !important;
  }
  .instagram-photos.col-5 a {
    width: 100% !important;
  }
  .instagram-photos.col-6 a {
    width: 100% !important;
  }
  .checkout-onepage-success .thankyou-wrapper .table-wrapper,
  .multishipping-checkout-success .thankyou-wrapper .table-wrapper {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items thead,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items thead {
    display: none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row {
    border-top: 1px solid #ccc;
    text-align: left;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.image,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.image,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.name,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.name {
    display: inline-block;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.image:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.image:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.name:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.name:before {
    display: none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row:first-child,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row:first-child {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.sku,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.sku,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.price,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.price,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.qty,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.qty,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.subtotal,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.subtotal {
    display: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile {
    display: inline-table;
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal {
    display: table-cell;
    margin: 10px 0;
    padding: 10px;
    border-bottom: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal:before {
    padding: 0;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .product-image-container,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .product-image-container {
    max-width: 115px;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items tbody tr > td,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items tbody tr > td {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items tfoot,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items tfoot {
    clear: both;
  }
  .checkout-onepage-success:not(.theme-pearl) .block.newsletter .field .control:before,
  .multishipping-checkout-success:not(.theme-pearl) .block.newsletter .field .control:before {
    margin-top: 1px;
  }
  .form-edit-profile {
    position: relative;
  }
  .form-edit-profile .public-profile-link {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
  .form-edit-profile .public-profile-link a.view {
    width: 100%;
    text-align: center;
  }
  .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: #8f8f8f;
    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;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #8f8f8f;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  body.customer-account-forgotpassword .page-wrapper .page-main {
    width: 90%;
  }
  body.customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title {
    padding-bottom: 10px;
  }
  body.trackorder-track-index .page-wrapper .page-main {
    width: 90%;
  }
  body.trackorder-track-index .page-wrapper .page-main .page-title-wrapper .page-title {
    padding-bottom: 10px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .wp-productpage-prev-next div .wp-pp-prev-link,
  .wp-productpage-prev-next div .wp-pp-next-link {
    margin: 0;
  }
  .wp-productpage-prev-next div .wp-pp-prev-link span,
  .wp-productpage-prev-next div .wp-pp-next-link span {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .series-container .blog-widget-recent .post-holder {
    width: 100%;
  }
  .page-header .header-main .minicart-wrapper .mage-dropdown-dialog .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    max-height: 360px !important;
  }
}
@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;
  }
  .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;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .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;
  }
  .review-form {
    max-width: 100%;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 30px;
  }
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
.nav-sections {
  margin-bottom: 0;
}
/* Remove box-shadow for all inputs on focus */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  /* Visible in the full-colour space */
  box-shadow: 0 0 3px 1px #00699d;
  /* Visible in Windows high-contrast themes */
  outline: transparent dotted 2px;
}
.navigation {
  font-weight: normal;
}
.navigation .level0 > .level-top {
  line-height: 45px;
}
:root .page-header-v3 .navigation .level0 > .level-top,
:root .page-header-v4 .navigation .level0 > .level-top {
  line-height: 34px;
}
.navigation .level0 .submenu {
  background-color: white;
}
.navigation .level0 .submenu:hover {
  background-color: white;
}
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu a:hover {
  background: transparent;
  text-decoration: none;
}
.cart-summary .checkout {
  position: sticky;
}
.nav-sections-item-title {
  background-color: white;
  border-color: lightgrey;
}
/* COMPARE PRODUCTS */
.theme-pearl.catalog-product-compare-index .table-comparison {
  overflow: hidden !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody {
  border: none !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody tr:hover {
  background: #d9edf7;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody td.info {
  background: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label {
  border-right: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.attribute {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info {
  border-bottom: none !important;
}
/* CHECKOUT PAGE */
.checkout-agreements button {
  background: none !important;
  border: none !important;
}
.checkout-agreements button span {
  color: #fa583f !important;
  font-size: 16px !important;
}
.checkout-agreements button span:hover {
  text-decoration: underline;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  padding: 7px 15px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  text-decoration: none !important;
}
#checkout .opc-wrapper {
  width: 66.6667%;
}
@media (max-width: 767px) {
  #checkout .opc-wrapper {
    width: 100%;
  }
}
/* pe pagina de produse repara dropdownul de cantitate */
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px;
  direction: inherit;
}
.theme-pearl .block.block-minicart .quickcart-content-wrapper button.action span,
.theme-pearl .block.block-minicart button.action.primary span {
  font-size: 12px;
}
.theme-pearl .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .action.delete:before {
  content: '' !important;
}
.theme-pearl .modal-custom .action-close,
.theme-pearl .modal-popup .action-close,
.theme-pearl .modal-slide .action-close {
  background: none;
  border: none;
}
.theme-pearl .modal-custom .action-close:hover,
.theme-pearl .modal-popup .action-close:hover,
.theme-pearl .modal-slide .action-close:hover {
  background: none;
  border: none;
}
.theme-pearl .swatch-option {
  margin: 0 15px 5px 0;
}
.theme-pearl .breadcrumbs .items strong,
.theme-pearl .breadcrumbs .items a {
  text-transform: uppercase !important;
}
.theme-pearl #wishlist-sidebar .product-image-container {
  width: 75px !important;
}
.theme-pearl #wishlist-sidebar .product-image-container .product-image-photo {
  width: auto !important;
  height: auto !important;
}
.theme-pearl #wishlist-sidebar .actions-primary a span {
  font-size: 18px !important;
}
/* adds padding to switcher drop down */
:root .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 10px !important;
}
/* header-v2 account icon size style after login */
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
}
/* product page related items add to compare and favorite fix */
.secondary-addto-links.actions-secondary {
  display: none;
}
.product-item-info:hover .secondary-addto-links.actions-secondary {
  display: inherit;
}
.owl-carousel .owl-item {
  text-align: center;
}
/* navigation underscore */
@media (min-width: 768px) {
  .navigation .level0.level-top > .level-top,
  .navigation .level0 > .level-top {
    border-bottom: 1px solid transparent;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-bottom: 1px solid #000000;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000;
  }
  .navigation .level0 > .level-top {
    display: inline-block;
    line-height: 38px;
    margin-bottom: 0;
  }
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions button,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions button {
  float: none;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions {
  float: none;
}
.mfp-iframe-holder .mfp-close {
  border: none !important;
  background: none !important;
}
.page-wrapper .page-footer {
  padding: 0;
}
.page-wrapper .page-footer .footer.content {
  padding: 0;
}
.page-wrapper .page-footer .footer.content .pre-footer {
  background-color: #f4f4f4;
  display: flex;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
  display: block;
  font-weight: bold;
  text-align: center;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
  text-align: center;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  color: #303030;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .footer-icon {
  font-size: 35px;
  display: block;
  text-align: center;
  color: #aaa;
}
.page-wrapper .page-footer .footer.content .footer-v1-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .mini-logo {
  padding-top: 50px;
  margin-top: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content p {
  color: #575757;
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li {
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li a {
  color: #575757;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
  font-size: 16px;
  padding: 50px 0 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 {
  border-top: 1px solid #adadad;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .small-text {
  margin-top: 15px;
  display: block;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 {
  margin-top: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons {
  margin: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons i {
  font-size: 15px;
}
.page-wrapper .page-footer .footer.content .footer-section2-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 {
  padding-top: 60px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .social-icons {
  margin: 0 20px 5px 0;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav a {
  padding: 10px;
  cursor: pointer;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v2 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter input,
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .action.subscribe {
  height: 50px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block {
  float: initial !important;
}
.page-wrapper .page-footer .footer.content .footer-v3 {
  padding-bottom: 10px;
  padding-top: 60px;
  z-index: 0;
  position: relative;
}
.page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list,
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 {
  line-height: 1.6;
}
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 i {
  padding-right: 5px;
}
.page-wrapper .page-footer .footer.content .footer-v3 .white-lnk {
  color: #ccc;
}
.page-wrapper .page-footer .footer.content .footer-v4 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v4 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
/** CMS DEMO PAGES **/
.hp-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  font-size: 40px;
  letter-spacing: 10px;
  padding: 50px 0;
}
.hp-title .subtitle {
  display: block;
  font-style: initial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: initial;
  line-height: inherit;
}
/* image hover */
.promo {
  position: relative;
  z-index: 0;
}
body:not(.device-touch) .promo-overlay {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.promo-image {
  position: relative;
}
.promo-image > a,
.promo-image img {
  display: block;
  width: 100%;
}
.promo-image .title {
  color: #fff;
  text-align: center;
}
.promo-image .title span {
  display: block;
  font-size: 16px;
  text-transform: lowercase;
}
.promo-image .title span .upper {
  text-transform: uppercase;
}
.promo-image .title-v2 {
  color: #000;
}
.promo-image .title-v2 span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.promo-overlay .title {
  color: #000;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  padding: 20px;
}
.promo-overlay .title span {
  display: block;
  font-size: 16px;
}
.img-block {
  display: block;
}
.light {
  color: #fff;
}
.header_right {
  z-index: 100;
}
.promo:hover .promo-overlay {
  opacity: 1;
}
.section.parallax .block.newsletter {
  margin: 0 auto;
}
.section.parallax .block.newsletter input,
.section.parallax .block.newsletter .action.subscribe {
  height: 50px;
}
.section.parallax .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.social-container .social-icons {
  background-color: rgba(225, 225, 225, 0.5);
  font-size: 20px !important;
}
/* Demo Page v3 */
.heading-title span {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.page-footer {
  background-color: #f4f4f4;
  padding-top: 60px;
  display: inline-block;
  width: 100%;
}
#page-footer-section-03,
#page-footer-section-03 a {
  color: #fff;
}
#page-footer-section-03 a:hover {
  text-decoration: none;
}
.footer.content {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h3 strong,
h4 strong {
  font-size: 24px !important;
}
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  border-bottom: 2px solid #d83701;
}
.faqlist li a {
  color: #444;
  font-size: 14px;
  font-weight: 900;
}
.faqlist li a:hover,
.faqlist li a:active {
  color: #d83701 !important;
  text-decoration: none;
}
.contact-index-index .column .contact-container {
  margin-top: 50px;
}
.contact-index-index .column .contact-container h4 {
  padding: 17px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-index-index .column .contact-container .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form-area {
  padding-bottom: 15px;
}
.contact-index-index .form-area .input-text {
  border: 0px solid #D1D2D4;
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: inset 0px 0px 5px 0px #fff;
  -moz-box-shadow: inset 0px 0px 5px 0px #fff;
  box-shadow: inset 0px 0px 5px 0px #fff;
}
.contact-index-index .form-area :after {
  content: "";
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
}
.contact-index-index #comment {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -o-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-size: 100% 37px;
  line-height: 38px;
  height: 250px;
  padding: 0px;
}
.contact-index-index .page-title h1 {
  font-size: 26px;
}
.theme-pearl .payment-method-braintree .hosted-control {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.theme-pearl.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.theme-pearl.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
}
.theme-pearl img,
.theme-pearl object,
.theme-pearl video,
.theme-pearl embed {
  max-height: initial;
}
.theme-pearl .grecaptcha-badge {
  box-shadow: none !important;
}
.page-products .columns {
  z-index: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: white;
  border: 1px solid black;
  color: black;
  line-height: 23px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: black;
  text-shadow: none;
}
.minicart-wrapper .product .actions {
  float: right;
}
#block-discount-heading,
#block-giftcard-heading,
.gift-item-block .title {
  color: black;
  font-size: 1.6rem;
}
#discount-coupon-form .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .action.primary {
  line-height: 16px;
}
#discount-coupon-form .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .action.primary span {
  line-height: 16px;
}
#giftcard-form .secondary button span {
  color: black;
}
.checkout-cart-index .gift-message-summary {
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.checkout-cart-index .cart.table-wrapper .gift-summary .actions-toolbar {
  top: 8px;
  position: relative;
  float: left;
}
.checkout-cart-index .gift-summary .action-edit:before,
.checkout-cart-index .gift-summary .action-delete:before {
  font-size: 15px;
}
.checkout-cart-index .gift-summary .action-edit:before {
  font-family: font-icons;
  content: '\e635';
}
.checkout-cart-index .gift-summary .action-delete:before {
  content: '\e616';
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift {
  font-weight: 700;
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift:after {
  font-size: 12px;
}
.checkout-cart-index .gift-summary .actions-toolbar > .secondary .action:first-of-type {
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit:before,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  font-size: 20px;
}
.customer-welcome .action.switch {
  font-size: 15px;
}
.customer-welcome .action.switch:after {
  color: #000000;
  line-height: 20px;
}
.page-header .switcher strong,
.page-footer .switcher strong,
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li > a {
  line-height: 1.5;
}
footer.page-footer {
  padding-top: 60px;
  padding-bottom: 0px !important;
}
.footer-nav,
.togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
.footer-nav a {
  padding: 10px;
}
.block.newsletter {
  margin: 0 auto;
}
.block.newsletter input {
  padding-left: 60px;
}
.block.newsletter input,
.block.newsletter .action.subscribe {
  height: 50px;
}
.block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
  margin-left: 24px;
}
.footer.content .block {
  float: initial !important;
}
.page-product-downloadable .product-add-form .product-options-wrapper,
.page-product-downloadable .product-add-form .product-options-bottom {
  float: none;
  width: 100%;
}
.page-product-downloadable .product-add-form .product-options-bottom .price-box {
  display: none;
}
.block .block-content ol.product-items {
  font-size: 0px;
}
/* ORDER AND RETURNS STYLE */
.track-order-description {
  max-width: 100%;
  text-align: center;
}
.track-order {
  background: rgba(84, 84, 84, 0.05);
  margin: 0 auto 57px auto;
  position: relative;
}
.track-order:before {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order:after {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order input {
  height: 40px;
}
.track-order input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444 !important;
}
.track-order input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444 !important;
}
.track-order input :-ms-input-placeholder {
  /* IE 10+ */
  color: #444 !important;
}
.track-order input :-moz-placeholder {
  /* Firefox 18- */
  color: #444 !important;
}
.track-order label {
  line-height: 26px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
.track-order .field.lastname {
  margin-bottom: 21px;
}
.track-order .primary {
  width: 100%;
}
.track-order .primary .action.submit.primary {
  width: 100%;
  margin-right: 0px;
  padding: 16px;
}
/* ==========================================================================
                             HOMEPAGE V1 AND V2 AND V3
============================================================================= */
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-initial {
  text-transform: initial;
}
.title-big-v1 span {
  line-height: 25px;
}
.block-span {
  display: block;
  font-weight: normal;
}
.instagram-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.weltpixellighting {
  color: black;
}
@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova/ProximaNova-Regular.woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova/Proxima-Nova-Alt-Bold.woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: ProximaNova-black;
  src: url("../fonts/ProximaNova/Proxima-Nova-Bold.woff2");
  font-style: normal;
}
@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova/Proxima-Nova-Black.woff2");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon1.woff2'), url('../fonts/icomoon/icomoon1.woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icomoon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@font-face {
  font-family: 'crocs-icon';
  src: url('../fonts/icomoon/crocs/crocs-icon.woff2'), url('../fonts/icomoon/crocs/crocs-icon.woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.crocs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'crocs-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-locked:before {
  content: "\e905";
}
.icon-encryption:before {
  content: "\e905";
}
.icon-login:before {
  content: "\e905";
}
.icon-log-in:before {
  content: "\e905";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-pencil:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e912";
}
.icon-spades:before {
  content: "\e917";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-user:before {
  content: "\e971";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-search:before {
  content: "\e986";
}
.icon-lock1:before {
  content: "\e98f";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-lock:before {
  content: "\e907";
}
.icon-heart-o:before {
  content: "\e901";
}
.icon-heart1:before {
  content: "\e902";
}
.icon-heart2:before {
  content: "\e903";
}
.icon-local_grocery_store:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e900";
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'ProximaNova', sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/* EXTEND SOCIAL ICONS */
.social-icons.si-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-icons.si-light:last-child i:last-child {
  color: #666 !important;
}
button:not(.primary) {
  box-shadow: none;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/*----------------------------------------*/
/* general_css
/*----------------------------------------*/
.sections.nav-sections .section-items .section-item-content .ves-megamenu .nav-item.menu-mobile-show > a {
  visibility: visible !important;
}
#wp-sizechart-popup-modal {
  display: none;
}
.visitor_counter_wrapper {
  padding: 5px 0;
  display: none;
}
.wp-sales-off-msg {
  color: #FF0000;
  font-weight: bold;
  font-size: 16px;
}
.wp-productpage-prev-next {
  width: 100%;
  float: right;
  padding: 10px 0;
  z-index: 1;
  display: none;
}
.product-page-v2 .wp-productpage-prev-next {
  padding: 0;
  margin-bottom: -10px;
}
.wp-productpage-prev-next .wp-pp-next-link,
.wp-productpage-prev-next .wp-pp-prev-link {
  display: none;
  float: right;
}
.wp-productpage-prev-next .wp-pp-next-link:after,
.wp-productpage-prev-next .wp-pp-prev-link:after,
.wp-productpage-prev-next .wp-pp-next-link:before,
.wp-productpage-prev-next .wp-pp-prev-link:before {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wp-productpage-prev-next .wp-pp-next-link.tooltip,
.wp-productpage-prev-next .wp-pp-prev-link.tooltip {
  margin: 0;
  z-index: 1;
}
.wp-productpage-prev-next .wp-pp-prev-link {
  margin-right: 20px;
}
.wp-productpage-prev-next .wp-pp-prev-link:before {
  content: '\e617';
}
.wp-productpage-prev-next .wp-pp-next-link {
  margin-left: 20px;
}
.wp-productpage-prev-next .wp-pp-next-link:after {
  content: '\e608';
}
.theme-pearl.page-layout-1column .box-tocart .qty-wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.theme-pearl.page-layout-1column .box-tocart .actions-bottom {
  float: none;
}
.theme-pearl.page-layout-1column .box-tocart .actions-bottom button {
  width: 100%;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .qty-wrapper {
  border: 1px solid #ccc;
  height: 52px;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .qty-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  background-color: transparent;
  color: #8a8a8a;
  border: none;
  box-shadow: none;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .plus-minus-input {
  margin: 0;
  border: 0;
}
.theme-pearl.product-page-v1 .fieldset .field.qty {
  display: flex;
}
.theme-pearl.product-page-v1 .product-info-main .fieldset .actions {
  width: auto;
}
.catalog-product-view .fixed-cart-container {
  width: 100%;
  font-size: 20px;
  position: fixed;
  background: #FFF;
  padding: 10px 0 10px 0;
}
.catalog-product-view .fixed-cart-container .inner-content {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex {
  float: left;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image {
  width: auto;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image .thumbnail-wrapper {
  max-width: 64px;
  max-height: 64px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image .thumbnail-wrapper img {
  height: auto;
  width: auto;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container {
  text-align: left;
  width: 80%;
  display: flex;
  align-items: center;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-name {
  display: inline-block;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review {
  display: inline-block;
  margin-left: 0px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review .action.add {
  display: none;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container {
  text-align: right;
  width: 100%;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price {
  margin-right: 15px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .price-label {
  display: none !important;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .price-container .price {
  font-size: 2rem;
  font-weight: 600;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .old-price .price {
  text-decoration: line-through;
  font-size: 1.6rem;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container {
  display: inline-block;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container a.primary.action {
  height: 50px;
  display: flex;
  align-items: center;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-wishlist {
  display: inline-block;
  float: none;
  width: auto;
  margin-left: 5px;
}
.catalog-product-view .product-info-main .chart-wrapper {
  display: flex;
  justify-content: flex-end;
}
.theme-pearl.catalog-product-view .fixed-cart-container .product-social-links .action.towishlist:before {
  margin: 0 15px 0 0;
}
/** fix for magnified product image */
.catalog-product-view .magnifier-preview {
  z-index: 9;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed.closed-state .product.data.items .item-content,
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed.closed-state .product.data.items .item.content:nth-child(2) {
  display: none;
}
.theme-pearl.wishlist-index-index .products-grid.wishlist .product-item .price-box {
  text-align: center;
}
.theme-pearl.wishlist-index-index .products-grid.wishlist .product-item .product-reviews-summary {
  text-align: center;
}
.theme-pearl.wishlist-index-index .actions-toolbar {
  padding-top: 50px;
}
/** NavigationLinks */
@media screen and (max-width: 639px) {
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .block-search,
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .minicart-wrapper {
    margin-top: unset;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v3 .page-header .block-search .control {
    height: inherit;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search {
    position: absolute;
    right: 0;
    top: 90px;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search .control {
    height: initial;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search #search {
    position: relative;
    top: 0;
    left: -10px;
  }
}
@media only screen and (min-width: 1399px) and (max-width: 1439px) {
  .nav-sections .section-item-content {
    padding: 0 15px;
  }
}
.checkout-cart-index .page-title-wrapper {
  text-align: center;
}
.checkout-cart-index .page-title-wrapper h1 {
  font-size: 30px;
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
  padding: 0;
  margin-top: 10px;
}
.checkout-cart-index #newsletter-validate-detail .newsletter #newsletter-error.mage-error {
  color: #ff0a0a;
}
.checkout-cart-index #shopping-cart-table thead > tr {
  background-color: #f3f3f3;
}
.checkout-cart-index #shopping-cart-table tbody .col.price .cart-price .price {
  display: block;
}
.checkout-cart-index #shopping-cart-table tbody .col.price .cart-price .discount {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table tbody .col.price .cart-price .cart-old-price {
  display: none;
}
.checkout-cart-index .cart-summary {
  background-color: #f3f3f3;
}
.checkout-cart-index .cart-summary .block .content {
  display: block;
  padding-top: 20px;
  padding-bottom: 0;
  border-top: solid 1px #dadada;
}
.checkout-cart-index .cart-summary .block .content .fieldset.coupon {
  margin-bottom: 0;
  display: flex;
  position: relative;
}
.checkout-cart-index .cart-summary .block .content .fieldset.coupon.applied .actions-toolbar {
  width: 100%;
}
.checkout-cart-index .cart-summary .block .content .fieldset.coupon.applied .actions-toolbar .action.primary {
  line-height: 15px !important;
  box-shadow: none !important;
}
.checkout-cart-index .cart-summary .block .content .field {
  display: inline-block;
  width: 70%;
}
.checkout-cart-index .cart-summary .block .content .field .control input {
  border-color: #b6b6b6;
  font-size: 13px;
  height: 42px;
}
.checkout-cart-index .cart-summary .block .content .field .control input::placeholder {
  font-style: italic;
  color: #8f8f8f;
}
.checkout-cart-index .cart-summary .block .content .actions-toolbar {
  display: grid;
  width: 27%;
  margin-left: 0;
  margin-bottom: 0px;
  vertical-align: bottom;
  top: 27px;
  position: absolute;
  right: 10px;
}
.checkout-cart-index .cart-summary .block .content .actions-toolbar > .primary {
  width: 100%;
}
.checkout-cart-index .cart-summary .block .content .actions-toolbar > .primary span {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
}
.checkout-cart-index .cart-summary .block .content .actions-toolbar .action.primary {
  margin: 0;
  float: right;
  background: #064394 !important;
  border-color: #064394 !important;
}
.checkout-cart-index .cart-summary .block .content .actions-toolbar .action.primary:hover {
  background: #ffffff !important;
}
.checkout-cart-index .cart-summary .block .content .actions-toolbar .action.primary:hover span {
  color: #064394 !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  background: #064394;
  border-color: #064394;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout span {
  font-size: 14px;
  font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper {
  border: solid 1px #acacac;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  border-bottom: none;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col.item {
  text-align: left !important;
  padding-left: 20px;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col.subtotal {
  padding-right: 22px;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col.qty {
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .cart > .item:last-child {
  border-bottom: none;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col {
  padding-top: 30px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.price .cart-price,
.checkout-cart-index .cart.table-wrapper .cart > .item .col.subtotal .cart-price {
  text-align: center !important;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.price .cart-price.final-price .price,
.checkout-cart-index .cart.table-wrapper .cart > .item .col.subtotal .cart-price.final-price .price {
  color: #0a0a0a !important;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.price .cart-price .price,
.checkout-cart-index .cart.table-wrapper .cart > .item .col.subtotal .cart-price .price {
  color: #dd0018;
  font-weight: 700 !important;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.price .cart-price .discount,
.checkout-cart-index .cart.table-wrapper .cart > .item .col.subtotal .cart-price .discount {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.price .cart-price .cart-old-price,
.checkout-cart-index .cart.table-wrapper .cart > .item .col.subtotal .cart-price .cart-old-price {
  margin-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.price .cart-price .cart-old-price .price,
.checkout-cart-index .cart.table-wrapper .cart > .item .col.subtotal .cart-price .cart-old-price .price {
  color: #0a0a0a;
  font-weight: 400 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.item .product-image-container {
  max-width: 120px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.description {
  position: relative;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.subtotal {
  padding-right: 22px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .col.qty {
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions {
  width: 250px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .product-item-name,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .product-item-name {
  font-family: "Proximanova", sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .product-item-name a,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .product-item-name a {
  color: #0a0a0a;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .cart.item.message.notice,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .cart.item.message.notice {
  background-color: #ffffff;
  padding-left: 0px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .cart.item.message.notice div,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .cart.item.message.notice div {
  color: #1e76f4;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .cart.item.message.notice div:before,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .cart.item.message.notice div:before {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .item-options,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .item-options {
  margin-top: 0;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .actions-toolbar,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .actions-toolbar {
  position: absolute;
  bottom: 10px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .actions-toolbar .action,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .actions-toolbar .action {
  display: inline-block;
  position: relative;
  right: unset;
  top: unset;
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .actions-toolbar .action span,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .actions-toolbar .action span {
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  color: 222;
  text-decoration: underline;
  font-size: 13px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .actions-toolbar .action:before,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .actions-toolbar .action:before {
  display: none;
  color: #8f8f8f;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .actions-toolbar > span,
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .actions-toolbar > span {
  color: #8f8f8f;
  padding: 0 3px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions td.col {
  position: relative;
  padding: 0 0 0 8px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item a.button-action.plus.increaseQty,
.checkout-cart-index .cart.table-wrapper .cart > .item a.button-action.minus.increaseQty,
.checkout-cart-index .cart.table-wrapper .cart > .item a.button-action.plus.decreaseQty,
.checkout-cart-index .cart.table-wrapper .cart > .item a.button-action.minus.decreaseQty {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border-color: #e1e1e1;
  background-color: #e1e1e1;
  color: #979797;
  padding: 0;
}
.checkout-cart-index .cart.main.actions {
  display: none;
}
.checkout-cart-index #gift-options-cart,
.checkout-cart-index .cart-discount {
  display: none;
}
.checkout-cart-index #maincontent .block.crosssell {
  width: 100%;
  margin: 0 10px;
  padding: 15px;
  order: 9;
  background-color: #f7f5f8 !important;
}
.checkout-cart-index #maincontent .block.crosssell .block-title.title {
  text-align: left;
  font-size: 16px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}
.checkout-cart-index #maincontent .block.crosssell .block-content.content .products.wrapper.grid.products-grid.products-crosssell {
  padding-bottom: 0;
}
.checkout-cart-index #maincontent .block.crosssell .block-content.content .products.wrapper.grid.products-grid.products-crosssell ol.products.list.items.product-items .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info .product-item-details {
  display: block;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] {
  border: none;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid {
  padding-top: 0 !important;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid ol.products.list.items.product-items {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid ol.products.list.items.product-items .owl-stage-outer .owl-stage .owl-item li.item.product.product-item .product-item-info {
  background: #fff;
  padding: 10px;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item {
  border: solid 1px transparent;
  box-sizing: border-box;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details {
  border: none;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-name {
  font-family: "Proximanova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  border: 0;
  font-size: 1.4rem;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-actions {
  position: relative !important;
  width: 100%;
  z-index: 0;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary {
  display: none;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .product-item-actions .actions-secondary a.towishlist {
  left: unset !important;
  top: -45px;
  right: -15px !important;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box {
  margin-bottom: 0;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .price-container .price {
  color: #0a0a0a !important;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .special-price .price-container .price {
  color: #dd0019 !important;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item .product-item-details .price-box.price-final_price .old-price .price-container .price {
  color: #222222 !important;
}
.checkout-cart-index #maincontent .block.crosssell div[aria-labelledby="block-crosssell-heading"] .products-grid .product-item:hover {
  border-color: #adadad;
}
.checkout-cart-index #maincontent .block.crosssell .owl-carousel.owl-theme .owl-controls .owl-prev {
  left: -20px !important;
}
.checkout-cart-index #maincontent .block.crosssell .owl-carousel.owl-theme .owl-controls .owl-prev:hover {
  background-image: url('../images/arrows1.svg');
  background-color: #9bd7ee;
  border-radius: 0;
}
.checkout-cart-index #maincontent .block.crosssell .owl-carousel.owl-theme .owl-controls .owl-next {
  right: -20px !important;
}
.checkout-cart-index #maincontent .block.crosssell .owl-carousel.owl-theme .owl-controls .owl-next:hover {
  background-image: url('../images/arrows1_right.svg');
  background-color: #9bd7ee;
  border-radius: 0;
}
@media (min-width: 768px), print {
  .theme-pearl.page-layout-1column .page-main > .page-title-wrapper .page-title {
    margin-bottom: 23px;
  }
  body.checkout-cart-index #shopping-cart-table thead > tr {
    background: #f3f3f3;
  }
  body.checkout-cart-index .cart-summary {
    background: #f3f3f3;
  }
  .checkout-cart-index .cart.table-wrapper .items {
    margin-bottom: 0;
  }
  html:lang(en) .checkout-cart-index .cart-summary #discount-coupon-form .actions-toolbar button.apply {
    min-width: 93px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart.table-wrapper .cart > .item .col.item {
    max-width: 120px;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item .col.description {
    max-width: 150px;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item .col .price-excluding-tax {
    font-size: 14px;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .product-item-name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index #shopping-cart-table thead > tr th.col {
    display: none;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col {
    vertical-align: top;
    float: left;
    width: 35%;
    display: inline-flex;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col:not(.item) {
    vertical-align: top;
    display: inline-block;
    float: right;
    width: 65%;
    margin-left: 30px;
    text-align: left;
    margin: 0;
    padding: 5px 0;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col:not(.item):before {
    content: attr(data-th);
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    min-width: 30%;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col:not(.item) * {
    display: inline-block;
    vertical-align: baseline;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col:not(.item) .oms_form {
    display: none;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col.description {
    max-width: unset;
    padding-top: 12px;
    position: initial;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col.description:before {
    content: "";
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .col.item {
    max-width: unset;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .item-info {
    display: block;
    width: 100%;
    position: relative;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .col.empty {
    padding-bottom: 30px;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .col.action:before {
    display: none;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .col .actions-toolbar {
    left: 0px;
    bottom: 25px;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .col .actions-toolbar span {
    vertical-align: top;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .col .actions-toolbar .action {
    vertical-align: top;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .item-actions .col .actions-toolbar .action.action-towishlist {
    padding-right: 5px;
  }
  body.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    height: 24px;
  }
  body.checkout-cart-index .cart.table-wrapper .product-item-details .actions-toolbar {
    position: absolute;
    top: 200px;
    left: 35%;
    bottom: unset;
  }
  body.checkout-cart-index .cart-summary {
    width: 35%;
  }
  body.checkout-cart-index .form.form-cart {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout-cart-index #maincontent .column.main {
    padding-bottom: 10px;
  }
  body.checkout-cart-index #maincontent .column.main .block.crosssell {
    margin: 0;
    padding: 15px;
  }
  body.checkout-cart-index #maincontent .column.main .block.crosssell .block-title.title {
    font-size: 16px;
  }
  body.checkout-cart-index #maincontent .column.main .block.crosssell .block-content.content .products-grid.products-crosssell {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body.checkout-cart-index #maincontent .column.main .block.crosssell .block-content.content .products-grid.products-crosssell .product-items {
    margin-bottom: 0;
  }
  body.checkout-cart-index #maincontent .column.main .block.crosssell .block-content.content .products-grid.products-crosssell .product-items .product-item .price-box {
    margin-bottom: 0;
  }
  body.checkout-cart-index #maincontent .column.main .block.crosssell .block-content.content .owl-carousel.owl-theme .owl-stage-outer {
    padding-bottom: 0;
  }
  body.checkout-cart-index #maincontent .column.main .cart-summary .block .content .field {
    width: 100%;
  }
  body.checkout-cart-index #maincontent .column.main .cart-summary .block .content .actions-toolbar {
    width: 100%;
    margin-left: 0;
  }
  body.checkout-cart-index #maincontent .column.main .cart-summary .block .content .actions-toolbar .action.primary {
    width: 100%;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info {
    display: block;
    flex-direction: unset;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col:not(.item) {
    margin-left: 0;
    margin-top: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col:not(.item) > * {
    width: auto;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col:not(.item) .item-options {
    display: block;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col:before {
    margin-right: 0 !important;
    width: 40% !important;
    padding-bottom: 0;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .col span.price {
    font-size: 14px;
    line-height: 20px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column .cart-container .form-cart .table-wrapper .cart.items tbody .item-info .item .product-item-photo {
    position: relative;
    width: 100%;
    float: left;
    max-width: 110px;
    padding-right: 10px;
    padding-top: 20px;
    left: 0;
    top: 0;
    display: inline-block;
  }
  body.checkout-cart-index .cart.table-wrapper .item .message {
    margin-top: 10px;
  }
  body.checkout-cart-index .cart.table-wrapper .cart > .item .product-item-details .actions-toolbar {
    top: 180px;
    bottom: unset;
  }
  body.checkout-cart-index .cart-summary,
  body.checkout-cart-index .form.form-cart {
    width: auto;
  }
  .checkout-cart-index .block.discount .content {
    border-top: 0px solid #ccc;
  }
  .checkout-cart-index .cart-summary .total-message {
    padding: 0 15px 10px 15px;
  }
  .column.main .ampromo-items-add {
    width: 95%;
    margin: 0 auto;
  }
}
.page-main .cart-summary .block {
  margin-bottom: 15px;
}
.column.main .ampromo-items-add {
  width: 98.5%;
  margin: 0px auto 20px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column.main .ampromo-items-add {
    width: 95%;
    margin: 0 auto;
  }
}
body.checkout-index-index hr {
  margin-top: 0;
  margin-bottom: 0;
}
body.checkout-index-index #checkout-payment-method-load {
  margin-top: 0;
}
body.checkout-index-index .opc-sidebar .modal-inner-wrap .modal-header {
  padding: 0;
  min-height: 0;
}
body.checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content {
  background-color: #EBEBEB;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .paymentsummary .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700 !important;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .paymentsummary .title.-enabled {
  padding-left: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .paymentsummary .totals.mapclubpoints .mark {
  display: flex;
  align-items: baseline;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .paymentsummary .totals.mapclubpoints .map-club-logo {
  background-image: url('../images/MAPclub-Logo.png');
  width: 100px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .totals.discount .title.-enabled::after {
  right: 0px !important;
  width: 0px !important;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .totals.discount .mark {
  word-break: break-word;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .totals.discount .mark .title {
  padding: 0;
  font-size: 13px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .total-rules .mark {
  word-break: break-word;
}
body.checkout-index-index .container-fluid {
  width: 100%;
  padding: 0;
  background-color: #ebebeb;
}
body.checkout-index-index .container {
  width: 100%;
}
body.checkout-index-index .checkout-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
body.checkout-index-index .checkout-header .logo {
  margin: 0;
}
body.checkout-index-index .checkout-header .logo img {
  height: 24px;
  width: auto;
}
body.checkout-index-index .checkout-header .secure-checkout.right-side {
  float: right;
  text-transform: uppercase;
}
body.checkout-index-index .checkout-header .secure-checkout.right-side .fa.fa-lock {
  font-size: 20px;
}
body.checkout-index-index .checkout-header .secure-checkout.right-side span {
  font-size: 20px;
}
body.checkout-index-index .checkout-container {
  margin-top: 50px;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item:first-child:before {
  width: 0;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item:first-child._active span:after {
  content: url('../images/Vector-Smart-Object8.png');
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item:first-child span:after {
  content: url('../images/Vector-Smart-Object4.png');
  border: none;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item:first-child span:before {
  border: none;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item:before {
  height: 1px;
  border: none;
  top: 35%;
  width: 50%;
  left: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #acacac;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item > span {
  padding-top: 60px;
  position: relative;
  color: #8f8f8f;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item > span:before {
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-color: #8f8f8f;
  border-width: 2px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  margin-left: 0;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item > span:after {
  font-family: 'Roboto', sans-serif;
  content: "Rp";
  text-transform: none;
  height: 50px;
  width: 50px;
  top: 1px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  margin-left: 0;
  color: #8f8f8f;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item._active > span {
  color: #006da4;
}
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item._active > span:before,
body.checkout-index-index .checkout-container ul.opc-progress-bar.checkout .opc-progress-bar-item._active > span:after {
  color: #ffffff;
  background-color: #006da4;
  border-color: #006da4;
}
@media (min-width: 768px) {
  body.checkout-index-index .container {
    width: 750px;
  }
  body.checkout-index-index .container .row {
    margin: 0 -15px;
    max-width: unset;
    width: auto;
  }
  body.checkout-index-index .container > [class*='col-'] {
    margin: 0 -15px;
    height: 100px;
    padding-top: 38px;
  }
}
@media (min-width: 992px) {
  body.checkout-index-index .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.checkout-index-index .container {
    width: 1170px;
  }
}
body.checkout-index-index .opc-sidebar {
  margin-top: 0;
}
body.checkout-index-index .opc-sidebar .opc-block-summary {
  background-color: #ffffff;
  padding: 22px 0px 0px;
  border: solid 1px #acacac;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  text-transform: uppercase;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .title.-enabled {
  font-size: 1.4rem;
  padding: 0;
  font-weight: 400;
  text-transform: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart {
  border-top: 1px solid #acacac;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 10px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .title {
  display: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .title strong span {
  font-size: 18px;
  font-weight: 600;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-brand {
  font-weight: 600;
  font-size: 14px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  font-weight: 800;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-size .label {
  font-weight: 800;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-size .label:after {
  content: ': ';
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal {
  display: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options {
  display: block;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle {
  display: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content {
  display: block !important;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options {
  display: inline-block;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options .label {
  font-weight: 800;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options .label:after {
  content: ':  ';
  padding-right: 5px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options .value {
  margin-left: 5px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .message {
  padding-left: 88px;
  background: #ffffff;
  margin-top: 0px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .message div {
  color: #006da4;
  font-weight: 700;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .message div:before {
  display: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals {
  border: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .sub,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .giftcard,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .shipping {
  background: #eceff6;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .sub th,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .sub td {
  padding-top: 20px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody tr.totals.sub th,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody tr.totals.sub td {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .shipping th,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .shipping td {
  padding-bottom: 20px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .shipping th .label,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .shipping td .label {
  padding-left: 0px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody tr.totals.shipping.excl th,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody tr.totals.shipping.excl td {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .grand th,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .grand td {
  border-top: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody th,
body.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody td {
  padding-left: 20px;
  padding-right: 20px;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .totals.discount .title.-enabled {
  font-size: 1.4rem;
  padding: 0;
  font-weight: 400;
  text-transform: none;
}
body.checkout-index-index .opc-sidebar .opc-block-summary .totals.discount .title.-enabled:after {
  position: absolute;
  top: 0;
  right: -40px;
}
body.checkout-index-index .opc-sidebar .opc-block-shipping-information {
  background-color: #ffffff;
  border: solid 1px #acacac;
  padding: 20px 30px;
}
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title .action-edit {
  top: 0px;
}
body.checkout-index-index .opc-wrapper .opc > li:not(.checkout-shipping-address) {
  background-color: #ffffff;
  padding: 25px 25px;
  margin-bottom: 50px;
  border: solid 1px #acacac;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address form {
  background-color: #ffffff;
  padding: 26px;
  margin-bottom: 30px;
  border: solid 1px #acacac;
  max-width: 100%;
  margin-top: 0px;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address form.form.form-shipping-address > div {
  margin-top: 30px;
  border-top: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content {
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 30px;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses {
  background-color: #ffffff;
  padding-bottom: 30px;
  border: solid 1px #acacac;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items {
  padding-left: 30px;
  padding-top: 25px;
  display: inline-block;
  width: 100%;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-items-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item {
  float: left;
  position: relative;
  min-height: 120px;
  margin-right: 25px;
  width: 40%;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item:before {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item.selected-item {
  border-color: #1e76f4;
  display: list-item;
  line-height: 25px;
  margin-bottom: 20px;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item.selected-item:after {
  background: #ffffff;
  color: #1e76f4;
  padding-top: 10px;
  padding-right: 10px;
  content: '\f00c' !important;
  font-family: FontAwesome;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item.not-selected-item {
  border-color: #dadada;
  display: list-item;
  line-height: 25px;
  margin-bottom: 20px;
  color: #dadada;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item.not-selected-item a {
  color: #dadada;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .field.addresses .control .shipping-address-items .shipping-address-item .action.action-select-shipping-item span {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .action.action-show-popup {
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 0px;
  left: 0px;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .action.action-show-popup span {
  color: #3d3d3d;
  font-size: 14px;
  text-decoration: underline;
}
body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content .action.action-show-popup span:before {
  text-decoration: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-shipping-method .checkout-shipping-method .step-content {
  margin-bottom: 0px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-shipping-method .checkout-shipping-method .step-content .form.methods-shipping .table-checkout-shipping-method thead {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-shipping-method .checkout-shipping-method .step-content .form.methods-shipping .actions-toolbar {
  position: absolute;
  bottom: -100px;
  left: -25px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-shipping-method .checkout-shipping-method .step-content .form.methods-shipping .actions-toolbar .button {
  padding: 14px 70px;
  background: #0750af;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-shipping-method .checkout-shipping-method .step-content .form.methods-shipping .actions-toolbar .button span {
  font-weight: 600;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset {
  position: relative;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .legend {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment {
  margin-top: 10px;
  margin-left: 12px;
  margin-bottom: 30px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .step-title {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px !important;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option.payment-group1 {
  margin-top: 25px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option.payment-group1 .virtual-list {
  margin-bottom: 10px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option.payment-group1 .payment-method {
  margin-left: 40px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option #atome-payment-method .payment-method-title label .checkout-atome-logo {
  height: 14px;
  vertical-align: middle;
  padding-left: 6px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option #atome-payment-method .payment-method-title label .atome-label-text {
  vertical-align: super;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option .payment-method .payment-method-title {
  border-top: unset;
  padding: 10px 0;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option .payment-method .payment-method-content {
  padding: 0;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option .payment-method .payment-method-content p {
  margin-bottom: 0;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option .payment-method .payment-method-content .payment-method-billing-address {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option .payment-method .payment-method-content .checkout-agreements-block {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-methods .payment-group .option .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option.giftcardaccount {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-title {
  padding-left: 14px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-title .action:after {
  display: none;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content {
  padding-bottom: 5px;
  padding-left: 14px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount {
  display: flex;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar button.action {
  padding: 0 30px;
  text-transform: uppercase;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar button.action.action-cancel span {
  color: #ffffff;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .payment-option-inner {
  margin-bottom: 0;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .payment-option-inner .field .control input {
  height: 40px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .payment-option-inner .field .control input::placeholder {
  font-style: italic;
  color: #bababa;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar {
  margin-left: 10px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar .action-apply {
  background: #1e74f3;
  border-color: #1e74f3;
  padding-top: 11px;
  padding-bottom: 11px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar .action-apply span span {
  text-transform: uppercase;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-giftcard-account .payment-option-inner .control input {
  height: 40px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-giftcard-account .payment-option-inner .control input::placeholder {
  font-style: italic;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-giftcard-account .actions-toolbar .primary .action,
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-giftcard-account .actions-toolbar .secondary .action {
  background: #1e74f3;
  border-color: #1e74f3;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-giftcard-account .actions-toolbar .primary .action span,
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-giftcard-account .actions-toolbar .secondary .action span {
  color: #ffffff;
  text-transform: capitalize;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .custom-placeorder {
  position: absolute;
  left: -25px;
  bottom: -110px;
}
body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .custom-placeorder button {
  padding: 15px 95px;
}
body.checkout-index-index .opc-wrapper .step-title {
  margin-bottom: 25px;
  background-color: #ffffff;
  color: #141414 !important;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 21px 0 !important;
  text-transform: uppercase;
}
body.checkout-index-index .opc-wrapper .step-title > i {
  display: none !important;
}
body.checkout-index-index .opc-wrapper .step-title > span {
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 1px #dadada;
}
body.checkout-index-index .opc-wrapper .step-content {
  border-top: none !important;
  margin-bottom: 0;
}
body.checkout-index-index .opc-wrapper .step-content .form.payments .fieldset hr {
  display: none;
}
body.checkout-index-index .opc-wrapper .row-mp {
  margin: 0 -15px;
}
body.checkout-index-index .opc-wrapper .col-mp {
  padding: 0 15px;
}
body.checkout-index-index .opc-wrapper .form-login,
body.checkout-index-index .opc-wrapper .form-shipping-address,
body.checkout-index-index .opc-wrapper .form-billing-address {
  max-width: 340px;
}
body.checkout-index-index .opc-wrapper .form-login .fieldset .field .label,
body.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label,
body.checkout-index-index .opc-wrapper .form-billing-address .fieldset .field .label {
  padding: 0;
}
body.checkout-index-index .opc-wrapper .form-login .fieldset .note,
body.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .note,
body.checkout-index-index .opc-wrapper .form-billing-address .fieldset .note {
  display: block;
  font-size: 13px;
  color: #535353;
}
body.checkout-index-index .osc-authentication-wrapper {
  padding-left: 0;
}
body.checkout-index-index #checkout-step-shipping .form-login {
  margin-top: 0;
  background-color: #ffffff;
}
body.checkout-index-index #checkout-step-shipping .form-login button.action.login.primary {
  padding: 9px 33px;
  margin-right: 30px;
}
body.checkout-index-index #checkout-step-shipping .form-login a.action.remind {
  font-size: 13px;
  color: #4c4c4c;
  text-decoration: underline;
  line-height: 38px;
  margin: 0;
}
body.checkout-index-index .fieldset > .field {
  margin-bottom: 17px;
}
body.checkout-index-index .fieldset > .field > .label {
  padding: 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #141414;
  line-height: 13px;
  margin-bottom: 11px;
}
body.checkout-index-index .fieldset > .field > .label span:after {
  display: none;
}
body.checkout-index-index .fieldset > .field._required > .label:after,
body.checkout-index-index .fieldset > .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 2px;
}
body.checkout-index-index .fieldset > .field > .control input,
body.checkout-index-index .fieldset > .field > .control select {
  border-color: #b9b9b9;
  height: 33px;
  max-width: 340px;
}
body.checkout-index-index .fieldset > .field > .control input::placeholder,
body.checkout-index-index .fieldset > .field > .control select::placeholder {
  font-style: italic;
  font-size: 13px;
  color: #b9b9b9;
}
body.checkout-index-index .fieldset > .field > .control input[name="postcode"],
body.checkout-index-index .fieldset > .field > .control select[name="postcode"] {
  width: 20%;
}
body.checkout-index-index .fieldset > .field > .control textarea {
  border-color: #b9b9b9;
  max-width: 340px;
}
body.checkout-index-index .fieldset > .field > .control textarea::placeholder {
  font-style: italic;
  font-size: 13px;
  color: #b9b9b9;
}
body.checkout-index-index .fieldset > .field .field-tooltip {
  display: none;
}
body.checkout-index-index .fieldset:last-child {
  margin-bottom: 5px;
}
body.checkout-index-index fieldset.field.street.col-mp {
  padding: 0 15px !important;
}
body.checkout-index-index .modal-popup .modal-inner-wrap {
  width: 600px;
  margin-left: auto;
  left: inherit;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-header {
  text-align: center;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-header .modal-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 60px;
  font-size: 30px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .step-title {
  display: none;
}
body.checkout-index-index .shipping-messages-container {
  margin: 25px 0px;
  border-top: 1px solid #cccccc;
}
body.checkout-index-index .shipping-messages-container .shipping-messages-title h2 {
  margin: 15px 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-index-index .shipping-messages-container .shipping-messages-content .shipping-messages-content-terms {
  padding-bottom: 6px;
}
body.checkout-index-index .shipping-messages-container .shipping-messages-content .shipping-messages-content-terms .terms-wrapper {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin-top: 3px;
}
body.checkout-index-index .shipping-messages-container .shipping-messages-content .shipping-messages-content-terms .terms-wrapper .terms-required {
  color: #e02b27;
}
body.checkout-index-index .shipping-messages-container .shipping-messages-content #terms-agreement,
body.checkout-index-index .shipping-messages-container .shipping-messages-content #newsletter-agreement {
  width: 16px;
  height: 16px;
}
body.checkout-index-index .shipping-messages-container .shipping-messages-content a {
  color: #043d89;
}
body.checkout-index-index .checkout-payment-method .payment-group input[type="radio"] {
  width: 18px;
  height: 18px;
}
body.checkout-index-index .checkout-payment-method .payment-group .cod-p {
  margin-bottom: 0;
}
body.checkout-index-index .checkout-payment-method .payment-group .virtual-list span {
  vertical-align: text-bottom;
  margin-left: 5px;
}
body.checkout-index-index .checkout-payment-method .payment-group .label {
  vertical-align: text-bottom;
}
body.checkout-index-index .checkout-payment-method .payment-group div[class^="logo-"] {
  display: inline-block;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-dokumandiriva,
body.checkout-index-index .checkout-payment-method .payment-group .logo-midtransmandiri {
  width: 52px;
  height: 17px;
  background-image: url('../images/mandiri.png');
  background-size: cover;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-dokubcava,
body.checkout-index-index .checkout-payment-method .payment-group .logo-midtransbca {
  width: 40px;
  height: 16px;
  background-image: url('../images/bca.png');
  background-size: cover;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-dokucreditcard,
body.checkout-index-index .checkout-payment-method .payment-group .logo-midtranscc {
  width: 120px;
  height: 16px;
  background-image: url('../images/credit-cards.png');
  background-size: cover;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-kredivopayment {
  width: 50px;
  height: 16px;
  background-image: url('../images/logo-kredivo.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-cashondelivery {
  width: 18px;
  height: 18px;
  background-image: url('../images/cod.png');
  margin-right: 5px;
  margin-left: 7px;
  background-size: cover;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-qris {
  width: 55px;
  height: 20px;
  background-image: url('../images/QRIS-black.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-empatkali {
  width: 32px;
  height: 16px;
  background-image: url('../images/empatkali.png');
  background-size: cover;
}
body.checkout-index-index .checkout-payment-method .payment-group .payment-method input[type="radio"],
body.checkout-index-index .checkout-payment-method .payment-group .virtual-list input[type="radio"] {
  width: 18px;
  height: 18px;
}
body.checkout-index-index .checkout-payment-method .payment-group .payment-method label,
body.checkout-index-index .checkout-payment-method .payment-group .virtual-list label {
  color: #0e1111;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}
body.checkout-index-index .fieldset .field.checkout-telephone-toltip .control._with-tooltip .field-tooltip {
  display: block;
}
body.checkout-index-index .opc-block-summary .block.total-message {
  padding: 0px 20px 20px;
  margin-bottom: 0px;
  margin-top: -15px;
}
body.checkout-index-index .checkout-payment-method .payment-group .logo-dokucreditcard,
body.checkout-index-index .checkout-payment-method .payment-group .logo-midtranscc {
  margin-left: -8px;
}
body.checkout-index-index .checkout-payment-method .payment-group .virtual-list span {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .fieldset .field.checkout-telephone-toltip .control._with-tooltip .field-tooltip {
    left: 353px;
    width: 22px;
  }
  body.checkout-index-index.bopis__checkout--container .opc-sidebar .opc-block-summary .totals.discount .title {
    padding: 0 !important;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .page-wrapper .checkout .checkout-header .container .col-12 .logo {
    margin-left: 24%;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  body.checkout-index-index .page-wrapper .checkout .checkout-header .container .col-12 .logo img {
    height: auto;
    width: auto;
  }
  body.checkout-index-index .page-wrapper .checkout .checkout-header .container .col-12 .secure-checkout {
    display: none;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-progress-bar {
    display: flex;
    background: #ffffff;
    width: 100%;
    top: 44px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-progress-bar .opc-progress-bar-item {
    width: 50%;
    text-align: center;
    padding: 5px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-progress-bar .opc-progress-bar-item._active {
    background: #006da4;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-progress-bar .opc-progress-bar-item._active span {
    color: #ffffff;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-progress-bar .opc-progress-bar-item span:after {
    display: none;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-estimated-wrapper {
    display: none;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content {
    padding-bottom: 0px !important;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form {
    margin-right: 0px;
    margin-left: 15px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address {
    margin-bottom: 20px !important;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .step-title {
    border-bottom: 1px solid #ccc;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login {
    padding-bottom: 20px !important;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login .special-title {
    border-bottom: 1px solid #8f8f8f;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login .fieldset {
    margin-bottom: 0px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login .fieldset .control input {
    width: 100%;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .addresses {
    margin-left: 15px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .addresses .control .shipping-address-items {
    padding-right: 20px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item {
    margin-bottom: 10px !important;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item .action.edit-address-link {
    background: transparent !important;
    border: 0 !important;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item.not-selected-item {
    padding: 20px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper .checkout-shipping-address .step-content .action.action-show-popup {
    width: 85%;
    left: 38px !important;
    bottom: 11px !important;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method {
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 0px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method .checkout-shipping-method {
    position: relative;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method .checkout-shipping-method .step-title {
    margin: 25px 25px 0 25px;
    padding-bottom: 0px;
    border-bottom: 1px solid #cccccc;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method .checkout-shipping-method .step-content .form.methods-shipping {
    background: #ffffff;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method .checkout-shipping-method .step-content .form.methods-shipping #checkout-shipping-method-load {
    padding: 25px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method .checkout-shipping-method .step-content .form.methods-shipping .actions-toolbar {
    bottom: 0px;
    width: 100%;
    left: unset;
    position: relative;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-shipping-method .checkout-shipping-method .no-quotes-block {
    padding: 0 25px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-payment-method {
    margin-left: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 100px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-payment-method .step-content .form.payments .fieldset .opc-payment {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-payment-method .step-content .form.payments .fieldset .discount-code {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-payment-method .step-content .form.payments .fieldset .custom-placeorder {
    bottom: -100px;
    left: 0px;
    width: 100%;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-wrapper li.checkout-payment-method .step-content .form.payments .fieldset .custom-placeorder button {
    padding: 15px 70px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-sidebar.opc-summary-wrapper {
    opacity: unset;
    visibility: visible;
    position: static;
    margin-left: 15px;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    transform: none;
    box-shadow: none;
  }
  body.checkout-index-index .page-wrapper .checkout .container .col-12 .checkout-container .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close {
    display: none;
  }
  body.checkout-index-index .shipping-messages-container .shipping-messages-content .shipping-messages-content-newsletter span {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin-top: 5px;
  }
  body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address form {
    margin-bottom: 20px;
  }
  body.checkout-index-index .opc-wrapper .opc > li#shipping.checkout-shipping-address #checkout-step-shipping.step-content {
    margin-bottom: 20px;
  }
  body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount {
    flex-direction: column !important;
  }
  body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar {
    margin-left: 0 !important;
    display: block;
    width: 100%;
  }
  body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar .primary {
    width: 100% !important;
    margin-top: 10px !important;
  }
  body.checkout-index-index .opc-wrapper .opc > li.checkout-payment-method .step-content .form.payments .fieldset .payment-option .payment-option-content .form-discount .actions-toolbar .primary button {
    width: 100% !important;
  }
}
body.customer-account-login .page-wrapper main#maincontent {
  max-width: 1440px;
  padding: 20px 0% 40px;
}
.page-wrapper .page-main button.action.primary,
.page-wrapper .page-main .action.create.primary,
.page-wrapper .page-main button.action.submit.primary {
  background-color: #141215;
  border-color: #141215;
}
.page-wrapper .page-main button.action.primary:hover,
.page-wrapper .page-main .action.create.primary:hover,
.page-wrapper .page-main button.action.submit.primary:hover {
  background-color: #ffffff !important;
  border-color: #141215;
}
.page-wrapper .page-main button.action.primary:hover span,
.page-wrapper .page-main .action.create.primary:hover span,
.page-wrapper .page-main button.action.submit.primary:hover span {
  color: #141215 !important;
}
.customer-account-login .ui-datepicker-header .ui-datepicker-title {
  margin: 0 22px;
}
.customer-account-login .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.customer-account-login .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  padding-left: 3px;
  font-size: 12px;
  background-size: 30px 50px;
}
.customer-account-login .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 3%;
}
.customer-account-login .register-container .form-create-account .fieldset.create.info {
  margin-bottom: 20px;
}
.customer-account-create .page-wrapper .page-main .page-title-wrapper {
  display: block;
  height: auto !important;
}
.customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title {
  display: block !important;
}
.account .customer_telephone_field .control,
.customer-account-login .customer_telephone_field .control,
.customer-account-create .customer_telephone_field .control {
  position: relative;
}
.account .customer_telephone_field .control .country_code,
.customer-account-login .customer_telephone_field .control .country_code,
.customer-account-create .customer_telephone_field .control .country_code {
  display: none;
  position: absolute;
  top: 20%;
  left: 10px;
}
.account .customer_telephone_field .control #customer_telephone,
.customer-account-login .customer_telephone_field .control #customer_telephone,
.customer-account-create .customer_telephone_field .control #customer_telephone {
  padding-left: 35px;
  height: 34px;
}
.account .customer_telephone_field .control:before,
.customer-account-login .customer_telephone_field .control:before,
.customer-account-create .customer_telephone_field .control:before {
  content: "62";
  position: absolute;
  font-size: 14px;
  padding: 7px 10px;
  color: #303030;
}
.account .field-dob .customer-dob,
.customer-account-login .field-dob .customer-dob,
.customer-account-create .field-dob .customer-dob {
  position: relative;
}
.account .field-dob .customer-dob button.ui-datepicker-trigger,
.customer-account-login .field-dob .customer-dob button.ui-datepicker-trigger,
.customer-account-create .field-dob .customer-dob button.ui-datepicker-trigger {
  background-color: transparent !important;
  border: 0 !important;
  position: absolute;
  top: 8px;
  right: 0;
}
.account .field-dob .customer-dob button.ui-datepicker-trigger:hover,
.customer-account-login .field-dob .customer-dob button.ui-datepicker-trigger:hover,
.customer-account-create .field-dob .customer-dob button.ui-datepicker-trigger:hover {
  background-color: transparent !important;
  border: 0 !important;
}
.account .page-title-wrapper,
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  display: block;
  height: 0px;
}
.account .page-title-wrapper .page-title,
.customer-account-login .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title {
  display: none !important;
}
.account .login-container,
.customer-account-login .login-container,
.customer-account-create .login-container,
.account .register-container,
.customer-account-login .register-container,
.customer-account-create .register-container {
  width: 100%;
  display: block;
  vertical-align: top;
  border: solid 1px #acacac;
  box-sizing: border-box;
  padding: 35px 30px;
}
.account .login-container .block,
.customer-account-login .login-container .block,
.customer-account-create .login-container .block {
  width: 100%;
}
.account .login-container .block .block-title,
.customer-account-login .login-container .block .block-title,
.customer-account-create .login-container .block .block-title {
  border-color: #dadada;
}
.account .login-container .block .block-title strong,
.customer-account-login .login-container .block .block-title strong,
.customer-account-create .login-container .block .block-title strong {
  font-size: 20px;
  font-weight: 700;
  color: #0d0a0a;
}
.account .login-container .block .block-content .field.note,
.customer-account-login .login-container .block .block-content .field.note,
.customer-account-create .login-container .block .block-content .field.note {
  color: #535353;
}
.account .login-container .fieldset > .field > .control,
.customer-account-login .login-container .fieldset > .field > .control,
.customer-account-create .login-container .fieldset > .field > .control {
  width: 100%;
}
.account .login-container .fieldset > .field > .control input,
.customer-account-login .login-container .fieldset > .field > .control input,
.customer-account-create .login-container .fieldset > .field > .control input {
  height: 35px;
  border-color: #8f8f8f;
}
.account .login-container .fieldset > .field > .control input::placeholder,
.customer-account-login .login-container .fieldset > .field > .control input::placeholder,
.customer-account-create .login-container .fieldset > .field > .control input::placeholder {
  color: #8f8f8f;
  font-style: italic;
}
.account .login-container .fieldset > .field.password,
.customer-account-login .login-container .fieldset > .field.password,
.customer-account-create .login-container .fieldset > .field.password {
  margin-bottom: 30px;
}
.account .login-container .fieldset .actions-toolbar .primary,
.customer-account-login .login-container .fieldset .actions-toolbar .primary,
.customer-account-create .login-container .fieldset .actions-toolbar .primary {
  float: unset;
  display: block;
}
.account .login-container .fieldset .actions-toolbar .primary button.action.primary,
.customer-account-login .login-container .fieldset .actions-toolbar .primary button.action.primary,
.customer-account-create .login-container .fieldset .actions-toolbar .primary button.action.primary {
  width: 100%;
  height: 46px;
}
.account .login-container .fieldset .actions-toolbar .primary button.action.primary:hover,
.customer-account-login .login-container .fieldset .actions-toolbar .primary button.action.primary:hover,
.customer-account-create .login-container .fieldset .actions-toolbar .primary button.action.primary:hover {
  border-color: #141215;
}
.account .login-container .fieldset .actions-toolbar .primary button.action.primary span,
.customer-account-login .login-container .fieldset .actions-toolbar .primary button.action.primary span,
.customer-account-create .login-container .fieldset .actions-toolbar .primary button.action.primary span {
  font-size: 20px;
  font-weight: 600;
}
.account .login-container .fieldset .actions-toolbar .secondary,
.customer-account-login .login-container .fieldset .actions-toolbar .secondary,
.customer-account-create .login-container .fieldset .actions-toolbar .secondary {
  width: 100%;
}
.account .login-container .fieldset .actions-toolbar .secondary .action,
.customer-account-login .login-container .fieldset .actions-toolbar .secondary .action,
.customer-account-create .login-container .fieldset .actions-toolbar .secondary .action {
  margin-top: 20px;
  text-decoration: underline;
  color: #4c4c4c;
}
.account .login-container .fieldset:after,
.customer-account-login .login-container .fieldset:after,
.customer-account-create .login-container .fieldset:after {
  display: none;
}
.account .register-container,
.customer-account-login .register-container,
.customer-account-create .register-container {
  margin-top: 20px;
}
.account .register-container .form-create-account,
.customer-account-login .register-container .form-create-account,
.customer-account-create .register-container .form-create-account {
  min-width: 100%;
}
.account .register-container .form-create-account .fieldset.create.account #password-strength-meter-container,
.customer-account-login .register-container .form-create-account .fieldset.create.account #password-strength-meter-container,
.customer-account-create .register-container .form-create-account .fieldset.create.account #password-strength-meter-container {
  display: none;
}
.account .register-container .form-create-account .fieldset.create.account #password-strength-meter-container.password-none,
.customer-account-login .register-container .form-create-account .fieldset.create.account #password-strength-meter-container.password-none,
.customer-account-create .register-container .form-create-account .fieldset.create.account #password-strength-meter-container.password-none {
  display: none;
}
.account .register-container .form-create-account .fieldset.create.account #password-strength-meter-container:not(.password-none),
.customer-account-login .register-container .form-create-account .fieldset.create.account #password-strength-meter-container:not(.password-none),
.customer-account-create .register-container .form-create-account .fieldset.create.account #password-strength-meter-container:not(.password-none) {
  display: none;
}
.account .register-container .form-create-account .fieldset.create.account:after,
.customer-account-login .register-container .form-create-account .fieldset.create.account:after,
.customer-account-create .register-container .form-create-account .fieldset.create.account:after {
  display: none;
}
.account .register-container .form-create-account .actions-toolbar .primary,
.customer-account-login .register-container .form-create-account .actions-toolbar .primary,
.customer-account-create .register-container .form-create-account .actions-toolbar .primary {
  float: unset;
  width: 100%;
  height: 53px;
}
.account .register-container .form-create-account .actions-toolbar button.action.primary,
.customer-account-login .register-container .form-create-account .actions-toolbar button.action.primary,
.customer-account-create .register-container .form-create-account .actions-toolbar button.action.primary {
  border-color: #141215;
  background-color: #141215;
  height: 46px;
}
.account .register-container .form-create-account .actions-toolbar button.action.primary:hover,
.customer-account-login .register-container .form-create-account .actions-toolbar button.action.primary:hover,
.customer-account-create .register-container .form-create-account .actions-toolbar button.action.primary:hover {
  border-color: #141215;
}
.account .register-container .form-create-account .actions-toolbar button.action.primary span,
.customer-account-login .register-container .form-create-account .actions-toolbar button.action.primary span,
.customer-account-create .register-container .form-create-account .actions-toolbar button.action.primary span {
  font-size: 20px;
  font-weight: 700;
}
.account .register-container .fieldset > .legend,
.customer-account-login .register-container .fieldset > .legend,
.customer-account-create .register-container .fieldset > .legend {
  border-color: #dadada;
  text-transform: uppercase;
}
.account .register-container .fieldset > .legend span,
.customer-account-login .register-container .fieldset > .legend span,
.customer-account-create .register-container .fieldset > .legend span {
  font-size: 20px;
  font-weight: 700;
  color: #0d0a0a;
}
.account .register-container .fieldset .field.note,
.customer-account-login .register-container .fieldset .field.note,
.customer-account-create .register-container .fieldset .field.note {
  font-size: 13px;
  color: #535353;
}
.account .fieldset > .field > .label,
.customer-account-login .fieldset > .field > .label,
.customer-account-create .fieldset > .field > .label,
.account .fieldset > .fields > .label,
.customer-account-login .fieldset > .fields > .label,
.customer-account-create .fieldset > .fields > .label {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #141414;
}
.account .fieldset > .field > .label:after,
.customer-account-login .fieldset > .field > .label:after,
.customer-account-create .fieldset > .field > .label:after,
.account .fieldset > .fields > .label:after,
.customer-account-login .fieldset > .fields > .label:after,
.customer-account-create .fieldset > .fields > .label:after {
  display: none;
}
.account .fieldset > .field.required > .label span:after,
.customer-account-login .fieldset > .field.required > .label span:after,
.customer-account-create .fieldset > .field.required > .label span:after {
  content: "*";
  position: relative;
  right: -5px;
  top: 3px;
  font-size: 14px;
  color: #e02b27;
}
.account input[type="text"]::placeholder,
.customer-account-login input[type="text"]::placeholder,
.customer-account-create input[type="text"]::placeholder,
.account input[type="password"]::placeholder,
.customer-account-login input[type="password"]::placeholder,
.customer-account-create input[type="password"]::placeholder,
.account input[type="url"]::placeholder,
.customer-account-login input[type="url"]::placeholder,
.customer-account-create input[type="url"]::placeholder,
.account input[type="tel"]::placeholder,
.customer-account-login input[type="tel"]::placeholder,
.customer-account-create input[type="tel"]::placeholder,
.account input[type="search"]::placeholder,
.customer-account-login input[type="search"]::placeholder,
.customer-account-create input[type="search"]::placeholder,
.account input[type="number"]::placeholder,
.customer-account-login input[type="number"]::placeholder,
.customer-account-create input[type="number"]::placeholder,
.account input[type="datetime"]::placeholder,
.customer-account-login input[type="datetime"]::placeholder,
.customer-account-create input[type="datetime"]::placeholder,
.account input[type="email"]::placeholder,
.customer-account-login input[type="email"]::placeholder,
.customer-account-create input[type="email"]::placeholder {
  font-size: 13px;
  font-style: italic;
  color: #b9b9b9;
}
.signup_subscription_consent .control {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.signup_subscription_consent .control .label {
  flex-basis: 91%;
}
.signup_subscription_consent .control .label a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}
.signup_subscription_consent .control .label a:hover {
  text-decoration: none;
}
.signup_subscription_consent .control .label span {
  display: block;
  margin-left: 3px;
}
.signup_subscription_consent .control .label span::after {
  content: " *";
  font-weight: 600;
  color: #e02b27;
  font-size: 1.2rem;
}
.signup_subscription_consent .control div.mage-error {
  order: 2;
}
/*min width 768px*/
.customer-account-index .modals-wrapper aside.modal-popup {
  top: 80px;
}
.customer-account-index .modals-wrapper .modal-inner-wrap #custom-popup-modal form#custom-form .fieldset.dob_gender .legend span {
  color: #000;
}
.customer-account-index .modals-wrapper .modal-inner-wrap #custom-popup-modal form#custom-form .fieldset.dob_gender .field.gender .label span {
  color: #000;
}
.customer-account-index .modals-wrapper .modal-inner-wrap #custom-popup-modal form#custom-form .fieldset.dob_gender .field.date.field-dob .label span {
  color: #000;
}
.customer-account-index .modals-wrapper .modal-inner-wrap #custom-popup-modal form#custom-form .fieldset.dob_gender p.note {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .signup_subscription_consent .control .label {
    flex-basis: 92%;
  }
}
@media (min-width: 390px) and (max-width: 430px) {
  .customer-account-login .signup_subscription_consent .control .label {
    flex-basis: 90%;
  }
}
body.account .sidebar-main .item.current strong {
  border-color: #1063ba;
  background-color: #1063ba;
}
body.account .sidebar-main .block-collapsible-nav .content {
  background-color: #064394;
}
body.account .sidebar-main .block-collapsible-nav .content a,
body.account .sidebar-main .block-collapsible-nav .content strong {
  color: #fff;
}
body.account .sidebar-main .block-collapsible-nav .content a:hover {
  background-color: #1063ba;
}
body.account .sidebar.sidebar-additional {
  display: none;
}
body.account .columns button.action {
  background-color: #064394;
  border-color: #064394;
}
body.account .columns button.action:hover {
  background-color: #064394;
  border-color: #064394;
}
body.account .columns button.action:hover span {
  color: #fff;
}
body.account .columns button.action span {
  text-transform: uppercase;
}
body.account .column.main .action.edit span,
body.account .column.main .action.delete span {
  color: #064394;
}
body.account .column.main a.action.change-password {
  color: #064394;
}
body.account .products-grid.wishlist .product-item .product-item-name {
  text-align: left !important;
}
body.account .products-grid.wishlist .product-item .product-item-name a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.account .products-grid.wishlist .product-item .price-box span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}
body.account .products-grid.wishlist .product-item .box-tocart .tocart {
  padding: 7px 12px;
}
body.page-print .page-main .logo {
  margin-top: 25px;
}
/*---Mobile---*/
.add-contact-info .field.zip.postal-code-drop {
  border: 0;
}
.add-contact-info .field.zip label {
  display: inline-block;
}
.add-contact-info .postal-code-drop #postcodeVal-error {
  display: none;
}
.add-contact-info .field.zip #postcodeVal {
  display: none;
}
.add-contact-info .field.zip.postal-code-drop label {
  display: none !important;
}
.add-contact-info .field.zip.postal-code-drop {
  border: 0 !important;
}
.add-contact-info .field.zip.postal-code-drop #postcodeVal {
  display: block;
}
.add-contact-info .field.zip {
  border: 1px solid #8f8f8f !important;
}
.customer-address-index .field.region,
.customer-address-index .field.city,
.customer-address-index .field.district,
.customer-address-index .field.zip.postal-code-drop {
  border: 0 !important;
}
.form-address-edit #postcodeVal.postal-disabled {
  pointer-events: none;
  background: #f8f8f8;
}
body.account.sales-order-view .page-title-wrapper {
  height: auto !important;
}
body.account.sales-order-view .page-title-wrapper .order-date {
  margin: 12px 0 18px;
}
body.account .sidebar-main .block-collapsible-nav ul.nav.items {
  list-style-type: none;
}
body.account .sidebar-main .block-collapsible-nav .content {
  background-color: #fff;
}
body.account .sidebar-main .block-collapsible-nav .content .item {
  margin: 0;
}
body.account .sidebar-main .block-collapsible-nav .content .item a,
body.account .sidebar-main .block-collapsible-nav .content .item strong {
  background-color: transparent;
  border-left-color: transparent;
}
body.account .sidebar-main .block-collapsible-nav .content .item a:hover,
body.account .sidebar-main .block-collapsible-nav .content .item strong:hover {
  background-color: transparent;
  border-left-color: transparent;
}
body.account .sidebar-main .block-collapsible-nav .content .item.current a,
body.account .sidebar-main .block-collapsible-nav .content .item.current strong {
  background-color: transparent;
  border-left-color: transparent;
}
@media (min-width: 768px) {
  body.account .sidebar-main {
    min-height: 500px;
  }
}
body.account .page-title-wrapper .page-title {
  font-weight: 900;
  margin-bottom: 53px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  width: unset;
  height: unset;
  clip: unset;
  position: unset;
}
body.account .form-edit-account .fieldset legend span {
  font-size: 2.7rem;
  font-weight: 600;
}
body.account .form-edit-account .fieldset .field label span {
  color: #3c3c3c;
  font-weight: 400;
}
body.account .form-edit-account .fieldset .field .control input {
  height: 34px;
}
body.account .form-edit-account .fieldset .field.choice .checkbox {
  opacity: 0;
  margin-left: 5px;
}
body.account .form-edit-account .fieldset .field.choice .checkbox + label::after {
  content: none;
}
body.account .form-edit-account .fieldset .field.choice .checkbox:checked + label::after {
  content: "";
}
body.account .form-edit-account .fieldset .field.choice label {
  position: relative;
  display: inline-block;
  margin-left: 22px !important;
}
body.account .form-edit-account .fieldset .field.choice label:before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  top: 0px;
  position: absolute;
  content: "";
  display: inline-block;
  left: -48px;
}
body.account .form-edit-account .fieldset .field.choice label:after {
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: -44px;
  top: 4px;
  position: absolute;
  content: "";
  display: inline-block;
}
body.account .form-edit-account .actions-toolbar .save {
  padding: 14px 50px;
  border-radius: 3px !important;
}
body.account .form-edit-account .actions-toolbar .save span {
  font-weight: 600;
  font-size: 1.6rem;
}
body.account .form-newsletter-manage .fieldset .checkbox {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}
body.account .form-newsletter-manage .fieldset .checkbox + label::after {
  content: none;
}
body.account .form-newsletter-manage .fieldset .checkbox:checked + label::after {
  content: "";
}
body.account .form-newsletter-manage .fieldset legend span {
  font-weight: 700;
}
body.account .form-newsletter-manage .fieldset label {
  position: relative;
  display: inline-block;
  margin-left: 10px !important;
}
body.account .form-newsletter-manage .fieldset label:after {
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: -44px;
  top: 4px;
  position: absolute;
  content: "";
  display: inline-block;
}
body.account .form-newsletter-manage .actions-toolbar .save {
  padding: 14px 50px;
  border-radius: 3px !important;
}
body.account .form-newsletter-manage .actions-toolbar .save span {
  font-weight: 600;
  font-size: 1.6rem;
}
body.account .form-add-invitations .fieldset .legend {
  padding-bottom: 16px;
}
body.account .form-add-invitations .fieldset .legend span {
  font-size: 1.4rem;
}
body.account .form-add-invitations .fieldset #invitations-options .actions-toolbar {
  position: absolute;
  right: 28%;
}
body.account .form-add-invitations .fieldset #invitations-options .actions-toolbar .secondary .remove {
  background-color: #ffffff;
  border: none;
  padding: 5px 10px;
  width: 90px;
}
body.account .form-add-invitations .fieldset #invitations-options .actions-toolbar .secondary .remove span {
  font-size: 1.4rem;
  color: #3c3c3c;
  text-transform: initial;
  text-decoration: underline;
}
body.account .form-add-invitations .fieldset #invitations-options .email input {
  height: 40px;
}
body.account .form-add-invitations .fieldset #invitations-options .email input::placeholder {
  font-style: italic;
  color: #b9b9b9;
}
body.account .form-add-invitations .fieldset .actions-toolbar {
  padding-bottom: 20px;
}
body.account .form-add-invitations .fieldset .actions-toolbar .add {
  padding: 12px 17px !important;
  background-color: #1e76f4;
  border-color: #1e76f4;
}
body.account .form-add-invitations .fieldset .actions-toolbar .add:before {
  font-weight: 900;
}
body.account .form-add-invitations .actions-toolbar .action {
  padding: 12px 50px;
}
body.account .form-add-invitations .actions-toolbar .action span {
  font-weight: 900;
  font-size: 1.4rem;
}
body.account .form-add-invitations .field .control textarea::placeholder {
  font-style: italic;
  color: #b9b9b9;
}
body.account .orders-history table thead tr {
  background-color: #ebebeb;
}
body.account .orders-history table thead tr th {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.account .orders-history table thead tr th:first-child {
  padding-left: 20px;
}
body.account .orders-history table thead tr th:not(:first-child) {
  text-align: center;
}
body.account .orders-history table tbody tr td {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #686868;
}
body.account .orders-history table tbody tr td:first-child {
  padding-left: 20px;
}
body.account .orders-history table tbody tr td:not(:first-child) {
  text-align: center;
}
body.account .orders-history table tbody tr td a span {
  color: #686868;
}
body.account .order-products-toolbar .pager .toolbar-amount {
  display: none;
}
body.account .order-products-toolbar .pager .limiter-options {
  background-color: #ffffff;
}
body.account .page-wrapper .page-header-v1 + .nav-sections {
  margin-bottom: 48px;
}
body.account .column.main .block:not(.widget) .block-title {
  display: flex;
  align-items: center;
  border-bottom-width: 2px;
  border-bottom-color: #ebebeb;
}
body.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 2.4rem;
  font-weight: 700;
}
body.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 30px;
}
body.account .column.main .block:not(.widget) .block-title > .action > span {
  font-size: 1.4rem;
  line-height: 13px;
  padding: 5px 22px;
  color: #064394;
  border: solid 1px #064394;
  font-weight: 600;
}
body.account .column.main .block:not(.widget) .block-title > .action:hover > span {
  color: #fff;
  background-color: #064394;
}
body.account .column.main .block:not(.widget) .box-title {
  margin-bottom: 6px;
}
body.account .column.main .block:not(.widget) .box-title > span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #141414;
}
body.account .column.main .block:not(.widget) .box-content p {
  font-size: 1.4rem;
  color: #454545;
}
body.account .column.main .block:not(.widget) .box-actions {
  margin-top: 22px;
  margin-bottom: 20px;
}
body.account .column.main .block:not(.widget) .box-actions a.action {
  color: #454545;
  text-decoration: underline;
}
body.account .column.main .block:not(.widget) .box-actions a.action span {
  color: #454545;
  text-decoration: underline;
}
body.account .column.main .block:not(.widget) .box-actions a.action:hover {
  color: #1e75e7;
}
body.account .column.main .block:not(.widget) .box-actions a.action:hover span {
  color: #1e75e7;
}
body.account .column.main .block.block-dashboard-orders .block-title {
  border-bottom: none;
  position: relative;
}
body.account .column.main .block.block-dashboard-orders .block-title .action {
  position: absolute;
  right: 0;
}
body.account .column.main .block.block-dashboard-orders .block-content {
  margin-top: 40px;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent {
  border: none;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table thead tr {
  background-color: #ebebeb;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table thead tr th {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table thead tr th:first-child {
  padding-left: 20px;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table thead tr th:not(:first-child) {
  text-align: center;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table tbody tr td {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #686868;
  font-size: 1.4rem;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table tbody tr td:first-child {
  padding-left: 20px;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table tbody tr td:not(:first-child) {
  text-align: center;
}
body.account .column.main .block.block-dashboard-orders .block-content .orders-recent table tbody tr td a span {
  color: #686868;
}
body.account .column.main .block.block-dashboard-addresses address {
  font-size: 1.4rem;
}
body.account .column.main .block.block-dashboard-addresses address a {
  font-size: 1.4rem;
}
body.account .column.main .block.block-addbysku {
  margin-bottom: -25px;
}
body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields {
  margin-bottom: 25px;
}
body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields .field label {
  font-weight: 400;
}
body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields .field label:after {
  display: none;
}
body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields .field label span {
  font-size: 1.4rem;
}
body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields .field .control input {
  height: 40px;
}
@media (min-width: 768px) {
  body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields .field.sku {
    margin-right: -175px;
    padding-right: 180px;
  }
}
body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields .actions-toolbar {
  top: 1px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.account .column.main .block.block-addbysku .block-content .box-items .fieldset .fields .actions-toolbar {
    right: -10px;
  }
}
body.account .column.main .block.block-addbysku .block-content .box-items .actions-toolbar .secondary .action {
  padding: 12px;
  background-color: #064394;
  border-color: #064394;
  color: white;
}
body.account .column.main .block.block-addbysku .block-content .box-items .actions-toolbar .secondary .action:before {
  font-size: 2.2rem;
  font-weight: 700;
}
body.account .column.main .block.block-addbysku .block-content .box-items .actions-toolbar .secondary .action.remove {
  background-color: #fff;
}
body.account .column.main .block.block-addbysku .block-content .box-items .actions-toolbar .secondary .action.remove span {
  color: #064392;
}
body.account .column.main .block.block-addbysku .block-content .box-upload .fieldset .field .control input {
  margin-left: 20px;
  border: none;
}
body.account .column.main .block.block-addbysku .block-content .box-upload .fieldset .field .control input:before {
  content: 'Choose file';
  padding: 12px 20px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  position: absolute;
  margin-top: -10px;
  margin-left: -20px;
}
body.account .column.main .block.block-addbysku .block-content .box-upload .fieldset .field .control .reset {
  padding: 10px 40px;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
  background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
body.account .column.main .block.block-addbysku .block-content .box-upload .fieldset .field .control .reset span {
  color: #3c3c3c;
  text-transform: initial;
}
body.account .column.main .block.block-addbysku .block-content .box-upload .fieldset .field .control .note {
  margin-top: 10px;
  margin-bottom: 24px;
}
body.account .column.main .block.block-addbysku .block-content .box-upload .fieldset .field .control .note p {
  font-size: 1.4rem;
  line-height: 0.9;
  color: #333;
}
body.account .column.main .block.block-addbysku .block-content .actions-toolbar .primary .tocart {
  padding: 12px 20px;
}
body.account .column.main .block.block-addbysku .block-content .actions-toolbar .primary .tocart span {
  font-weight: 600;
  font-size: 1.4rem;
}
body.account .column.main .block.block-addresses-default .block-title {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 20px;
}
body.account .column.main .block.block-addresses-default .block-content {
  padding-top: 20px;
}
body.account .column.main .block.block-addresses-default .block-content .box .box-content address {
  font-size: 1.4rem;
  font-weight: 100;
}
body.account .column.main .block.block-addresses-default .block-content .box .box-content address a {
  font-size: 1.4rem;
  font-weight: 100;
}
body.account .column.main .block.block-addresses-list {
  margin-bottom: 35px;
}
body.account .column.main .block.block-addresses-list .block-title {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 15px;
}
body.account .column.main .block.block-addresses-list .block-content {
  padding-top: 20px;
}
body.account .column.main .block.block-addresses-list .block-content .addresses address {
  font-size: 1.4rem;
}
body.account .column.main .block.block-addresses-list .block-content p {
  font-size: 1.4rem;
}
body.account .column.main .actions-toolbar .add {
  padding: 12px 20px;
  margin-top: 0px !important;
}
body.account .column.main .actions-toolbar .add span {
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body.account .column.main .form-wishlist-items .wishlist-toolbar .pager {
    display: inline-block;
  }
}
body.account .column.main .form-wishlist-items .products-grid {
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  body.account .column.main .form-wishlist-items .products-grid .product-items .product-item {
    width: 29%;
  }
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info {
  border-width: 1px !important;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info:hover {
  border: 1px solid #d7d7d7 !important;
  box-shadow: none !important;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name a {
  font-weight: 300;
  font-size: 1.3rem !important;
  font-family: 'Roboto', sans-serif;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box p {
  font-family: 'Roboto', sans-serif;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box p span {
  font-family: 'Roboto', sans-serif;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner {
  border-bottom: 1px solid #d7d7d7 !important;
  border-right: 1px solid #d7d7d7 !important;
  border-left: 1px solid #d7d7d7 !important;
  box-shadow: none !important;
  left: 0px;
  width: 101%;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 0px;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0px;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .label {
  display: none;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action span {
  color: #3d3d3d;
  text-decoration: underline;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action {
  padding: 7px 20px;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action span {
  color: #F1FFEB;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}
body.account .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action:hover span {
  color: #064394;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .update {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #064394;
  border-color: #064394;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .update span {
  font-size: 1.3rem;
  font-weight: 600;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .update:hover {
  background-color: #ffffff;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .update:hover span {
  color: #064394;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .share {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  border-color: #064394;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .share span {
  color: #064394;
  font-size: 1.3rem;
  font-weight: 600;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .share:hover {
  background-color: #064394;
}
body.account .column.main .form-wishlist-items .actions-toolbar .primary .share:hover span {
  color: #ffffff;
}
body.account .column.main .form-address-edit {
  display: flex;
  flex-direction: column;
}
body.account .column.main .form-address-edit .fieldset .legend {
  text-transform: uppercase;
}
body.account .column.main .form-address-edit .fieldset .legend span {
  font-weight: 900 !important;
}
body.account .column.main .form-address-edit .fieldset .choice label {
  font-weight: 700;
}
body.account .column.main .form-address-edit button.action.primary span {
  font-weight: 600 !important;
}
body.account .column.main .items.order-links {
  display: none;
}
body.account .column.main .order-details-items .order-title strong {
  font-size: 1.8rem;
  font-weight: 700;
}
body.account .column.main .order-details-items .table-wrapper .data.table.table-order-items tbody tr {
  border-bottom: 1px solid #cccccc;
}
body.account .column.main .order-details-items .table-wrapper .data.table.table-order-items tbody tr td {
  text-align: start;
  background: #ffffff;
  margin-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
body.account .column.main .order-details-items .table-wrapper .data.table.table-order-items tbody tr td strong,
body.account .column.main .order-details-items .table-wrapper .data.table.table-order-items tbody tr td span {
  font-size: 1.4rem;
}
body.account .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.account .column.main .block.block-order-details-view .block-title strong {
  font-size: 1.5rem;
  font-weight: 900;
}
body.account .column.main .block.block-order-details-view .block-content .box .box-title {
  text-transform: capitalize;
}
.form-address-edit .actions-toolbar .action.primary {
  padding: 10px 20px !important;
}
.form-address-edit .actions-toolbar .action.primary span {
  font-size: 14px !important;
}
.invitations .actions-toolbar .action.primary :hover {
  background-color: #fff !important;
  border: 1px solid #064394 !important;
}
.actions-toolbar .primary.submit a.action.primary {
  font-size: 14px !important;
}
body.account .form-newsletter-manage .fieldset input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
}
.form-newsletter-manage .field.choice label.label {
  display: inline-block;
  width: 80%;
}
.wishlist-index-index .products-list.wishlist ol.product-items .product-item1 .product-item-info .product-item-details .product-item-inner .box-tocart .actions-primary button.action.tocart.primary {
  padding: 11px 11px;
}
.wishlist-index-index .products-list.wishlist ol.product-items .product-item1 .product-item-info .product-item-details .product-item-inner .box-tocart .actions-primary .mage-error {
  margin-top: 7px;
  font-size: 14px;
  padding: 6px;
}
@media only screen and (max-width: 767px) {
  body.account .page-wrapper .page-main .columns .column {
    width: unset !important;
  }
  body.account .page-wrapper .page-main .columns .column .page-title-wrapper {
    text-align: center;
  }
  body.account .page-wrapper .page-main .columns .column .page-title-wrapper .page-title {
    margin-bottom: 20px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders {
    margin-bottom: 0px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-title {
    position: initial;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-title strong {
    font-size: 1.5rem;
    font-weight: 700;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-title .action {
    top: 95px;
    margin-left: 0px;
    left: 74%;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-title .action span {
    padding: 5px 3px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-content .table-wrapper .table tbody tr {
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-content .table-wrapper .table tbody tr td {
    text-align: inherit;
    padding: 5px 0px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-content .table-wrapper .table tbody tr td:before {
    width: 40%;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-content .table-wrapper .table tbody tr td.actions {
    text-align: right;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-content .table-wrapper .table tbody tr td.actions a {
    text-decoration: underline;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-orders .block-content .table-wrapper .table tbody tr td.status {
    padding-bottom: 15px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-info,
  body.account .page-wrapper .page-main .columns .column .block-dashboard-addresses {
    margin-bottom: -11px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-info .block-title,
  body.account .page-wrapper .page-main .columns .column .block-dashboard-addresses .block-title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-info .block-title strong,
  body.account .page-wrapper .page-main .columns .column .block-dashboard-addresses .block-title strong {
    font-size: 1.8rem;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-info .block-title .action,
  body.account .page-wrapper .page-main .columns .column .block-dashboard-addresses .block-title .action {
    margin-left: 45px;
  }
  body.account .page-wrapper .page-main .columns .column .block-dashboard-info .block-content .box-newsletter,
  body.account .page-wrapper .page-main .columns .column .block-dashboard-addresses .block-content .box-newsletter {
    margin-bottom: 45px;
  }
  body.account .page-wrapper .page-main .columns .column .orders-history.table-wrapper {
    border-bottom: none;
  }
  body.account .page-wrapper .page-main .columns .column .orders-history.table-wrapper .table tbody tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.account .page-wrapper .page-main .columns .column .orders-history.table-wrapper .table tbody tr td {
    text-align: inherit;
    padding: 5px 1px;
  }
  body.account .page-wrapper .page-main .columns .column .orders-history.table-wrapper .table tbody tr td:before {
    width: 30%;
  }
  body.account .page-wrapper .page-main .columns .column .orders-history.table-wrapper .table tbody tr td.actions {
    text-align: right;
    padding-bottom: 15px;
  }
  body.account .page-wrapper .page-main .columns .column .orders-history.table-wrapper .table tbody tr td.actions a {
    text-decoration: underline;
  }
  body.account .page-wrapper .page-main .columns .column .block-addbysku .block-content .box-items .fieldset .fields {
    margin-bottom: 5px;
  }
  body.account .page-wrapper .page-main .columns .column .block-addbysku .block-content .box-items .fieldset .fields .actions-toolbar .secondary .action {
    padding: 10px 3px;
  }
  body.account .page-wrapper .page-main .columns .column .block-addbysku .block-content .box-items .fieldset .fields .actions-toolbar .secondary .action:before {
    content: '\f00d';
    font-family: FontAwesome;
    color: black;
    font-size: 1.6rem;
  }
  body.account .page-wrapper .page-main .columns .column .block-addbysku .block-content .box-upload .fieldset .field .label {
    margin-bottom: 15px;
  }
  body.account .page-wrapper .page-main .columns .column .block-addbysku .block-content .box-upload .fieldset .field .label span {
    margin-bottom: 10px;
  }
  body.account .page-wrapper .page-main .columns .column .block-addbysku .block-content .box-upload .fieldset .field .control button {
    margin-top: 18px;
    padding: 10px 35px;
  }
  body.account .page-wrapper .page-main .columns .column .block-addresses-default .block-title,
  body.account .page-wrapper .page-main .columns .column .block-addresses-list .block-title {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  body.account .page-wrapper .page-main .columns .column .block-addresses-default .block-title strong,
  body.account .page-wrapper .page-main .columns .column .block-addresses-list .block-title strong {
    font-size: 1.5rem;
    font-weight: 900;
  }
  body.account .page-wrapper .page-main .columns .column .form-edit-account .fieldset legend span {
    font-size: 1.8rem;
    font-weight: 400;
  }
  body.account .page-wrapper .page-main .columns .column .form-newsletter-manage .fieldset legend span {
    font-size: 1.8rem;
    font-weight: 700;
  }
  body.account .page-wrapper .page-main .columns .column #invitationForm #invitations-options .fields .actions-toolbar {
    position: absolute;
    right: 6%;
  }
  body.account .page-wrapper .page-main .columns .column #invitationForm #invitations-options .fields .actions-toolbar .action {
    width: unset;
    padding: 8px 4px;
  }
  body.account .page-wrapper .page-main .columns .column #invitationForm #invitations-options .fields .actions-toolbar .action:before {
    content: '\f00d';
    font-family: FontAwesome;
    color: black;
  }
  body.account .page-wrapper .page-main .columns .column #invitationForm #invitations-options .fields .field .control {
    width: 85%;
  }
  body.account .page-wrapper .page-main .columns .column #invitationForm .actions-toolbar .secondary {
    float: none;
    text-align: left;
  }
  body.account .page-wrapper .page-main .columns .column #invitationForm .field.text .control {
    width: 85%;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item {
    padding-right: 0px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item:nth-child(1) {
    border-top: 1px solid #ebebeb;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info {
    padding: 0px;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo {
    margin-left: 15px;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner {
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    float: left;
    width: 100%;
    position: relative;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset .qty {
    display: block;
    margin-left: 55px;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset .product-item-actions {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
    width: auto;
    position: absolute;
    right: 1px;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .edit {
    margin-right: 5px;
  }
  body.account .page-wrapper .page-main .columns .column .form-wishlist-items .actions-toolbar {
    margin-bottom: -20px;
  }
  body.account .page-wrapper .page-main .columns .column .order-details-items .order-items .table-order-items tfoot tr th {
    width: 50%;
  }
  body.account .page-wrapper .page-main .columns .column .order-details-items .order-items .table-order-items tfoot tr td {
    width: 50%;
  }
  body.account .page-wrapper .page-main .columns .sidebar-main .block-collapsible-nav {
    margin-top: 10px;
  }
  body.account .page-wrapper .page-main .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
    border: 1px solid #ccc;
    padding: 12px 15px;
  }
  body.account .page-wrapper .page-main .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title:after {
    top: 13px;
    font-weight: bold;
  }
  body.account .page-wrapper .page-main .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  body.account .page-wrapper .page-footer .footer-container .footer .newsletter-box .newsletter .content .subscribe {
    width: 100%;
  }
  body.account .page-wrapper .page-footer .footer-container .footer .newsletter-box .newsletter .content .subscribe .newsletter .label span {
    font-weight: 400;
    font-size: 1.5rem;
  }
  body.account .page-wrapper .page-footer .footer-container .footer .newsletter-box .newsletter .content .subscribe .newsletter .control input::placeholder {
    font-style: italic;
  }
  body.account.wishlist-index-index .account-top {
    top: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.account .page-wrapper .page-main .column.main .block.block-dashboard-orders .block-title.order .action.view {
    position: relative;
    display: inline-block;
    width: 50%;
    left: auto;
    margin-left: 10px;
    top: 0;
  }
  body.account .page-wrapper .page-main .column.main .block-dashboard-addresses .block-title .action {
    margin-left: 8px;
  }
  body.account.wishlist-index-index .toolbar.wishlist-toolbar .pager {
    display: inline-block;
  }
  body.account.wishlist-index-index .toolbar.wishlist-toolbar .pager .toolbar-amount {
    margin-right: 8px;
  }
  body.account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  body.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions {
    border-bottom: 0;
  }
  body.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions .btn-remove {
    text-align: center;
  }
  body.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions .actions-primary .action span {
    font-size: 12px !important;
  }
}
