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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #f2f2f2;
  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 #f2f2f2;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #f2f2f2;
  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 #f2f2f2;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f2f2f2;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #f2f2f2;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #f2f2f2;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.footer.content ul,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.footer.content ul > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f2f2f2;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #f2f2f2;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #f2f2f2;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product: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-product-options-list dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.apple-pay-button,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.paypal-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.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 5px;
}
.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-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.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-account-blocks .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.paypal-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.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-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.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-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 {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .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 .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-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-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.block.newsletter .label,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field.additional .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.custom-slider .content-heading:before,
.custom-slider .content-heading:after,
.footer-main .footer-info:before,
.footer-main .footer-info:after,
.footer-main .footer-info .footer_mid .footer_mid_menu:before,
.footer-main .footer-info .footer_mid .footer_mid_menu:after,
.home-top:before,
.home-top:after,
.topicon_home:before,
.topicon_home:after,
.footericon_home:before,
.footericon_home:after,
.feature_content_block:before,
.feature_content_block:after,
.feature_content_block .fcb_right:before,
.feature_content_block .fcb_right:after,
.subscribe_container:before,
.subscribe_container:after,
.shearwatch-content:before,
.shearwatch-content:after,
.onsale_list:before,
.onsale_list:after,
.usedequip_list:before,
.usedequip_list:after,
.catalog-product-view .product-info-main .box-tocart .field.qty:before,
.catalog-product-view .product-info-main .box-tocart .field.qty:after,
.checkout-cart-index #left-side:before,
.checkout-cart-index #left-side:after,
.checkout-cart-index #right-side:before,
.checkout-cart-index #right-side:after,
.checkout-cart-index .cart.table .field.qty:before,
.checkout-cart-index .cart.table .field.qty:after,
.header.content:before,
.header.content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.custom-slider .content-heading:after,
.footer-main .footer-info:after,
.footer-main .footer-info .footer_mid .footer_mid_menu:after,
.home-top:after,
.topicon_home:after,
.footericon_home:after,
.feature_content_block:after,
.feature_content_block .fcb_right:after,
.subscribe_container:after,
.shearwatch-content:after,
.onsale_list:after,
.usedequip_list:after,
.catalog-product-view .product-info-main .box-tocart .field.qty:after,
.checkout-cart-index #left-side:after,
.checkout-cart-index #right-side:after,
.checkout-cart-index .cart.table .field.qty:after,
.header.content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 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-action-addto-product {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #666666;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #333333;
}
.abs-button-l,
.apple-pay-button,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.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;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.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,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.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,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.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,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.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,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.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,
.paypal-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  background: #eeeeee;
  border: 1px solid #f2f2f2;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:active {
  background: #e2e2e2;
  border: 1px solid #f2f2f2;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover {
  background: #e1e1e1;
  border: 1px solid #f2f2f2;
  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-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.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 .fieldset-bundle-options .field.choice .price-notice .weee,
.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,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.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 {
  display: inline-block;
  font-size: 1.1rem;
}
.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: 12px;
  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: 26px;
  line-height: 10px;
  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: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.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-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-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 {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-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 {
  font-size: 2.2rem;
  font-weight: 300;
}
.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-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,
.no-display,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f2f2f2;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #f2f2f2;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #f2f2f2;
  color: #333333;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(242, 242, 242, 0.3);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.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: #999999;
}
.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 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  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 {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.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: 30px;
  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;
}
.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: -5px;
  top: -12px;
}
.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 #f2f2f2;
  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-discount-block > .title,
.paypal-review-discount > .title,
.cart-discount > .title {
  border-top: 1px solid #f2f2f2;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount > .title:after,
.cart-discount > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  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;
}
.abs-discount-block > .title:after,
.paypal-review-discount > .title:after,
.cart-discount > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .paypal-review-discount > .title strong,
.column.main .cart-discount > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.paypal-review-discount > .content,
.cart-discount > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount.active > .title:after,
.cart-discount.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.paypal-review-discount.active > .content,
.cart-discount.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -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 #f2f2f2;
  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;
}
.nav-sections {
  background: #0088cc;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .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;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.amshopby-button,
a.am-filter-go,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(242, 242, 242, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(242, 242, 242, 0.8), inset 0 -1px 0 0 rgba(242, 242, 242, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.amshopby-button,
a.am-filter-go,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.amshopby-button,
.am-filter-go,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:active,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  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 #f2f2f2;
  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 #f2f2f2;
  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(242, 242, 242, 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: 999;
}
.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: 1000;
}
.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: 1000;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  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 {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.cms-porto_home_12 .page-main {
  padding: 0;
}
.slider_price .old-price {
  display: none;
}
.field.qty .label {
  display: none;
}
@media (max-width: 1440px) {
  .custom-container,
  .section-items.nav-sections-items {
    padding: 0 10px !important;
  }
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: local('Shadows Into Light'), local('ShadowsIntoLight'), url(https://fonts.gstatic.com/s/shadowsintolight/v7/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQzdcD55TecYQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(60deg);
  }
  20% {
    transform: rotateY(120deg);
  }
  40% {
    transform: rotateY(180deg);
  }
  60% {
    transform: rotateY(240deg);
  }
  80% {
    transform: rotateY(300deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.custom-slider .content-heading h2 {
  color: #465157;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
  float: left;
}
.custom-slider .with-arrow {
  float: right;
  position: relative;
  z-index: 1;
}
.custom-slider .owl-carousel .owl-item:hover {
  box-shadow: 1px 0px 6px 1px #d1d1d196 ;
}
.custom-slider .owl-carousel .owl-item .rating_star {
  text-align: center;
  padding-bottom: 10px;
  min-height: 47px;
}
.custom-slider .owl-carousel .owl-item .slider_image {
  margin-bottom: 10px;
}
.custom-slider .owl-carousel .owl-item .slider_content {
  padding: 0 10px;
  text-align: center;
}
.custom-slider .owl-carousel .owl-item .slider_content h4 {
  font-weight: normal;
  margin: 10px 0;
  min-height: 36px;
  color: #7a7d82;
  font-size: 15px;
}
.custom-slider .owl-carousel .owl-item .slider_content .slider_price .price-label {
  display: none;
}
.custom-slider .owl-carousel .owl-item .slider_content .slider_price .price-final_price .price {
  color: #465157;
  font-size: 17px;
  font-weight: 600;
}
.custom-slider .owl-carousel .owl-item .slider_content .slider_price .special-price .price {
  color: #e01820;
  font-size: 17px;
  font-weight: 600;
}
.custom-slider .owl-carousel .owl-item .product-labels {
  position: absolute;
  left: 6px;
  top: 0;
}
.custom-slider .owl-carousel .owl-item .free-shipping-label {
  background-image: none;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 2px 2px 2px;
  height: 17px;
}
.custom-slider .owl-carousel .owl-item .free-shipping-label .main-txt {
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.custom-slider .owl-carousel .owl-item .product-item-info {
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  width: 100%;
}
.custom-slider .owl-carousel .owl-item .product-item-info .product-item-details {
  -moz-transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.custom-slider .owl-carousel .owl-item .product-item-info .product-item-photo {
  display: block;
}
.custom-slider .owl-carousel .owl-item .product-item-info .product-item-name {
  min-height: 62px;
  text-align: center;
}
.custom-slider .owl-carousel .owl-item .product-item-info .product-item-name a {
  font-weight: normal;
  margin: 10px 0;
  color: #7a7d82;
  font-size: 15px;
}
.custom-slider .owl-carousel .owl-item .product-item-info .price-label {
  display: none;
}
.custom-slider .owl-carousel .owl-item .product-item-info .price-final_price .price {
  color: #465157;
  font-size: 17px;
  font-weight: 600;
}
.custom-slider .owl-carousel .owl-item .product-item-info .special-price .price {
  font-size: 17px;
  font-weight: 600;
}
.custom-slider .owl-carousel .owl-item .product-item-info:hover .product-item-details {
  bottom: 0;
}
.custom-slider .owl-carousel .owl-item .slider_price {
  color: #465157;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.custom-slider .owl-carousel .owl-item a {
  text-decoration: none;
}
.custom-slider .owl-carousel .owl-item a.product-item-photo,
.custom-slider .owl-carousel .owl-item a .slider_image {
  padding: 10px;
}
.custom-slider .owl-carousel .owl-controls {
  background: #fff;
}
.custom-slider .owl-carousel .owl-controls .owl-dots {
  bottom: -25px;
}
.custom-slider .owl-carousel .owl-controls .owl-dot span {
  background-color: #0087cd;
  border: none;
  width: 12px;
  height: 12px;
  margin: 5px 3px;
}
.custom-slider .owl-carousel .owl-controls .owl-dot.active span {
  background-color: #f47d2f;
  border: none;
}
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 36px;
  border-radius: 5px;
}
.page-main > .page-title-wrapper .page-title {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 28px;
  font-weight: 600;
  color: #08c;
}
.action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.amshopby-button,
.am-filter-go,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  background: transparent;
  line-height: 38px;
  padding: 0 15px;
  color: #f67d1e;
  border: 1px solid  #f67d1e;
  font-weight: 600;
}
.action.primary:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover {
  border: 1px solid  #f67d1e !important;
}
.page-title-wrapper .page-title + a {
  font-size: 13px;
  color: #465157;
  cursor: pointer;
  margin: 0;
  line-height: 1.2;
}
.page-title-wrapper .page-title + a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 5px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .field.limiter {
  display: inline-block !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .field.limiter span.limiter-text {
  display: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .toolbar-sorter.sorter {
  display: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .pages {
  display: block;
  float: right;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .pages .item {
  width: 33px;
  height: 33px;
  top: 2px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .pages .item .page {
  border: solid 1px #ddd;
  width: 33px;
  height: 33px;
  border-radius: 3px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .pages .item strong.page {
  background: transparent;
  color: #fff;
  border: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top .pages .item.current {
  background: #08c;
  border-color: #08c;
  border-radius: 4px;
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
// */
.cms-courses-php .mstForm__form .fieldset .field .label {
  display: block;
}
.mstBanner-placeholder__rotatorRenderer {
  background: #0d55a3;
  text-align: center;
}
.mstBanner-placeholder__rotatorRenderer a {
  text-decoration: none;
}
.mstBanner-placeholder__rotatorRenderer h2 {
  margin: 0;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  color: #fff;
  font-weight: bold;
}
.nav-sections {
  text-align: center;
}
.sticky-product .product-addtoquote-button {
  display: none;
}
.links-title {
  text-transform: uppercase;
  font-weight: 600;
}
.sticky-phone {
  display: none;
  float: left;
  margin-top: 17px;
  padding-left: 20px;
}
.navigation .level1.submenu {
  display: none !important;
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
  display: none !important;
}
.sticky-header .sticky-phone {
  display: block;
}
.stores-menu #ui-id-5 {
  margin: 0;
}
.stores-menu li a:before {
  display: none !important;
}
#switcher-language:hover .switcher-dropdown {
  display: block;
}
.switcher-dropdown {
  display: none;
}
#switcher-currency:hover .switcher-dropdown {
  display: block;
}
.chekout-features {
  float: left;
  width: calc(100% - 270px);
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
.chekout-features .col-md-6 {
  float: left;
}
.chekout-features .col-md-6 img {
  height: 30px;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  padding: 5px;
}
.chekout-features .col-md-6 .icon-wrap .icon-text {
  font-size: 12px;
}
.chekout-features .col-md-6 .icon-wrap .icon-text span {
  font-size: 14px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.chekout-features a {
  color: #fff;
  font-size: 11px;
  float: left;
}
.chekout-features h3 {
  font-size: 14px;
}
.chekout-features p {
  font-size: 11px;
  line-height: 15px;
}
.page-wrapper .page-header .header.content {
  padding: 5px 20px;
  top: 0;
  background: #000;
  max-width: 1600px;
  align-items: center;
  display: flex;
}
.sticky-header .page-header {
  position: fixed;
  background: #000;
  width: 100%;
  transition: all ease 0.6s;
}
.page-header {
  position: relative;
  z-index: 99;
}
.page-header .logo {
  margin: 0;
}
.page-header .logo img {
  width: 80%;
  height: 100%;
}
.page-header .logo span {
  color: #0195d3;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
.page-header .logo:hover {
  text-decoration: none;
}
.page-header .panel.wrapper {
  position: relative;
  float: left;
  display: inline-block !important;
  z-index: 9;
}
.page-header .logo {
  width: 245px;
}
.page-header .search_by_brand .search_by_brand_select {
  height: 40px;
  border-radius: 50px;
  margin-left: 15px;
}
.page-header .topline {
  padding: 0 20px;
  margin-top: 0 !important;
}
.page-header .topline .mob-kill {
  color: #7b858a;
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px 0 0;
  line-height: 42px;
}
.page-header .topline .icon-phone-1 {
  font-size: 18px;
  color: #40aee5;
}
.page-header .topline .phone12 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  display: inline-block;
}
.page-header .topline .tel-text {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #08c;
}
.page-header .topline a {
  text-decoration: none;
}
.page-header .header-calendar {
  float: left;
  margin-left: 13px;
  margin-top: 0;
}
.page-header .header-calendar .fa.fa-calendar {
  color: #fff;
  font-size: 30px;
}
.page-header .header-account {
  float: left;
  position: relative;
  padding-right: 15px;
  margin-top: 0;
  margin-left: 13px;
}
.page-header .header-account .header-account-dropdown {
  float: left;
}
.page-header .header-account .header-account-dropdown .fa.fa-user,
.page-header .header-account .header-account-dropdown .fa.fa-map-marker {
  color: #fff;
  font-size: 30px;
}
.page-header .header-account .header-account-dropdown .header.panel .header.links {
  background: #fff;
  color: #333;
  width: 170px;
  list-style: none;
}
.page-header .header-account .header-account-dropdown .header.panel .header.links .switcher-language {
  margin-top: 5px;
  border-top: 1px solid #dedede;
}
.page-header .header-account .header-account-dropdown .header.panel .header.links li {
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
}
.page-header .header-account .header-account-dropdown .header.panel .header.links li a {
  color: #333;
}
.page-header .header-account .header-account-dropdown .header.panel .header.links li:hover {
  background: transparent;
}
.page-header .header-account .header-account-dropdown .header.panel .header.links .switcher {
  float: none;
  padding: 5px 10px;
  margin: 0;
}
.page-header .header-account .header-account-dropdown .header.panel .header.links .switcher .label {
  position: relative;
}
.page-header .header-account .location-header.header-account-dropdown .header.panel .header.links .link {
  padding-left: 25px;
}
.page-header .miniquote-wrapper {
  display: none;
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
.page-header .miniquote-wrapper .action.showquote {
  margin-top: 20px;
}
.page-header .account-dropdown-css {
  display: inline-block;
  position: relative;
}
.page-header .account-dropdown-css:before,
.page-header .account-dropdown-css:after {
  content: '';
  display: table;
}
.page-header .account-dropdown-css:after {
  clear: both;
}
.page-header .account-dropdown-css .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .account-dropdown-css .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .account-dropdown-css .action.toggle:hover:after {
  color: inherit;
}
.page-header .account-dropdown-css .action.toggle:active:after {
  color: inherit;
}
.page-header .account-dropdown-css .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .account-dropdown-css .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;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .account-dropdown-css .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .account-dropdown-css .action.toggle.active:active:after {
  color: inherit;
}
.page-header .account-dropdown-css ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .account-dropdown-css ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.page-header .account-dropdown-css ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .account-dropdown-css ul.dropdown:before,
.page-header .account-dropdown-css ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .account-dropdown-css ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .account-dropdown-css ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .account-dropdown-css ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .account-dropdown-css ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .account-dropdown-css.active {
  overflow: visible;
}
.page-header .account-dropdown-css.active ul.dropdown {
  display: block;
}
.page-header .account-dropdown-css .action.toggle.active:first-child:after,
.page-header .account-dropdown-css .action.toggle.active:first-child:hover:after,
.page-header .account-dropdown-css .action.toggle:first-child:hover:after,
.page-header .account-dropdown-css .action.toggle:first-child:after {
  position: absolute;
  right: -15px;
  top: 11px;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
}
.page-header .account-dropdown-css .dropdown.account-dropdown {
  right: -20px;
}
.page-header .account-dropdown-css .dropdown.account-dropdown:before {
  left: 173px;
}
.page-header .account-dropdown-css .dropdown.account-dropdown:after {
  left: 173px;
}
.page-header .account-dropdown-css .switcher .options {
  display: block;
  padding-left: 25px;
}
.page-header .account-dropdown-css .switcher .options .action.toggle:after {
  top: 0 !important;
}
.page-header .account-dropdown-css .switcher ul li a {
  padding: 0 !important;
}
.page-header .minicart-wrapper .action.showcart {
  display: block !important;
}
.page-header .minicart-wrapper .action.showcart:before {
  content: '';
  background: url('../images/sprite.png') no-repeat -181px -1px;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0;
  background-size: 406px;
}
.page-header .minicart-wrapper .action.showcart.active::before {
  content: '';
}
.page-header .minicart-wrapper .action.showcart:after {
  display: none;
  /*
					content:"\f107";
					font-family:'fontawesome';
					position:absolute;
					right:8px;
					top:7px;
					color:#fff;
*/
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  display: block !important;
  font-size: 10px;
  color: #fff;
  background-color: #f17734;
  text-align: center;
  line-height: 17px;
  border-radius: 20px;
  padding: 0;
  position: absolute;
  margin: 0;
}
.page-header .minicart-wrapper .action.showcart .counter.qty.empty {
  background-color: #b9b9b9;
  color: #000000;
}
.page-header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content #top-cart-btn-checkout {
  background: #009e08;
  background: -moz-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: -webkit-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: linear-gradient(to bottom, #009e08 0%, #17b820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e08', endColorstr='#17b820', GradientType=0);
  border: none;
}
.page-header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content #top-cart-btn-checkout:hover {
  background: #009e08;
  background: -moz-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: -webkit-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: linear-gradient(to bottom, #17b820 0%, #009e08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17b820', endColorstr='#009e08', GradientType=0);
}
.page-header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .actions .primary div {
  display: none;
}
.page-header .brands_top_section {
  float: left;
  width: 138px;
  position: relative;
  margin-left: -15px;
}
.page-header .brands_top_section .ambrands-link {
  position: relative;
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% center;
  line-height: 32px;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0 50px 50px 0;
  height: 40px;
  padding-left: 15px;
  display: inline-block;
  color: #000;
}
.page-header .brands_top_section .ambrands-link #ambrand-title {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 39px;
  padding-left: 17px;
  cursor: pointer;
}
.page-header .brands_top_section .ambrands-list-popup {
  z-index: 999;
  right: 0;
}
.page-header .brands_top_section .ambrands-list-popup .ambrands-popup-filter {
  background: #eff9ff;
  float: right;
}
.page-header .brands_top_section .ambrands-list-popup .ambrands-popup-filter a.ambrands-letter {
  height: 32px;
}
.page-header .brands_top_section .ambrands-list-popup .ambrands-popup-filter a.ambrands-letter:hover {
  background: #d8e6ef;
}
.page-header .brands_top_section .ambrands-list {
  display: block;
  background: #fff;
  width: 370px;
  position: absolute;
  z-index: 99;
  left: 0;
  height: 420px;
  top: 50px;
}
.page-header .brands_top_section .ambrands-list .brand-item {
  margin: 0;
}
.page-header .brands_top_section .ambrands-list .ambrands-list-container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.page-header .brands_top_section .ambrands-list .ambrands-list-container .ambrands-popup-filter {
  padding: 10px;
  overflow-x: scroll;
}
.page-header .brands_top_section .ambrands-list .ambrands-list-container .ambrands-popup-filter .ambrands-letter {
  height: auto;
}
.page-header .call_icon {
  float: right;
  margin-top: 15px;
  display: none;
}
.page-header .call_icon a {
  font-size: 0;
}
.page-header .call_icon a:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../images/call_icn.png') no-repeat;
  background-size: 100%;
  content: '';
}
.page-header .header-contact {
  float: right;
  width: 300px;
  text-align: center;
  background: #222;
  border: 2px solid #fff;
  border-radius: 50px;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  margin-right: 20px;
  margin-top: 15px;
}
.page-header .header-contact .header-question {
  font-size: 14px;
  color: #fff;
}
.page-header .header-contact a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.page-header .header-contact a:hover,
.page-header .header-contact a:focus {
  text-decoration: none;
}
.page-header .header-contact a:before {
  content: "\f095";
  color: #fff;
  margin: 0 8px;
  font-family: fontawesome;
}
.page-header .block-search {
  float: left;
  width: calc(100% - 610px);
  margin-top: 0;
  padding-right: 115px;
  padding-left: 150px;
}
.page-header .block-search .block-content {
  position: relative;
}
.page-header .block-search input#search {
  height: 40px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  padding: 5px 30px;
}
.page-header .block-search input:not([disabled]):focus {
  box-shadow: none;
}
.page-header .block-search .action.search,
.page-header .block-search .action.search:hover {
  background: #f78f1b;
  background: -moz-linear-gradient(top, #f78f1b 0%, #f56a22 100%);
  background: -webkit-linear-gradient(top, #f78f1b 0%, #f56a22 100%);
  background: linear-gradient(to bottom, #f78f1b 0%, #f56a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78f1b', endColorstr='#f56a22', GradientType=0);
  height: 40px;
  right: 0;
  width: 40px;
  border-radius: 0;
}
.page-header .block-search .magnifying-glass {
  background: -webkit-gradient(linear, left top, left bottom, from(#f78f1b), to(#f56a22)) !important;
  background: linear-gradient(180deg, #f78f1b 0, #f56a22) !important;
  border-radius: 0 20px 20px 0;
  height: 40px !important;
  width: 40px !important;
  margin: 0;
  padding: 12px 40px 10px 20px;
  position: absolute;
  right: 0 !important;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.page-header .block-search .magnifying-glass:before {
  content: '';
  background: url('../images/magnifying-glass.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.ambrands-list-container.boki {
  background: #fff;
  width: 370px;
  position: absolute;
  z-index: 99;
  left: 0;
  height: 420px;
  overflow: hidden;
  display: none;
}
.ambrands-link .ambrands-list-container.boki {
  display: block;
}
.block-minicart .action.viewcart {
  color: #fff;
  width: 100%;
  float: left;
  max-width: 100%;
  border: 1px solid #ccc;
  font-size: 18px;
  background: #f7821e;
  line-height: 38px;
  padding: 0 15px;
}
.topline {
  float: left;
}
.topline .top-links-container {
  float: left;
  padding-top: 0;
}
.topline .links {
  float: right;
  list-style: none;
  margin-bottom: 0;
}
.topline .links li {
  color: #fff;
  float: left;
  font-size: 11px;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 19px;
  border-left: 1px solid #ccc;
}
.topline .links li a {
  color: #fff;
}
.topline .links li:first-child {
  border: 0 none;
}
.topline .icon-phone-1:before {
  content: '\f095';
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  padding-right: 5px;
}
.topline .ph-num span {
  color: #7b858a;
  font-size: 14px;
  font-weight: normal;
}
.topline .ph-num b {
  font-weight: normal;
}
.navigation .level0.service-menu .servicestext:before {
  font-size: 10px;
  line-height: 20px;
  content: '\e622';
  font-family: 'luma-icons';
  position: relative;
  right: 0;
  top: 8px;
  float: right;
  display: inline-block;
  padding-left: 3px;
}
.navigation .level0.service-menu .submenu li .block-cms-link,
.navigation .level0.service-menu .submenu li .block-category-link {
  margin-bottom: 0px;
}
.navigation .level0.service-menu .submenu li a {
  display: block;
}
.navigation .level0.service-menu .submenu li a:hover {
  text-decoration: none;
}
.navigation .level0.service-menu .submenu li a:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('../images/services-sprite-n.png') no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.navigation .level0.service-menu .submenu li.nav-7-1 a:before {
  background-position: 0 0;
}
.navigation .level0.service-menu .submenu li.nav-7-2 a:before {
  background-position: 0 -30px;
}
.navigation .level0.service-menu .submenu li.nav-7-3 a:before {
  background-position: 0 -60px;
}
.navigation .level0.service-menu .submenu li.nav-7-4 a:before {
  background-position: 0 -90px;
}
.navigation .level0.service-menu .submenu li.nav-7-5 a:before {
  background-position: 0 -120px;
}
.navigation .level0.service-menu .submenu li.nav-7-6 a:before {
  background-position: 0 -150px;
}
.navigation .level0.service-menu .submenu li.nav-7-7 a:before {
  background-position: 0 -178px;
}
.navigation .level0.service-menu .submenu li.nav-7-8 a:before {
  background-position: 0 -203px;
}
.navigation .level0.service-menu .submenu li.nav-7-9 a:before {
  background-position: 0 -233px;
}
.navigation .level0.service-menu .submenu li.last span {
  padding-left: 5px;
}
.navigation .level0.stores-menu .navigation .level0.service-menu .submenu li a:before {
  display: none;
}
.navigation .level0.level-top > a .menu_image {
  display: none;
}
.navigation .level0.level-top .menu_image {
  margin-left: -10px;
  margin-right: 8px;
}
.ambrands-menu-item .ambrands-list-popup {
  width: 400px;
}
.ambrands-menu-item .ambrands-list-popup .ambrands-popup-filter {
  padding: 0 !important;
  overflow: hidden;
  width: 32%;
}
.ambrands-menu-item .ambrands-list-popup .ambrands-popup-items {
  width: 68%;
}
.ambrands-menu-item .ambrands-list-popup .brand-images {
  box-shadow: 1px 1px 7px #eee;
}
.ambrands-menu-item .ambrands-list-popup .brand-images .brands-letter {
  margin-bottom: 10px;
}
.ambrands-menu-item .ambrands-list-popup .brand-images .brands-letter .letter {
  border-bottom: 1px solid #eee;
  margin: 10px 0 0 0;
}
.ambrands-menu-item .ambrands-list-popup .brand-images .brands-letter .letter .title {
  background: #eff9ff;
}
.ambrands-menu-item .ambrands-list-popup .all-brands-btn {
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  background: orange;
  padding: 5px 0;
  margin-bottom: 10px;
}
.ambrands-menu-item .ambrands-list-popup .brand-item {
  border: 0 none;
  width: 100%;
  max-width: 100%;
  padding: 0 0 2px 20px;
  margin: 2px 0 !important;
  min-height: auto;
  text-align: left;
}
.ambrands-menu-item .ambrands-list-popup .brand-item .label {
  font-size: 12px;
}
.ambrands-menu-item .ambrands-list-popup .brand-item .count {
  display: none;
}
.ambrands-menu-item .ambrands-list-popup .brand-item .letter {
  border: 0 none;
}
.ambrands-menu-item .ambrands-list-popup .brand-item .letter:after {
  content: '';
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 4px;
  bottom: -12px;
}
.ambrands-menu-item .ambrands-list-popup .brand-item img {
  max-width: 100px;
}
.page-header .brands_top_section .ambrands-list .brand_page {
  text-align: center;
  background: #f58d0f;
}
.page-header .brands_top_section .ambrands-list .brand_page .brandpage {
  color: #fff;
  padding: 5px;
  display: inline-block;
  font-size: 15px;
}
.page-header .brands_top_section .ambrands-list .brand-item {
  margin: 0;
  width: 100%;
}
.checkout-cart-index .page-header .chekout-features .fa-usd {
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  float: left;
  margin: 20px 15px 0 calc(50% - 115px);
  padding: 0 8px;
}
.checkout-cart-index .page-header .chekout-features .fa-arrow-down {
  font-size: 10px;
  position: absolute;
  top: 38px;
  margin-left: -20px;
  border-bottom: 3px solid #000;
}
.checkout-cart-index .page-header .chekout-features .support {
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  float: left;
  margin: 20px 15px 0 calc(50% - 105px);
  padding: 0 3px;
}
.checkout-cart-index .page-header .chekout-features .fa-phone {
  margin-right: 6px;
  font-size: 15px;
  color: #40aee5;
  float: left;
}
.checkout-cart-index .page-header .chekout-features .text-area h3 {
  margin-top: 1.5rem;
}
@media (min-width: 767px) {
  #algolia-searchbox .magnifying-glass {
    bottom: 10px !important;
  }
  .navigation ul {
    padding: 0 !important;
  }
  .navigation .level0.other-menu > a.level-top {
    display: none;
  }
  .navigation .level0.other-menu .submenu {
    position: static !important;
    display: block !important;
    border: none;
    min-width: inherit;
    box-shadow: none;
    background: none;
    padding: 0 12px 0 0;
  }
  .navigation .level0.other-menu .submenu li {
    float: left;
    background: none !important;
  }
  .navigation .level0.other-menu .submenu li a {
    color: #fff;
    padding: 0 12px;
    background: none !important;
  }
  .navigation .level0.other-menu .submenu li a:hover {
    background: none !important;
    color: #f67d1e;
  }
  .navigation .level0.other-menu .submenu li.customer-welcome {
    float: right;
  }
  .navigation .level0.other-menu .submenu li.customer-welcome ul {
    margin: 0;
    min-width: inherit;
  }
}
/*end*/
@media (min-width: 768px) and (max-width: 1199px) {
  .navigation .level0.other-menu {
    top: -34px !important;
  }
  .page-header .logo {
    width: 200px;
  }
  .page-header .header-contact {
    width: 160px;
    margin-left: 10px;
  }
  .page-header .header-contact .header-question {
    display: none;
  }
  .page-header .header-contact a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
  }
  .page-header .header-contact a:before {
    margin: 0 8px 0 0;
  }
  .page-header .block.block-search {
    width: calc(100% - 666px);
  }
  .page-header .topline {
    margin-top: 23px;
  }
  .page-header .topline .mob-kill {
    display: none;
  }
  .sticky-header .nav-sections {
    top: 84px !important;
  }
}
/*end*/
@media (max-width: 1199px) {
  .chekout-features {
    visibility: hidden;
    height: 0;
  }
}
@media (max-width: 1023px) {
  nav.navigation {
    padding: 0;
    background: #0088cc;
    box-sizing: border-box;
  }
  nav.navigation .submenu {
    border: 0 none !important;
  }
  nav.navigation .level0.service-menu .submenu li {
    text-transform: uppercase;
  }
  nav.navigation .level0.service-menu .submenu li a:before {
    display: none;
  }
  nav.navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: left;
  }
  nav.navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    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;
    position: absolute;
    right: 7px;
    top: 0;
  }
  nav.navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  nav.navigation ul.ui-menu {
    padding: 0;
  }
  nav.navigation ul.ui-menu li {
    display: block;
    text-align: left;
  }
  nav.navigation ul.ui-menu li a:hover {
    color: #fff;
    text-decoration: none;
  }
  nav.navigation ul.ui-menu li a .ui-menu-icon:after {
    display: none !important;
  }
  nav.navigation ul.ui-menu li .submenu.ui-menu {
    min-width: 100%;
    padding-top: 0;
  }
  nav.navigation ul.ui-menu li .submenu.ui-menu li {
    width: 100%;
    float: none;
  }
  nav.navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  nav.navigation .level0.active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #f58e31;
  }
  nav.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  nav.navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #f58e31;
  }
  nav.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  nav.navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  nav.navigation .service-menu {
    width: 100%;
  }
  nav.navigation .service-menu a.level-top {
    width: 100%;
    font-size: 16px;
    margin: 0 !important;
  }
  nav.navigation .service-menu .level-top.ui-corner-all.ui-state-active:before {
    display: none;
  }
  nav.navigation .service-menu .submenu.level0.ui-corner-all {
    right: 0px !important;
    width: 100%;
  }
  nav.navigation .stores-menu a:after {
    display: none;
  }
  nav.navigation .stores-menu .submenu li a:before {
    display: none;
  }
  nav.navigation .level0.service-menu .level-top .servicestext:before {
    display: none;
  }
  nav.navigation .submenu > li {
    word-wrap: break-word;
  }
  nav.navigation .submenu > li > a:hover {
    color: #333;
  }
  nav.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;
  }
  nav.navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  nav.navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  nav.navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  nav.navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  nav.navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  nav.navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  nav.navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  nav.navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  nav.navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .section-item-content .header.links {
    display: block !important;
  }
  .page-header .header.content {
    display: flex;
    flex-wrap: wrap;
  }
  .page-header .header.content .action.nav-toggle {
    display: block;
    position: initial;
    margin-right: 5px;
  }
  .page-header .header.content .action.nav-toggle:before {
    color: #fff;
  }
  .page-header .header.content .topline {
    padding: 0;
  }
  .page-header .header.content .topline .phone12 {
    display: none;
  }
  .page-header .header.content .topline .mob-kill {
    display: none;
  }
  .page-header .header.content .topline span.tel-text {
    display: none;
  }
  .page-header .header.content .header-calendar {
    display: none;
  }
  .page-header .header.content .header-account {
    display: none;
  }
  .page-header .header.content .minicart-wrapper {
    order: 7;
    margin-top: 0;
  }
  .page-header .header.content .miniquote-wrapper {
    order: 6;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
  }
  .page-header .header.content .miniquote-wrapper .action.showquote {
    margin-top: 0;
  }
  .page-header .header.content .block-search {
    width: calc(100% - 466px);
    margin-right: auto;
  }
  .page-header .header.content .block-search input#search {
    height: 30px;
  }
  .page-header .header.content .block-search .control {
    padding: 0;
  }
  .page-header .header.content .block-search .action.search {
    border-radius: 0 50px 50px 0;
    height: 30px;
  }
  .page-header .header.content .brands_top_section {
    display: none;
  }
  .nav-open .page-wrapper {
    left: 250px;
  }
}
/*end*/
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .level0.other-menu {
    top: -31px !important;
  }
  .page-header .logo {
    width: 180px;
  }
  .page-header .topline .phone12 {
    display: none;
  }
  .page-header .header-contact {
    width: 40px;
    margin-left: 10px;
  }
  .page-header .header-contact a {
    font-size: 0;
  }
  .page-header .header-contact a:before {
    font-size: 18px;
  }
  .page-header .block-search {
    padding: 0;
  }
  .page-header .block-search .action.search,
  .page-header .block-search .action.search:hover {
    width: 50px;
  }
  .page-header .call_icon {
    margin-top: 10px;
    display: inline-block;
  }
}
/*end*/
@media (min-width: 768px) and (max-width: 1023px) {
  .page-header {
    margin-bottom: 20px !important;
  }
  .page-header .header.content {
    margin-top: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-header .header.content .header-contact {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
  }
  .page-header .header.content .brands_top_section .ambrands-list {
    display: block;
    background: #fff;
    width: 370px;
    position: absolute;
    z-index: 99;
    left: auto;
    height: 420px;
    top: 50px;
    right: 0;
    overflow: scroll;
  }
  .page-header .header.content .brands_top_section .ambrands-list .ambrands-list-container .ambrands-popup-filter a.ambrands-letter {
    display: inline-block;
    margin: 5px;
    padding: 0 17px;
    background: #f0f0f0;
    min-width: 43px;
    height: 25px;
    line-height: 25px;
  }
  /*END1023*/
}
@media (max-width: 767px) {
  .checkout-cart-index .page-header .header.content {
    margin-top: 0 !important;
  }
  .checkout-cart-index .page-header .header.content .minicart-wrapper {
    margin-top: 20px;
  }
  .checkout-cart-index .page-header .header.content .logo {
    margin-right: calc(100% - 210px);
  }
  .action.compare {
    display: none;
  }
  .mstBanner-placeholder__rotatorRenderer h2 {
    font-size: 13px;
  }
  .page-header .header.content {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0 !important;
    align-items: center;
  }
  .page-header .header.content .block-search {
    padding-left: 10px;
    width: 100%;
    padding: 0;
    order: 5;
  }
  .page-header .header.content .action.nav-toggle {
    order: 1;
    margin-right: 5px;
  }
  .page-header .header.content .logo {
    order: 2;
    margin: 0 auto;
    text-align: center;
  }
  .page-header .header.content .logo img {
    margin: 0 auto;
  }
  .page-header .header.content .logo span {
    margin-bottom: 5px;
    font-size: 10.8px;
  }
  .page-header .header.content .topline {
    order: 3;
  }
  .page-header .header.content .topline .icon-phone-1:before {
    font-size: 32px;
  }
  .page-header .header.content .topline .phone12 {
    display: none;
  }
  .page-header .header.content .minicart-wrapper {
    order: 4;
  }
  .page-header .header.content .page-header .block-search .block-content {
    order: 5;
  }
  .sticky-header .page-header {
    position: fixed;
    width: 100%;
  }
  .sticky-header .page-header .panel.wrapper {
    display: none !important;
  }
  .sticky-header .page-header .sticky-phone {
    margin-top: 10px !important;
  }
  .sticky-header .page-header .sticky-phone b {
    display: none !important;
  }
  .sticky-header .page-header .header.content .logo {
    display: block;
    width: 26px;
    margin-right: 8px;
    margin-top: 4px;
  }
  .sticky-header .page-header .header.content .logo span {
    display: none;
  }
  .sticky-header .page-header .header.content .logo:before {
    content: url('../images/logo-dive-sticky-menu.png');
  }
  .sticky-header .page-header .header.content .logo img {
    width: 0;
  }
  .sticky-header .page-header .header.content .brands_top_section {
    display: none;
  }
  .sticky-header .page-header .header.content .minicart-wrapper a.ation.showcard {
    padding-right: 0;
  }
  .sticky-header .page-header .header.content .block-search {
    order: 2;
    width: calc(100% - 137px);
  }
  .sticky-header .page-header .header.content .miniquote-wrapper {
    margin: 12px 7px 0px 3px !important;
  }
  .action.nav-toggle:before {
    color: #fff !important;
  }
  .algolia-search-block {
    clear: none !important;
  }
  .page-header .header.content {
    padding-bottom: 15px;
  }
  .page-header .header-contact {
    width: 36px;
    height: 36px;
    margin: 10px;
    padding: 0;
  }
  .page-header .header-contact .header-question {
    display: none;
  }
  .page-header .header-contact a {
    font-size: 0;
  }
  .page-header .header-contact a:before {
    font-size: 18px;
  }
  .page-header .panel.wrapper {
    width: calc(100% - 150px) !important;
    float: right !important;
    height: 50px;
  }
  .page-header .panel.wrapper .switcher-currency,
  .page-header .panel.wrapper .switcher-language,
  .page-header .panel.wrapper span.mob-kill {
    display: none;
  }
  .page-header .block-search .block-content {
    max-width: 100%;
  }
  .page-header .block-search .label {
    display: none;
  }
  .page-header .block-search input#search {
    position: static;
    margin: 0;
    padding: 8px;
  }
  .page-header .block-search .control {
    border-top: none;
    clear: both;
    margin: 0;
    padding: 0 15px;
  }
  .page-header .block-search .action.search,
  .page-header .block-search .action.search:hover {
    border-radius: 0 50px 50px 0;
  }
  .page-header .call_icon {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
  }
  .service-menu .servicestext:before {
    display: none !important;
  }
  .checkout-cart-index .page-header .panel.wrapper {
    display: none !important;
  }
  .checkout-cart-index .page-header .chekout-features h3 {
    margin-top: 1em !important;
  }
  .checkout-cart-index .page-header .chekout-features p {
    margin-bottom: 0 !important;
  }
  .checkout-cart-index .page-header .header.content .chekout-features {
    display: none;
  }
  .checkout-cart-index .sticky-header .sticky-phone {
    display: none;
  }
  #algolia-searchbox .magnifying-glass {
    bottom: 10px !important;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .checkout-cart-index.sticky-header .page-header .minicart-wrapper {
    margin-top: 17px !important;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .panel.wrapper .ph-num b {
    font-size: 14px !important;
  }
  #search_mini_form #algolia-searchbox .magnifying-glass {
    padding-top: 3px !important;
    height: 26px !important;
  }
  #search_mini_form #algolia-searchbox input#search {
    height: 26px !important;
  }
}
#search_mini_form #algolia-searchbox .algolia-search-input:focus:not([value=""]) {
  background: #fff;
}
/*END767*/
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.accordion .list-group .list-group-item {
  float: left;
  width: 100%;
}
.accordion .list-group .list-group-item .widget.block-category-link {
  float: left;
  margin: 0;
  clear: none;
}
.footer-above-tottom.btmclass {
  background: #0d0d0d;
  color: #888;
  text-decoration: none;
  border: 0;
  text-align: center;
}
.footer-above-tottom.btmclas:active {
  color: #888;
}
.footer-above-tottom.btmclass:visited {
  color: #888;
}
.page-footer {
  background: #121214;
}
.page-footer .footer-ribbon {
  position: relative;
  padding: 10px 20px 6px;
  margin: -36px 0 25px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  background: #f16a30;
  background: -webkit-linear-gradient(#f58e31, #f16a30);
  background: -o-linear-gradient(#f58e31, #f16a30);
  background: -moz-linear-gradient(#f58e31, #f16a30);
  background: linear-gradient(#f58e31, #f16a30);
}
.page-footer .footer-ribbon span.ribbontitle {
  font-size: 12px;
}
.page-footer .footer-ribbon span.ribontext {
  font-size: 36px;
  line-height: 1;
  font-family: "Shadows Into Light", cursive;
}
.page-footer .footer-ribbon:before {
  border-right: 10px solid #f16a30;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -17px;
  position: absolute;
  top: 0;
  width: 7px;
}
.trustpilot_footer {
  color: #fff;
  margin-bottom: 20px;
}
.footer-main .footer-locations {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-main .footer-locations .col-lock {
  width: 25%;
  float: left;
  text-align: left;
  border-left: 1px solid #333;
  padding: 0 2%;
}
.footer-main .footer-locations .col-lock h4 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
  color: white;
}
.footer-main .footer-locations .col-lock p {
  padding-left: 20px;
}
.footer-main .footer-locations .col-lock a {
  font-weight: normal !important;
  font-size: 13px !important;
  color: #fff;
}
.footer-main .footer-locations .col-lock i {
  color: #08c !important;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
}
.footer-main .footer-locations .col-lock .fa.fa-reply {
  transform: scaleX(-1);
}
.footer-main .footer-locations .col-lock:first-child {
  border: none;
  padding: 0;
}
.footer-main .footer-locations .col-lock:first-child img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.footer-main .footer-locations .col-lock:nth-child(2) {
  border: 0;
}
.footer-main .footer-info {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-main .footer-info .footer_left {
  width: 24%;
  padding-right: 20px;
}
.footer-main .footer-info .footer_left iframe {
  width: 100%;
  height: 265px;
  margin-bottom: 10px;
}
.footer-main .footer-info .footer_left a {
  color: #fff;
}
.footer-main .footer-info .footer_left a:before {
  content: '\f108';
  font-family: FontAwesome;
  margin-right: 5px;
}
.footer-main .footer-info .footer_left a:hover {
  text-decoration: none;
  color: #f58e31;
}
.footer-main .footer-info .footer_mid {
  width: 50%;
  padding: 0 2%;
  text-align: left;
}
.footer-main .footer-info .footer_mid .footer_mid_menu {
  width: 100%;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion {
  display: inline-block;
  text-align: left;
  width: 49%;
  vertical-align: top;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-title {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  padding: 10px 0;
  display: block;
  font-weight: bold;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-title:before {
  content: '\002B';
  display: block;
  float: left;
  margin-right: 10px;
  color: #08c;
  font-size: 20px;
  margin-top: -2px;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-title:hover {
  text-decoration: none;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-content {
  padding: 0 15px;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-content ul li {
  line-height: 30px;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-content ul li:before {
  content: '\2023';
  display: block;
  margin-right: 5px;
  float: left;
  color: #08c;
  font-size: 25px;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion .accordion-section .accordion-section-content ul li a {
  color: #fff;
  font-size: 13px;
}
.footer-main .footer-info .footer_mid .footer_mid_menu .accordion + .accordion {
  min-width: inherit;
}
.footer-main .footer-info .footer_mid .newsletter {
  display: inline-block;
  clear: both;
  padding-top: 15px;
  float: none !important;
  width: 100%;
  max-width: 700px;
  position: relative;
  text-align: left;
}
.footer-main .footer-info .footer_mid .newsletter label.label {
  position: static;
  font-size: 18px;
  color: #0089db;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  height: auto;
  display: block;
  width: 100%;
}
.footer-main .footer-info .footer_mid .newsletter .field .control:before {
  content: '';
  max-width: 100%;
  border-radius: 0;
  /*background:url(../images/sprite.png) #fff;
							background-repeat:no-repeat;
							background-position:0 -110px;*/
  height: 45px;
  text-indent: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  margin: 0;
}
.footer-main .footer-info .footer_mid .newsletter .actions button.primary {
  background-color: #f67d1e;
  border-radius: 50px;
  border: 1px solid  #f67d1e;
  position: absolute;
  height: 40px;
  right: 3px !important;
  top: 64px !important;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.footer-main .footer-info .footer_mid .newsletter .control input {
  height: 45px;
  border-radius: 50px;
  padding: 0 105px 0 55px;
  border: none;
}
.footer-main .footer-info .footer_right {
  width: 25%;
}
.footer-main .footer-info .footer_right .accordion.stores {
  width: 100%;
  margin-top: 0;
}
.footer-main .footer-info .footer_right .accordion.stores .accordion-section .accordion-section-title {
  padding: 10px 0;
  line-height: 1.2;
}
.footer-main .footer-info .footer_right .accordion.stores .accordion-section .accordion-section-title:before {
  content: '\002B';
  display: block;
  float: left;
  margin-right: 10px;
  color: #08c;
  font-size: 20px;
  margin-top: -2px;
}
.footer-main .footer-info .footer_right .block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-main .footer-info .footer_right .block-content ul li {
  padding-left: 40px;
  position: relative;
  color: #fff;
  margin: 15px 0 0 0;
}
.footer-main .footer-info .footer_right .block-content ul li a {
  color: #fff;
}
.footer-main .footer-info .footer_right .block-content ul li a:hover {
  color: #f58e31;
  text-decoration: none;
}
.footer-main .footer-info .footer_right .block-content ul li:before {
  content: '';
  font-family: fontawesome;
  display: inline-block;
  color: #0089db;
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: 0;
}
.footer-main .footer-info .footer_right .block-content ul li.footer-location:before {
  content: "\f041";
}
.footer-main .footer-info .footer_right .block-content ul li.footer-phone {
  font-size: 18px;
  font-weight: bold;
}
.footer-main .footer-info .footer_right .block-content ul li.footer-phone p {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
}
.footer-main .footer-info .footer_right .block-content ul li.footer-phone:before {
  content: "\f095";
}
.footer-main .footer-info .footer_right .block-content ul li.footer-mail:before {
  content: "\f003";
}
.footer-main .footer-info .footer_right .block-content ul li.footer-clock {
  margin-bottom: 0;
}
.footer-main .footer-info .footer_right .block-content ul li.footer-clock:before {
  content: "\f017";
}
.footer-main .footer-info .footer_right .block-content ul li.footer-switcher a {
  color: #333 !important;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons {
  float: left;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons a {
  background-color: #9e9e9e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons a:before {
  content: ;
  display: block;
  font-size: 18px;
  font-family: fontawesome;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons a:hover {
  text-decoration: none;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons .icon1-class {
  margin-left: 0;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons .icon1-class:hover {
  background-color: #3c599b;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons .icon1-class:before {
  content: "\f09a";
}
.footer-main .footer-info .footer_right .block-content ul .social-icons .icon2-class:hover {
  background-color: #1ca8e3;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons .icon2-class:before {
  content: "\f099";
}
.footer-main .footer-info .footer_right .block-content ul .social-icons .icon3-class:hover {
  background-color: #4975b6;
}
.footer-main .footer-info .footer_right .block-content ul .social-icons .icon3-class:before {
  content: "\f08c";
}
.footer-main .footer-info .footer_right .footer-switcher .switcher {
  display: inline-block;
}
.footer-main .footer-info .footer_right .footer-switcher strong {
  color: #bde1f5;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
}
.footer-main .footer-info .footer_right .footer-switcher strong:after {
  color: #bde1f5;
}
.footer-main .footer-info .footer_right .footer-switcher .switcher.language.switcher-language {
  margin-left: 10px;
}
.page-footer .footer.content {
  max-width: 1600px;
}
.footer-bottom {
  padding: 18px 0;
  background: #0c0c0c;
}
.footer-bottom .footer.content {
  padding-top: 0;
}
.footer-bottom .copyright {
  padding: 6px;
}
.footer-bottom .copyright span {
  float: left;
}
.footer-bottom .custom-block {
  float: right;
}
@media (max-width: 1500px) {
  .footer-main .footer_left {
    width: 300px;
  }
  .footer-main .footer_mid {
    width: calc(100% - 540px);
    padding: 0 20px;
  }
  .footer-main .footer_mid .footer_mid_menu .accordion {
    min-width: inherit;
    width: 50%;
    float: left;
    display: block;
  }
  .footer-main .footer_mid .newsletter {
    display: block;
    max-width: 100%;
  }
  .footer-main .footer_right {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .page-footer .footer-ribbon span.ribontext {
    font-size: 30px;
  }
  .footer-main .footer-locations {
    padding-bottom: 3%;
    border-bottom: 1px solid #333;
  }
  .footer-main .footer-locations .col-lock {
    width: 50%;
  }
  .footer-main .footer-info {
    padding-top: 3%;
  }
  .footer-main .footer-info .footer_left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .footer-main .footer-info .footer_left iframe {
    height: 220px;
  }
  .footer-main .footer-info .footer_mid {
    width: 50%;
  }
  .footer-main .footer-info .footer_mid .footer_mid_menu .accordion {
    min-width: inherit;
    width: 50%;
  }
  .footer-main .footer-info .footer_mid .newsletter {
    width: 100%;
    max-width: 100%;
  }
  .footer-main .footer-info .footer_right {
    width: 50%;
  }
  .footer-bottom .copyright {
    padding: 6px;
    width: 100%;
    clear: both;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-ribbon {
    text-align: center;
  }
  .page-footer .footer-ribbon span.ribbontitle {
    display: block;
  }
  .page-footer .footer-ribbon span.ribontext {
    font-size: 30px;
    display: block;
  }
  .trustpilot_footer {
    clear: both;
  }
  .footer-bottom .copyright {
    padding: 6px;
    width: 100%;
    clear: both;
  }
  .footer-bottom .social-icons {
    float: none;
    text-align: center;
    padding: 20px 0 10px;
  }
  .footer-bottom .custom-block {
    float: none;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .footer-main .footer-locations .col-lock {
    width: 100%;
    border: none;
    border-top: 1px solid #333;
    padding: 2%;
  }
  .footer-main .footer-locations .col-lock br {
    display: none;
  }
  .footer-main .footer-info .footer_left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .footer-main .footer-info .footer_left iframe {
    height: 180px;
  }
  .footer-main .footer-info .footer_mid {
    width: 100%;
    /*
					.newsletter{
						width:100%;
						max-width:100%;
					}
					.form.subscribe{
						button.subscribe{
							width:110px;
							position:relative;
							.actions{
								position:absolute;
								right:0;
								bottom:25px;
							}
						}
						#newsletter-error{
							position:absolute;
							bottom:-18px;
							left:20px;
							margin-top:0;
						}
					}
*/
  }
  .footer-main .footer-info .footer_right {
    width: 100%;
    float: none;
  }
  .home-top .ht_shop_category ul li a {
    font-size: 9px !important;
  }
  .home-top .ht_shop_category ul li a:before {
    margin-right: 5px !important;
  }
  .home-top .ht_shop_category h2 {
    padding: 10px 8px 10px !important;
    font-size: 11px !important;
  }
  .home-top .ht_learnmenu ul li a {
    font-size: 9px !important;
  }
  .home-top .ht_learnmenu ul li a:before {
    margin-right: 5px !important;
  }
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
// */
.amslider.am-brand-slider {
  max-width: 100% !important;
}
.amslider-header-container {
  text-align: center;
  font-size: 32px !important;
  margin-top: 20px;
}
.banerzachristmass {
  background: url('../images/dedomrazbanner.jpg') no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 0px 0 40px 0;
  margin-bottom: 15px;
}
.banerzachristmass h3 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-family: 'Mountains of Christmas', cursive !important;
  margin-top: 5px;
}
.banerzachristmass a {
  width: 33.333%;
  padding: 5px;
}
.banerzachristmass a img {
  width: 100%;
}
.banerzachristmass .gift-idea-box-inner-content {
  float: right;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 20px;
}
.wrapertri {
  display: flex;
  flex-wrap: wrap;
}
.wrapertri h2 {
  width: 100%;
}
.wrapertri section {
  width: 25%;
  padding: 0 3px;
}
.best_slider .action.add {
  display: none;
}
.best_slider .product-reviews-summary {
  margin: 0;
}
.cms-index-index .block-catalog_left_service_btns,
.cms-index-index .hearforyou_content,
.cms-index-index .block-title {
  display: none;
}
.cms-index-index .lable_save {
  top: 0;
}
.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
.owl-theme .owl-nav {
  margin: 0 !important;
}
.owl-stage-outer {
  padding: 0 !important;
}
.cms-index-index .slick-prev {
  left: -10px;
}
.cms-index-index .slick-prev:before {
  color: #0087cd;
  font-size: 40px;
}
.cms-index-index .slick-next:before {
  color: #0087cd;
  font-size: 40px;
}
.cms-index-index .hp_bestseller_block.saleproducts .item.owl-item {
  display: none;
}
.cms-index-index .hp_bestseller_block.saleproducts .slick-initialized .item.owl-item {
  display: block;
}
.cms-index-index .hp_bestseller_block.saleproducts .sell_slider {
  padding: 25px 25px 40px;
}
.cms-index-index .hp_bestseller_block.saleproducts .with-arrow {
  margin-top: 5px;
}
.cms-index-index .sell_slider {
  padding: 25px 25px 15px;
  background: #f5f6f9;
}
.cms-index-index .sell_slider ol {
  padding: 0;
}
.cms-index-index .sell_slider ol li {
  list-style: none;
}
.cms-index-index .sell_slider .product-item {
  display: none;
}
.cms-index-index .sell_slider .owl-item {
  display: block;
}
.cms-index-index .sell_slider .owl-item li {
  display: block;
}
.cms-index-index .sell_slider .owl-item .product-item {
  display: block;
}
.cms-index-index .sell_slider .slick-initialized .product-item {
  display: block;
}
.cms-index-index .sell_slider .slick-initialized ul li {
  display: block;
}
.cms-index-index .sell_slider .slick-initialized ol li {
  display: block;
}
.cms-index-index .sell_slider ul.slick-dots li {
  display: inline-block;
  background: #0087cd;
  width: 15px;
  height: 15px;
}
.cms-index-index .sell_slider ul.slick-dots li button:before {
  color: transparent;
}
.cms-index-index .sell_slider ul.slick-dots li.slick-active {
  background: #f47d30;
}
.cms-index-index .sell_slider ul.slick-dots li.slick-active button:before {
  color: transparent;
}
.owl-carousel.owl-loaded {
  padding-left: 0;
  margin: 0;
}
.block-search .action.search[disabled] {
  opacity: 1 !important;
}
.block-search .action.search:before {
  color: #fff !important;
}
.panel.wrapper {
  position: relative;
  top: 0;
  float: left;
  width: 100%;
}
.header-wrap {
  text-align: center;
}
.header-wrap .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px !important;
  position: relative;
  display: inline-block;
  float: none;
  color: #0088cc;
  text-transform: uppercase;
  font-weight: bold;
}
.header-wrap .title:before {
  content: '';
  background: url('../images/2-levo.png') no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 13px;
}
.header-wrap .title:after {
  content: '';
  background: url('../images/2-desno.png') no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  height: 13px;
}
.header-wrap .with-arrow {
  display: inline-block;
  float: none;
}
.hp_bestseller_block .ess_sld .owl-stage-outer {
  max-height: 100%;
  -webkit-max-height: 100%;
}
.hp_bestseller_block .owl-stage .owl-item {
  padding: 0px 5px;
}
.hp_bestseller_block.saleproducts .owl-controls {
  width: 100%;
  margin-bottom: 0;
}
.hp_essential_sproducts .owl-item {
  padding: 0px 5px;
  background: #fff;
  border-radius: 10px;
}
.hp_essential_sproducts .owl-item .item {
  min-height: 373px;
}
.hp_bestseller_block.saleproducts span.save-price {
  display: none;
}
.hp_bestseller_block.saleproducts .owl-item {
  padding: 0px 5px;
  background: #fff;
  border-radius: 10px;
}
.hp_bestseller_block.saleproducts .owl-item .slider_price {
  color: #e01820 !important;
}
.hp_bestseller_block.saleproducts .owl-item .slider_price .price-label {
  display: none;
}
.all-sale-items-home.all-sale-items {
  padding: 25px 25px 20px;
}
.all-sale-items-home.all-sale-items .fadein {
  display: none;
}
.all-sale-items-home.all-sale-items .owl-carousel.slick-initialized {
  display: block;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item {
  padding: 10px;
  border-radius: 23px;
  border: 1px solid #f5f6f9;
  margin-bottom: 10px;
  background: #f5f6f9;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('../images/abstract-white-gray.jpg') no-repeat;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .product-name.special span {
  display: none;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .product-name-manufacturer {
  width: 100%;
  margin: 0 0 5px 0;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .product-name-manufacturer h4 {
  display: block;
  margin: 0;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .left-section {
  width: 100px;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .left-section img {
  width: 100%;
  float: left;
  padding-right: 10px;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .left-section-text {
  color: #7a7d82;
  margin-bottom: 1rem;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .left-section-text p {
  margin-bottom: 0;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .right-special {
  width: calc(100% - 200px);
  padding-right: 10px;
  text-align: center;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .button.btn-cart {
  background: #0087cd;
  border: none;
  padding: 9px;
  color: #fff;
  line-height: normal;
}
.all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item:hover {
  box-shadow: 1px 0px 6px 1px #d1d1d196;
  border: 1px solid #f0f0f0;
}
.best-seller-container {
  padding: 25px 25px 20px;
}
.best-seller-container .all-sale-items-home.all-sale-items {
  padding: 0;
}
.best-seller-container .main-promo .right-special {
  width: calc(100% - 100px) !important;
}
.best-seller-container .main-promo .right-special .reviews-actions {
  display: none;
}
.newsletter.block {
  width: 100% !important;
}
.newsletter.block .field.newsletter label.label {
  position: static !important;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.newsletter.block .form.subscribe .control input[type="email"] {
  border-radius: 50px;
  height: 40px;
  padding: 0 110px 0 20px;
  color: #7a7d82;
}
.newsletter.block .form.subscribe .control:before {
  font-size: 0;
}
.newsletter.block .form.subscribe button.subscribe {
  background: #168ad8;
  border-radius: 50px;
  border: 1px solid #fff;
  position: absolute;
  height: 40px;
  right: 0;
  top: 44px;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.home-top {
  padding-bottom: 25px;
}
.home-top .ht_shop_category {
  float: left;
  width: 350px;
  min-height: 310px;
  border: 1px solid #dae2e6;
  border-radius: 2px;
}
.home-top .ht_shop_category h2 {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #465157;
  font-weight: 700;
  padding: 13px 20px 13px;
  background: #f5f6f9;
  border-bottom: 1px solid #dae2e6;
  margin: 0;
}
.home-top .ht_shop_category .ht_shop_menu {
  margin: 0;
  padding: 4px 12px 0 12px;
  list-style: none;
}
.home-top .ht_shop_category .ht_shop_menu li {
  padding: 7px 4px;
  border-top: 1px solid #dae2e6;
  margin: 0;
}
.home-top .ht_shop_category .ht_shop_menu li a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  padding-left: 15px;
  line-height: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #465157;
  display: block;
}
.home-top .ht_shop_category .ht_shop_menu li a:hover {
  color: #08c;
  text-decoration: none;
}
.home-top .ht_shop_category .ht_shop_menu li a:hover:before {
  animation: rotateY 1.1s infinite;
}
.home-top .ht_shop_category .ht_shop_menu li a:before {
  content: "";
  height: 25px;
  width: 25px;
  display: inline-block;
  background: url('../images/shop_menu_sprite.png');
  float: left;
  margin-right: 10px;
}
.home-top .ht_shop_category .ht_shop_menu li.red-sale a,
.home-top .ht_shop_category .ht_shop_menu li.red-sale a:hover {
  color: #fe0000;
}
.home-top .ht_shop_category .ht_shop_menu li.red-sale a:before,
.home-top .ht_shop_category .ht_shop_menu li.red-sale a:hover:before {
  background-position: -4px -153px;
}
.home-top .ht_shop_category .ht_shop_menu li.First-MenuBLOCK {
  border: none;
}
.home-top .ht_shop_category .ht_shop_menu li.First-MenuBLOCK a:before {
  background-position: 0 0;
}
.home-top .ht_shop_category .ht_shop_menu li.Second-MenuBLOCK a:before {
  background-position: 0px -30px;
}
.home-top .ht_shop_category .ht_shop_menu li.Third-MenuBLOCK a:before {
  background-position: 7px -63px;
}
.home-top .ht_shop_category .ht_shop_menu li.Fourth-MenuBLOCK a:before {
  background-position: 0px -95px;
}
.home-top .ht_shop_category .ht_shop_menu li.Fifth-MenuBLOCK a:before {
  background-position: 0px -122px;
}
.home-top .ht_shop_category .ht_shop_menu li.Sixtn-MenuBLOCK a:before {
  background-position: -4px -153px;
}
.home-top .ht_video {
  display: flex;
  flex-wrap: wrap;
  background: #0088cc;
  position: relative;
  margin: 0 20px;
  float: left;
  width: calc(100% - 740px);
  text-align: center;
}
.home-top .ht_video h3 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 37px;
  font-family: 'Mountains of Christmas', cursive !important;
}
.home-top .ht_video h3 .vnatre {
  color: #fff;
}
.home-top .ht_video h3 .vnatre span {
  color: #fff;
  padding-left: 5px;
}
.home-top .ht_video a {
  color: #fff;
  text-decoration: none;
}
.home-top .ht_video .w-bottom-bar-right-inner-anchor.w-css-reset .w-css-reset:nth-child(3) {
  display: none !important;
}
.home-top .ht_video .w-bottom-bar-right-inner.w-css-reset .w-css-reset:nth-child(4) {
  display: none !important;
}
.home-top .ht_video .cd-popupHome.more_BTN {
  background: #ff9500;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-decoration: none;
}
.home-top .ht_video img {
  height: 200px;
  width: auto !important;
}
.home-top .ht_video .ht_description_block {
  width: 130px;
  position: relative;
  color: #fff;
}
.home-top .ht_video .ht_description_block img {
  height: auto;
  margin-top: 15px;
}
.home-top .ht_video .ht_description_block h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0px 15px;
}
.home-top .ht_video .ht_description_block p {
  font-weight: 600;
  border-top: 1px solid #5da1c8;
  padding: 10px;
  margin: 0;
}
.home-top .ht_video .ht_description_block span {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.home-top .ht_video #ht_video_block {
  padding-left: 130px;
  padding-right: 130px;
}
.home-top .ht_video #ht_video_block iframe {
  display: block;
  width: 100%;
}
.home-top .ht_video #ht_video_block img {
  min-height: 306px;
  object-fit: contain;
}
.home-top .ht_video .novhome {
  width: calc(100% - 260px);
  background: url('../images/dedomraz.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.home-top .ht_video .novhome .cellink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-top .ht_video .novhome .dole {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.home-top .ht_video .novhome .dole h4 {
  margin: 0;
  display: inline-block;
  font-family: 'Mountains of Christmas', cursive !important;
  font-size: 26px;
  line-height: 64px;
  color: #f67d1e;
}
.home-top .ht_video .novhome .dole span {
  margin-left: 10px;
  color: #fff;
  background-color: #f67d1e;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.home-top .ht_video .desno {
  width: 130px;
  position: relative;
}
.home-top .ht_video .ht_contact_no {
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
}
.home-top .ht_video .ht_contact_no a {
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
}
.home-top .ht_video .ht_contact_no a br {
  display: none;
}
.home-top .ht_video .ht_contact_no a .video_tx {
  display: block;
  font-weight: 600;
}
.home-top .ht_video .ht_contact_no a:before {
  content: '';
  display: block;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  background: url('../images/call_icn.png') no-repeat;
  margin: 0 auto 7px auto;
}
.home-top .ht_video .ht_contact_no a:hover,
.home-top .ht_video .ht_contact_no a:focus {
  text-decoration: none;
}
.home-top .ht_video .ht_video_btn {
  width: 130px;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 50%;
  border-top: 1px solid #5da1c8;
}
.home-top .ht_video .ht_video_btn a {
  position: absolute;
  top: 50%;
  left: 0;
  color: white;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
}
.home-top .ht_video .ht_video_btn a p {
  font-size: 14px;
}
.home-top .ht_video .ht_video_btn a br {
  display: none;
}
.home-top .ht_video .ht_video_btn a .video_tx {
  display: block;
  font-weight: 600;
}
.home-top .ht_video .ht_video_btn a:after {
  content: '';
  display: block;
  margin-top: 10px;
  height: 40px;
  background-image: url('../images/sprite.png');
  background-position: -285px -52px;
  width: 60px;
  margin: 5px auto 0 auto;
}
.home-top .ht_video .ht_video_btn a:hover,
.home-top .ht_video .ht_video_btn a:focus {
  text-decoration: none;
}
@media (max-width: 1499px) {
  .home-top .ht_video .ht_contact_no .video_tx {
    line-height: 1;
  }
}
.home-top .ht_learnmenu {
  float: right;
  width: 350px;
  min-height: 310px;
  border: 1px solid #dae2e6;
}
.home-top .ht_learnmenu h2 {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #465157;
  font-weight: 700;
  padding: 13px 20px 13px;
  background: #f5f6f9;
  border-bottom: 1px solid #dae2e6;
  margin: 0;
  text-transform: uppercase;
}
.home-top .ht_learnmenu ul {
  margin: 0;
  padding: 4px 12px 0 12px;
  list-style: none;
}
.home-top .ht_learnmenu ul li {
  padding: 7px 4px;
  border-bottom: 1px solid #dae2e6;
  margin: 0;
}
.home-top .ht_learnmenu ul li a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  padding-left: 15px;
  line-height: 21px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #465157;
  display: block;
}
.home-top .ht_learnmenu ul li a:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('../images/htright_menu_sprite.png') no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.home-top .ht_learnmenu ul li a:hover {
  text-decoration: none;
  color: #08c;
}
.home-top .ht_learnmenu ul li a:hover:before {
  animation: rotateY 1.1s infinite;
}
.home-top .ht_learnmenu ul li:nth-child(1) a:before {
  background-position: 0 0;
}
.home-top .ht_learnmenu ul li:nth-child(2) a:before {
  background-position: 0px -26px;
}
.home-top .ht_learnmenu ul li:nth-child(3) a:before {
  background-position: 0 -56px;
}
.home-top .ht_learnmenu ul li:nth-child(4) a:before {
  background-position: 0 -89px;
}
.home-top .ht_learnmenu ul li:nth-child(5) a:before {
  background-position: 0px -121px;
}
.home-top .ht_learnmenu ul li:nth-child(6) {
  border: none;
}
.home-top .ht_learnmenu ul li:nth-child(6) a:before {
  background-position: 0 -152px;
}
.topicon_home.topicon-top {
  padding-bottom: 0;
}
.topicon_home.topicon-top .flex-container {
  padding-bottom: 0;
}
.topicon_home,
.footericon_home {
  padding-bottom: 25px;
}
.topicon_home .tih_item,
.footericon_home .tih_item {
  float: left;
  min-height: 65px;
  text-align: center;
}
.topicon_home .tih_item:first-child,
.footericon_home .tih_item:first-child {
  border-left: none;
  padding-top: 0;
}
.topicon_home .tih_item h3,
.footericon_home .tih_item h3 {
  font-size: 14px;
  font-weight: 600;
  color: #465157;
  line-height: 19px;
  margin: 0;
}
.topicon_home .tih_item p,
.footericon_home .tih_item p,
.topicon_home .tih_item small,
.footericon_home .tih_item small {
  font-size: 9px;
  line-height: 15px;
  font-weight: 500;
  color: #465157;
  margin: 0;
}
.topicon_home .tih_item small,
.footericon_home .tih_item small {
  font-size: 8px;
  display: block;
  color: #465157;
}
.topicon_home .tih_item > div,
.footericon_home .tih_item > div {
  text-align: left;
  position: relative;
  display: inline-block;
  padding-left: 80px;
}
.topicon_home .tih_item > div:before,
.footericon_home .tih_item > div:before {
  background: url('../images/sprite.png') no-repeat;
  content: '';
  height: 55px;
  width: 55px;
  float: left;
  position: absolute;
  left: 0;
}
.topicon_home .tih_item > div.tih_free_shipping:before,
.footericon_home .tih_item > div.tih_free_shipping:before {
  background-position: 0 0;
  width: 61px;
  margin-top: 3px;
}
.topicon_home .tih_item > div.tih_money_back:before,
.footericon_home .tih_item > div.tih_money_back:before {
  background-position: -86px 0;
  margin-top: -2px;
}
.topicon_home .tih_item > div.tih_online_support:before,
.footericon_home .tih_item > div.tih_online_support:before {
  background-position: -141px 0;
  margin-top: -2px;
}
.footericon_home {
  background: #08c;
  padding: 20px 0 30px;
}
.footericon_home .tih_item {
  border-color: #149ce0;
  width: 33.333333%;
  border-left: 1px solid #149ce0;
  padding: 8px 15px 0;
  text-align: center;
}
.footericon_home .tih_item h3 {
  color: #fff;
  font-size: 16px;
}
.footericon_home .tih_item p {
  font-size: 11px;
  color: #fff;
}
.footericon_home .tih_item small {
  font-size: 10px;
  color: #fff;
}
.footericon_home .tih_item > div.tih_free_shipping:before {
  background-position: 0 0;
}
.footericon_home .tih_item > div.tih_money_back:before {
  background-position: -86px 0;
}
.footericon_home .tih_item > div.tih_online_support:before {
  background-position: -141px 0;
}
#product_trustpilot_section {
  margin: 20px auto;
  max-width: 1280px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 15px;
}
#product_trustpilot_section .block-title {
  padding: 20px 0 40px;
  margin: 0;
}
#product_trustpilot_section .block-title a {
  font-size: 18px;
  font-weight: 700;
  color: #21293c;
  text-transform: uppercase;
  text-align: left;
}
#product_trustpilot_section .block-title .view_all_link {
  float: right;
}
#product_trustpilot_section .block-title .view_all_link a {
  font-size: 12px;
  padding: 0;
  text-transform: capitalize;
}
#product_trustpilot_section .block-title .view_all_link a:after {
  content: ' \27A0';
}
.feature_content_block {
  border-right-width: 12px;
  border-bottom-width: 8px;
  padding: 30px 25px 0;
}
.feature_content_block .fcb_inner {
  width: 50%;
  float: left;
}
.feature_content_block .fcb_video iframe {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.feature_content_block .fcb_video .fcb_video_title {
  position: absolute;
  top: 0;
  z-index: 3;
  left: 0;
  right: 4px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.feature_content_block .fcb_right {
  width: 50%;
  float: left;
}
.feature_content_block .fcb_right .fcb_feature {
  width: 50%;
  float: left;
  padding: 0 0 5px 7px;
}
.feature_content_block .fcb_right .fcb_feature a {
  position: relative;
  display: block;
}
.feature_content_block .fcb_right .fcb_feature a img {
  display: block;
  width: 100%;
  height: auto;
}
.feature_content_block .fcb_right .fcb_feature a .four-img-txt {
  /*
					position:absolute;
					top:50%;
					-moz-transform:translateY(-50%);
					-webkit-transform:translateY(-50%);
					transform:translateY(-50%);
					font-size:23px;
					color:#fff;
					width:100%;
					text-align:center;
					margin:0;
*/
}
.feature_content_block .fcb_right .fcb_feature a .desc-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: height ease-in-out 0.4s;
  -webkit-transition: height ease-in-out 0.4s;
  transition: height ease-in-out 0.4s;
  border-radius: 0 0 20px 20px;
}
.feature_content_block .fcb_right .fcb_feature a .desc-back .desk_content {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.feature_content_block .fcb_right .fcb_feature a:hover .desc-back {
  height: 96%;
}
.subscribe_container {
  color: #7a7d82;
  min-height: 90px;
  padding: 25px;
  text-align: center;
}
.subscribe_container .subscribe_left {
  display: inline-block;
  position: relative;
  width: calc(100% - 310px);
  padding-left: 150px;
  max-width: 700px;
  text-align: left;
  vertical-align: top;
}
.subscribe_container .subscribe_left:before {
  content: '';
  width: 86px;
  height: 90px;
  background: url('../images/sprite.png') no-repeat -355px -111px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  float: left;
  margin-right: 50px;
  filter: invert(0.6);
}
.subscribe_container .subscribe_left #newsletter-validate-detail {
  position: relative;
  padding-top: 8px;
}
.subscribe_container .subscribe_left #newsletter-validate-detail .form-subscribe-header {
  margin-bottom: 10px;
}
.subscribe_container .subscribe_left #newsletter-validate-detail label {
  font-weight: 900;
  font-size: 27px;
  line-height: 1;
  display: block;
}
.subscribe_container .subscribe_left #newsletter-validate-detail input.input-text {
  border-radius: 50px;
  border: none;
  height: 40px;
  padding: 0 110px 0 20px;
}
.subscribe_container .subscribe_left #newsletter-validate-detail input.input-text:focus {
  box-shadow: none;
}
.subscribe_container .subscribe_left #newsletter-validate-detail button.button {
  background-color: #168ad8;
  border-radius: 50px;
  border: 1px solid #fff;
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.subscribe_container .subscribe_left #newsletter-validate-detail_newsblock {
  position: relative;
  padding-top: 8px;
}
.subscribe_container .subscribe_left #newsletter-validate-detail_newsblock .form-subscribe-header {
  margin-bottom: 10px;
}
.subscribe_container .subscribe_left #newsletter-validate-detail_newsblock label {
  font-weight: 900;
  font-size: 27px;
  line-height: 1;
  display: block;
}
.subscribe_container .subscribe_left #newsletter-validate-detail_newsblock input.input-text {
  border-radius: 50px;
  border: none;
  height: 40px;
  padding: 0 110px 0 20px;
}
.subscribe_container .subscribe_left #newsletter-validate-detail_newsblock input.input-text:focus {
  box-shadow: none;
}
.subscribe_container .subscribe_left #newsletter-validate-detail_newsblock button.button {
  background-color: #168ad8;
  border-radius: 50px;
  border: 1px solid #fff;
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.subscribe_container .subscribe_right {
  display: inline-block;
  padding-left: 50px;
  width: 310px;
  text-align: left;
  vertical-align: top;
}
.subscribe_container .subscribe_right h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0;
}
.subscribe_container .subscribe_right ul {
  list-style: disc outside;
  padding-left: 15px;
  margin: 0;
}
.subscribe_container .subscribe_right ul li {
  margin: 0;
}
.shearwatch-content {
  text-align: center;
}
.shearwatch-content .shearwatch-section {
  padding: 25px;
}
.shearwatch-content .watches {
  width: 60%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.shearwatch-content .watches li {
  display: inline-block;
  margin: 0 15px 0 10px;
}
.shearwatch-content ul {
  padding: 0;
  margin: 0 auto;
}
.shearwatch-content .banner-title {
  width: 23%;
  padding: 25px;
  border-left: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.shearwatch-content .banner-title p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: #5e5e5e;
  margin: 0;
}
.shearwatch-content .more-btn {
  width: 16%;
  display: inline-block;
  padding: 0 25px 0;
  vertical-align: middle;
}
.shearwatch-content .more-btn a {
  font-size: 16px;
  font-weight: 600;
  background-color: #0087cd;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 3px;
}
.shearwatch-content .more-btn a:before {
  content: '';
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 2px;
  background-image: url('../images/sprite.png');
  background-position: -249px -13px;
}
.fcb_video .videoWrapper {
  position: relative;
  border-left: none;
  min-height: 361px !important;
}
.fcb_video .wrapper_VIDEO.TEXT h3 {
  margin: 5px 0;
}
.fcb_video .voop-WRP {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.fcb_video .voop-WRP .wistia_responsive_padding {
  height: 100% !important;
}
.fcb_video .voop-WRP .wistia_responsive_padding .wistia_responsive_wrapper {
  height: calc(100% - 56px) !important;
}
.fcb_video #video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
}
.fcb_video #video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}
.fcb_video #video-popup-container #video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  opacity: 1;
}
.fcb_video #video-popup-container #video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}
.fcb_video #video-popup-container #video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
.new_product_slider .custom-slider li .special-price .price {
  color: #e4383f;
}
.new_product_slider .custom-slider li .product-item-name {
  min-height: 45px;
}
.new_product_slider .custom-slider li .price {
  color: #465157;
  font-size: 17px;
  font-weight: 600;
}
.new_product_slider .custom-slider li .product-item-details .save-price,
.new_product_slider .custom-slider li .product-item-details .custom-special-price,
.new_product_slider .custom-slider li .product-item-details .old-price {
  display: none;
}
.new_product_slider .custom-slider li:hover {
  box-shadow: none;
}
.new_product_slider .custom-slider li .slider_image img {
  height: auto !important;
}
.hp_bestseller_block.essentials .custom-slider .owl-theme.owl-carousel .owl-item:hover {
  box-shadow: none;
}
.custom-slider li {
  background: #fff;
  border-radius: 23px;
  margin-bottom: 15px;
}
.custom-slider li.lable_save {
  background-color: #9d0000;
  padding: 5px 0 0 0;
  background-position: 68px -65px;
  border-radius: 0 10px 10px 0;
}
.custom-slider li.free {
  background: transparent;
}
.saleproducts .custom-slider li.free {
  margin-left: -2px;
}
.new_product_slider .product-item-info {
  width: 100%;
  text-align: center;
}
.cms-home .custom-slider .item .product-labels {
  left: -1px;
}
.owl-carousel .owl-item img {
  height: auto !important;
}
.firecheckout .firecheckout-header .header .logo img {
  display: block !important;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .home-top .ht_video .ht_video_btn a,
  .home-top .ht_video .ht_contact_no a {
    font-size: 12px !important;
  }
  .home-top .ht_video .ht_video_btn a .video_tx,
  .home-top .ht_video .ht_contact_no a .video_tx,
  .home-top .ht_video .ht_video_btn a .video_tx,
  .home-top .ht_video .ht_contact_no a .video_tx {
    font-size: 16px !important;
  }
}
/*end*/
@media (min-width: 768px) and (max-width: 1499px) {
  .feature_content_block .fcb_video {
    width: 100%;
  }
  .feature_content_block .fcb_video .videoWrapper {
    min-height: 25vw !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .home-top .ht_shop_category {
    width: 280px;
  }
  .home-top .ht_video {
    width: calc(100% - 600px);
  }
  .home-top .ht_learnmenu {
    width: 280px;
  }
  /*END*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-top .ht_shop_category {
    width: 220px;
  }
  .home-top .ht_video {
    width: calc(100% - 480px);
  }
  .home-top .ht_learnmenu {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .shearwatch-content .shearwatch-section .watches {
    width: 100%;
  }
  .shearwatch-content .shearwatch-section .banner-title {
    width: auto;
    border: none;
  }
  .shearwatch-content .shearwatch-section .more-btn {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-top .ht_shop_category {
    width: 180px;
  }
  .home-top .ht_shop_category h2 {
    padding: 13px 15px 13px;
  }
  .home-top .ht_shop_category .ht_shop_menu li {
    padding: 6px 0;
  }
  .home-top .ht_shop_category .ht_shop_menu li a {
    padding-left: 0;
    font-size: 13px !important;
  }
  .home-top .ht_video {
    width: calc(100% - 390px);
    margin: 0 15px;
  }
  .home-top .ht_video .ht_description_block {
    display: none;
  }
  .home-top .ht_video .ht_contact_no {
    display: none;
  }
  .home-top .ht_video #ht_video_block {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
  }
  .home-top .ht_video #ht_video_block img {
    min-height: 258px;
  }
  .home-top .ht_video #ht_video_block .wistia_embed.wistia_embed_initialized {
    height: 260px !important;
  }
  .home-top .ht_video #ht_video_block iframe {
    height: 260px;
  }
  .home-top .ht_video .ht_video_btn {
    left: 0;
    top: inherit;
    width: 100%;
    height: 46px;
  }
  .home-top .ht_video .ht_video_btn br {
    display: none;
  }
  .home-top .ht_video .ht_video_btn a {
    line-height: 40px;
  }
  .home-top .ht_video .ht_video_btn a p {
    display: inline-block;
    margin: 0;
  }
  .home-top .ht_video .ht_video_btn a .video_tx {
    display: inline;
  }
  .home-top .ht_video .ht_video_btn a:after {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-top: 0;
    top: -3px;
    vertical-align: middle;
  }
  .home-top .ht_learnmenu {
    width: 180px;
  }
  .home-top .ht_learnmenu ul li a {
    padding-left: 0;
    white-space: nowrap;
    font-size: 13px !important;
  }
  .voop-WRP .wistia_responsive_padding .wistia_responsive_wrapper {
    height: calc(100% - 75px) !important;
  }
  .feature_content_block .fcb_video {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .feature_content_block .fcb_video .videoWrapper {
    min-height: 24vw !important;
  }
  .feature_content_block .fcb_right .fcb_feature {
    width: 50%;
    padding: 0 5px;
  }
  .subscribe_container {
    padding: 12px 15px;
  }
  .subscribe_container .subscribe_left {
    display: block;
    float: left;
    width: calc(100% - 280px);
    padding-left: 100px;
  }
  .subscribe_container .subscribe_right {
    width: 280px;
    padding-left: 20px;
  }
  .topicon_home .tih_item > div,
  .footericon_home .tih_item > div {
    padding-left: 60px;
  }
  .topicon_home .tih_item > div.tih_free_shipping,
  .footericon_home .tih_item > div.tih_free_shipping {
    padding-left: 90px;
  }
  .shearwatch-content .watches li img {
    max-height: 80px;
  }
  /*END*/
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-top .ht_learnmenu ul {
    padding: 4px 12px;
  }
  .home-top .ht_learnmenu ul li a {
    color: #465157;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .with-arrow {
    margin-top: -22px;
  }
  .header.panel > .header.links > li {
    display: block !important;
  }
}
@media (max-width: 1350px) {
  .home-top .ht_video .novhome .dole h4 {
    font-size: 19px;
  }
  .home-top .ht_video .novhome .dole span {
    padding: 7px;
  }
}
@media (max-width: 1280px) {
  .desno,
  .ht_description_block {
    display: none;
  }
  .novhome {
    width: 100% !important;
    min-height: 309px;
  }
  .banerzachristmass .gift-idea-box-inner-content {
    width: 400px;
  }
  .banerzachristmass a {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .banerzachristmass a {
    width: 33.333%;
  }
  .banerzachristmass .gift-idea-box-inner-content {
    width: 100%;
    padding: 0;
  }
  .banerzachristmass {
    background-position: right;
  }
}
@media (max-width: 767px) {
  .home-top-section .ht_description_block {
    display: none;
  }
  .home-top-section .ht_video #ht_video_block img {
    min-height: auto;
  }
  .home-top-section .custom-container .ht_shop_category {
    min-height: auto;
  }
  .home-top-section .custom-container .ht_shop_category ul.ht_shop_menu li {
    padding: 6px 0;
  }
  .home-top-section .custom-container .ht_shop_category ul.ht_shop_menu li a {
    padding: 2px 2px 2px 0;
  }
  .home-top-section .custom-container .ht_learnmenu h2 {
    display: none;
  }
  .home-top-section .custom-container .ht_learnmenu ul.ht_right_menu li {
    padding: 6px 0;
  }
  .home-top-section .custom-container .ht_learnmenu ul.ht_right_menu li a {
    padding: 2px 2px 2px 0;
  }
  .all-sale-items-home.all-sale-items {
    padding: 15px 0 0;
  }
  .all-sale-items-home.all-sale-items .with-arrow {
    padding: 0 10px;
  }
  .best-seller-container {
    padding: 15px 0;
  }
  .best-seller-container .with-arrow {
    padding: 0 10px;
    top: -20px;
  }
  .cms-index-index .page-header {
    margin-bottom: 10px;
  }
  .cms-index-index .sell_slider {
    padding: 10px;
  }
  .cms-index-index .slick-next:before,
  .cms-index-index .slick-prev:before {
    font-size: 25px;
  }
  .cms-index-index .custom-slider .slick-dots {
    display: none !important;
  }
  .cms-index-index .new_product_slider .with-arrow {
    margin-top: -20px;
  }
  .cms-index-index .feature_content_block {
    padding: 10px 0;
  }
  .cms-index-index .hp_bestseller_block.saleproducts .sell_slider {
    padding: 25px 10px 40px;
  }
  .cms-index-index .hp_bestseller_block.saleproducts .sell_slider .slick-slider {
    padding: 0;
  }
  .mobile_shopby_brand {
    display: block !important;
  }
  .mobile_shopby_brand .brands_top_section .level-top.ambrands-link {
    width: 100%;
    height: 33px;
    display: inline-block;
    border: 1px solid #dae2e6;
    font-size: 14px;
    padding: 4px 25px 5px 10px;
    line-height: 24px;
    background: #ffffff url('../images/select-bg.svg') no-repeat center right;
    background-clip: padding-box;
    box-sizing: border-box;
    margin: 15px auto;
    color: #465157;
    text-decoration: none;
  }
  .mobile_shopby_brand .brands_top_section .ambrands-list {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: scroll;
  }
  .mobile_shopby_brand .brands_top_section .ambrands-list .ambrands-list-container {
    height: 420px;
  }
  .mobile_shopby_brand .brands_top_section .ambrands-list .ambrands-list-container .ambrands-popup-filter a.ambrands-letter {
    display: inline-block;
    margin: 5px;
    padding: 0 17px;
    background: #f0f0f0;
    min-width: 43px;
    height: 25px;
    line-height: 25px;
  }
  .hp_bestseller_block.saleproducts .owl-stage .owl-item .item {
    min-height: 293px;
  }
  .hp_essential_sproducts .owl-stage .owl-item .item {
    min-height: 293px;
  }
  .all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item {
    border: none;
  }
  .all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .right-special {
    width: calc(100% - 100px);
  }
  .all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-item .main-promo .special-promo {
    width: 100%;
    text-align: center;
  }
  .home-page-mobile-three-btns a {
    width: 100%;
  }
  .home-page-mobile-three-btns button {
    background-color: #1589ca;
    position: relative;
    border-bottom: 5px solid #ff9600;
    width: 100%;
    padding-left: 10%;
    text-align: left;
    padding-right: 4%;
    margin-bottom: 12px;
  }
  .home-page-mobile-three-btns button .sm-text-oneBTN {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    z-index: 1;
    padding-left: 30px;
    text-decoration: none;
    font-weight: bold;
  }
  .home-page-mobile-three-btns button .lrg-text-oneBTN {
    color: #2e90cd;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
  }
  .footericon_home,
  .subscribe_watch {
    display: none;
  }
  .shearwatch-content .watches {
    width: 25%;
    float: left;
    margin-right: 15px;
  }
  .shearwatch-content .watches li:not(:first-child) {
    display: none;
  }
  .shearwatch-content .banner-title {
    padding: 0 0 10px;
    border-left: none;
    border-right: none;
    display: block;
    width: inherit;
  }
  .shearwatch-content .banner-title p {
    font-size: 18px;
  }
  .shearwatch-content .more-btn {
    display: block;
    width: 210px;
    float: left;
    padding: 0;
  }
  .shearwatch-content .more-btn a {
    padding: 5px 10px;
  }
  .hp_home_essentials,
  .new_product_slider {
    padding-top: 20px;
  }
  .hp_bestseller_block .ess_sld .owl-stage-outer {
    max-height: 100%;
  }
  .feature_content_block {
    border-width: 5px;
  }
  .feature_content_block .fcb_inner {
    width: 100%;
  }
  .feature_content_block .fcb_video {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .feature_content_block .fcb_video .videoWrapper {
    min-height: 50vw !important;
  }
  .feature_content_block .fcb_right {
    width: auto;
    float: none;
    margin: 0 -2px;
    padding-top: 2px;
  }
  .feature_content_block .fcb_right .fcb_feature {
    width: 50%;
    margin-bottom: 0;
    padding: 2px;
  }
  .feature_content_block .fcb_right .fcb_feature a .four-img-txt {
    font-size: 18px;
  }
  .feature_content_block .fcb_right .fcb_feature a .desc-back {
    display: none;
  }
  .wrapper_VIDEO.TEXT h3 {
    margin: 0 !important;
    font-size: 18px !important;
  }
  .home-top {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .home-top .ht_shop_category {
    width: 100%;
    float: left;
    order: 3;
    grid-area: left;
  }
  .home-top .ht_shop_category h2 {
    padding: 13px 10px 13px;
  }
  .home-top .ht_shop_category .ht_shop_menu {
    padding: 4px 10px;
    padding-left: 3%;
    padding-top: 3%;
  }
  .home-top .ht_shop_category .ht_shop_menu li {
    padding: 6px 0;
  }
  .home-top .ht_shop_category .ht_shop_menu li a {
    padding-left: 0;
    font-size: 13px;
  }
  .home-top .ht_video {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    order: 1;
    margin-bottom: 2%;
  }
  .home-top .ht_video .ht_contact_no {
    display: none;
  }
  .home-top .ht_video #ht_video_block {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
  }
  .home-top .ht_video #ht_video_block iframe {
    height: 50vw;
  }
  .home-top .ht_video .ht_video_btn {
    left: 0;
    width: 100%;
    height: 40px;
  }
  .home-top .ht_video .ht_video_btn br {
    display: none;
  }
  .home-top .ht_video .ht_video_btn a {
    line-height: 40px;
  }
  .home-top .ht_video .ht_video_btn a p {
    display: inline-block;
    margin: 0;
  }
  .home-top .ht_video .ht_video_btn a .video_tx {
    display: inline;
  }
  .home-top .ht_video .ht_video_btn a:after {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-top: 0;
    top: -2px;
    vertical-align: middle;
  }
  .home-top .ht_learnmenu {
    width: 100%;
    order: 2;
    min-height: auto;
    margin-bottom: 10px;
  }
  .home-top .ht_learnmenu ul {
    padding: 4px 10px;
  }
  .home-top .ht_learnmenu ul li {
    display: none;
    float: left;
    width: 50%;
    text-align: center;
    border: 0;
  }
  .home-top .ht_learnmenu ul li a {
    padding: 11px 2px 11px 0;
    color: #465157;
    white-space: nowrap;
  }
  .home-top .ht_learnmenu ul li:first-child {
    display: block;
  }
  .home-top .ht_learnmenu ul li:nth-of-type(3) {
    display: block;
  }
  .novhome {
    min-height: 400px;
  }
  /*END*/
}
@media (max-width: 550px) {
  .novhome {
    min-height: 310px;
  }
}
@media (max-width: 400px) {
  .ht_learnmenu ul li a {
    font-size: 7px;
  }
  .ht_learnmenu ul li a:before {
    margin-right: 5px;
  }
  .ht_learnmenu h2 {
    font-size: 8px;
  }
  .home-top .ht_video .novhome .dole {
    bottom: 25px;
  }
  .home-top .ht_video .novhome .dole h4 {
    display: block;
  }
  .home-top .ht_video h3 {
    font-size: 21px;
  }
}
/*END main*/
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.category-deal-of-the-day .toolbar select {
  box-shadow: none;
  border: 0;
  color: #ff6fc4;
  background: #3b609f url(../images/select-white-bg.svg) no-repeat 118% 45%;
  background-size: 55px;
}
.catalog-category-view.category-cyber-monday-specials .page-wrapper {
  background: url(../images/bf-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.catalog-category-view.category-cyber-monday-specials .toolbar select {
  box-shadow: none;
  border: 0;
  color: #fff;
  background: #3b609f url(../images/select-white-bg.svg) no-repeat 118% 45%;
  background-size: 55px;
}
.catalog-category-view.category-cyber-monday-specials .sidebar .block-catalog_left_service_btns .home_btns ul li a:before {
  background: url(../images/services-sprite-neon.png) no-repeat;
}
.catalog-category-view.category-black-friday-specials .toolbar select {
  box-shadow: none;
  border: 0;
  color: #fff;
  background: #000000 url(../images/select-white-bg.svg) no-repeat 118% 45%;
  background-size: 55px;
}
.catalog-category-view.category-black-friday-specials .sidebar .block-catalog_left_service_btns .home_btns ul li a:before {
  background: url(../images/services-sprite-neon.png) no-repeat;
}
.category-valentine-day-deals .toolbar select {
  box-shadow: none;
  border: 0;
  color: #fff;
  background: #676767 url(../images/select-white-bg.svg) no-repeat 118% 45%;
  background-size: 55px;
}
.category-valentine-day-deals .sidebar .block-catalog_left_service_btns .home_btns ul li a:before {
  background: url(../images/services-sprite-neon.png) no-repeat;
}
.top-banner-christmas .inner-wrapper h2:before {
  content: '';
  background: url(../images/christmastree.png) no-repeat 0 0;
  position: absolute;
  width: 50px;
  height: 40px;
  background-size: 40px;
  top: 0;
  transform: translateX(-50px);
}
.top-banner-christmas .inner-wrapper h2:after {
  content: '';
  background: url(../images/christmastree.png) no-repeat 100% 100%;
  position: absolute;
  width: 50px;
  height: 40px;
  background-size: 40px;
  top: 0;
}
.category-deal-of-the-day .products-grid ol.products.list.items.product-items {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view.page-products .block.widget.amsorting.block-featured-products-list .pozadina {
  display: block;
  min-height: auto;
  margin-bottom: 0;
  position: relative;
  bottom: 0;
  z-index: 99;
  background: transparent;
  width: auto;
  left: 0;
}
.block.widget.amsorting.block-featured-products-list .block-content {
  border: 1px solid #08c;
  padding: 10px;
}
.block.widget.amsorting.block-featured-products-list .product-item {
  border-bottom: 1px solid #eeee;
  padding-bottom: 20px;
}
.block.widget.amsorting.block-featured-products-list .product-item:last-child {
  border: none;
  padding-bottom: 0;
}
.block.widget.amsorting.block-featured-products-list .product-items .product-item-actions .action.tocart.primary {
  border-radius: 3px;
}
.block.widget.amsorting.block-featured-products-list .product-items .product-item-actions .action.tocart.primary span:before {
  display: none;
}
.block.widget.amsorting.block-featured-products-list .product-items .product-item-actions .action.tocart.primary:hover {
  background: #f67d1e;
}
.block.widget.amsorting.block-featured-products-list .product-labels ul li .main-txt {
  font-size: 9px;
  padding: 7px 5px 7px 9px;
  height: 25px;
}
.block.widget.amsorting.block-featured-products-list .product-labels ul li .main-txt:after {
  height: 25px;
}
.page-products .item.product.product-item:hover .action.primary,
.page-products .item.product.product-item:hover .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.page-products .item.product.product-item:hover .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.page-products .item.product.product-item:hover .amshopby-button,
.page-products .item.product.product-item:hover .am-filter-go,
.page-products .item.product.product-item:hover .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.page-products .item.product.product-item:hover .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.page-products .item.product.product-item:hover .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.page-products .item.product.product-item:hover .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  background-color: #f67d1e;
  color: #fff;
}
.page-products .price-container .weee {
  font-size: 14px;
}
.page-products .price-container .weee::after {
  display: none;
}
.page-products .price-container .price-including-tax + .price-excluding-tax,
.page-products .price-container .weee,
.page-products .price-container .price-including-tax + .price-excluding-tax .price,
.page-products .price-container .weee .price,
.page-products .price-container .weee + .price-excluding-tax:before,
.page-products .price-container .weee + .price-excluding-tax .price {
  font-size: 14px;
}
.page-products .special-price.red {
  float: right;
  width: 50%;
  text-align: left;
}
.page-products span.old-price {
  float: left;
  margin: 3px 0 0 0 !important;
  width: 50%;
  text-align: right;
  padding-right: 7px;
}
.page-products span.special-price {
  float: right;
  width: 50%;
  text-align: left;
}
.page-products .breadcrumbs {
  margin-top: -25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.saveprice {
  display: none;
}
div#layered-filter-block-container {
  margin-top: -14px;
}
.toolbar.toolbar-products {
  background-color: #f9f7f7;
  padding: 10px 0;
  padding-right: 20px;
  padding-left: 20px;
}
.special-price .price {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.product-item .old-price .price {
  font-size: 14px !important;
  text-decoration: line-through;
}
.special-promo .button.btn-cart {
  background: #17b820;
  border: none;
  padding: 9px 15px;
  color: #fff;
  line-height: normal;
}
.item {
  position: relative;
}
.product-labels {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}
.product-labels ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-labels ul li {
  display: block;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
}
.product-labels ul li .main-txt,
.product-labels ul li .save_percent,
.product-labels ul li .sec-day-ship {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px 10px 9px;
  height: 34px;
  position: relative;
  background: #057dbe;
  display: inline-block;
  text-align: center;
}
.product-labels ul li .main-txt:after,
.product-labels ul li .save_percent:after,
.product-labels ul li .sec-day-ship:after {
  content: '';
  width: 15px;
  height: 34px;
  transform: skew(-20deg);
  background: #057dbe;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -7px;
  z-index: -1;
}
.product-labels ul li.free .main-txt {
  background-position: 68px -5px;
  text-transform: uppercase;
  top: 0px;
}
.product-labels ul li.save .save_percent {
  background-position: 68px -65px;
}
.product-labels ul li.video .main-txt {
  background-position: 68px -35px;
}
.product-labels ul li.snap_ship .sec-day-ship {
  background-position: 68px -65px;
}
.ul_bestseller {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f67d1e;
}
.ul_bestseller .bestseller {
  background: #f67d1e;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 7px 5px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}
.ul_bestseller .bestseller:before {
  content: '';
  width: 10px;
  height: 29px;
  transform: skew(20deg);
  background: #f67d1e;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: -1;
}
.slick-track {
  margin: inherit !important;
}
/******** klevu search **********/
.catalogsearch-result-index .products-grid {
  margin: 0 !important;
}
.catalogsearch-result-index .page-title-wrapper {
  padding: 0 !important;
}
.catalogsearch-result-index .page-title-wrapper h1 {
  font-size: 22px;
  margin-bottom: 0;
  padding: 0 0px 10px 0;
}
.catalogsearch-result-index .toolbar.toolbar-products {
  margin: 0;
}
.catalogsearch-result-index .search.results .block {
  display: block;
  margin: 0 0 20px;
  border: 1px solid #efefef;
  padding: 0 10px;
}
.catalogsearch-result-index .search.results .block .title {
  margin: 0;
  padding: 5px;
}
.catalogsearch-result-index .search.results .block .item {
  display: inline-block;
  margin: 0;
  padding: 5px 2px;
}
.kuProListing {
  padding-left: 20px;
  padding-right: 20px;
}
.kuProListing .kuResultList {
  float: left;
}
.kuProListing .kuFilters {
  float: right;
}
.kuProListing #kuLandingProductsListUl li .kuAddtocartBtn {
  background: #fff;
  border: 1px solid #f67d1e;
  border-radius: 3px;
}
.kuProListing #kuLandingProductsListUl li .kuAddtocartBtn:hover {
  background: #f67d1e;
}
.kuProListing #kuLandingProductsListUl li .kuAddtocartBtn:hover:before {
  color: #fff;
}
.kuProListing #kuLandingProductsListUl li .kuAddtocartBtn:before {
  font-size: 14px;
  font-weight: 600;
  color: #f67d1e;
  content: 'View Product';
}
.search-index-index.page-layout-1column .page-main > .page-title-wrapper .page-title {
  font-size: 16px;
}
.search-index-index.page-layout-1column .kuContainer {
  padding: 0;
}
.search-index-index.page-layout-1column .kuContainer .kuView {
  display: none;
}
.search-index-index.page-layout-1column .kuContainer .kuSortingOpt .kuPerPage {
  float: right;
  width: 10%;
}
.search-index-index.page-layout-1column .kuContainer div#kuFilters {
  border: 1px solid #08c;
}
.search-index-index.page-layout-1column .kuContainer div#kuFilters:before {
  content: 'Shopping Options';
  background: #08c;
  display: block;
  border-bottom: 4px solid #0070a8;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.search-index-index.page-layout-1column .kuContainer .kuFilterBox {
  margin-bottom: 0;
}
#kuLandingProductsListUl li {
  width: 16.6%;
  margin: 0;
}
#kuLandingProductsListUl li div {
  text-align: center;
}
#kuLandingProductsListUl li .kuAddtocart {
  padding: 0;
  opacity: 1;
  visibility: visible;
  text-align: center;
  left: 3px;
}
#kuLandingProductsListUl li .kuAddtocartBtn {
  font-size: 0;
  background: linear-gradient(to bottom, #009e08, #17b820);
  padding: 0 15px 0 15px;
  display: block;
  line-height: 41px;
  width: 145px;
  margin: 0 auto;
  height: 40px;
}
#kuLandingProductsListUl li .kuAddtocartBtn:before {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  content: 'Go to Product';
}
#kuLandingProductsListUl li .kuName {
  text-align: center;
}
#kuLandingProductsListUl li .kuPrice {
  text-align: center;
}
.klevu-grid-view ul li {
  min-height: 215px;
  margin: 0;
}
.klevu-grid-view ul li .klevu-addtocart {
  display: none;
}
.rewardpoints-product-point-text {
  display: none;
}
.video-category-wrp {
  float: left;
  width: 100%;
  position: relative;
  margin: 50px 0;
}
.video-category-wrp .category-Video {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  background: #0088cc;
  padding: 30px 40px;
}
.catalog-category-view.categorypath-publicsafety-c-412 .breadcrumbs {
  display: none;
}
.catalog-category-view.categorypath-publicsafety-c-412 .field.note.no-label {
  color: #fff;
}
.catalog-category-view.categorypath-publicsafety-c-412 .columns {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.catalog-category-view.categorypath-publicsafety-c-412 .toolbar-products {
  position: relative;
}
.public-sd {
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.public-sd .tab {
  float: left;
  width: 96%;
  margin: 0 2%;
}
.public-sd .tab .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.public-sd .tab .tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 10px 0 0;
}
.public-sd .tab .tabs li a {
  background-color: #08c;
  color: #fff;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  padding: 5px 15px;
}
.public-sd .tab .tabs li.current a {
  background-color: #f67d1e;
}
.public-sd .tab .tab_content {
  float: left;
  width: 100%;
  padding: 40px;
  background-size: cover;
  box-shadow: 3px 0px 8px #ccc8c8;
}
.public-sd .tab .tab_content .tabs_item .container-sd {
  width: 49%;
  float: left;
  background: #fff;
  height: 450px;
  margin: 0% 1% 1% 0;
  position: relative;
  padding: 10px;
  background: #eff9ff;
}
.public-sd .tab .tab_content .tabs_item .container-sd .image-sd {
  width: 40%;
  float: left;
  height: 100%;
}
.public-sd .tab .tab_content .tabs_item .container-sd .image-erd-1 {
  background: url(https://www.diverightinscuba.com/skin/frontend/smartwave/porto/images/erd-1.jpg) no-repeat;
  background-size: cover;
}
.public-sd .tab .tab_content .tabs_item .container-sd .image-erd-2 {
  background: url(https://www.diverightinscuba.com/skin/frontend/smartwave/porto/images/erd-2.jpg) no-repeat;
  background-size: cover;
}
.public-sd .tab .tab_content .tabs_item .container-sd .text-sd {
  width: 60%;
  float: left;
  padding: 1% 1% 1% 3%;
  text-align: left;
}
.public-sd .tab .tab_content .tabs_item .container-sd .text-sd h3 {
  font-size: 20px;
  font-weight: normal;
  color: #0086ce;
}
.public-sd .tab .tab_content .tabs_item .container-sd .text-sd p {
  font-size: 12px;
}
.public-sd .tab .tab_content .tabs_item .container-sd .text-sd .price-sd {
  color: #af0909 !important;
}
.public-sd .tab .tab_content .tabs_item .container-sd .text-sd .price-sd span {
  color: #7b858a;
}
.public-sd .tab .tab_content .tabs_item .container-sd .text-sd .pop-up-button,
.public-sd .tab .tab_content .tabs_item .container-sd .text-sd .button-sd {
  border: 1px solid #0088cb;
  padding: 8px;
  float: left;
  margin: 0px 0px 2% 1%;
  border-radius: 50px;
  width: 180px;
  text-align: center;
  background: #0088cb;
  color: #fff;
  font-size: 14px;
}
.special-price .price-range .price {
  color: #333333;
}
.catalog-product-view .special-price .price {
  color: #333333;
}
/* PSD and Military page */
.catalog-category-view.category-publicsafety-c-412 .sections.nav-sections {
  margin-bottom: 0;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main {
  padding: 0 !important;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety {
  text-align: center;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety p {
  font-size: 14px;
  float: left;
  width: 96%;
  margin: 2%;
  color: #7b858a;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .background-sd {
  background-image: url('../images/DRIS_awards_image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  position: relative;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .background-sd:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0006;
  content: '';
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .background-sd h1 {
  padding: 10% 2%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  position: relative;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con-1 .public-sd .categ {
  float: left;
  width: 100%;
  padding: 40px 0;
  list-style: none;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con-1 .public-sd .categ li {
  text-align: center;
  float: left;
  padding: 15px;
  margin-left: 4%;
  width: 20% !important;
  box-shadow: 2px 12px 36px 0 rgba(0, 16, 29, 0.1);
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con-1 .public-sd .categ li a {
  color: #7b858a;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con-1 .public-sd .categ li a img {
  width: 100%;
  max-height: 182px;
  object-fit: contain;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con-1 .public-sd .categ li a span {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con {
  background: url('../images/Course_Cover.jpg') no-repeat;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  background-size: cover;
  padding: 40px 0;
  margin-top: 40px;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0008;
  content: '';
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset {
  width: 94%;
  margin: 0 3%;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .legend {
  display: none;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field {
  margin-bottom: 10px !important;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field label {
  display: none;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field input,
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field textarea {
  background-color: #f0f5f7cf;
  border-radius: 0;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field.name,
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field.email {
  float: left;
  margin: 0;
  width: 48%;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field.email {
  margin-left: 4%;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .fieldset .field.comment textarea {
  height: 10em;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .actions-toolbar {
  width: 100%;
  padding: 0 3%;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .actions-toolbar .primary {
  width: 100%;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .actions-toolbar .primary button {
  float: right;
  background: transparent;
  border: 2px solid #fff !important;
  border-radius: 0;
  text-transform: uppercase;
  width: 180px;
  padding: 8px;
  margin: 0 0 2% 1%;
  color: #fff;
  font-size: 14px;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .actions-toolbar .primary button:hover {
  color: #eee;
}
.catalog-category-view.category-publicsafety-c-412 #maincontent.page-main .cms-public-safety .full-con .public-sd .actions-toolbar .primary button span {
  line-height: 38px;
}
.normal-price.custom_top_normal_price {
  /*display:none;*/
  /*border:solid 1px red;*/
}
.block.aw_wbtab .regular_price {
  display: none !important;
}
.action.tocart.primary span:before {
  background: url(../images/sprite.png) no-repeat -196px 0;
  content: '';
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.subcat_list {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.subcat_list li {
  width: 25%;
  float: left;
  padding: 5px;
  margin: 0;
}
.subcat_list li img {
  max-height: 100%;
  max-width: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.subcat_list_inner {
  background: #fff;
  border: 2px solid #f2f2f2;
  padding: 10px 0;
  text-align: center;
}
.subcat_list_inner:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.subcat_list_inner .subcat-content span {
  text-transform: uppercase;
  display: block;
  min-height: 54px;
  overflow: hidden;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #465157;
  line-height: 19px;
}
.subcat_list.owl-carousel .owl-stage-outer {
  padding: 0;
}
.onsale_list,
.usedequip_list {
  clear: both;
  margin: 30px 0;
}
.onsale_list .title,
.usedequip_list .title {
  font-size: 18px;
  color: #f76e01;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: uppercase;
}
.onsale_list_inner,
.usedequip_list_inner {
  background: #fff;
  padding: 0 10px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.onsale_list_inner .list_image,
.usedequip_list_inner .list_image {
  display: block;
}
.onsale_list_inner .list_image img,
.usedequip_list_inner .list_image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.onsale_list_inner .price-box,
.usedequip_list_inner .price-box {
  position: relative;
  z-index: 3;
}
.onsale_list_inner .price-box .sp,
.usedequip_list_inner .price-box .sp {
  display: none;
}
.onsale_list_inner .price-box .price,
.usedequip_list_inner .price-box .price {
  font-weight: bold;
  color: #f67d1e;
}
.onsale_list_inner .price-box .special-price,
.usedequip_list_inner .price-box .special-price {
  display: block !important;
}
.onsale_list_inner .list_content,
.usedequip_list_inner .list_content {
  position: absolute;
  bottom: -100%;
  z-index: 2;
  left: 5px;
  right: 5px;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.onsale_list_inner .list_content a,
.usedequip_list_inner .list_content a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 15px 10px 70px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px 15px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.onsale_list_inner .list_content a:hover,
.usedequip_list_inner .list_content a:hover {
  text-decoration: none;
  color: #f67d1e;
}
.onsale_list_inner:hover .list_content,
.usedequip_list_inner:hover .list_content {
  bottom: 0;
}
.onsale_list ul,
.usedequip_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.onsale_list ul li,
.usedequip_list ul li {
  padding: 0;
  margin: 0px -1px 0px 0px;
  border-bottom: 4px solid #f67d1e;
}
.onsale_list ul li .lable_save,
.usedequip_list ul li .lable_save {
  display: none;
}
.onsale_list .owl-carousel .owl-prev,
.usedequip_list .owl-carousel .owl-prev,
.onsale_list .owl-carousel .owl-next,
.usedequip_list .owl-carousel .owl-next {
  text-indent: -99999999999px;
}
.onsale_list .owl-carousel .owl-stage-outer,
.usedequip_list .owl-carousel .owl-stage-outer {
  padding: 0;
}
.onsale_list .owl-carousel .owl-stage-outer .onsale_list_inner .price-box.price-final_price,
.usedequip_list .owl-carousel .owl-stage-outer .onsale_list_inner .price-box.price-final_price {
  max-height: 20px;
  height: 100%;
}
.onsale_list .owl-carousel .owl-nav,
.usedequip_list .owl-carousel .owl-nav {
  margin-top: 0;
}
.onsale_list .owl-carousel .owl-nav .owl-next,
.usedequip_list .owl-carousel .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.1) !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 35%;
  right: 10px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  margin: calc(-20px) 0 0;
  padding: 0;
  color: transparent !important;
  font-size: 14px;
  overflow: hidden;
  transform: rotate(180deg);
}
.onsale_list .owl-carousel .owl-nav .owl-next:after,
.usedequip_list .owl-carousel .owl-nav .owl-next:after {
  display: none;
}
.onsale_list .owl-carousel .owl-nav .owl-next:before,
.usedequip_list .owl-carousel .owl-nav .owl-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 42px;
  color: #ff0000;
  position: absolute;
  z-index: 99;
  left: 26px !important;
  top: 9px !important;
  line-height: 37px;
  width: 30px !important;
  height: 30px !important;
  background-image: transparent !important;
  border-top: none !important;
}
.onsale_list .owl-carousel .owl-nav .owl-next:hover,
.usedequip_list .owl-carousel .owl-nav .owl-next:hover {
  background: #000 !important;
}
.onsale_list .owl-carousel .owl-nav .owl-next:hover:before,
.usedequip_list .owl-carousel .owl-nav .owl-next:hover:before {
  color: #fff;
}
.onsale_list .owl-carousel .owl-nav .owl-prev,
.usedequip_list .owl-carousel .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.1) !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 35%;
  left: 10px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  margin: calc(-20px) 0 0;
  padding: 0;
  color: transparent !important;
  font-size: 14px;
  overflow: hidden;
}
.onsale_list .owl-carousel .owl-nav .owl-prev:after,
.usedequip_list .owl-carousel .owl-nav .owl-prev:after {
  display: none;
}
.onsale_list .owl-carousel .owl-nav .owl-prev:before,
.usedequip_list .owl-carousel .owl-nav .owl-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 42px;
  color: #ff0000;
  position: absolute;
  z-index: 99;
  left: -17px !important;
  top: 1px !important;
  line-height: 37px;
  width: 30px !important;
  height: 30px !important;
  background-image: transparent !important;
  border-top: none !important;
  transform: none !important;
}
.onsale_list .owl-carousel .owl-nav .owl-prev:hover,
.usedequip_list .owl-carousel .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.onsale_list .owl-carousel .owl-nav .owl-prev:hover:before,
.usedequip_list .owl-carousel .owl-nav .owl-prev:hover:before {
  color: #fff;
}
.usedequip_list .title {
  color: #08c;
}
.usedequip_list_inner .price-box .price {
  color: #08c;
}
.usedequip_list_inner .list_content a:hover {
  color: #08c;
}
.usedequip_list ul li {
  border-bottom-color: #08c;
}
.catalog-category-view .price-box {
  min-height: auto;
}
.catalog-category-view .price-container .price {
  font-size: 18px;
}
.catalog-category-view .page-title-wrapper {
  width: 100%;
  text-align: center;
}
.catalog-category-view .page-title-wrapper .page-title {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 15px;
  color: #08c;
  text-transform: uppercase;
}
.catalog-category-view .page-title-wrapper .page-title:after {
  content: '';
  background: url('../images/2-desno.png') no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  height: 13px;
}
.catalog-category-view .page-title-wrapper .page-title:before {
  content: '';
  background: url('../images/2-levo.png') no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 13px;
}
.catalog-category-view .page-title-wrapper a {
  display: none;
}
.catalog-category-view .page-title-wrapper a #show-desc {
  margin: 0px 0 0 10px;
}
.catalog-category-view.page-products .products-grid .product-item-info {
  width: 100%;
  text-align: center;
  position: relative;
}
.catalog-category-view.page-products .products-grid .product-item-info .price-box .price-label {
  display: none;
}
.catalog-category-view.page-products .products-grid .product-item-info .product-item-photo .product-image-container {
  padding: 15px;
}
.catalog-category-view.page-products .products-grid .product-item-info .product-item-link {
  padding: 0 5px;
  display: block;
  text-decoration: none;
  transition: all .3s;
  font-weight: 600;
}
.catalog-category-view.page-products .products-grid .product-item-info .product-item-link:hover {
  color: #0088cc;
}
.catalog-category-view.page-products .products-grid .product-item-info .empty-price {
  height: 45px;
}
.catalog-category-view.page-products .products-grid .product-item-info .MagicToolboxContainer {
  padding-top: 15px;
  margin: 0px 15px 15px 15px;
}
.catalog-category-view.page-products .products-grid .product-item-info .MagicToolboxContainer a {
  position: relative;
  z-index: 9;
}
.catalog-category-view.page-products .products-grid .product-item-info .MagicToolboxContainer a img {
  height: 190px;
}
.catalog-category-view.page-products .products-grid .manufacturer {
  font-size: 12px;
  line-height: 21px;
  display: inline;
  font-weight: normal;
}
.catalog-category-view.page-products .products-grid .product-reviews-summary {
  display: block;
  min-height: 41px;
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  z-index: 99;
  width: calc(100% - 8px);
  left: 4px;
}
.catalog-category-view.page-products .products-grid .img_and_reviews {
  position: relative;
}
.catalog-category-view.page-products .products-grid .product-item {
  position: relative;
}
.catalog-category-view.page-products .products-grid .product-item .price-box {
  margin: 10px 0;
  float: left;
  width: 100%;
  margin-top: 0;
}
.catalog-category-view.page-products .products-grid .list-price {
  min-height: 35px;
  display: inline-block;
  width: 100%;
}
.catalog-category-view.page-products .products-grid .list-price .save-price {
  font-size: 13px;
  color: #7b858a;
  display: none;
}
.catalog-category-view.page-products .products-grid .list-price .save-price .savings-amount span {
  display: none;
}
.catalog-category-view.page-products .products-grid .list-price .price-container .price-label {
  display: none;
}
.catalog-category-view.page-products .products-grid .list-price .price-container .price-wrapper {
  display: block;
  color: #ccc;
}
.catalog-category-view.page-products .products-grid .list-price .price-container .price-wrapper .price {
  font-size: 18px !important;
  font-weight: 600;
}
.catalog-category-view.page-products .products-grid .product-item-name {
  height: 60px;
  display: block;
  overflow: hidden;
}
.catalog-category-view.page-products .products-grid .cal-price-block {
  height: 45px;
}
.catalog-category-view.page-products .products-grid .product-item-actions {
  margin: 0;
  padding-bottom: 10px;
}
.catalog-category-view.page-products .products-grid .product-item-actions .actions-primary {
  display: inline-block;
}
.catalog-category-view.page-products .products-grid .product-item-actions .action.tocart.primary {
  background: #17b820;
  background: -moz-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: -webkit-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: linear-gradient(to bottom, #17b820 0%, #009e08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17b820', endColorstr='#009e08', GradientType=0);
  border-radius: 5px;
  border: 1px solid #ccc;
}
.catalog-category-view.page-products .products-grid .product-item-actions .action.tocart.primary:hover {
  background: #009e08;
  background: -moz-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: -webkit-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: linear-gradient(to bottom, #009e08 0%, #17b820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e08', endColorstr='#17b820', GradientType=0);
}
.catalog-category-view.page-products .products-grid .product-item-actions .action.tocart.primary span:before {
  background-size: 300px auto;
  background-position: -134px 0;
  width: 22px;
  height: 22px;
}
.catalog-category-view.page-products .products-grid .page-title-wrapper {
  float: left;
}
.catalog-category-view.page-products .products-grid .toolbar.toolbar-products {
  width: 100%;
  float: right;
}
.catalog-category-view.page-products .products-grid .toolbar {
  float: right;
  margin-bottom: 20px;
}
.catalog-category-view.page-products .products-grid .toolbar .toolbar-amount {
  display: none;
}
.catalog-category-view.page-products .products-grid .toolbar .field.limiter {
  display: block;
  float: right;
  width: 220px;
  margin-left: 1%;
}
.catalog-category-view.page-products .products-grid .toolbar .field.limiter .control #limiter {
  background: #fff;
}
.catalog-category-view.page-products .products-grid .toolbar .field.limiter .field .limiter-text {
  display: none;
}
.catalog-category-view.page-products .products-grid .toolbar .toolbar-sorter {
  width: 260px;
  top: auto;
  right: 100px;
}
.catalog-category-view.page-products .products-grid .toolbar .toolbar-sorter .sorter-options {
  background-color: #fff;
  box-shadow: none;
  border: solid 1px #ddd;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar {
  float: none;
  text-align: right;
  margin-top: 30px;
  width: 100%;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .toolbar-amount {
  display: none;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .toolbar-sorter {
  display: none;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .field.limiter {
  display: inline-block;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .field.limiter .limiter-text {
  display: none;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .field.limiter .limiter-options {
  background-color: #fff;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages {
  float: right;
  display: inline-block;
  margin-left: 15px;
  text-align: center;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages .item {
  width: 33px;
  height: 33px;
  top: 2px;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages .item .page {
  border: solid 1px #ddd;
  width: 33px;
  height: 33px;
  border-radius: 3px;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages .item .action {
  background: #fff;
  box-shadow: none;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages .item strong.page {
  background: transparent;
  color: #fff;
  border: none;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages .item.current {
  background: #08c;
  border-color: #08c;
  border-radius: 4px;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages .item.pages-item-next {
  border: none;
  width: auto;
}
.catalog-category-view.page-products .products-grid .toolbar-bottom .toolbar .pages .item.pages-item-next .next {
  margin-left: 0;
}
.catalog-category-view.page-products .products-grid .grid.products-grid {
  clear: both;
  margin-top: 0px;
  margin-bottom: 0;
}
.catalog-category-view.page-products .products-grid .category-view {
  clear: both;
}
.catalog-category-view.page-products .products-grid .category-view .row.menu-links {
  display: inline-block;
  width: 100%;
}
.catalog-category-view.page-products .products-grid .category-description {
  clear: both;
  margin: 0 0 15px;
  float: none;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 0px 1px 1px #efefef;
  -webkit-box-shadow: 0 0px 1px 1px #efefef;
  color: #5f5f5f;
  line-height: 23px;
}
.catalog-category-view.page-products .products-grid .category-description h2 {
  margin: 5px 0px;
  color: #465157;
}
.catalog-category-view.page-products .products-grid .category-description img {
  display: none;
}
.catalog-category-view.page-products .products-grid .custom-bundle-price {
  display: none !important;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-stage-outer,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-stage-outer,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-stage-outer,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-stage-outer {
  max-height: 209px;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav {
  margin-top: 0;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 35%;
  right: 10px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  margin: calc(-20px) 0 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next:before,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next:before,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next:before,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 42px;
  color: #000;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  line-height: 37px;
  width: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next:hover,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next:hover,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next:hover,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next:hover {
  background: #000;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next:hover:before,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-next:hover:before,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next:hover:before,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-next:hover:before {
  color: #fff;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 35%;
  left: 10px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  margin: calc(-20px) 0 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev:before,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev:before,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev:before,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 42px;
  color: #000;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  line-height: 37px;
  width: 11px;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev:hover,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev:hover,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev:hover,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev:hover {
  background: #000;
}
.catalog-category-view .onsale_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev:hover:before,
.catalog-category-view .usedequip_list ul.owl-carousel-onsale .owl-controls .owl-nav .owl-prev:hover:before,
.catalog-category-view .onsale_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev:hover:before,
.catalog-category-view .usedequip_list ul.owl-carousel-used-equipment .owl-controls .owl-nav .owl-prev:hover:before {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 {
  /* Preloader */
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .flex-container {
  justify-content: space-evenly;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sodr-nadv a {
  color: #ffc203;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .action.primary,
.catalog-category-view.categorypath-blackfridayrules-i-14 .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-category-view.categorypath-blackfridayrules-i-14 .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-category-view.categorypath-blackfridayrules-i-14 .amshopby-button,
.catalog-category-view.categorypath-blackfridayrules-i-14 .am-filter-go,
.catalog-category-view.categorypath-blackfridayrules-i-14 .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-category-view.categorypath-blackfridayrules-i-14 .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-category-view.categorypath-blackfridayrules-i-14 .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.catalog-category-view.categorypath-blackfridayrules-i-14 .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  background: #233e79;
  color: #ffc203;
  border: 0 !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .action.primary:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .amshopby-button:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .am-filter-go:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover,
.catalog-category-view.categorypath-blackfridayrules-i-14 .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go:hover {
  background: #0a1538;
  color: #ffc203;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .action.primary,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .amshopby-button,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .am-filter-go,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.catalog-category-view.categorypath-blackfridayrules-i-14 .item.product.product-item:hover .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  background: #0a1538;
  color: #ffc203;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .toolbar.toolbar-products {
  background: #2d589fab;
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .pages a.page {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .toolbar select {
  box-shadow: none;
  border: 0;
  color: #fff;
  background: #3b609f url(../images/select-white-bg.svg) no-repeat 118% 45%;
  background-size: 55px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .pages strong.page,
.catalog-category-view.categorypath-blackfridayrules-i-14 .pages a.page:hover {
  background: transparent;
  color: #ffc203;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .pages .action {
  background: #3b609f;
  border: 1px  solid #3b609f;
  box-shadow: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .pages .action.next:before {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .pozadina {
  background: transparent !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .products-grid {
  margin: 0;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .product-item-info {
  height: 100%;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .countdown1 {
  text-align: center;
  font-family: 'Open-Sans', sans-serif;
  font-size: 60px;
  float: left;
  width: 100%;
  padding-top: 67px;
  margin-bottom: 20px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .countdown1 p {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .countdown1 h2 {
  font-size: 60px;
  color: #0c0f2e;
  font-weight: bold;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .countdown {
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .year {
  align-items: center;
  position: relative;
  margin-top: -40px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .title {
  color: #2a645c;
  text-shadow: 1px 1px 3px #495057;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .time {
  margin-top: -50px;
  font-size: 50px;
  background: #ffc203;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 150px;
  width: 100%;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .small {
  font-size: 30px;
  padding-bottom: 20px;
  margin-top: -20px;
  color: #0c0f2e;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .lds-ripple div {
  position: absolute;
  border: 4px solid #ffc203;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper {
  background: url(../images/bf-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .category-description {
  background: #2d589fab;
  border: 0 none;
  padding: 20px;
  float: left;
  border: 1px solid #ffc203;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .category-description p {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .category-description h2 {
  color: #fff !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .category-description strong {
  color: #ffc203;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .breadcrumbs ul li a,
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .breadcrumbs ul li strong {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .toolbar .toolbar-sorter #sorter select {
  color: #777;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .toolbar .sorter label,
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .toolbar .limiter label {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-wrapper .toolbar .sorter-action:before {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .sidebar-title,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-title,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-subtitle,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-subtitle {
  background: #2d589fab;
  color: #ffc203;
  border-bottom: 1px solid;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-options-title,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-options-content a,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-options-content .count {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-options-content a:hover {
  background: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .home_btns,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .hearforyou_content,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .trustpilot-widget,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .fb-enets,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-options,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-current > ol.items {
  background: #2d589fab;
  color: #fff;
  border: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-actions.filter-actions a,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-value,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter-current .action.remove:before {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .home_btns,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .hearforyou_content,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .trustpilot-widget,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .fb-enets {
  border-top: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .filter,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .hearforyou_content,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .trustpilot-widget,
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .fb-enets {
  background: #ed0c0c d9;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li a {
  color: #fff;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li a:before {
  background: url(../images/services-sprite-neon.png) no-repeat;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(2) a:before {
  background-position: 0px -30px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(3) a:before {
  background-position: 0px -60px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(4) a:before {
  background-position: 0px -90px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(5) a:before {
  background-position: 0px -120px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(6) a:before {
  background-position: 0px -150px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(7) a:before {
  background-position: 0px -180px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(8) a:before {
  background-position: 0px -233px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main {
  padding-bottom: 0;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .products-grid .product-items .item {
  background: #ffffffb3;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .products-grid .product-items .item .product-item-info:before {
  content: '';
  width: 41px;
  height: 75px;
  position: absolute;
  top: 3px;
  right: 7px;
  background-image: url(../images/bfday-logo.png);
  z-index: 99999;
  background-size: cover;
  transform: rotate(10deg);
  display: none;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .page-title-wrapper .page-title {
  color: #ffc203;
  float: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  margin: 0;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .page-title-wrapper a {
  color: #fff;
  float: right;
  margin-top: 20px;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .main .toolbar.toolbar-top {
  position: static;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-bottom .trust_pilot_block {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 25px !important;
}
.catalog-category-view.categorypath-blackfridayrules-i-14 .page-bottom .trust_pilot_block #product_trustpilot_section {
  background: #fff;
}
.bf-banners {
  float: left;
  width: 100%;
}
.bf-banners a {
  width: 17%;
}
.product-image-container {
  width: 100% !important;
}
.bf-top {
  align-items: center;
}
.ends-in {
  background: #014641;
  color: #ffffff;
  padding: 3px 4px 2px 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: center;
}
section.hero-section.black-friday-home-top {
  background: url(../images/bf-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
section.hero-section.black-friday-home-top h1 {
  padding-top: 15px;
  margin-bottom: 0;
}
section.hero-section.black-friday-home-top h1 span {
  color: #ffc203;
  float: none;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.bf-iframe {
  width: 19%;
  background: #ffc203;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bf-iframe iframe {
  display: block;
}
.bf-iframe h4 {
  color: #0b1d41;
  font-size: 13px;
  text-align: center;
}
.bf-iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.bf-iframe.image {
  text-decoration: none;
}
a.bf-iframe:hover {
  opacity: 0.9;
}
img.bf-image-current {
  height: 350px;
  object-fit: contain;
  background: #0e0d2c;
}
.bf-current {
  margin-bottom: 4px;
}
.video-bf,
.iframe-bf {
  text-align: center;
}
.iframe-bf.col-2 {
  max-width: 530px;
}
.emizen_brand_view h1 {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 28px;
  font-weight: 600;
  color: #f67d1e;
}
.emizen_brand_view .block-content .products-grid.grid .product-items {
  border-top: 1px solid #e3e4e4;
  border-left: 1px solid #e3e4e4;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item {
  font-size: 14px;
  border-right: 1px solid #e3e4e4;
  border-bottom: 1px solid #e3e4e4;
  width: 16.66666667%;
  margin-left: 0;
  text-align: center;
  position: relative;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-photo {
  display: block;
  padding: 15px;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details {
  padding: 0 5px;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
  height: 40px;
  display: block;
  overflow: hidden;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name a {
  padding: 0 5px;
  display: block;
  text-decoration: none;
  transition: all .3s;
  color: #333;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name a:hover {
  color: #0088cc;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-actions {
  margin: 0;
  padding-bottom: 10px;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-actions .actions-primary {
  padding: 5px;
  display: inline-block;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-actions .actions-primary button {
  background: #17b820;
  background: -moz-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: -webkit-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: linear-gradient(to bottom, #17b820 0%, #009e08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17b820', endColorstr='#009e08', GradientType=0);
  border-radius: 5px;
  border: 1px solid #ccc;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-actions .actions-primary button span:before {
  background-size: 300px auto;
  background-position: -134px 0;
  width: 22px;
  height: 22px;
}
.emizen_brand_view .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-actions .actions-primary button:hover {
  background: #009e08;
  background: -moz-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: -webkit-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: linear-gradient(to bottom, #009e08 0%, #17b820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e08', endColorstr='#17b820', GradientType=0);
}
.emizen_brand_view .block-content .toolbar-bottom {
  margin-top: 20px;
}
.emizen_brand_view .block-content .toolbar-bottom .toolbar.bottom {
  margin-bottom: 0;
}
.emizen_brand_view .block-content .toolbar-bottom .pager {
  text-align: right;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages {
  float: right;
  display: inline-block;
  margin-left: 15px;
  text-align: center;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages .item {
  width: 33px;
  height: 33px;
  top: 2px;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages .item .page {
  border: solid 1px #ddd;
  width: 33px;
  height: 33px;
  border-radius: 3px;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages .item .action {
  background: #fff;
  box-shadow: none;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages .item strong.page {
  background: transparent;
  color: #fff;
  border: none;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages .item.current {
  background: #08c;
  border-color: #08c;
  border-radius: 4px;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages .item.pages-item-next {
  border: none;
  width: auto;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .pages .item.pages-item-next .next {
  margin-left: 0;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .limiter {
  display: inline-block;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .limiter .limiter-text {
  display: none;
}
.emizen_brand_view .block-content .toolbar-bottom .pager .limiter .limiter-options {
  background-color: #fff;
}
.ambrand-index-index .category-view {
  display: none;
}
.sidebar .sidebar-title,
.sidebar .block-title {
  background: #08c;
  display: block;
  border-bottom: 4px solid #0070a8;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.sidebar .filter .block-title {
  display: none;
}
.sidebar .filter .block-subtitle {
  background: #08c;
  display: block;
  border-bottom: 4px solid #0070a8;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.sidebar .filter-options {
  border: 1px solid #0070a8 !important;
  border-bottom: 4px solid #0070a8 !important;
}
.sidebar .home_btns,
.sidebar .hearforyou_content,
.sidebar .trustpilot-widget,
.sidebar .fb-enets {
  border: 1px solid #0070a8;
  border-bottom-width: 4px;
  padding: 15px;
}
.sidebar .hearforyou_content {
  text-align: center;
}
.sidebar .hearforyou_content .sidebar-convert {
  width: 100%;
  text-align: center;
  background-image: url('../images/dris-left.jpg');
  background-size: cover;
  position: relative;
  min-height: 230px;
  margin: 10px 0;
}
.sidebar .hearforyou_content .sidebar-convert .content-inner {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.sidebar .hearforyou_content .sidebar-convert .content-inner p {
  text-align: center;
  display: block;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.sidebar .block-catalog_left_service_btns .home_btns ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li a {
  display: block;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li a:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/services-sprite.png) no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(1) a:before {
  background-position: 0 0;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(2) a:before {
  background-position: 0 -30px;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(3) a:before {
  background-position: 0 -60px;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(4) a:before {
  background-position: 0 -90px;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(5) a:before {
  background-position: 0 -120px;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(6) a:before {
  background-position: 0 -150px;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(7) a:before {
  background-position: 0 -180px;
}
.sidebar .block-catalog_left_service_btns .home_btns ul li:nth-child(8) a:before {
  background-position: 0 -233px;
}
.sidebar .fb-enets iframe {
  width: 100% !important;
}
.search.results .products.list li.product {
  position: relative;
}
.search.results .products.list li.product .manufacturer {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}
.search.results .products.list li.product .product-item-name {
  height: 40px;
  display: block;
  overflow: hidden;
  padding: 0 5px;
}
.search.results .products.list li.product .cal-price-block {
  height: 35px;
}
.search.results .products.list li.product .product-image-container {
  padding: 15px;
}
.search.results .products.list li.product .product-item-details {
  text-align: center;
}
.search.results .products.list li.product .product-item-details .product-reviews-summary {
  min-height: 23px;
}
.search.results .products.list li.product .product-item-details .product-reviews-summary .rating-summary > .rating-result span:before {
  color: #ffc600;
}
.search.results .products.list li.product .product-item-details .product-item-inner {
  position: relative;
}
.search.results .products.list li.product .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
  text-align: center;
  padding-bottom: 10px;
}
.search.results .products.list li.product .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: inline-block;
}
.search.results .products.list li.product .product-item-details .product-item-inner .product-item-actions .actions-primary button {
  background: #17b820;
  background: -moz-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: -webkit-linear-gradient(top, #17b820 0%, #009e08 100%);
  background: linear-gradient(to bottom, #17b820 0%, #009e08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17b820', endColorstr='#009e08', GradientType=0);
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.search.results .products.list li.product .product-item-details .product-item-inner .product-item-actions .actions-primary button:hover {
  background: #009e08;
  background: -moz-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: -webkit-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: linear-gradient(to bottom, #009e08 0%, #17b820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e08', endColorstr='#17b820', GradientType=0);
}
.search.results .products.list li.product .product-item-details .product-item-inner .product-item-actions .actions-primary button span:before {
  background-size: 300px auto;
  background-position: -134px 0;
  width: 22px;
  height: 22px;
}
.search.results .products.list li.product .product-labels {
  position: absolute;
  top: 3px;
  left: -7px;
  transition: 0.3s;
}
.search.results .products.list li.product .product-labels ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search.results .products.list li.product .product-labels ul li {
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
}
.search.results .products.list li.product .product-labels ul li .main-txt,
.search.results .products.list li.product .product-labels ul li .save_percent {
  font-size: 8px;
  color: #fff;
  font-weight: bold;
  padding: 6px 2px 5px 4px;
  width: 56px;
  height: 20px;
  position: relative;
  left: 0;
  text-align: left;
  background-image: url(../images/sprite.png);
  display: inline-block;
}
.search.results .products.list li.product .product-labels ul li.free .main-txt {
  background-position: 68px -5px;
  text-transform: uppercase;
  top: 0;
}
.search.results .products.list li.product .product-labels ul li.save .save_percent {
  background-position: 68px -65px;
}
.search.results .products.list li.product .product-labels ul li.video .main-txt {
  background-position: 68px -35px;
}
.grid.products-grid .product-items li .price-box .save-price {
  color: #7b858a;
  font-size: 13px;
}
.grid.products-grid .product-items li .price-box .save-price .savings-amount span {
  display: none;
}
.grid.products-grid .product-items li .price-box .save-price + .special-price .price {
  color: #333;
}
.grid.products-grid .product-items li .price-box .save-price + .normal-price {
  display: block;
}
.lable_save {
  background-color: #9d0000;
  font-size: 8px;
  color: #fff;
  font-weight: bold;
  padding: 6px 4px 5px 0px;
  width: 56px;
  height: 20px;
  margin-bottom: 2px !important;
}
body.page-with-filter .column.main .toolbar-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
body.page-with-filter .column.main .toolbar-bottom .toolbar-top {
  position: static;
}
body.page-with-filter .column.main .products-grid .item .product-item-info .product-labels {
  z-index: -1;
}
body.page-with-filter .column.main .products-grid .item .product-item-info .product-item-details {
  position: unset;
  z-index: 99;
}
body.page-with-filter .column.main .products-grid .item .product-item-info .product-item-details .product-manufacturer {
  min-height: 28px;
  padding: 0 10px;
}
body.page-with-filter .column.main .products-grid .item .product-item-info .product-item-photo {
  position: relative;
  z-index: 99;
}
.mz-expanded-view-open .mz-expand,
.mz-expanded-view-open .mz-expand-bg {
  background-color: transparent !important;
}
.mz-expanded-view-open .mz-expand-bg img {
  opacity: 0 !important;
}
.mz-expanded-view-open .mz-expand .mz-caption {
  color: #333;
}
.catalogsearch-result-index .page-title-wrapper {
  padding-left: 21%;
}
.catalogsearch-result-index .grid.products-grid {
  margin-top: 50px;
}
.catalogsearch-result-index .toolbar .sorter-options {
  background: #fff;
}
.catalogsearch-result-index .toolbar-top.toolbar {
  top: 0px !important;
  margin-bottom: 0;
}
.classes-page-top {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.classes-page-top .award-image {
  width: 40%;
  float: left;
}
.classes-page-top .classes-scuba-images {
  width: 60%;
  text-align: center;
  float: left;
}
.classes-page-top .classes-scuba-images a {
  color: transparent;
}
.classes-page-top .classes-scuba-images a:hover {
  color: transparent;
}
.classes-page-top .classes-scuba-images img {
  max-width: 220px;
  width: 100%;
  height: 80px;
  margin: 3px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .classes-page-top .classes-scuba-images {
    width: 100%;
  }
  .classes-page-top .award-image {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .sidebar .filter-options {
    font-size: 12px;
  }
  .page-layout-2columns-left .column.main .grid.products-grid .product-items .product-item {
    width: 25% !important;
  }
  /*END*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-layout-2columns-left .column.main .grid.products-grid .product-items .product-item {
    width: 25% !important;
  }
  .page-layout-2columns-left .sidebar .block-catalog_left_service_btns .home_btns ul {
    margin-left: 0;
    white-space: nowrap;
  }
  /*END*/
}
/*minwidth 1024 */
@media (min-width: 1024px) {
  .page-products.catalog-category-view .products-grid .product-item {
    width: 25% !important;
  }
  .kuProListing #kuLandingProductsListUl li {
    width: 25% !important;
  }
}
@media (max-width: 1280px) {
  .subcat_list li {
    width: 25%;
  }
  #kuLandingProductsListUl li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .video-bf,
  .iframe-bf {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  iframe.bf-iframe-current {
    height: 215px;
  }
  .bf-iframe {
    width: 49%;
    margin-bottom: 10px;
    height: 78px;
  }
  a.bf-iframe:last-child {
    width: 100%;
  }
  .bf-banners a {
    width: 32%;
    margin-top: 7px;
  }
  .page-products.category-blackfridayrules-i-14.sticky-header #layered-filter-block {
    position: unset !important;
  }
  .page-products.category-blackfridayrules-i-14 .filter-current {
    display: none;
  }
  .page-products.category-blackfridayrules-i-14 .filter.active .filter-current {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 26;
    width: 97%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .subcat_list li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #kuLandingProductsListUl li {
    width: 25%;
  }
  .page-layout-2columns-left .sidebar {
    width: 32% !important;
  }
  .page-layout-2columns-left .sidebar .block-catalog_left_service_btns .home_btns ul {
    margin: 0;
  }
  .page-layout-2columns-left .column.main {
    width: 68% !important;
  }
  .page-layout-2columns-left .column.main .grid.products-grid .product-items .product-item {
    width: 50% !important;
  }
  .catalogsearch-result-index .page-title-wrapper {
    padding-left: 32%;
  }
  .catalogsearch-result-index .products.list .product-item .product-item-info {
    text-align: center;
    width: 100%;
  }
  /*END*/
}
@media (max-width: 640px) {
  .kuProListing .kuResultList {
    float: none;
  }
}
@media (max-width: 767px) {
  .catalog-category-view.categorypath-blackfridayrules-i-14 .small {
    font-size: 16px;
  }
  .kuFilters {
    width: 100% !important;
  }
  .kuResultList {
    width: 100% !important;
  }
  #kuLandingProductsListUl li {
    width: 33.33333333%;
  }
  .sticky-header #layered-filter-block {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9999;
    top: 66px;
  }
  .page-layout-2columns-left .sidebar .block.filter .filter-title {
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
  }
  .page-layout-2columns-left .sidebar .block.filter .filter-title strong {
    border: none;
    box-shadow: none;
    background: #08c;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    width: 100%;
  }
  .page-layout-2columns-left .sidebar .block.filter .filter-content .filter-subtitle {
    display: none;
  }
  .page-layout-2columns-left .sidebar .block-catalog_left_service_btns,
  .page-layout-2columns-left .sidebar .block-title,
  .page-layout-2columns-left .sidebar .hearforyou_content,
  .page-layout-2columns-left .sidebar .block-title.theySay,
  .page-layout-2columns-left .sidebar .trustpilot-widget,
  .page-layout-2columns-left .sidebar .fb-enets {
    display: none;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom {
    position: relative;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-sorter {
    right: 0;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-sorter .sorter-label {
    display: none;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-sorter .sorter-action.sort-asc {
    display: none;
  }
  .page-layout-2columns-left .column.main .toolbar-top.toolbar .toolbar-sorter {
    right: 0;
  }
  .page-layout-2columns-left .column.main .toolbar-top.toolbar .toolbar-sorter .sorter-label {
    display: none;
  }
  .page-layout-2columns-left .column.main .page-title-wrapper h1 {
    font-size: 24px;
  }
  .page-layout-2columns-left .column.main .onsale_list .owl-carousel .owl-nav .owl-prev:after,
  .page-layout-2columns-left .column.main .usedequip_list .owl-carousel .owl-nav .owl-prev:after,
  .page-layout-2columns-left .column.main .onsale_list .owl-carousel .owl-nav .owl-next:after,
  .page-layout-2columns-left .column.main .usedequip_list .owl-carousel .owl-nav .owl-next:after {
    display: none;
  }
  .page-layout-2columns-left .column.main .grid.products-grid .product-items .product-item:nth-child(even) {
    border-left: none;
  }
  .page-layout-2columns-left .column.main .grid.products-grid .product-items .product-item {
    width: calc(50% - 2px) !important;
    border-right: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4;
    border-left: 1px solid #e3e4e4;
  }
  .page-layout-2columns-left .column.main .grid.products-grid .product-items .product-item .product-item-details h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-layout-2columns-left .column.main .grid.products-grid .product-items .product-item .product-reviews-summary {
    display: inline-flex;
    padding-bottom: 10px;
    min-height: 41px;
    left: 19%;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-top.toolbar .pages .item {
    top: 3px;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-top.toolbar .pages .item.current {
    border-radius: 4px;
    top: -1px;
    position: relative;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-top.toolbar .pages .item.pages-item-previous,
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-top.toolbar .pages .item.pages-item-next {
    top: 2px;
  }
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-top.toolbar .pages .item.pages-item-previous a.action,
  .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-top.toolbar .pages .item.pages-item-next a.action {
    padding-bottom: 1px;
  }
  .page-layout-2columns-left.filter-active .block.filter .filter-title strong {
    width: 98%;
    color: #fff;
    text-align: left;
  }
  .page-layout-2columns-left.filter-active .block.filter .filter-title strong:after {
    float: right;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }
  .catalogsearch-result-index span.price-label {
    display: none;
  }
  .catalogsearch-result-index .page-title-wrapper {
    padding-left: 0;
  }
  .catalogsearch-result-index .grid.products-grid {
    margin-top: 0;
  }
  .catalogsearch-result-index .grid.products-grid ol.products {
    margin-top: 0;
  }
  .catalogsearch-result-index .search.results .toolbar.toolbar-top {
    width: 100%;
    top: 50px !important;
  }
  .catalogsearch-result-index .search.results .toolbar.toolbar-top .toolbar-amount {
    float: left;
  }
  .catalogsearch-result-index .products.list .product-item .product-item-info {
    text-align: center;
    width: 100%;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .main .page-title-wrapper {
    padding: 5px !important;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .main .page-title-wrapper .page-title {
    font-size: 32px !important;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .ul_bestseller .bestseller {
    float: none;
    font-size: 11px;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .countdown1 h2 {
    font-size: 36px;
    font-weight: 500;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .small {
    font-size: 18px;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .blackfridaybanner1 {
    border: 2px solid #ef001f;
    margin-bottom: 10px;
  }
  .categorypath-blackfridayrules-i-14 .hearforyou_content {
    color: #fff !important;
  }
  .bfdaysubscribe {
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2%;
    padding-top: 0;
    margin-bottom: 20px;
    box-shadow: 2px 1px 2px 4px #de002c;
  }
  .bfdaysubscribe h4 {
    font-size: 24px;
  }
  .bfdaysubscribe #textInput_B0475Y0DA {
    float: left;
    width: 80%;
    margin: 0;
  }
  .bfdaysubscribe button {
    float: left;
    width: 20%;
    margin: 0;
    background: black;
    border: 0;
    box-shadow: 0 0 black;
    color: #fff;
    padding: 10px;
  }
  .bfdaysubscribe .email {
    margin: 0;
  }
  .countdown1 p {
    color: #fff;
  }
  .bf-banner-images {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .bf-banner-images li {
    width: 22%;
    margin-right: 1%;
    display: inline-block;
  }
  .bf-banner-images li:last-child {
    margin: 0;
  }
  .bf-banner-images li img {
    vertical-align: middle;
  }
  /*END*/
}
@media (max-width: 767px) and only screen and (max-width: 768px) {
  .pages .pages-items {
    padding-left: 0;
  }
  .toolbar-amount {
    font-size: 14px;
  }
  section.hero-section.black-friday-home-top h1 span {
    font-size: 32px;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .countdown1 h2 {
    font-size: 30px;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .small {
    font-size: 13px;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .main .page-title-wrapper {
    padding: 5px;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .main .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .filter.active .filter-options {
    background: #000 !important;
  }
  .catalog-category-view.categorypath-blackfridayrules-i-14 .filter-current {
    display: none;
  }
  .sticky-header #layered-filter-block {
    z-index: 999999999;
  }
  .bfdaysubscribe #textInput_B0475Y0DA {
    width: 70%;
  }
  .bfdaysubscribe button {
    width: 30%;
  }
  .bfdaysubscribe h4 {
    font-size: 16px;
  }
  .bf-banner-images li {
    width: 98%;
    margin: 0 1% 10px;
  }
  .bf-banner-images li:last-child {
    width: 98%;
    margin: 0 1% 10px;
  }
  .todays-deal-item-wrap .item-img {
    max-height: 190px;
    margin-bottom: 10px;
  }
  .todays-deal-item-wrap .item-img .product-image-photo {
    margin-left: auto;
    margin-right: auto;
  }
  .category-deal-of-the-day .products-grid .product-item {
    width: 50%;
  }
  .category-deal-of-the-day .product-image-wrapper {
    padding-bottom: 120% !important;
  }
}
@media (max-width: 480px) {
  .subcat_list li {
    width: 50%;
  }
  .subcat_list li img {
    width: 50px !important;
    height: 50px !important;
  }
  #kuLandingProductsListUl li {
    width: 50%;
  }
}
/*END*/
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
span.rewards__product-earn-points.rewards__product-points.has-points .price {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  background: #0072ba;
  color: #fff !important;
  font-size: 17px !important;
  padding: 0px 5px 4px 15px;
  width: fit-content;
  margin-left: 15px;
}
span.rewards__product-earn-points.rewards__product-points.has-points .price:before {
  bottom: 10px;
  content: url(https://www.diverightinscuba.com/static/version1629101123/frontend/DRISTheme/child_theme/en_US/images/earn-buy.png);
  height: 30px;
  left: -19px;
  position: absolute;
  width: 30px;
}
span.rewards__product-earn-points.rewards__product-points.has-points .price > span {
  font-size: 10px !important;
  font-weight: 400;
}
.product-info-after-price {
  display: none !important;
}
.rewards__product-points {
  display: none;
}
span.tiptextlink.promise.dive_comp_promise_btn {
  display: block;
}
.message.success {
  background: #fde2ce;
  color: #f7861e;
}
.message.success > *:first-child:before {
  color: #f7871e;
}
.catalog-product-view .action.primary,
.catalog-product-view .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .amshopby-button,
.catalog-product-view .am-filter-go,
.catalog-product-view .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-product-view .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-product-view .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.catalog-product-view .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  color: #fff;
}
.catalog-product-view .right-product-banners {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.catalog-product-view .right-product-banners .ul_lable-product {
  margin-bottom: 5px;
  list-style: none;
  font-size: 10px;
  background: #9d0000;
  padding: 0 10px 0 10px;
  color: #fff;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  line-height: 15px;
}
.catalog-product-view .product-info-main .sugestion_product {
  padding: 10px;
  border-radius: 10px;
  float: left;
  width: 100%;
  box-shadow: 0px 0px 10px 1px rgba(24, 109, 170, 0.5);
  background: #f2f9fc;
}
.catalog-product-view .product-info-main .sugestion_product .sug-prod-img {
  float: left;
  margin-right: 20px;
}
.catalog-product-view .product-info-main .sugestion_product .sug-prod-cont {
  float: left;
}
.catalog-product-view .product-info-main .sugestion_product h2 {
  text-align: left;
  font-size: 17px;
  color: #333;
  font-weight: normal;
}
.catalog-product-view .product-info-main .sugestion_product .priceDisc {
  color: #21293c;
  font-size: 42px;
}
.catalog-product-view .block.related {
  clear: both;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items {
  justify-content: flex-start !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item {
  width: 160px !important;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: unset !important;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .product-item-info {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .product-item-info .product-image-wrapper {
  display: block;
  height: unset;
  overflow: hidden;
  position: unset;
  z-index: 1;
  padding-bottom: 0px !important;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .product-item-info .product-image-wrapper .product-image-photo {
  width: 100% !important;
  max-width: 100px;
  height: auto !important;
  position: unset;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details {
  position: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-name {
  margin-left: 0;
  text-align: center;
  min-height: 40px;
  margin: 10px 0;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .rewards__product-earn-points {
  display: none;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-actions {
  display: none !important;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .field.choice.related {
  position: unset !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 10px;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .field.choice.related input.checkbox {
  margin: 0;
  position: unset;
}
.catalog-product-view .block.related .products-related ol.products.list.items.product-items .item.product.product-item .field.choice.related label {
  width: unset;
  height: unset;
  position: unset;
}
.catalog-product-view .block.related .products-related .owl-carousel .owl-nav .owl-next {
  top: 33% !important;
  right: -40px !important;
}
.catalog-product-view .ss__recommendation:before {
  content: none;
}
.amrelated-grid-wrapper .products-grid .product-item {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  box-shadow: none;
}
.amrelated-grid-wrapper .product-item-name {
  min-height: 39px;
}
.amrelated-grid-wrapper .product-reviews {
  min-height: 22px;
}
.amrelated-grid-wrapper .price-box {
  min-height: 20px;
}
.amrelated-grid-wrapper .save-price,
.amrelated-grid-wrapper .old-price {
  display: none;
}
.amrelated-grid-wrapper .product-item-actions .actions-primary {
  display: block;
}
.all-sale-items {
  margin: 0 auto;
  overflow: hidden;
}
.all-sale-items .fadein {
  position: relative;
  height: 100%;
}
.all-sale-items .old-price {
  width: inherit !important;
  float: left !important;
}
.all-sale-items .special-price {
  margin-top: 2px;
}
.custom-slider {
  z-index: 1 !important;
}
.super-promo .price-box p {
  padding-right: 8px !important;
}
.super-promo .price-box .old-price {
  margin-top: 27px !important;
  text-decoration: line-through !important;
}
.super-promo img {
  float: left;
}
.super-promo .main-promo {
  float: left;
  width: 100%;
}
.owl-carousel-frequently-bought-together {
  float: left;
}
.product-reviews-summary.empty {
  display: none;
}
#freegift-products {
  display: block;
  margin: -5px 0 0 0;
  padding: 0 8px;
  width: auto;
  float: left;
}
#freegift-products:hover .freegift-info {
  display: block;
}
#freegift-products .freegift-info {
  float: left;
  width: 100%;
  text-align: left;
  display: none;
  right: 0;
  position: absolute;
  border: 1px solid #c7cbcc;
  border-radius: 7px;
  box-shadow: 2px 4px 17px #b3b8b7;
  width: 260px !important;
  z-index: 99;
  background: #fff;
  top: 30px;
}
#freegift-products .freegift-info .freegift-thumbnail {
  text-align: center;
  float: left;
  width: 100%;
  border-top: 1px dashed #A2A2A2;
}
#freegift-products .freegift-info .product-item-name {
  float: left;
  width: 60%;
  text-align: center;
  padding-left: 35px;
  font-weight: 600;
  font-size: 15px;
  color: #7b858a;
}
#freegift-products .freegift-info .thumb-gifttt {
  float: left;
}
.page-product-bundle .price-as-configured {
  float: left;
}
.page-product-bundle .price-as-configured .price-container .price {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price {
  display: none;
}
.bundle-options-container .product-add-form {
  display: block !important;
}
.bundle-options-container .fieldset-bundle-options {
  margin: 0;
}
.bundle-options-container .fieldset-bundle-options .fieldset > .field {
  border: 0;
  padding: 0;
}
.bundle-options-container .fieldset-bundle-options .product-options-wrapper .field .control {
  width: 100%;
}
.bundle-options-container .fieldset-bundle-options .field.option {
  width: 100%;
}
.bundle-options-container .fieldset-bundle-options .field.option .control {
  width: 82%;
  float: right;
  background: #f9f7f7;
  padding: 5px;
}
.bundle-options-container .fieldset-bundle-options .field.option .label {
  width: 18%;
  float: left;
}
.bundle-options-container .fieldset-bundle-options .required {
  margin: 0;
  padding: 2px 0 !important;
  border: 0 none !important;
}
.bundle-options-container .fieldset-bundle-options .required .control {
  background: #f9f7f7;
  padding: 5px;
}
.catalog-product-view.sticky-header .header.content {
  display: none;
}
.itoris-pm-modal .modal-inner-wrap {
  height: 90%;
  top: 5%;
  overflow-x: hidden;
}
.rating-result span:before {
  color: #ffc600 !important;
}
/* Call to order */
.call_to_order_wrap {
  float: left;
  width: 100%;
}
.call_to_order_wrap #call_to_order {
  clear: left;
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0 1px;
  background: #f6821d21;
  border: 1px solid #04a30d;
  height: auto;
  border-radius: 3px;
  padding: 2px 6px;
  line-height: 15px;
}
.call_to_order_wrap #call_to_order .call_to_order_span {
  font-size: 13px;
  color: #04a30d;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-left: 15px;
}
.call_to_order_wrap #call_to_order .call_to_order_span:before {
  content: url(../images/mob-iconB.png);
  top: 1px;
  position: absolute;
  left: -10px;
}
h2.msdris {
  color: #f67d20;
  font-weight: 700;
  padding-top: 25px;
  font-size: 30px;
}
.prop65 {
  font-weight: bold;
  float: left;
  border: 1px solid #0187cc;
  padding: 5px;
  margin-top: 5px;
}
.stiky_tabs {
  margin: 0;
  width: 100%;
  float: left;
  padding: 6px;
  background: #0088cc;
}
.stiky_tabs .product-page-icons-cart {
  display: flex;
  justify-content: center;
}
.stiky_tabs .product-page-icons-cart > div {
  display: flex;
  padding: 0 25px;
  align-items: center;
}
.stiky_tabs .product-page-icons-cart > div img {
  height: 30px;
  width: auto;
}
.stiky_tabs .product-page-icons-cart > div .feat-cont {
  padding-left: 10px;
}
.stiky_tabs .product-page-icons-cart > div .feat-cont h3 {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
.stiky_tabs .product-page-icons-cart > div .feat-cont p {
  font-size: 11px;
  color: #fff;
  margin: 0;
}
.warnning-txt {
  background: #f67d1f;
  color: #fff;
  padding: 10px;
  float: left;
}
.warnning-txt p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
}
.sticky-product {
  background: #072339;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07000000000000001);
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
  top: 0;
  display: none;
}
.sticky-product .sticky-detail {
  flex: 1;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.sticky-product .product-name-area,
.sticky-product .ratings,
.sticky-product .availability {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  margin-right: 15px;
}
.sticky-product .add-to-cart {
  padding: 0 0 30px 0;
}
.sticky-product .container {
  display: flex;
  align-items: center;
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
}
.sticky-product .product-page-PRESS-sticky {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  color: #007cc3;
  margin-top: -1px;
}
.sticky-product .product-page-PRESS-sticky .product-page-PRESS .tooltip .tooltiptext {
  bottom: auto;
  top: 100%;
  display: none;
}
.sticky-product .sticky_Price {
  float: left;
}
.sticky-product .stock_status_wrp {
  display: none;
}
.sticky-product .add-to-cart-stiky .actions button {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  border: 0 none !important;
  padding: 5px 20px;
  width: auto;
  text-transform: uppercase;
  background: #f67d1e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.sticky-product .add-to-cart-stiky .actions button:before {
  content: "\ea2f";
  font-family: 'DRIS Icons' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.sticky-product .add-to-cart-stiky .actions button span {
  display: flex;
  align-items: center;
}
.sticky-product .container img {
  border-radius: 100%;
  padding: 5px;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  display: block;
}
.sticky-product .container .sticky-detail .product-name-area {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.sticky-product .container .product-page-PRESS-sticky {
  color: #72c1e8;
}
.sticky-product .container .product-discontinued {
  float: left;
  margin-top: 15px;
}
.sticky-product .container .product-discontinued h3 {
  margin: 0;
}
.sticky-product .field.qty {
  padding-right: 10px;
}
.sticky-product .field.qty .control {
  display: flex;
}
.sticky-product .field.qty input {
  width: 29px;
  height: 31px;
  border-radius: 0;
  border: 1px solid #121214;
  background: #2e2e31;
  color: #fff;
  border-left: none;
  border-right: none;
}
.sticky-product .field.qty .qty_increase button,
.sticky-product .field.qty .qty_decrease button {
  border: 1px solid #121214;
  background: #2e2e31;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  height: 31px;
  padding: 0 10px;
}
.sticky-product .sticky-image {
  display: inline-block;
  vertical-align: middle;
}
.sticky-product .add-to-cart {
  float: right;
  display: inline-block;
  padding: 20px 0 !important;
}
.sticky-product .add-to-cart .actions .tocart {
  height: 50px;
  border: none !important;
}
.sticky-product .add-to-cart .actions .tocart span {
  text-transform: uppercase;
}
.catalog-product-view .save-price {
  float: left;
  width: 45%;
}
.catalog-product-view .page-header {
  position: static;
}
.catalog-product-view .page-wrapper {
  padding-top: 0;
}
.catalog-product-view .product-labels {
  display: none;
}
.catalog-product-view .sticky-product .saveprice,
.catalog-product-view .sticky-product .savings,
.catalog-product-view .sticky-product .old-price {
  display: none;
}
.sticky-product.product-sticky-header {
  display: block;
}
.catalog-product-view.sticky-header .page-header .header.content {
  background: transparent;
}
.catalog-product-view.sticky-header .page-header .header.content .block-search {
  visibility: hidden;
}
.catalog-product-view.sticky-header .page-header .header.content .topline {
  display: none;
}
.catalog-product-view.sticky-header .page-header .header.content .action.showcart {
  display: none;
}
.catalog-product-view.sticky-header .page-header .header.content .logo {
  display: none;
}
.catalog-product-view.sticky-header .page-header .header.content .ambrands-menu-item {
  display: none;
}
.disc-logic {
  float: left;
  width: 98%;
  border: 1px solid #dae2e6;
  padding: 20px 50px;
  margin-top: 27px;
  margin-bottom: 40px;
  text-align: center;
}
.disc-logic h2 {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.product-item .minimal-price .price-container span.price-label {
  display: block;
}
.product-item .minimal-price .price-container .price-wrapper .price {
  color: #000;
  font-weight: 400 !important;
}
.catalog-product-view .sticky-product .special-price .price {
  color: #fff;
}
.catalog-product-view .product-media-and-info {
  width: 100%;
  float: left;
}
.catalog-product-view .product-info-main {
  float: left;
  padding: 0 20px;
  position: relative;
}
.catalog-product-view .product-info-main label.label {
  word-break: break-word;
}
.catalog-product-view .description-sidebar {
  width: 20%;
}
.catalog-product-view .MagicToolboxContainer .best_seller_label {
  z-index: 0;
}
.catalog-product-view .modal-inner-wrap {
  margin-top: 0;
  overflow: scroll;
}
.catalog-product-view .nav-sections {
  margin-bottom: 15px;
}
.catalog-product-view .owl-theme .owl-nav [class*='owl-'] {
  text-indent: -9999999px;
  background: transparent;
}
.catalog-product-view .owl-next:before {
  background: #6d6d6d;
  content: ">";
  display: block;
  z-index: 9999999;
  height: 20px;
  width: 20px;
  color: #fff;
  text-indent: 9px;
  padding: 5px 5px 5px 9px;
}
.catalog-product-view .owl-prev:before {
  background: #6d6d6d;
  content: "<";
  display: block;
  z-index: 9999999;
  height: 20px;
  width: 20px;
  color: #fff;
  text-indent: 9px;
  padding: 5px 9px 5px 5px;
}
.labels-sect .product-labels-list {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.labels-sect .product-labels-list > li {
  float: left;
  width: 100%;
  background: #fefefe;
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
  padding: 15px 15px 13px;
  position: relative;
}
.labels-sect .product-labels-list > li > div {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.labels-sect .product-labels-list > li > div h3 {
  margin: 3px 0;
  text-align: left;
  color: #444;
  font-size: 16px;
}
.labels-sect .product-labels-list > li > div img {
  float: left;
  margin-right: 10px;
}
.labels-sect .product-labels-list > li > div p {
  color: #7b858a;
}
.labels-sect .product-labels-list > li > div:hover .easy-return-info {
  display: block !important;
  position: absolute;
  background: #fff;
  width: 400px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin: 0 auto;
  right: 0;
  padding: 15px;
  z-index: 11;
}
.labels-sect .product-labels-list > li > div:hover .question-info {
  display: block !important;
  position: absolute;
  background: #fff;
  width: 400px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin: 0 auto;
  right: 0;
  padding: 15px;
  z-index: 11;
}
.labels-sect .product-labels-list > li > div:hover .inventory-info {
  display: block !important;
  position: absolute;
  background: #fff;
  width: 400px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin: 0 auto;
  right: 0;
  padding: 15px;
  z-index: 11;
}
.labels-sect .product-labels-list > li > div:hover a {
  text-decoration: none;
}
.labels-sect .product-labels-list > li:last-child {
  border-right: none;
}
.top-desc-above {
  background: #f9f7f7 !important;
  float: left;
  width: 100%;
}
.top-desc-above .left.center {
  float: none !important;
  margin: 0 auto;
}
.top-desc-above .latest-prod-reviews {
  padding: 15px !important;
  width: 100%;
  background: #fefefe;
  border: 1px solid #f2f2f2;
  float: left;
}
.top-desc-above .latest-prod-reviews h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  margin: 0px 0px 15px 0px;
  font-size: 16px;
}
.top-desc-above .latest-prod-reviews ol {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.top-desc-above .latest-prod-reviews ol li {
  margin-bottom: 0;
  list-style: none;
}
.top-desc-above .latest-prod-reviews ol li .right-content .review-title {
  margin: 0;
  display: block;
  font-size: 15px;
}
.top-desc-above .latest-prod-reviews ol li .right-content .rating-box {
  display: inline-block;
  position: relative;
  top: -3px;
}
.top-desc-above .latest-prod-reviews ol li .right-content .review-by {
  font-style: italic;
  font-size: 13px;
  color: #7b858a;
}
.top-desc-above .latest-prod-reviews ol li .review-area {
  clear: both;
}
.top-desc-above .latest-prod-reviews ol li .ratings-list {
  font-size: 12px;
}
.top-desc-above .latest-prod-reviews h3#actv-rev-tab {
  text-align: right;
  font-size: 12px;
  clear: both;
  color: #0091d8;
  font-weight: normal;
  margin: 0;
  text-transform: inherit;
}
.top-desc-above .latest-prod-reviews h3#actv-rev-tab:after {
  font-family: 'FontAwesome';
  content: "\f101";
  font-size: 14px;
  padding-left: 5px;
}
.top-desc-above .latest-prod-reviews.width_hundred {
  width: 100%;
}
.top-desc-above #promises-content {
  float: right;
  width: 20%;
  background: #f9f7f7;
  padding-left: 10px !important;
}
.top-desc-above #promises-content h3 {
  text-align: left;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0px 5px 0px!important;
}
.top-desc-above #promises-content .promises {
  border: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}
.top-desc-above #promises-content .promises .gurantie {
  padding-left: 0;
  display: inline-block;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
}
.top-desc-above #promises-content .promises .gurantie li:last-child {
  border: 0;
  width: 100%;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise {
  float: left;
  width: 100%;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises img,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise img {
  display: block;
  float: left;
  margin-right: 10px;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises .feat-cont,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise .feat-cont {
  width: 70%;
  float: left;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises .feat-cont h3,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise .feat-cont h3 {
  margin-bottom: 0px !important;
  margin-top: 3px !important;
  color: #444;
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises .feat-cont p,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise .feat-cont p {
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises .gurantie_description,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise .gurantie_description {
  width: 90%;
  min-width: 455px;
  margin-left: -120px;
  right: 0;
  left: auto;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises .gurantie_description h3,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise .gurantie_description h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: inherit;
  text-align: center;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises .gurantie_description ul,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise .gurantie_description ul {
  margin: .5em 0;
  list-style: none;
  padding: 0;
}
.top-desc-above #promises-content .promises .gurantie li:last-child .promises .gurantie_description ul li,
.top-desc-above #promises-content .promises .gurantie li:last-child .promise .gurantie_description ul li {
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
}
.top-desc-above .left#promises-content {
  float: left;
}
.green-label {
  position: relative;
  float: right;
  clear: right;
  background: #f7821e;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
  top: 0;
  margin-bottom: 5px;
}
.catalog-product-view {
  /*right section PDP page*/
  /*tabs review section*/
  /*left section PDP page*/
  /*--tabs--*/
  /*--PRODUCT REVIEWS--*/
  /*--FREQUENTLY BOUGHT TOGETHER--*/
  /*----vedio-popup-24-04-2019--*/
  /*--RECENT PRODUCT REVIEWS--*/
  /*--learn more POPUP--*/
  /*-----*/
}
.catalog-product-view .all-sale-items-home.all-sale-items {
  float: left;
  width: 100%;
}
.catalog-product-view input.mage-error,
.catalog-product-view select.mage-error,
.catalog-product-view textarea.mage-error {
  border: 2px dashed #f7861c;
  background: #fde2ce;
}
.catalog-product-view div.mage-error[generated] {
  color: #f7861e;
  font-size: 1.2rem;
}
.catalog-product-view .product-info-main {
  margin-bottom: 25px;
}
.catalog-product-view .product-info-main .affirm-as-low-as {
  max-width: 165px;
  margin: 0 auto;
  margin-left: 13px;
  padding-left: 4px;
  float: left;
  text-align: center;
  font-size: 13px;
  display: inline-block !important;
  left: 0;
  position: relative;
  min-height: 56px;
  /* SEPARATOR ZA AFFIRM
			&:before {
				content: '';
				width: 2px;
				height: 40px;
				position: absolute;
				border-left: 1px solid #b1afaf;
				left: 8px;
				top: -3px;
			}
*/
}
.catalog-product-view .product-info-main .affirm-as-low-as span {
  font-size: 10px;
}
.catalog-product-view .product-info-main .affirm-as-low-as .affirm-modal-trigger {
  color: #0088cc;
}
.catalog-product-view .product-info-main .product-options-bottom .fieldset {
  width: 100%;
  display: inline-block;
  margin: 0 !important;
}
.catalog-product-view .product-info-main .product-options-bottom .comparision_chart_wrap {
  width: 165px;
  float: right;
}
.catalog-product-view .product-info-main .product-options-bottom .comparision_chart_wrap a {
  color: #333;
  text-decoration: none;
}
.catalog-product-view .product-info-main .product-options-bottom .comparision_chart_wrap .size-label {
  float: left;
  width: auto;
  padding-top: 11px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding-left: 25px;
}
.catalog-product-view .product-info-main .product-options-bottom .comparision_chart_wrap a {
  float: right;
}
.catalog-product-view .product-info-main .product-options-bottom .size-chart-wrap {
  width: 104px;
  float: right;
}
.catalog-product-view .product-info-main .product-options-bottom .size-chart-wrap .tiptextlink.size_chart span.sm-tx {
  position: absolute;
  top: -17px;
  right: 7px;
  font-size: 10px;
}
.catalog-product-view .product-info-main .product-options-bottom .size-chart-wrap span.size-label {
  display: inline-block;
  line-height: 50px;
  float: left;
  font-weight: 600;
  width: 100%;
  padding-left: 25px;
  margin-top: -40px;
}
.catalog-product-view .product-info-main .out_off_stock_block {
  float: left;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .out_off_stock_block .out_off_stock {
  font-weight: normal;
  color: #EB340A;
  font-size: 14px;
  line-height: 27px;
  margin: 0 auto;
  padding: 10px 0;
}
.catalog-product-view .product-info-main .out_off_stock_block .mage-error {
  float: left;
  clear: left;
}
.catalog-product-view .product-info-main .out_off_stock_block .red-line {
  border-top: 1px solid #EB340A;
  margin: 0;
  clear: both;
}
.catalog-product-view .product-info-main .out_off_stock_block .notification-me input {
  width: 40%;
  color: #08c;
  border: 1px solid #08c;
}
.catalog-product-view .product-info-main .out_off_stock_block .notification-me .send-email-back-to-stock {
  color: #08c;
  border: 1px solid #08c;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 20px;
}
.catalog-product-view .product-info-main .product.alert.stock {
  display: none;
}
.catalog-product-view .product-info-main .product-brand {
  float: right;
  width: 150px;
  margin-top: 0;
  text-align: right;
}
.catalog-product-view .product-info-main .product-brand img {
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  height: auto !important;
}
.catalog-product-view .product-info-main .product-brand img:hover {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transform-origin: right;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  position: relative;
}
.catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #21293c;
  margin-bottom: 5px;
  padding-right: 190px;
  margin-bottom: 15px;
}
.catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link {
  position: absolute;
  right: -15px;
  top: -10px;
}
.catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link img {
  width: 150px;
  height: 100%;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  clear: both;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 3px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
  margin-right: 12px;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions a {
  margin-right: 0;
  line-height: 20px;
  font-size: 14px;
  color: #bdbdbd;
}
.catalog-product-view .product-info-main .itoris-link-product-vew-div {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart {
  float: left;
  width: 100%;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  float: left;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .input-text.qty {
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 0;
  float: left;
}
.catalog-product-view .product-info-main .box-tocart .field.qty button {
  border: none;
  background: #f9f7f7;
  color: #222;
  width: 30px;
  height: 50px;
  border-radius: 0;
  float: left;
  padding: 0;
  border: 1px solid #d2d2d2;
  box-shadow: none;
  font-size: 28px;
}
.catalog-product-view .product-info-main .product-add-form {
  padding: 0;
}
.catalog-product-view .product-info-main .product-add-form h2 {
  margin: 0px 0px 15px 0px;
  display: inline-block;
  width: 100%;
  font-size: 14px !important;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-add-form .field.required {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .product-add-form .field.required label.label {
  width: 26%;
  clear: left;
}
.catalog-product-view .product-info-main .product-add-form .field.required label.label span:after {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form .field.required .control {
  width: 74%;
  float: right;
}
.catalog-product-view .product-info-main .product-add-form .call-price-block-cart .call-price-cart {
  font-size: 22px !important;
  color: #21293c;
  line-height: 26px;
}
.catalog-product-view .product-info-main .product-add-form .nested {
  display: none;
}
.catalog-product-view .product-info-main .product-add-form .field .control .nested.options-list {
  display: block;
}
.catalog-product-view .product-info-main .product-add-form .fieldset-bundle-options .field label {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .bundle-options-wrapper,
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .block-bundle-summary {
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .block-bundle-summary .price-configured_price {
  display: none;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper {
  margin-bottom: 0;
  width: 100%;
  max-width: 500px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .required {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .required label.label {
  width: 18%;
  float: left;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .required .control {
  width: 82%;
  float: left;
}
.catalog-product-view .product-info-main .product-page-PRESS-WRP {
  float: left;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .product-page-PRESS {
  display: flex;
  gap: 15px;
}
.catalog-product-view .product-info-main .product-page-PRESS .ico {
  font-size: 20px !important;
}
.catalog-product-view .product-info-main .product-page-PRESS .fa-truck {
  font-size: 20px;
  margin-right: 5px;
  transform: scaleX(-1);
}
.catalog-product-view .product-info-main .product-page-PRESS .second-day-ship12 {
  float: left;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-page-PRESS .green {
  color: #1E7357;
}
.catalog-product-view .product-info-main .product-page-PRESS .blue {
  color: #0088cc;
}
.catalog-product-view .product-info-main .product-page-PRESS .red {
  color: #B43B2B;
}
.catalog-product-view .product-info-main .product-page-PRESS .tooltip {
  position: relative;
}
.catalog-product-view .product-info-main .product-page-PRESS .tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.catalog-product-view .product-info-main .product-page-PRESS .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.catalog-product-view .product-info-main .product-page-PRESS .tooltip:hover .tooltiptext {
  visibility: visible;
}
.catalog-product-view .product-info-main .product-options-bottom .fieldset .field.qty {
  float: left;
  width: 110px;
}
.catalog-product-view .product-info-main .product-options-bottom .fieldset .field.qty label {
  display: none;
}
.catalog-product-view .product-info-main .product-options-bottom .actions {
  float: left;
  width: 100%;
  max-width: 180px;
  margin: 0 5px;
}
.catalog-product-view .product-info-main .product-options-bottom .actions button.action {
  width: 100%;
  height: 50px;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  max-width: 220px;
  background: -webkit-linear-gradient(to bottom, #f67d1e, #f7891d);
  background: -moz-linear-gradient(to bottom, #f67d1e, #f7891d);
  background: -ms-linear-gradient(to bottom, #f67d1e, #f7891d);
  background: -o-linear-gradient(to bottom, #f67d1e, #f7891d);
  background: linear-gradient(to bottom, #f67d1e, #f7891d);
  border: none;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .product-options-bottom .actions button.action:hover {
  background: #009e08;
  background: -moz-linear-gradient(to bottom, #f67d1e, #f7891d);
  background: -webkit-linear-gradient(to bottom, #f67d1e, #f7891d);
  background: linear-gradient(to bottom, #f67d1e, #f7891d);
}
.catalog-product-view .product-info-main .product-options-bottom .actions button.action:hover {
  opacity: 9;
}
.catalog-product-view .product-info-main .product-options-bottom .compare_wishlist {
  float: left;
  width: 100px;
}
.catalog-product-view .product-info-main .product-options-bottom .compare_wishlist a {
  display: block;
  font-size: 12px;
  color: #7b858a;
  text-decoration: none;
  font-weight: 600;
  background: linear-gradient(to bottom, #f3f3f3, #e6e6e6);
  padding: 3px 6px !important;
  margin: 0;
  text-align: center;
}
.catalog-product-view .product-info-main .product-options-bottom .compare_wishlist a:first-child {
  margin-bottom: 3px;
}
.catalog-product-view .product-info-main .product-options-bottom .compare_wishlist a:hover {
  background: linear-gradient(to bottom, #e6e6e6, #f3f3f3);
}
.catalog-product-view .product-info-main .product-options-bottom .compare_wishlist a.tocompare {
  padding-bottom: 4px;
  padding-top: 2px;
}
.catalog-product-view .product-info-main .product-options-bottom .compare_wishlist .action.towishlist {
  padding-top: 10px;
}
.catalog-product-view .product-info-main .product-options-bottom .control input[type="number"] {
  width: 95px;
}
.catalog-product-view .product-info-main .product-options-bottom .box-tocart {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .product-social-links {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .stock_status_wrp {
  float: left;
}
.catalog-product-view .product-info-main .stock_status_wrp .stock_status {
  display: block;
  margin: 2px 0 0 0;
  color: #16b71f;
  font-size: 14px;
  float: left;
}
.catalog-product-view .product-info-main .stock_status_wrp i {
  float: left;
  color: #16b71f;
  margin-top: 1px;
  font-size: 20px;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .product-info-price {
  line-height: 1;
  margin-top: -5px;
  float: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.catalog-product-view .product-info-main .product-info-price .price-pos {
  float: left;
  margin: 10px 0 20px!important;
}
.catalog-product-view .product-info-main .product-info-price .affirm-modal {
  display: none !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  display: inherit;
  float: left;
  text-align: left;
  padding-right: 0;
  position: relative;
  width: auto;
  /*detail page*/
}
.catalog-product-view .product-info-main .product-info-price .price-box span {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-price .price-box.empty_save + .affirm-as-low-as {
  left: 0px;
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
  /*width:200px;*/
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-from,
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-to {
  line-height: 1;
  float: left;
  margin: 0px 10px 15px 0px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-from span,
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-to span {
  font-weight: 400;
  font-size: 11px;
  color: #0087cb;
  line-height: 1;
  display: inline-block !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-from .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-to .price-label {
  color: #333;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price {
  /*width:165px;*/
  vertical-align: middle;
  float: left;
  padding-right: 5px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price span.price {
  /*color: #e01820 !important ;*/
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-old-price {
  display: inline-block;
  width: 110px;
  font-size: 10px;
  font-weight: 500;
  margin-left: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-old-price span {
  font-size: 10px;
  line-height: 0;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-old-price .price-final_price.weee .price {
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-old-price .custom_normal_price {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
  font-size: 42px;
  color: #21293c;
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .custom-special-price {
  display: none !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-final_price.tax.weee .price-label {
  display: inline !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box.empty-save-old-price {
  width: auto;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .savings-amount {
  width: 75px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .savings-amount span {
  padding-right: 2px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .red span.price {
  color: #e01820;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price {
  /*float:right;
							position:relative;
							left:-93px;*/
  top: 7px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price span,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price span {
  font-size: 10px;
  font-weight: 600;
  color: #444;
  float: left;
  line-height: 1.5;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .savings,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .savings,
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  margin-right: 4px;
  color: #555;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .price-wrapper span,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-wrapper span {
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price {
  left: 0;
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .price-box .sp {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .lable_save {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .saveprice,
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .regularprice {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .saveprice span,
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .regularprice span {
  font-size: 10px;
  font-weight: 600;
  color: #444;
  line-height: 1;
}
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .saveprice .regular-amount,
.catalog-product-view .product-info-main .product-info-price .price-box .save-price .regularprice .regular-amount {
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-info-after-price {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.catalog-product-view .product-info-main .product-info-after-price .promo-loyalty-points-info {
  z-index: 999;
}
.catalog-product-view .product-info-main .price-tier_price .prices-tier,
.catalog-product-view .product-info-main .price-tier_price ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku.pdp_sku {
  display: none;
  float: left;
  padding: 5px 0px 5px 10px;
  border-left: 1px solid #8c8b8b;
  margin-left: 10px;
  line-height: 12px;
}
.catalog-product-view .product-info-main .product-info-stock-sku.pdp_sku .sku {
  font-size: 13px;
}
.catalog-product-view .product.info.detailed div#description.data.item.content {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product.info.detailed .description-content {
  width: 80%;
  padding: 10px;
}
.catalog-product-view .product.info.detailed .product.data.items {
  /*
			> .item.title:not(.disabled) > .switch:active,
			> .item.title.active > .switch,
			> .item.title.active > .switch:focus,
			> .item.title.active > .switch:hover{
				background:#08c;
				color:#fff;
				border-color:#08c;
			}
*/
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  margin-top: 40px;
}
.catalog-product-view .product.info.detailed #productQaContainer {
  position: relative;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container header {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-left: 3px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container header h3 {
  margin-top: 8px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #product-qa-serch {
  position: absolute;
  left: -230px;
  right: 0;
  margin: 0 auto;
  max-width: 412px !important;
  width: 90% !important;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #product-qa-serch .itoris_qa_text,
.catalog-product-view .product.info.detailed #productQaContainer .question-container #product-qa-serch input,
.catalog-product-view .product.info.detailed #productQaContainer .question-container #product-qa-serch button {
  float: left;
  width: auto;
  margin: 0;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #product-qa-serch .itoris_qa_text {
  margin-right: 10px;
  margin-top: 9px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #product-qa-serch #itoris_qa_search_go {
  margin: 4px 10px 0px 10px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #product-qa-serch #itoris_qa_search_reset {
  margin-top: 4px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #itoris_qa_select {
  float: right;
  margin-right: 10px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #itoris_qa_select div {
  float: left;
  width: auto;
  margin: 0;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #itoris_qa_select #itoris_qa_select_menu {
  float: right;
  max-width: 230px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #itoris_qa_select .itoris-expander {
  margin: 4px 10px 0px 0px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container #itoris_qa_select .itoris_qa_text {
  margin-top: 8px;
  margin-right: 10px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion {
  clear: both;
  margin-top: 15px;
  border: solid 2px #0088cc;
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px 0px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion #accordion {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion #accordion div {
  border: none !important;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion #accordion .answer_text {
  margin-top: 0;
  padding-right: 150px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-section {
  margin: 0px 15px 5px 15px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .ask_questions {
  background: #0088cc;
  width: 100%;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .ask_questions button.button {
  background: #fff;
  color: #000;
  border-radius: 0;
  margin: 0px 0px -2px 0px;
  padding: 0;
  border: none !important;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .ask_questions button.button span {
  background: #ee5217;
  color: #fff;
  padding: 2px 10px;
  margin: 0px -2px 0px 0px;
  float: left;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1.itoris-accordion-h1 {
  width: 100%;
  border: 1px solid #216b98;
  background: #0088cc url(../images/background.png) repeat-x;
  line-height: 38px;
  padding-right: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1.itoris-accordion-h1 a,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1.itoris-accordion-h1 span {
  font-weight: 600;
  color: #000;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1.itoris-accordion-h1 .question-header {
  margin-left: 5px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1.itoris-accordion-h1 .question-answer-count {
  float: right;
  margin: 5px;
  padding: 4px 15px;
  line-height: 20px;
  border-color: #fff;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1.itoris-accordion-h1 .q_info,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1.itoris-accordion-h1 .icon-header-float-rigth {
  display: none;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion h1 .pointer {
  position: static;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div {
  position: relative;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .action.primary,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .amshopby-button,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .am-filter-go,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .itoris-accordion-div .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  line-height: 26px;
  padding: 0 10px;
  font-size: 10px;
  border: none !important;
  position: absolute;
  right: 5px;
  top: 5px;
}
.catalog-product-view .product.info.detailed #productQaContainer .question-container .itoris-container-accordion .empty-messages-itorisqa {
  border: none !important;
}
.catalog-product-view .toolbar.review-toolbar ul.items li.item {
  width: 33px;
  height: 33px;
}
.catalog-product-view .toolbar.review-toolbar ul.items li.item a,
.catalog-product-view .toolbar.review-toolbar ul.items li.item strong {
  border: solid 1px #ddd;
  width: 33px;
  height: 33px;
  border-radius: 3px;
  background: #fff;
}
.catalog-product-view .toolbar.review-toolbar ul.items li.item.pages-item-next,
.catalog-product-view .toolbar.review-toolbar ul.items li.item.pages-item-previous {
  background: #fff;
}
.catalog-product-view .toolbar.review-toolbar ul.items li.item.current {
  background: #08c;
  border-color: #08c;
  border-radius: 4px;
}
.catalog-product-view .toolbar.review-toolbar ul.items li.item.current strong.page {
  background: transparent;
  color: #fff;
  border: none;
}
.catalog-product-view .product.media {
  position: relative;
}
.catalog-product-view .product.media .dry-prom-wrp {
  float: right;
  clear: right;
}
.catalog-product-view .product.media .dry-prom-wrp:hover .dry-prom {
  display: block;
}
.catalog-product-view .product.media .dry-prom {
  display: none;
  background: #fff;
  box-shadow: -7px 7px 10px 7px rgba(144, 144, 144, 0.35);
  max-width: 300px;
  top: 54px;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.catalog-product-view .product.media .dry-prom a {
  color: #333;
  text-decoration: none;
}
.catalog-product-view .product.media .product-label {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
}
.catalog-product-view .product.media .product-label span {
  padding: 6px 2px 5px 4px;
  width: 56px;
  height: 20px;
  font-size: 8px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: right;
  background: url(../images/best-seller-product-page-rotate.png) no-repeat;
  display: inline-block;
  text-transform: uppercase;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
  max-height: 450px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb {
  background: #fff !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  background-image: none !important;
}
.catalog-product-view .product.info.detailed {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.catalog-product-view .product.info.detailed .data.items .item.title a {
  background: #fff;
  text-transform: uppercase;
  font-weight: 600;
  color: #7b858a;
  font-size: 14px !important;
  border-radius: 5px 5px 0 0;
  padding: 1px 30px 1px 30px;
}
.catalog-product-view .product.info.detailed .data.items .item.title.active a {
  border-bottom: 2px solid #121214;
  color: #121214;
}
.catalog-product-view .product.info.detailed .data.items .item.content {
  padding: 10px;
  border: 1px solid #f2f2f2;
}
.catalog-product-view .product.info.detailed .data.items .item.content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  color: #7b858a;
}
.catalog-product-view .product.info.detailed .data.items .item.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
}
.catalog-product-view .product.info.detailed .data.items .item.content h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  display: block;
}
.catalog-product-view .product.info.detailed .data.items .item.content button {
  background: -webkit-linear-gradient(top, #17b820, #009e08);
  background: -moz-linear-gradient(top, #17b820, #009e08);
  background: -ms-linear-gradient(top, #17b820, #009e08);
  background: -o-linear-gradient(top, #17b820, #009e08);
  background: linear-gradient(to bottom, #17b820, #009e08);
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  box-shadow: none;
}
.catalog-product-view .product.info.detailed .data.items .item.content .itoris-expander .ask-button-submit {
  line-height: 17px;
  height: 25px;
  width: 25px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.catalog-product-view .product.info.detailed .data.items .item.content .tab-content h1 {
  font-size: 20px;
  font-weight: 400;
}
.catalog-product-view .product.info.detailed .data.items .item.content .tab-content h2 {
  font-size: 20px;
}
.catalog-product-view .product.info.detailed .data.items .item.content .tab-content h2 strong {
  font-weight: 600;
}
.catalog-product-view .product.info.detailed .data.items .item.content .tab-content h2 br {
  display: none;
}
.catalog-product-view .product.info.detailed .data.items .item.content .tab-content table td {
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0.005em;
  line-height: 27px;
}
.catalog-product-view .product.info.detailed .data.items .item.content .tab-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-product-view .product.info.detailed .data.items .item.content .video_tab li {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 5px;
}
.catalog-product-view .product.info.detailed .data.items .item.content .video_tab li .voop-WRP {
  position: static;
}
.catalog-product-view .product.info.detailed .data.items .item.content .video_tab li .voop-WRP a img {
  position: static;
  transform: none !important;
}
.catalog-product-view .product.info.detailed .data.items .item.content .video_tab li .voop-WRP .video_btn span {
  opacity: 0.8;
  background: url(../images/video_play.png) no-repeat scroll 0 0 transparent;
  background-size: 33px 66px;
  display: block;
  height: 33px;
  margin: 10px 0 0 22px;
  position: absolute;
  top: 35%;
  left: 30%;
  width: 33px;
}
.catalog-product-view .product.info.detailed #product-review-container .block-title {
  display: none;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li {
  border-bottom: 1px solid #eee;
  padding: 20px 0 10px;
  position: relative;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-title {
  margin-bottom: 10px;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-details {
  font-style: italic;
  font-size: 12px;
  color: #ccc;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-area {
  width: 100%;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-area .review-content,
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-area .review-ratings {
  margin: 0;
  clear: both;
  float: none;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-area .review-ratings span.label {
  vertical-align: middle;
  font-size: 12px;
  padding: 0 5px 0 0;
  font-weight: 400;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-area .review-details p {
  font-style: italic;
  font-size: 12px;
  color: #ccc;
}
.catalog-product-view .product.info.detailed #product-review-container .block-content ol.review-items li .review-area .review-details p strong.review-details-value {
  color: #08c;
  font-weight: 400;
}
.catalog-product-view .product.info.detailed .block.review-add .block-content {
  display: block;
}
.catalog-product-view .product.info.detailed .block.review-add .block-content strong {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form {
  max-width: 100%;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset.field {
  margin-bottom: 10px;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset.field textarea {
  height: 160px;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset legend {
  margin-bottom: 0px;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset legend span {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset legend strong {
  display: none;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset br {
  display: none;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset fieldset legent.label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form fieldset .control label.label {
  display: none;
}
.catalog-product-view .product.info.detailed .block.review-add form.review-form .field.required label {
  margin-bottom: 4px;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table {
  color: #777;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table thead {
  background-color: #f6f6f6;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table thead tr {
  border: 1px solid #dcdcdc;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table thead tr th {
  font-size: 11px;
  padding: 0 15px;
  font-weight: 600;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table thead tr th span {
  display: block;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table tbody tr {
  border: 1px solid #dcdcdc;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table tbody tr th {
  font-size: 13px;
  font-weight: 700;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table tbody tr td {
  text-align: center;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table tbody tr td input[type="radio"] {
  position: static;
  width: auto;
  height: auto;
  overflow: inherit;
  vertical-align: middle;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote table tbody tr td input[type="radio"]:focus {
  outline: none;
}
.catalog-product-view .product.info.detailed .block.review-add form .review-control-vote:before {
  display: none;
}
.catalog-product-view .top-desc-above {
  margin-bottom: 15px;
}
.catalog-product-view .block.aw_wbtab {
  margin-bottom: 20px;
  clear: both;
}
.catalog-product-view .block.aw_wbtab .price-box .price-label {
  display: none;
}
.catalog-product-view .block.aw_wbtab .title strong {
  font-size: 16px;
}
.catalog-product-view .block.aw_wbtab .products.wrapper {
  margin-bottom: 0;
  background: #e4f6ff;
  padding: 15px 0px 20px 0px;
  margin-top: 10px;
}
.catalog-product-view .block.aw_wbtab .products.wrapper .owl-stage-outer .item.product.product-item {
  margin: 0;
}
.catalog-product-view .block.aw_wbtab .products.wrapper .owl-stage-outer .item.product.product-item .product-item-details {
  float: none;
  width: auto;
}
.catalog-product-view .block.aw_wbtab .products.wrapper .owl-stage-outer .item.product.product-item .product-item-details .regularprice {
  display: none;
}
.catalog-product-view .block.aw_wbtab .products.wrapper .owl-stage-outer .item.product.product-item .product-item-details .price-box .price-label {
  display: none;
}
.catalog-product-view .block.aw_wbtab ol {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .block.aw_wbtab ol li {
  border-right: none;
  border-bottom: none;
}
.catalog-product-view .block.aw_wbtab ol li .product-item-info {
  max-width: inherit !important;
  background: #fff !important;
  padding: 15px 0px;
  margin: 0px 10px;
  text-align: center;
}
.catalog-product-view .block.aw_wbtab ol li .product-item-info:hover {
  box-shadow: none;
}
.catalog-product-view .block.aw_wbtab ol li .price-box {
  margin: 11px 0px;
  text-align: center;
}
.catalog-product-view .block.aw_wbtab ol li .price-box .price {
  font-size: 20px;
}
.catalog-product-view .block.aw_wbtab ol li .empty_price {
  height: 45px;
}
.catalog-product-view .block.aw_wbtab ol li .actions-primary {
  margin-bottom: 0px;
  text-align: center;
}
.catalog-product-view .block.aw_wbtab ol li .actions-primary button {
  background: -webkit-linear-gradient(top, #17b820, #009e08);
  background: -moz-linear-gradient(top, #17b820, #009e08);
  background: -ms-linear-gradient(top, #17b820, #009e08);
  background: -o-linear-gradient(top, #17b820, #009e08);
  background: linear-gradient(to bottom, #17b820, #009e08);
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  box-shadow: none;
  border-radius: 5px;
  padding: 15px 15px 14px 15px;
}
.catalog-product-view .block.aw_wbtab ol li .actions-primary button:hover {
  background: #009e08;
  background: -moz-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: -webkit-linear-gradient(top, #009e08 0%, #17b820 100%);
  background: linear-gradient(to bottom, #009e08 0%, #17b820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e08', endColorstr='#17b820', GradientType=0);
}
.catalog-product-view .block.aw_wbtab ol li .actions-primary button span:before {
  display: none;
}
.catalog-product-view .block.aw_wbtab ol li .product-item-link {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 15px;
}
.catalog-product-view .block.aw_wbtab ol li .product-item-info.related-available {
  position: relative;
}
.catalog-product-view .block.aw_wbtab ol button.slick-prev {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  margin: calc(-20px) 0 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.catalog-product-view .block.aw_wbtab ol button.slick-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 42px;
  color: #000;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  line-height: 37px;
  width: 11px;
}
.catalog-product-view .block.aw_wbtab ol button.slick-prev:hover {
  background: #000;
}
.catalog-product-view .block.aw_wbtab ol button.slick-prev:hover:before {
  color: #fff;
}
.catalog-product-view .block.aw_wbtab ol button.slick-next {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  margin: calc(-20px) 0 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.catalog-product-view .block.aw_wbtab ol button.slick-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 42px;
  color: #000;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  line-height: 37px;
  width: 15px;
}
.catalog-product-view .block.aw_wbtab ol button.slick-next:hover {
  background: #000;
}
.catalog-product-view .block.aw_wbtab ol button.slick-next:hover:before {
  color: #fff;
}
.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  width: 700px;
  border-radius: 7px;
}
.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding-top: 0 !important;
  padding-bottom: 0;
}
.catalog-product-view .modal-popup._inner-scroll .modal-content {
  overflow-y: unset;
  padding: 20px;
  box-shadow: 0 0 20px #000;
}
.catalog-product-view .modal-popup._inner-scroll .modal-content .lightbox-container {
  height: 475px;
}
.catalog-product-view .custom_popup.modal-popup .modal-header {
  position: absolute;
  background: #fff;
  right: -13px;
  top: -13px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50px;
  box-shadow: 0 0 8px #a0a0a0;
}
.catalog-product-view .custom_popup.modal-popup .modal-header button {
  right: 0px !important;
  padding: 8px 9px 0px 5px!important;
}
.catalog-product-view .custom_popup.modal-popup .modal-header button:before {
  font-size: 12px;
  font-weight: 600;
}
.catalog-product-view .block.block-viewed-products-grid .block-title strong {
  font-size: 16px;
  font-weight: 700;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li {
  border: none;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-photo {
  display: block;
  text-align: center;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-photo .product-image-wrapper {
  padding-bottom: 55% !important;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-photo .product-image-wrapper img {
  width: 160px;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-details {
  text-align: center;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-details .product-item-actions {
  display: none;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-details .product-item-name {
  line-height: 1.1;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-details .product-item-name a {
  text-decoration: none;
  font-size: 13px;
  color: #08c;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-details .price-box {
  margin-bottom: 10px;
}
.catalog-product-view .block.block-viewed-products-grid ol.product-items li .product-item-info:hover {
  box-shadow: none;
}
.catalog-product-view .see-detail-modal {
  overflow: auto;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap {
  background: #fff;
  min-height: 800px;
  width: 100%;
  overflow: auto;
  max-width: 640px;
  border-radius: 8px;
  padding-bottom: .5px;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content {
  text-align: center;
  overflow: visible;
  min-height: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  max-width: 450px;
  margin: 0 auto;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .header-text {
  margin-top: 0px;
  display: inline-block;
  color: #858e99;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .middle-text {
  display: inline-block;
  padding-top: 32px;
  width: 100%;
  font-size: 13px;
  color: #858e99;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .middle-text h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 8px 0px 3px 0px;
  color: #373e47;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .middle-text .fa {
  font-size: 25px;
  color: #000;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .middle-text .left-text {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 18px;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .middle-text .right-text {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 18px;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .middle-text .right-text .fa {
  border-radius: 50px;
  border: solid 2px #000;
  width: 20px;
  height: 20px;
  font-size: 15px;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .footer-text h3 {
  font-size: 16px;
  margin-top: 20px;
  color: #373e47;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .footer-text p {
  font-size: 13px;
  color: #858e99;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-content .footer-text .dis_cnt {
  border-top: 1px solid #d5d9de;
  padding-top: 16px;
  margin-top: 32px;
  line-height: 24px;
  color: #858e99;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-header .action-close {
  left: 0;
  right: auto;
  top: 8px;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-header .action-close:before {
  font-size: 16px;
  font-weight: 600;
  color: #0088cc;
}
.catalog-product-view .see-detail-modal .modal-inner-wrap .modal-footer {
  display: none;
}
.catalog-product-view .MagicToolboxContainer .MagicToolboxSelectorsContainer .MagicScroll-vertical .mcs-item {
  height: 25% !important;
}
.catalog-product-view .MagicToolboxContainer .MagicToolboxSelectorsContainer .MagicScroll-vertical .mcs-item .mz-thumb img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.catalog-product-view .MagicToolboxContainer .best_seller_label {
  background: url("../images/best-seller-product-page-rotate.png");
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  position: absolute;
  right: 0;
  padding: 2px 9px;
  font-weight: 600;
}
.catalog-product-view .tab_sky_name {
  font-size: 16px;
  font-weight: 900;
  color: black;
}
.fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__thumb {
  background: #fff;
}
.fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__active .fotorama__thumb {
  background: #fff;
}
.fotorama__fullscreen .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  background: transparent !important;
}
.modals-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}
.level-top.ambrands-link {
  display: none;
}
.mobile_shopby_brand {
  display: none;
}
.firecheckout .page-title-wrapper a {
  display: none;
}
.firecheckout .page-title-wrapper .authentication-wrapper {
  display: none;
}
.MagicToolboxSelectorsContainer {
  margin-top: 40px;
}
.main-txt-video a.mt-thumb-switcher-video {
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 8px;
  text-decoration: none;
  position: absolute;
  background-color: #000;
}
.main-txt-video i {
  padding-left: 10px;
  color: #fff;
}
/* slider */
.slider_container .block-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.slider_container .slick-slider {
  padding: 0;
}
.slider_container .slick-slider .slick-list {
  margin-right: -10px;
}
.slider_container .slick-slider .slick-list .slick-slide {
  background: #fff;
  border-radius: 23px;
  border: 1px solid #f0f0f0;
  box-shadow: 1px 0px 6px 1px #d1d1d196;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in;
  margin-right: 10px;
}
.slider_container .slick-slider .slick-list .slick-slide .product-name {
  font-weight: normal;
  margin: 10px 0;
  color: #7a7d82;
  font-size: 15px;
  min-height: 62px;
}
.slider_container .slick-slider .slick-list .slick-slide .home_product_info_data {
  display: none;
  transition: all 0.5s ease-in;
}
.slider_container .slick-slider .slick-list .slick-slide .reviews-actions {
  display: none;
}
.slider_container .slick-slider .slick-list .slick-slide:hover {
  box-shadow: 1px 0px 6px 1px #d1d1d196;
  border: 1px solid #f0f0f0;
}
.slider_container .slick-slider .slick-list .slick-slide:hover .home_product_info_data {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #0088cceb;
  border-radius: 23px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .catalog-product-view .labels-sec .product-labels-list {
    background: #f5f6f9;
  }
  .catalog-product-view .product.media {
    width: 50% !important;
  }
  .catalog-product-view .product-info-main {
    width: 50% !important;
  }
  .catalog-product-view .description-sidebar,
  .catalog-product-view .product.info.detailed .description-content {
    width: 100%;
  }
  .catalog-product-view .labels-sect li {
    width: 25%;
    min-height: 110px;
  }
  .catalog-product-view .labels-sect #promises-content {
    left: calc(37.5%);
  }
  .catalog-product-view .labels-sect #promises-content li {
    width: 100%;
    min-height: 70px;
  }
  .catalog-product-view .labels-sect #promises-content li span.promise {
    width: 100%;
  }
  .catalog-product-view .labels-sect .product-labels-list li > div:hover .easy-return-info {
    left: 0;
  }
}
/*end */
@media (max-width: 911px) {
  .catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
    text-align: left !important;
  }
  #product_just_stars {
    margin-bottom: 0px !important;
    display: flex !important;
    justify-content: left !important;
  }
  #product_just_stars .SA__review_widget_item .SA__total_reviews .saReviewsJump {
    border-right: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
  .catalog-product-view .page-title-wrapper #ab-tiny-widget {
    margin-top: 0px !important;
    display: flex !important;
    justify-content: left !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-product-view .product-info-main .product-info-price .stock_status {
    top: -55% !important;
  }
  .catalog-product-view .product-info-main .sticky-product .stiky_tabs li {
    margin-right: 20px;
  }
  .catalog-product-view .product.info.detailed .data.items .item.title a.data.switch {
    font-size: 12px !important;
    padding: 0px 8px!important;
  }
  .catalog-product-view .product.info.detailed .question-container #itoris_qa_select {
    width: auto !important;
  }
  .catalog-product-view .product.info.detailed .question-container #product-qa-serch {
    right: auto !important;
    left: 0 !important;
  }
  .catalog-product-view .product.info.detailed .question-container #product-qa-serch .itoris_qa_text {
    display: none !important;
  }
  .catalog-product-view .product.info.detailed .question-container #itoris_qa_select {
    margin-right: 0 !important;
  }
  .catalog-product-view .product.info.detailed .question-container #itoris_qa_select .itoris_qa_text {
    display: none !important;
  }
  .catalog-product-view .product.info.detailed .question-container .itoris-container-accordion {
    margin-top: 0px !important;
  }
  .catalog-product-view .product.info.detailed .question-container header {
    margin-top: 45px;
  }
  .catalog-product-view .product.info.detailed .question-container .itoris-container-accordion button.button {
    width: auto;
  }
  /*END*/
}
@media (max-width: 1024px) {
  .product-options-bottom {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-options-bottom .compare_wishlist {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-options-bottom .actions button.action {
    max-width: 100% !important;
  }
  .catalog-product-view .stiky_tabs {
    display: none;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link {
    top: -22px;
    margin-bottom: 15px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link:hover {
    transform: inherit;
  }
  .catalog-product-view .sticky-product.no-sticky-header.product-sticky-header .add-to-cart-stiky #carTbtn button {
    width: 44px;
    height: 33px;
    overflow: hidden;
    padding: 0 13px;
  }
  .catalog-product-view .sticky-product.no-sticky-header.product-sticky-header .add-to-cart-stiky #carTbtn button span {
    font-size: 0;
  }
}
@media (min-width: 768px) {
  .product.data.items > .item.title {
    top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .product-info-main .product-options-bottom .size-chart-wrap {
    float: none;
  }
  .catalog-product-view .product-info-main .product-options-bottom .compare_wishlist {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-options-bottom .compare_wishlist a {
    color: #7b858a;
    padding: 11px 16px !important;
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-top: 18px;
  }
  .catalog-product-view .product-info-main .product-options-bottom .actions {
    max-width: calc(100% - 120px);
  }
  .catalog-product-view .product-info-main .product-info-price .affirm-modal {
    margin-left: 0 !important;
    clear: both;
  }
  .catalog-product-view .product-info-main .page-title {
    padding-right: 0 !important;
    padding-top: 30px;
  }
  .catalog-product-view .product-info-main .product-brand {
    width: 120px !important;
  }
  .catalog-product-view .product-info-main .product-options-wrapper {
    padding-top: 15px;
  }
  .catalog-product-view .product-info-main .product-options-wrapper h2 {
    margin-bottom: 5px;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .configurable.required label,
  .catalog-product-view .product-info-main .product-options-wrapper .configurable.required .control {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-info-price .stock_status {
    top: 45% !important;
  }
  .catalog-product-view .top-desc-above .latest-prod-reviews,
  .catalog-product-view .top-desc-above #promises-content {
    width: 100%;
  }
  .catalog-product-view .top-desc-above .latest-prod-reviews .collateral-box ol li {
    width: 50%;
    margin-top: 10px;
  }
  .catalog-product-view .top-desc-above #promises-content {
    border-top: 1px solid #dae2e6;
  }
  .catalog-product-view .top-desc-above #promises-content ul.gurantie {
    margin-bottom: 0;
  }
  .catalog-product-view .top-desc-above #promises-content ul.gurantie .dive_comp_gurantie_description.gurantie_description {
    margin-left: 0 !important;
    width: 70% !important;
  }
  .catalog-product-view .product.info.detailed .data.items .item.title a.data.switch {
    font-size: 12px !important;
    padding: 0px 8px!important;
  }
  .catalog-product-view .product.info.detailed .question-container #itoris_qa_select {
    width: auto !important;
  }
  .catalog-product-view .product.info.detailed .question-container #product-qa-serch {
    right: auto !important;
    left: 0 !important;
  }
  .catalog-product-view .product.info.detailed .question-container #product-qa-serch .itoris_qa_text {
    display: none !important;
  }
  .catalog-product-view .product.info.detailed .question-container #itoris_qa_select {
    margin-right: 0 !important;
  }
  .catalog-product-view .product.info.detailed .question-container #itoris_qa_select .itoris_qa_text {
    display: none !important;
  }
  .catalog-product-view .product.info.detailed .question-container .itoris-container-accordion {
    margin-top: 0px !important;
  }
  .catalog-product-view .product.info.detailed .question-container header {
    margin-top: 45px;
  }
  .catalog-product-view .product.info.detailed .question-container .itoris-container-accordion button.button {
    width: auto;
  }
  .catalog-product-view .labels-sect ul.product-labels-list {
    float: left;
    width: 100%;
    padding-top: 35px;
  }
  .catalog-product-view .labels-sect ul.product-labels-list li div {
    width: 100%;
  }
  .catalog-product-view .labels-sect ul.product-labels-list li .feat-cont p {
    font-size: 11px;
  }
  .catalog-product-view .labels-sect ul.product-labels-list li .inventory-info {
    left: auto !important;
  }
  /*END*/
}
.catalog-product-view .block.related ol.products.list.items.product-items {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
}
.catalog-product-view .product.info.detailed .data.items .item.content ul.video_tab {
  padding-left: 0px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.catalog-product-view .product.info.detailed .data.items .item.content .video_tab li {
  float: none;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  max-width: 300px;
  min-width: 300px;
  text-align: center;
}
.catalog-product-view .product.info.detailed .data.items .item.content .video_tab li .voop-WRP .video_btn span {
  top: 50%;
  left: 25%;
}
.catalog-product-view .block.related .title strong {
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  color: #21293c !important;
}
.catalog-product-view .block.related .title strong:before {
  content: none !important;
}
.catalog-product-view .block.related ol.products.list.items.product-items.owl-carousel {
  margin-left: 0px !important;
}
.catalog-product-view .product.info.detailed .data.items .item.title a {
  text-transform: capitalize;
  font-weight: 400;
  color: #899093;
  font-size: 12px !important;
}
.catalog-product-view .tab_sky_name {
  font-weight: 400;
  margin-bottom: 20px;
}
.catalog-product-view .product.attribute.description h2,
.catalog-product-view .product.info.detailed .data.items .item.content h2 {
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #21293c;
}
.catalog-product-view .product.attribute.description h3,
.catalog-product-view .product.info.detailed .data.items .item.content h3,
.catalog-product-view .product.info.detailed .data.items .item.content b,
.catalog-product-view .product.info.detailed .data.items .item.content strong {
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #21293c;
}
.catalog-product-view .product.info.detailed .data.items .item.content p,
.catalog-product-view .product.info.detailed .data.items .item.content li {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 27px;
  color: #21293c;
}
.prop65 {
  font-weight: 400;
  text-align: center;
}
#SA_review_wrapper .sa_dropbtn {
  color: #21293c !important;
  font: normal normal bold 12px / 16px Roboto !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  padding: 7px 7px !important;
}
#SA_review_wrapper .SA__customer_rating .SA__customer_name,
#SA_review_wrapper .SA__verified_customer {
  font: normal normal bold 12px / 14px Roboto !important;
  font-weight: 400 !important;
}
#SA_review_wrapper .SA__customer_content p {
  margin: 10px 0 10px !important;
  font: normal normal normal 12px / 16px Roboto !important;
  font-weight: 300 !important;
}
#SA_review_wrapper .SA__sub_title {
  font: normal normal bold 12px / 16px Roboto !important;
  font-weight: 400 !important;
}
#SA_review_wrapper .SA__progress {
  height: 3px !important;
  max-width: 230px !important;
}
#SA_review_wrapper .SA__progress_bar {
  background: #0289cd !important;
  height: 3px !important;
}
#SA_review_wrapper .SA__progress_score {
  margin: -18px 11px 0 !important;
  font: normal normal bold 12px / 16px Roboto !important;
}
.SA__social-share-wrapper ul {
  padding-left: 0px !important;
}
.catalog-product-view .SA__social-share-wrapper ul li {
  list-style: none !important;
  margin-bottom: 0 !important;
}
.SA__social-share-wrapper .SA__h4 {
  font-weight: 300 !important;
  font-size: 12px !important;
}
#SA_review_wrapper .SA__pagination ul li span {
  font-size: 12px !important;
}
#SA_review_wrapper .SA__pagination ul li.pageNumber:hover span,
#SA_review_wrapper .SA__pagination ul li.pageNumber.active span {
  background: #008ace !important;
  color: #fff !important;
}
.catalog-product-view .block.related img.product-image-photo {
  object-fit: scale-down;
  width: 60px !important;
  height: 60px !important;
}
.catalog-product-view .block.related .owl-carousel .owl-nav {
  display: none;
}
.catalog-product-view .page-wrapper > .breadcrumbs,
.catalog-product-view .page-wrapper > .top-container,
.catalog-product-view .page-wrapper > .widget {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
}
.catalog-product-view .product-media-and-info {
  width: 100%;
  max-width: 1280px;
  float: none;
  margin: 0 auto;
}
.catalog-product-view .product.info.detailed {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.catalog-product-view .ss__recommendation-profile-tracker {
  max-width: 1280px;
  margin: 0 auto;
}
.product-media-and-info .custom-container {
  display: flex;
  flex-wrap: wrap;
}
.product-media-and-info .custom-container .product.media {
  position: sticky;
  top: 80px;
  height: fit-content;
}
.MagicScroll-horizontal .mcs-item {
  height: unset !important;
}
.MagicToolboxSelectorsContainer {
  margin-top: 20px !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price,
.page-product-bundle .price-as-configured .price-container .price {
  font-weight: 400 !important;
}
.catalog-product-view .product-info-main .affirm-as-low-as {
  width: 100%;
  max-width: 210px;
  min-height: min-content;
  padding-top: 3px;
}
.catalog-product-view .product-info-main {
  padding: 0 0 20px 20px;
}
.sticky-product .container {
  max-width: 1024px !important;
}
.catalog-product-view .product-info-main .tgStackSeal {
  display: block;
  text-align: center;
  float: none;
  margin: 0 auto;
  width: fit-content;
  clear: both;
  margin-bottom: 10px;
}
.catalog-product-view .labels-sect ul.product-labels-list .labelbox {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.catalog-product-view .labels-sect ul.product-labels-list .labelbox .ico {
  font-size: 60px;
  color: #21293c;
}
.ss__recommendation .ss__result .product-item-link {
  font-weight: 500 !important;
}
.ss__recommendation .ss__result .ss__price {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.catalog-product-view .block.related .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}
.catalog-product-view .owl-carousel .owl-item {
  width: min-content !important;
}
.catalog-product-view .block.related .products {
  margin: 0px 0 12px !important;
  overflow: hidden !important;
}
.catalog-product-view .block.related .item.product.product-item {
  border: 1px solid #f2f2f2 !important;
  border-radius: 5px !important;
  width: 120px !important;
  height: 120px !important;
}
.catalog-product-view .block.related .owl-carousel .owl-nav .owl-next {
  right: -40px !important;
}
.catalog-product-view .block.related .owl-prev .itemLeft,
.catalog-product-view .block.related .owl-prev .itemLeft:hover,
.catalog-product-view .block.related .owl-next .itemRight,
.catalog-product-view .block.related .owl-next .itemRight:hover {
  background: transparent !important;
}
.catalog-product-view .products-grid .item.product.product-item:hover,
.catalog-product-view .products-grid .item.product.product-item.active {
  box-shadow: none !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box span {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1280px) {
  .catalog-product-view .labels-sect ul.product-labels-list {
    float: none;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .catalog-product-view .labels-sect li {
    min-height: 110px;
    height: 100%;
    min-width: 300px;
  }
  .catalog-product-view .labels-sect #promises-content {
    left: unset;
  }
  .sticky-product .sticky_Price p {
    margin-bottom: 0px;
  }
  .catalog-product-view .product-info-main .price-box,
  .catalog-product-view .product-info-main .product-info-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0px !important;
    width: 100% !important;
    float: none !important;
  }
  .catalog-product-view .product-info-main .product-options-bottom .box-tocart {
    margin-bottom: 10px;
  }
  .catalog-product-view .product-info-main .affirm-as-low-as {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0px !important;
    max-width: 100% !important;
    float: none;
  }
  .catalog-product-view .product-info-main .mobile-chart-container.product-options-bottom .size-chart-wrap {
    margin: 0 auto;
    margin-top: 20px !important;
    float: none !important;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
    text-align: center !important;
  }
  #product_just_stars {
    justify-content: center !important;
  }
  .catalog-product-view .page-title-wrapper #ab-tiny-widget {
    justify-content: center !important;
  }
  .catalog-product-view .product-info-main .price-box,
  .catalog-product-view .product-info-main .product-info-price {
    justify-content: center !important;
  }
  .catalog-product-view .product-info-main .affirm-as-low-as {
    justify-content: center !important;
  }
  .product-media-and-info .custom-container .product.media {
    position: relative;
    top: 0px;
  }
  .catalog-product-view .product.info.detailed {
    margin: 0;
  }
  .catalog-product-view .product-info-main {
    padding: 0 20px !important;
  }
  .catalog-product-view .product.info.detailed .data.items .item.content ul.video_tab {
    flex-direction: column;
  }
  .catalog-product-view .product.info.detailed .data.items .item.title.active a {
    background-color: #edf3ff;
    border-bottom: none;
    font-weight: 600;
  }
  .catalog-product-view .product.info.detailed .data.items .item.content {
    padding: 10px;
    border: 1px solid #edf3ff;
    background-color: #edf3ff;
  }
  .catalog-product-view.page-layout-1column .page-main {
    padding: 10px 0;
  }
  .kl05dd19d469cc[data-position="middle"] .kcResultItemNavigationButtonRight {
    right: -20px !important;
  }
  .kl05dd19d469cc[data-position="middle"] .kcResultItemNavigationButtonLeft {
    left: -20px !important;
  }
  .page-title-wrapper {
    position: relative;
  }
  .page-title-wrapper h1.page-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #21293c;
    text-align: center;
  }
  .MagicToolboxSelectorsContainer {
    margin-top: 0px;
  }
  div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
  div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
    margin: 0 !important;
  }
  div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    height: min-content !important;
  }
  #ab-tiny-widget {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .MagicToolboxSelectorsContainer {
    margin-top: 0px;
  }
  div.MagicToolboxContainer.selectorsLeft,
  div.MagicToolboxContainer.selectorsRight {
    gap: 15px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .control .select2.select2-container {
    max-width: 100% !important;
  }
  .catalog-product-view .product-page-PRESS-sticky {
    display: none;
  }
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper {
    max-width: 100%;
  }
  .catalog-product-view .product-info-main .product-page-PRESS-WRP {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .product-options-bottom {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-options-bottom .actions {
    margin: 0 0 0 10px;
  }
  .catalog-product-view .product-info-main .product-options-bottom .actions button.action {
    max-width: 100%;
  }
  .tgStackSeal {
    margin-left: -25px;
  }
  .product-options-bottom {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-options-bottom .compare_wishlist {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-content: space-between;
  }
  .catalog-product-view .product-image-photo {
    position: unset !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    margin-left: 0;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    border: 1px solid #edf3ff;
  }
  .product.data.items > .item.title {
    margin: 0;
    position: sticky !important;
    z-index: 9;
  }
  #saReviewWidgetWrapper {
    padding: 0 !important;
  }
  .catalog-product-view .product.info.detailed .data.items .item.content p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.005em;
    line-height: 27px;
    color: #21293c;
  }
  .ss__recommendation .ss__recommendation__title {
    font-weight: 400;
    color: #333;
    text-align: center !important;
  }
  .ss__recommendation .ss__result .product-item-link {
    font-weight: 400;
  }
  .ss__recommendation .ss__result .ss__price {
    font-size: 16px;
    font-weight: 300;
  }
  .catalog-product-view .product-info-price {
    padding: 15px 10px;
  }
  .catalog-product-view .product-info-main {
    padding: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link {
    top: 0;
    position: relative;
    order: -1;
    padding-top: 15px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    padding-top: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper \ .h1.page-title {
    margin-top: 30px;
  }
  .catalog-product-view .product-info-main .MagicScroll {
    max-height: 100px;
  }
  .catalog-product-view .product-info-main .product-options-bottom .compare_wishlist {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-options-bottom .compare_wishlist a {
    color: #f7871c;
    padding: 11px 16px !important;
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-top: 18px;
  }
  .catalog-product-view .product-info-main .product-options-bottom .actions {
    max-width: calc(100% - 120px);
  }
  .catalog-product-view .add-to-cart-stiky .action.tocart.primary span:before {
    margin: 0;
  }
  .catalog-product-view .product-page-PRESS-sticky {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 4px;
    font-size: 11px;
  }
  .catalog-product-view .sticky-product .field.qty {
    display: none;
  }
  .catalog-product-view .sticky-product.no-sticky-header.product-sticky-header .add-to-cart-stiky #carTbtn button {
    width: 150px;
  }
  .catalog-product-view .sticky-product.no-sticky-header.product-sticky-header .add-to-cart-stiky #carTbtn button span {
    font-size: 12px;
    display: block;
  }
  .catalog-product-view .add-to-cart-stiky .action.tocart.primary span:before {
    content: none;
  }
  .page-header .brands_top_section {
    margin: 8px auto;
    float: none;
  }
  .ambrands-list {
    width: 100%;
    background: #fff;
  }
  .ambrands-list .brand-images .brand-item {
    min-width: 46% !important;
  }
  .modal-popup._inner-scroll {
    left: 0 !important;
  }
  .modal-popup._inner-scroll .modal-content .lightbox-container {
    height: 409px !important;
  }
  .catalog-product-view .product.media {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .page-title {
    padding-right: 0 !important;
    padding-top: 30px;
  }
  .catalog-product-view .product-info-main .product-brand {
    width: 100%;
    padding: 10px 0% 5px 60%;
    display: block;
    float: none;
    clear: both;
  }
  .catalog-product-view .product-info-main .product-info-price .affirm-modal {
    clear: both;
  }
  .catalog-product-view .product-info-main .product-info-price .stock_status {
    top: -30px !important;
    right: 10px;
  }
  .catalog-product-view .product-info-main .product-info-price .product-info-stock-sku.pdp_sku {
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-add-form {
    padding-top: 15px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .product-options-wrapper h2 {
    margin-bottom: 5px;
  }
  .catalog-product-view .product-info-main .product-add-form .product-options-wrapper label.label,
  .catalog-product-view .product-info-main .product-add-form .product-options-wrapper .control {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-add-form .product-options-wrapper .fieldset .field label {
    margin-bottom: 2px;
  }
  .catalog-product-view .product-info-main .product-options-bottom .actions button {
    font-size: 16px;
  }
  .catalog-product-view .product-info-main .product-options-bottom .actions button span:before {
    background-position-x: -133px;
    background-size: 300px;
    width: 25px;
    height: 25px;
  }
  .catalog-product-view .labels-sect ul.product-labels-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
  }
  .catalog-product-view .labels-sect ul.product-labels-list li {
    width: 100%;
    min-height: inherit;
    left: 0 !important;
  }
  .catalog-product-view .labels-sect ul.product-labels-list li div {
    width: 100%;
  }
  .catalog-product-view .labels-sect ul.product-labels-list li .feat-cont p {
    font-size: 11px;
  }
  .catalog-product-view .labels-sect ul.product-labels-list li .inventory-info {
    left: auto !important;
  }
  .catalog-product-view .top-desc-above .top-desc-above-WRP .latest-prod-reviews,
  .catalog-product-view .top-desc-above .top-desc-above-WRP #promises-content {
    width: 100%;
    border: none;
  }
  .catalog-product-view .top-desc-above .top-desc-above-WRP .collateral-box li {
    width: 100%;
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    margin-left: 0;
    margin-right: 0px;
  }
  .catalog-product-view .product.info.detailed .product.data.items a.data.switch {
    border-radius: 0;
    padding-left: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #productQaContainer .question-container #product-qa-serch {
    position: static !important;
    width: 100% !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #productQaContainer .question-container #product-qa-serch .itoris_qa_text {
    width: 100% !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #productQaContainer .question-container #itoris_qa_select {
    margin-right: 0px !important;
    float: none !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #productQaContainer .question-container #itoris_qa_select .itoris-expander {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align: left;
    padding: 0px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #productQaContainer .question-container #itoris_qa_select .itoris_qa_text {
    width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #productQaContainer .question-container #itoris_qa_select #itoris_qa_select_menu {
    max-width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #productQaContainer .question-container .itoris-container-accordion button.button {
    width: auto;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #review-form fieldset {
    display: contents;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content #review-form fieldset .review-control-vote table thead {
    display: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content {
    margin-top: 0;
  }
  .catalog-product-view .block.aw_wbtab .block-content .products .item .product-item-info .product-item-details {
    margin: 0px 25px;
  }
  .catalog-product-view .MagicToolboxContainer.selectorsLeft a.mt-thumb-switcher {
    width: 29%;
    display: inline-block;
  }
  .product-info-main .product-info-after-price {
    position: relative;
  }
  .product-info-main .product-info-after-price .promo-loyalty-points-info {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cccccc;
    left: -313px;
    margin: 41px 0 0 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 400px;
    z-index: 9;
  }
  .product-info-main .product-info-after-price p.buy_earn {
    background: #0072ba;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 3px 5px 1px 15px;
    position: relative;
  }
  .product-info-main .product-info-after-price p.buy_earn span.j2t-pts {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: -3px 0 0;
    text-align: right;
  }
  .product-info-main .product-info-after-price p.buy_earn:after {
    bottom: -2px;
    content: url(../images/earn-buy.png);
    height: 30px;
    left: -23px;
    position: absolute;
    width: 30px;
  }
  .product-info-main .rewardpoints-product-point-text {
    display: inline-block;
    position: relative;
  }
  /*END*/
}
@media (max-width: 768px) and (max-width: 480px) {
  .catalog-product-view .product-info-main .sticky-detail h2 {
    font-size: 11px !important;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-page-PRESS-sticky {
    display: none;
  }
  .catalog-product-view .product-info-main .product-options-bottom .fieldset {
    width: 100%;
  }
  .catalog-product-view .all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-stage-outer .owl-item .main-promo {
    display: block;
  }
  .catalog-product-view .all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-stage-outer .owl-item .main-promo .left-section {
    width: 100%;
  }
  .catalog-product-view .all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-stage-outer .owl-item .main-promo .right-special {
    width: 100%;
  }
  .catalog-product-view .all-sale-items-home.all-sale-items .owl-carousel.owl-theme .owl-stage-outer .owl-item .main-promo .right-special .button.addtocart {
    width: 100%;
  }
  .catalog-product-view .sticky-detail .product-name-area {
    width: 100%;
  }
}
/*MAIN END*/
@media (max-width: 400px) {
  .catalog-product-view .sticky-product.no-sticky-header.product-sticky-header .add-to-cart-stiky #carTbtn button {
    width: 130px;
  }
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.minicart-items .product-item-name a {
  color: #333 !important;
}
.minicart-items img.product-image-photo {
  width: auto !important;
  height: auto !important;
}
.checkout-cart-index.page-layout-1column .easy-return-info {
  right: auto !important;
}
.checkout-cart-index.page-layout-1column .question-answers.question-return,
.checkout-cart-index.page-layout-1column .easy-return {
  text-align: center;
}
.checkout-cart-index.page-layout-1column .labels-sect .product-labels-list li {
  width: 25%;
  min-height: 175px;
}
.checkout-cart-index.page-layout-1column .labels-sect .product-labels-list li img {
  float: none;
  margin: 0 auto;
}
.checkout-cart-index.page-layout-1column .labels-sect .product-labels-list li .inventory-level {
  text-align: center;
}
.checkout-cart-index.page-layout-1column .labels-sect .product-labels-list li h3 {
  text-align: center;
}
.checkout-cart-index.page-layout-1column .labels-sect {
  width: 100%;
}
.checkout-cart-index.page-layout-1column form.form-cart {
  margin-top: 0 !important;
}
.checkout-cart-index.page-layout-1column h1 {
  font-size: 22px;
  position: relative;
  display: inline-block;
  float: none;
  color: #08c;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.checkout-cart-index.page-layout-1column h1:after {
  content: '';
  background: url(/static/frontend/DRISTheme/child_theme/en_US/images/2-desno.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  height: 13px;
}
.checkout-cart-index.page-layout-1column h1:before {
  content: '';
  background: url(/static/frontend/DRISTheme/child_theme/en_US/images/2-levo.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 13px;
}
.checkout-cart-index.page-layout-1column .cart-summary .block form:not(:last-of-type) .fieldset {
  margin-bottom: 10px;
}
.checkout-cart-index.page-layout-1column .cart-summary .fieldset.estimate:after {
  content: 'Available shipping Methods';
  font-weight: 700;
  font-size: 13px;
  float: left;
  width: 100%;
  color: #05a30d;
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 10px;
}
.checkout-cart-index.page-layout-1column .cart-summary .items.methods dt.item-title {
  text-transform: none;
  font-size: 13px;
}
.checkout-cart-index.page-layout-1column .cart-summary .items.methods .item-options {
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-bottom: 0;
  text-transform: none;
}
.checkout-cart-index.page-layout-1column .cart-summary .paypal + .paypal {
  margin-top: 10px;
}
.checkout-cart-index.page-layout-1column .cart-summary .checkout-methods-items {
  margin: 10px 0 0;
}
.checkout-cart-index.page-layout-1column .cart-summary .checkout-methods-items .item {
  margin-bottom: 10px;
}
.checkout-cart-index.page-layout-1column .cart-summary .checkout-methods-items .item:nth-of-type(4) img {
  width: 100%;
  height: 44px !important;
  object-fit: cover;
  border: 2px solid #d5d8dd;
  border-radius: 5px;
  width: 100% !important;
}
.cart-container .form-cart .action.continue:before {
  line-height: 32px;
  font-size: 12px;
}
.cart-container .form-cart .action.update:before {
  line-height: 32px;
  font-size: 12px;
}
.block-minicart {
  border: 0 none !important;
  border-radius: 8px;
}
.block-minicart #minicart-movetoquote {
  background: #0087cd;
  line-height: 25px;
}
.block-minicart .minicart-items-wrapper {
  max-height: 450px;
  overflow-y: scroll;
}
.block-minicart .minicart-items-wrapper .product-item-details .product.actions .secondary {
  top: 20px;
  right: 15px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
.block-minicart .minicart-items-wrapper .product-item-details .product.actions .secondary a:before {
  content: '\e616';
  padding: 0 5px;
  font-size: 8px;
}
.checkout.paypal-logo {
  padding: 10px;
  position: relative;
  z-index: 1;
  max-height: 120px;
  overflow: hidden;
}
div._1TMW25CixEF9O9WQkf3uqr {
  display: flex !important;
  justify-content: center;
}
._1TMW25CixEF9O9WQkf3uqr,
.paypal-button.paypal-button-number-2 {
  display: none !important;
}
._1TMW25CixEF9O9WQkf3uqr:after {
  content: url(../images/apple-pay-and-affirm.png);
}
#paypal-animation-container {
  display: none;
}
.checkout-cart-index #PayWithAmazon-checkout-cart-shortcut-buttons .amazonpay-button-inner-image {
  width: 100%;
  max-height: 100% !important;
}
.checkout-cart-index .item-info .item-actions {
  display: none;
}
.checkout-cart-index ._1Y_CkbmEy3GXa2KdxO0eod {
  background: #f7821e !important;
}
.checkout-cart-index ._1Y_CkbmEy3GXa2KdxO0eod:hover {
  background: #f7821e !important;
}
.checkout-cart-index .bolt-checkout-button:before {
  content: '';
  background: url(../images/grayscale.jpg);
  display: block;
  width: 100%;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.checkout-cart-index ._3VPklqCwuvhyJJmo5VOeQQ {
  font-size: 0px !important;
}
.checkout-cart-index ._3VPklqCwuvhyJJmo5VOeQQ:before {
  content: 'Pay Now';
  font-size: 16px;
  font-weight: bold;
  font-size: 18px;
}
.checkout-cart-index .checkout.methods {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  margin-top: 80px;
}
.checkout-cart-index .checkout.methods #minicart-amazon-pay-button {
  height: 44px;
  padding: 0 10px;
  margin: 8px auto 12px auto;
}
.checkout-cart-index .checkout.methods #minicart-amazon-pay-button .login-with-amazon {
  position: relative;
  height: 44px;
}
.checkout-cart-index .checkout.methods #minicart-amazon-pay-button .login-with-amazon:after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  background: url(../images/amazon-pay-btn.png), #eaeaea;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  left: 0;
  border-radius: 5px;
  height: 44px;
}
.checkout-cart-index .checkout.methods #minicart-amazon-pay-button .login-with-amazon img {
  cursor: pointer;
  max-height: 45px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: transparent;
  opacity: 0;
}
.checkout-cart-index .checkout.methods li:nth-of-type(1) {
  margin-top: -70px;
}
.checkout-cart-index .checkout.methods li:nth-of-type(4) {
  padding: 0 10px;
}
.checkout-cart-index .checkout.methods li:nth-of-type(4):after {
  content: 'Buy with Monthly Payments';
  float: left;
  width: 100%;
  margin-top: -22px;
  z-index: 1;
  position: relative;
  font-size: 10px;
}
.checkout-cart-index .checkout.methods li:nth-of-type(5) {
  padding: 0 10px;
}
.checkout-cart-index .amazon-button-container {
  width: 100%;
}
.checkout-cart-index .amazon-button-container .amazon-button-container__cell {
  display: block;
  width: 100%;
}
.checkout-cart-index .amazon-button-container .amazon-button-container__cell:last-child {
  display: none;
}
.checkout-cart-index .amazon-button-container .amazon-button-container__cell img {
  margin: 0 auto;
}
.checkout-cart-index .instore-pickup {
  padding: 0 10px;
}
.checkout-cart-index .instore-pickup a {
  padding: 8px 0;
  color: #f7821e;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  background-color: none;
  border-radius: 5px;
  width: 100%;
  line-height: 28px;
  min-height: 45px;
  border: 1px solid #f7821e;
}
.checkout-cart-index .instore-pickup a:hover {
  border: 1px solid #f7821e;
  background: #f7821e;
  color: #fff;
}
.checkout-cart-index .bolt-floating-checkout-container {
  display: none;
}
.checkout-cart-index .bolt-checkout-button {
  width: 100% !important;
}
.checkout-cart-index.page-layout-1column .column.main {
  padding-bottom: 0;
}
.checkout-cart-index.page-layout-1column .column.main .page-title-wrapper {
  padding: 0;
}
.checkout-cart-index.page-layout-1column .column.main .page-title-wrapper h1.page-title {
  font-size: 28px;
  font-weight: 600;
  color: #f67d1e;
  text-transform: uppercase;
}
.checkout-cart-index #maincontent {
  padding-top: 0px;
}
.checkout-cart-index .block-minicart .action.viewcart {
  color: #fff;
  padding: 12px;
  width: 100%;
  float: left;
  max-width: 100%;
  border: 0 none;
  border-radius: 5px;
  font-size: 18px;
  background: #f7821e;
  line-height: 38px;
  padding: 0 15px;
  text-decoration: none;
}
.checkout-cart-index .block-minicart .minicart-items a {
  color: #333;
}
.checkout-cart-index #left-side {
  width: 75%;
  float: left;
  padding-right: 4%;
}
.checkout-cart-index #left-side > img {
  float: left;
}
.checkout-cart-index #left-side .farewell-balloon {
  float: left;
  background-color: #e3eef9;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 auto 30px;
  width: calc(100% - 117px);
  text-align: center;
  position: relative;
  color: #7b858a;
  margin-left: 30px;
}
.checkout-cart-index #left-side .farewell-balloon p {
  line-height: 1.5;
}
.checkout-cart-index #left-side .farewell-balloon .balloon-arrow {
  background: url(../images/cart_baloon_arrow.png) no-repeat;
  position: absolute;
  left: -18px;
  top: 20px;
  width: 19px;
  height: 22px;
}
.checkout-cart-index #left-side .cart-images-promo {
  width: 380px;
  float: right;
}
.checkout-cart-index #left-side .cart-images-promo img {
  width: 170px;
}
.checkout-cart-index #left-side .cart-images-promo div {
  float: left;
  padding-left: 20px;
}
.checkout-cart-index form.form-cart {
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  display: block;
  padding: 0px 30px 30px 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 71%;
  margin: 20px 0;
}
.checkout-cart-index form.form-cart .table-wrapper table.table thead tr th {
  color: #777;
}
.checkout-cart-index form.form-cart .table-wrapper table.table thead tr th.subtotal,
.checkout-cart-index form.form-cart .table-wrapper table.table thead tr th.price {
  width: 100px;
}
.checkout-cart-index form.form-cart .table-wrapper table.table thead tr th.qty {
  width: 170px;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody {
  border-color: #ececec;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td {
  vertical-align: middle;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.qty {
  padding: 0;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.qty .input-text.qty {
  margin-top: 0;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.qty .custom_edit {
  display: none;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.qty .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.item {
  padding: 0;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.item .product-item-photo {
  vertical-align: middle;
  position: relative;
  top: 12px;
  left: 0;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.item .product-item-details {
  vertical-align: middle;
  position: relative;
  top: 10px;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.item .product-item-details .item-options dt,
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.item .product-item-details .item-options dd {
  font-size: 13px;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.item .product-item-details .item-options dt {
  font-weight: 600;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td.item .product-item-details .item-options dd {
  padding-left: 5px;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .custom_remove {
  display: none;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .product-item-details {
  padding-bottom: 0;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .product-item-details strong {
  margin: 0;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .product-item-details dl {
  margin: 0 !important;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .product-item-details dl dt,
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .product-item-details dl dd {
  margin: 0 !important;
}
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .fa-times,
.checkout-cart-index form.form-cart .table-wrapper table.table tbody tr td .fa-pencil {
  font-size: 18px;
}
.checkout-cart-index form.form-cart .cart.actions .continue,
.checkout-cart-index form.form-cart .cart.actions .clear,
.checkout-cart-index form.form-cart .cart.actions .update {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #777;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: none;
}
.checkout-cart-index form.form-cart .cart.actions .continue:hover,
.checkout-cart-index form.form-cart .cart.actions .clear:hover,
.checkout-cart-index form.form-cart .cart.actions .update:hover,
.checkout-cart-index form.form-cart .cart.actions .continue:hover,
.checkout-cart-index form.form-cart .cart.actions .clear:hover,
.checkout-cart-index form.form-cart .cart.actions .update:hover,
.checkout-cart-index form.form-cart .cart.actions .continue:hover,
.checkout-cart-index form.form-cart .cart.actions .clear:hover,
.checkout-cart-index form.form-cart .cart.actions .update:hover {
  background: #1979c3;
  color: #fff;
  border-color: #1979c3;
}
.checkout-cart-index form.form-cart .cart.actions .continue {
  float: left;
}
.checkout-cart-index #right-side {
  width: 100%;
  float: left;
  padding-right: 0%;
  margin-bottom: 40px;
  margin-top: 30px;
}
.checkout-cart-index #right-side .cart_bot_promo_banner {
  width: 25%;
  text-align: center;
  float: left;
  position: relative;
  padding: 5px;
}
.checkout-cart-index #right-side .cart_bot_promo_banner .tiptextlink {
  position: static;
}
.checkout-cart-index #right-side .cart_bot_promo_banner .tiptextlink .gurantie_description {
  left: 60px;
  top: 60px;
  width: 100%;
}
.checkout-cart-index .hp_bestseller_block.cart_block {
  clear: both;
  border: solid 15px #e4f6ff;
  padding: 20px 20px 15px 20px;
  max-width: 100%;
}
.checkout-cart-index .hp_bestseller_block.cart_block .custom-slider {
  padding-bottom: 0 !important;
}
.checkout-cart-index .hp_bestseller_block.cart_block .product-item-details {
  text-align: center;
  font-weight: 600;
}
.checkout-cart-index .trust_pilot_block {
  clear: both;
}
.checkout-cart-index .cart.table .field.qty .input-text.qty {
  height: 50px;
  width: 60px;
  text-align: center;
  border-radius: 0;
  float: left;
}
.checkout-cart-index .cart.table .field.qty .qty_decrease,
.checkout-cart-index .cart.table .field.qty .qty_increase {
  float: left;
}
.checkout-cart-index .cart.table .field.qty .qty_decrease button,
.checkout-cart-index .cart.table .field.qty .qty_increase button {
  border: none;
  background: #f9f7f7;
  color: #222;
  width: 30px;
  height: 50px;
  border-radius: 0;
  padding: 0;
  border: 1px solid #d2d2d2;
  box-shadow: none;
}
.checkout-cart-index .above-cart-section .login-button-cart {
  padding: 8px 20px;
  position: relative;
  color: #f7821e;
  border: 1px solid #f7821e ;
  background: transparent;
  text-align: center;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
}
.checkout-cart-index .above-cart-section p {
  float: left;
  padding: 9px 10px;
  font-size: 13px;
}
.checkout-cart-index .cart-summary {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
.checkout-cart-index .cart-summary label.label {
  font-size: 13px;
}
.checkout-cart-index .cart-summary .block .title strong {
  font-weight: 600;
  font-size: 13px;
}
.checkout-cart-index .cart-summary .field.note {
  text-transform: none;
  font-size: 13px;
}
.checkout-cart-index .cart-summary .field.note:after {
  content: "All field's must be provided to view available shipping options ";
  color: #ff0000;
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-summary .block.rewardpoints {
  order: -1;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content {
  text-transform: none;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .actions-toolbar {
  float: left;
  margin-top: 0;
  width: 49%;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .actions-toolbar span {
  font-size: 12px;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .action applyPoints.applyPointsBtn.primary {
  margin: 0;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .primary {
  margin-top: 20px;
  float: right;
  width: 49%;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .primary button {
  width: 100%;
  background: transparent;
  float: right;
  min-height: 40px;
  margin-top: 0;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .primary .action.applyPoints.applyPointsBtn.primary {
  background: transparent;
  margin-top: -1px;
  left: 10px;
  margin: 0;
  line-height: 10px;
  width: 100%;
  float: left;
  padding: 0;
  border-radius: 3px;
  text-transform: none;
  margin-bottom: 5px;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .primary span {
  font-size: 12px;
}
.checkout-cart-index .cart-summary .block.rewardpoints .content .rewards_point_cart,
.checkout-cart-index .cart-summary .block.rewardpoints .content .rewards_customer_points,
.checkout-cart-index .cart-summary .block.rewardpoints .content .rewards_customer_points_usage {
  float: left;
}
.checkout-cart-index .cart-summary .block.discount .content .label {
  text-transform: none;
  font-weight: normal;
}
.checkout-cart-index .cart-summary .block.discount,
.checkout-cart-index .cart-summary .block.rewardpoints {
  padding: 10px 45px 5px 15px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #000;
  border-radius: 7px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding-right: 15px;
}
.checkout-cart-index .cart-summary .block.discount .title,
.checkout-cart-index .cart-summary .block.rewardpoints .title {
  border-top: none;
}
.checkout-cart-index .cart-summary .block.discount .content .actions-toolbar .primary,
.checkout-cart-index .cart-summary .block.rewardpoints .content .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.checkout-cart-index .cart-summary .block.discount .content .actions-toolbar .primary button,
.checkout-cart-index .cart-summary .block.rewardpoints .content .actions-toolbar .primary button {
  width: 100%;
  background: transparent;
  border: none;
  font-weight: 600;
  color: #f7821e;
  line-height: 40px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #f7821e;
}
.checkout-cart-index .cart-summary .block.discount.active:before {
  top: 20px;
  content: '\f106';
}
.checkout-cart-index .cart-summary .block.discount:before {
  content: '\f107';
  font-size: 17px;
  width: 26px;
  height: 26px;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  z-index: -1;
}
.checkout-cart-index .cart-summary .summary.title {
  padding: 10px 45px 10px 15px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  border-radius: 7px 7px 0 0;
  display: none;
}
.checkout-cart-index .cart-summary .shipping {
  padding: 0;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 15px !important;
}
.checkout-cart-index .cart-summary .shipping .title {
  padding: 10px;
  margin: 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #000;
  border-radius: 7px;
  cursor: pointer;
}
.checkout-cart-index .cart-summary .shipping .title:before {
  content: '\f107';
  font-size: 17px;
  width: 26px;
  height: 26px;
  display: block;
  font-family: 'FontAwesome';
  position: relative;
  right: 4px;
  top: 11px;
  float: right;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .shipping .content {
  padding: 10px;
  border: 1px #dddddd solid;
  border-top: 0;
  border-radius: 0 0 7px 7px;
}
.checkout-cart-index .cart-summary .shipping.active .title {
  border-bottom: 0;
  border-radius: 7px 7px 0 0 ;
}
.checkout-cart-index .cart-summary .cart-totals {
  padding: 0px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 0px;
}
.checkout-cart-index .cart-summary .cart-totals .table > tbody > tr > th {
  padding: 10px;
}
.checkout-cart-index .cart-summary .cart-totals .totals.sub th,
.checkout-cart-index .cart-summary .cart-totals .totals.sub td {
  border: 0;
}
.checkout-cart-index .cart-summary .cart-totals .table-wrapper {
  margin: 0;
}
.checkout-cart-index .cart-summary .cart-totals .shipping {
  border: none;
}
.checkout-cart-index .cart-summary .cart-totals .grand .amount {
  padding: 10px 5px !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items button {
  background: #f7821e;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  padding: 0;
  border-radius: 5px;
  font-size: 18px;
}
.checkout-cart-index .cart-summary._sticky {
  margin-top: 10px;
}
.cart-extra-content {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-index-index .form.contact fieldset.fieldset {
  margin-bottom: 10px;
}
.contact-index-index .form.contact .name,
.contact-index-index .form.contact .email {
  float: left;
  width: 49%;
}
.contact-index-index .form.contact .email {
  float: right;
}
.contact-index-index .form.contact .comment textarea {
  height: 170px;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-summary {
    width: 27.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  form.form-cart table tbody tr td.item .product-item-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .cart-summary {
    position: static;
    width: 100%;
  }
  .checkout-cart-index #left-side,
  .checkout-cart-index #form-validate,
  .checkout-cart-index #right-side {
    width: 100%;
  }
  .checkout-cart-index #left-side .farewell-balloon {
    width: calc(100% - 117px);
  }
  .checkout-cart-index #left-side .cart-images-promo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .checkout-cart-index #left-side .cart-images-promo div {
    padding: 10px;
  }
  .checkout-cart-index #right-side {
    padding-right: 0;
  }
  .checkout-cart-index form.form-cart table tbody tr td.item .product-item-name {
    font-size: 1.4rem;
  }
  .checkout-cart-index #left-side {
    padding: 0;
  }
  .checkout-cart-index #left-side .farewell-balloon {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .cart-container .cart-summary {
    right: -40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-container .form-cart {
    order: -1 !important;
  }
  .cart-container .cart-summary {
    order: 0 !important;
  }
  .cart-extra-content #right-side {
    padding-right: 0;
  }
  .cart-extra-content #right-side .cart_bot_promo_banner {
    padding: 5px;
  }
  .cart-extra-content #right-side .cart_bot_promo_banner .tiptextlink .gurantie_description {
    left: 0;
  }
  .checkout-cart-index .page-header .header.content .action.nav-toggle {
    order: -1;
    top: 15px;
  }
  .checkout-cart-index .page-header .header.content .logo {
    order: 0;
    margin: -6px 10px 0;
  }
  .checkout-cart-index .page-header .header.content .minicart-wrapper {
    margin-top: 20px;
  }
}
/*end*/
@media (max-width: 1600px) {
  .checkout-cart-index #PayWithAmazon-checkout-cart-shortcut-buttons:before {
    height: 25px;
  }
}
/*end*/
@media (max-width: 1315px) {
  .checkout.paypal-logo {
    max-height: 100px;
  }
  .checkout-cart-index #PayWithAmazon-checkout-cart-shortcut-buttons:before {
    height: 18px;
  }
}
/*end*/
@media (max-width: 991px) {
  .checkout-cart-index .above-cart-section {
    order: -2;
  }
  .checkout-cart-index .above-cart-section .login-button-cart {
    padding: 15px 33px;
  }
  .checkout-cart-index #PayWithAmazon-checkout-cart-shortcut-buttons:before {
    height: 21px;
  }
  .checkout-cart-index .instore-pickup {
    max-width: 355px;
    margin: 0 auto;
  }
  .checkout-cart-index #maincontent {
    padding-top: 5px;
  }
  .checkout-cart-index ._1Y_CkbmEy3GXa2KdxO0eod {
    max-width: 500px !important;
    margin: 0 auto !important;
  }
  .checkout.paypal-logo {
    max-height: 120px;
    max-width: 370px;
    margin: 0 auto;
  }
  #minicart-amazon-pay-button {
    max-width: 370px;
    margin: 0 auto;
  }
  .checkout-cart-index.page-layout-1column .cart-summary .checkout-methods-items .item:nth-of-type(4) img {
    max-width: 355px;
  }
}
/*end*/
@media (max-width: 767px) {
  .amazon-minicart-container .amazon-button-container {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .block-minicart .minicart-items-wrapper {
    max-height: 160px;
  }
  .checkout-cart-index .col.price {
    margin-top: 10px;
  }
  .checkout-cart-index #left-side .farewell-balloon {
    width: calc(100% - 117px);
  }
  .checkout-cart-index #left-side .cart-images-promo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .checkout-cart-index #left-side .cart-images-promo div {
    padding: 10px;
    width: 100%;
    width: 50%;
  }
  .checkout-cart-index #left-side .cart-images-promo div img {
    width: auto;
  }
  .cart-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .cart-container .form-cart {
    order: -1 !important;
    width: 100% !important;
    padding: 0px 10px 10px 10px!important;
  }
  .cart-container .form-cart .cart.table-wrapper {
    border-top: 0;
  }
  .cart-container .form-cart .cart.table-wrapper .col.qty[data-th]:before,
  .cart-container .form-cart .cart.table-wrapper .col.price[data-th]:before,
  .cart-container .form-cart .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart-container .form-cart .cart.table-wrapper .col.msrp[data-th]:before {
    display: none !important;
  }
  .cart-container .form-cart .cart.main.actions .action.clear {
    display: none !important;
  }
  .cart-container .form-cart .cart.main.actions .action.continue,
  .cart-container .form-cart .cart.main.actions .action.update {
    font-size: 10px;
    width: 48%;
    font-weight: 600;
    padding: 0;
  }
  .cart-container .form-cart table tbody tr td {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  .cart-container .form-cart table tbody tr td .action-delete {
    text-align: right;
    display: block;
    line-height: 18px;
    position: relative;
    top: 10px;
  }
  .cart-container .form-cart table tbody tr td.item .product-item-photo {
    display: inline-block;
    max-width: 100px;
    margin-bottom: 10px;
  }
  .cart-container .form-cart table tbody tr td.item .product-item-details .product-item-name {
    font-size: 14px;
  }
  .cart-container .form-cart table tbody tr td.item .product-item-details .product-item-name a {
    color: #333 !important;
  }
  .cart-container .form-cart table tbody tr td.item .product-item-details .item-options dt,
  .cart-container .form-cart table tbody tr td.item .product-item-details .item-options dd {
    width: 100%;
    color: #777;
  }
  .cart-container .form-cart table tbody tr td.item .product-item-details .item-options dt {
    font-style: italic;
  }
  .cart-container .form-cart table tbody tr td.price {
    padding-bottom: 15px !important;
    padding-top: 5px !important;
  }
  .cart-container .form-cart table tbody tr td.price span {
    font-size: 14px;
    font-weight: 500 !important;
  }
  .cart-container .form-cart table tbody tr td.qty {
    padding-left: 20px !important;
    padding-bottom: 15px !important;
  }
  .cart-container .form-cart table tbody tr td.subtotal .price {
    font-size: 14px;
    font-weight: 500 !important;
    color: #0088cc;
  }
  .cart-container .cart-summary {
    order: 0 !important;
    width: 100% !important;
  }
  .cart-container .cart-summary .shipping {
    border-top: 1px solid #ddd;
    border-radius: 7px 7px 0px 0px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #ddd;
  }
  .cart-container .cart-summary .block.discount {
    padding-left: 15px;
    padding-right: 20px;
  }
  .cart-container .cart-summary .block.discount .title {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-container .cart-summary .block.discount .title:after {
    right: 0;
  }
  .cart-container #left-side {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cart-container #left-side .farewell-balloon {
    margin-bottom: 0 !important;
  }
  .cart-extra-content #right-side {
    width: 100% !important;
    padding-right: 0;
  }
  .cart-extra-content #right-side .cart_bot_promo_banner {
    padding: 5px;
    width: 50%;
  }
  .cart-extra-content #right-side .cart_bot_promo_banner .tiptextlink .gurantie_description {
    left: 0;
  }
}
@media (max-width: 581px) {
  .checkout.paypal-logo {
    max-height: 125px;
  }
}
@media (max-width: 420px) {
  .checkout-cart-index #left-side .cart-images-promo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .checkout-cart-index #left-side .cart-images-promo div {
    width: 50%;
  }
}
@media (max-width: 381px) {
  .checkout.paypal-logo {
    max-height: 100px;
  }
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
/*
    .items.payment-methods {
        .payment-method:nth-of-type(2),
        .payment-method:nth-of-type(1),
        .payment-method:nth-of-type(3) {
            display: none;
        }

    }
    */
.firecheckout .amazon-button-container {
  display: none;
}
.firecheckout .table-checkout-shipping-method:before {
  content: "Address must be provided to view all Shipping options ";
  color: #ff0000;
  font-size: 13px;
  font-weight: 600;
  float: left;
  margin-bottom: 10px;
}
.firecheckout .table-checkout-shipping-method tbody td {
  display: inline-block;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.firecheckout .table-checkout-shipping-method tbody td .price {
  color: #367ebf;
}
.firecheckout .table-checkout-shipping-method tbody .col-carrier {
  font-size: 12px;
}
.firecheckout .table-checkout-shipping-method tbody .col-method {
  font-weight: 600;
}
.checkout-onepage-success .block .block-title {
  text-align: center !important;
  width: 100%;
}
.checkout-onepage-success .block .block-content {
  text-align: center;
  display: block !important;
}
.checkout-onepage-success .action.primary.continue,
.checkout-onepage-success .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.continue,
.checkout-onepage-success .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.continue,
.checkout-onepage-success .amshopby-button.continue,
.checkout-onepage-success .am-filter-go.continue,
.checkout-onepage-success .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.continue,
.checkout-onepage-success .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.continue,
.checkout-onepage-success .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.continue,
.checkout-onepage-success .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.continue {
  display: block;
}
.checkout-onepage-success .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .actions-toolbar .primary .action.primary.continue,
.checkout-onepage-success .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.continue,
.checkout-onepage-success .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.continue,
.checkout-onepage-success .actions-toolbar .primary .amshopby-button.continue,
.checkout-onepage-success .actions-toolbar .primary .am-filter-go.continue,
.checkout-onepage-success .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.continue,
.checkout-onepage-success .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.continue,
.checkout-onepage-success .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.continue,
.checkout-onepage-success .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.continue {
  float: none;
}
.firecheckout .action.primary,
.firecheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.firecheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.firecheckout .amshopby-button,
.firecheckout .am-filter-go,
.firecheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.firecheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.firecheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.firecheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  background: linear-gradient(to bottom, #17b820, #009e08) !important;
}
.firecheckout .swissup-checkout-fields__field .label {
  color: #ff0000;
}
.firecheckout .swissup-checkout-fields__field .label:after {
  content: 'Type any Special Notes or Shipping Instructions below!';
  color: #333;
  float: left;
  width: 100%;
}
.firecheckout .opc-block-summary .product-image-wrapper img {
  object-fit: contain;
}
.page-wrapper .page-main .column.main #checkout input[type="text"],
.page-wrapper .page-main .column.main #checkout input[type="email"] {
  border: solid 1px #999!important;
  background: #fff;
}
.page-wrapper .page-main .column.main #checkout input[type="radio"] {
  border: 1px solid #7d7d7d;
}
.page-wrapper .page-main .column.main #checkout select {
  border: solid 1px #999!important;
  background: #fff;
}
.page-wrapper .page-main .column.main #checkout input::-webkit-input-placeholder {
  color: #000;
  opacity: .8;
}
.page-wrapper .page-main .column.main #checkout input::-moz-placeholder {
  color: #000;
  opacity: .8;
}
.page-wrapper .page-main .column.main #checkout input:-ms-input-placeholder {
  color: #000;
  opacity: .8;
}
.page-wrapper .page-main .column.main #checkout input:-moz-placeholder {
  color: #000;
  opacity: .8;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li {
  border: 1px solid #cbcbcb;
  box-shadow: 0 3px 2px rgba(99, 99, 99, 0.16), 0 3px 6px rgba(201, 201, 201, 0.22);
  -webkit-box-shadow: 0 3px 2px rgba(99, 99, 99, 0.16), 0 3px 6px rgba(201, 201, 201, 0.22);
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li .discount-code,
.page-wrapper .page-main .column.main #checkout #checkoutSteps li .swissup-checkout-orderattachment {
  border: solid 1px #bfc6e2;
  border-radius: 4px;
  padding: 10px;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-title {
  padding: 0px 0 5px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content {
  padding: 0;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content .affirm-item,
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content .form-purchase-order,
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content #co-transparent-form,
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content .payment_form_paypal_express_bml,
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content .payment-method-note {
  border: solid 1px #d1d1d1;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 15px 15px 15px;
  margin-top: -5px;
  border-top-width: 3px;
  border-top-color: #5ad17d;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content input {
  margin-bottom: 0;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .form.payments .payment-group .payment-method-content .ccard {
  max-width: 100%;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#shipping,
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#opc-shipping_method,
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment {
  width: 32.22%;
  float: left;
  margin: 0 8px;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#shipping {
  margin-left: 0;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment {
  margin-right: 0;
}
.page-wrapper .page-main .column.main #checkout #checkoutSteps #shipping .form.form-login .subscription .checkbox {
  border: 1px solid #7d7d7d;
}
.page-wrapper .page-main .column.main #checkout aside.opc-summary-wrapper {
  width: 32.22%;
  margin-top: 15px;
  margin-right: 9px;
  border: 1px solid #cbcbcb;
  box-shadow: 0 3px 2px rgba(99, 99, 99, 0.16), 0 3px 6px rgba(201, 201, 201, 0.22);
  -webkit-box-shadow: 0 3px 2px rgba(99, 99, 99, 0.16), 0 3px 6px rgba(201, 201, 201, 0.22);
}
.page-wrapper .page-main .column.main #checkout aside.opc-summary-wrapper ol.minicart-items .product-item .product-item-details .product.options .item-options dt,
.page-wrapper .page-main .column.main #checkout aside.opc-summary-wrapper ol.minicart-items .product-item .product-item-details .product.options .item-options dd {
  float: left;
}
.page-wrapper .page-main .column.main #checkout aside.opc-summary-wrapper ol.minicart-items .product-item .product-item-details .product.options .item-options dd {
  padding-left: 5px;
}
.page-wrapper .page-main .column.main #checkout aside.opc-summary-wrapper ol.minicart-items .product-item .product-item-details .product.options .item-options dt {
  clear: both;
}
/*tablet*/
@media (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .page-main .column.main #checkout input[type="text"],
  .page-wrapper .page-main .column.main #checkout input[type="email"] {
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li #shipping,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li #opc-shipping_method,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li #payment {
    width: 49%;
  }
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#shipping,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#opc-shipping_method,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment {
    width: 31.44%;
    padding: 10px 15px 15px 15px;
  }
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#shipping .step-title,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#opc-shipping_method .step-title,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .step-title {
    font-size: 18px;
  }
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#shipping .step-title:before,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#opc-shipping_method .step-title:before,
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li#payment .step-title:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-left: -5px;
    margin-right: 5px;
  }
  .page-wrapper .page-main .column.main #checkout #checkoutSteps .checkout-payment-method .actions-toolbar.j2t-rewardpoints-actions-toolbar {
    border-right: 2px solid !important;
  }
  .page-wrapper .page-main .column.main #checkout aside.modal-custom {
    width: 100%;
  }
  .page-wrapper .page-main .column.main #checkout aside.modal-custom span.title {
    font-size: 18px;
  }
  .page-wrapper .page-main .column.main #checkout aside.modal-custom span.title:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-left: -5px;
    margin-right: 5px;
  }
}
/*tablet*/
@media (max-width: 767px) {
  .checkout-onepage-success .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 100% !important;
  }
  .page-wrapper .page-main .column.main #checkout #checkoutSteps li {
    width: 100% !important;
    float: none !important;
    margin: 0px 0px 15px 0px!important;
  }
  .page-wrapper .page-main .column.main #checkout aside.modal-custom {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index .cart-summary #block-shipping {
    order: 4;
    border: none;
  }
  .checkout-cart-index .cart-summary #block-discount {
    order: 3;
  }
  .checkout-cart-index .cart-summary #cart-totals {
    order: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .checkout-cart-index.page-layout-1column .cart-summary .checkout-methods-items {
    order: 1;
  }
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.p-d {
  padding: 0 20px;
}
a.prim-btn {
  background: #f67d1e;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 10px auto;
  display: inline-block;
}
.cms-va-programs.page-layout-1column .nav-sections,
.cms-sdi-va-program.page-layout-1column .nav-sections,
.cms-va-education-program-html.page-layout-1column .nav-sections {
  margin-bottom: 0;
}
.cms-va-programs.page-layout-1column .page-main,
.cms-sdi-va-program.page-layout-1column .page-main,
.cms-va-education-program-html.page-layout-1column .page-main {
  padding: 0;
}
.main_message {
  float: right;
  width: 65%;
  margin: 2%;
  padding: 2%;
  background-color: #f0f9ff;
}
.form-edu-program {
  width: 80%;
  margin: 2% auto;
  background-color: #f1f9ff;
  padding: 2% 4%;
  border: 2px solid #c2dae7;
  padding-bottom: 9%;
}
.form-edu-program .form-list {
  list-style: none;
  width: 100%;
  float: left;
}
.form-edu-program .fieldset .fields {
  width: 50%;
  float: left;
}
.form-edu-program .fieldset .fields .field {
  width: 100%;
}
.form-edu-program .buttons-set-bla .button {
  float: right !important;
  width: 30%;
}
.edu_service {
  float: left;
  width: 96%;
  margin: 0 2%;
}
.fieldset .wide {
  float: left;
  width: 100%;
}
.background-va-programs.top-page-section {
  background-image: url(../images/Veterans.jpg);
  background-color: #f0f9ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
  min-height: 300px;
  padding: 8% 0;
  margin: 0;
}
.header-wrap .title {
  margin-bottom: 20px !important;
  font-weight: bold !important;
}
.va-benefits {
  background: #fafaf6;
  margin: 20px 0 0;
}
.va-benefits h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #08c;
}
.va-benefits ul {
  list-style: none;
}
.va-benefits ul li {
  font-size: 16px;
}
ul.list-va li {
  display: flex;
  align-items: center;
}
ul.list-va li img {
  padding-right: 10px;
}
.carrer-text {
  background-color: #f0f9ff;
  padding: 20px;
  margin: 0 20px;
}
a.prim-btn {
  background: #f67d1e;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 10px auto;
  display: inline-block;
}
section.va-programs {
  padding: 5%;
}
section.va-programs .col-2 {
  text-align: center;
  background: #ebeddb;
  padding: 5% 0;
  box-shadow: 0 5px 20px #000000a8;
  border-radius: 3px;
}
section.va-programs h2 {
  margin: 0;
  font-size: 2.3rem !important;
  color: #484840;
}
section.va-programs a {
  background: #8c1c14;
  padding: 10px 20px;
  display: inline-block;
  color: #ebeddb;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 3px;
}
@media only screen and (min-width: 769px) {
  .p-d {
    padding: 0 20px;
  }
  section.va-programs .col-2 {
    width: 24%;
  }
}
.cms-page-view #content-wrap .bg-lightrays p {
  font-size: 16px;
}
.cms-page-view #content-wrap {
  margin: 0 auto;
  max-width: 1150px;
  padding-top: 50px;
}
.cms-page-view #content-wrap ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.cms-page-view #content-wrap ul li {
  margin-bottom: 5px;
}
.cms-page-view .column.main .wrap-3col {
  margin-left: 20px;
}
.cms-page-view .column.main .wrap-3col h1 {
  color: #08c;
  font-size: 25px !important;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  border-bottom: 2px solid lightgray;
}
.cms-page-view .swim-button {
  background: #08c;
  padding: 10px 20px;
  margin: 10px auto;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
.cms-page-view .page-button {
  background: #08c;
  padding: 10px 20px;
  margin: 10px auto;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
.courses-main.sdi-content .container-sd .text-sd {
  width: 75%;
}
.courses-main.sdi-content .container-sd picture,
.courses-main.sdi-content .container-sd > img {
  width: 25%;
}
.courses-main.sdi-content .container-sd img {
  max-height: 400px;
  object-fit: cover;
}
.container-sd .text-sd {
  padding: 20px;
  width: 60%;
}
.container-sd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-sd picture {
  width: 40%;
}
.container-sd:hover {
  transform: translate(0, -10px);
  box-shadow: 2px 12px 36px 0 rgba(0, 16, 29, 0.1);
}
.container-sd {
  transition: all 0.3s ease-out;
}
.mstForm__form .error {
  color: red;
  float: left;
}
.cms-public-safety .potpis {
  float: right;
  font-size: 22px;
  color: #0088cb;
  font-family: "Shadows Into Light", cursive;
  padding-top: 20px;
}
.cms-public-safety .full-con-1 {
  float: left;
  width: 100%;
}
.cms-public-safety .public-sd.banner {
  text-align: center;
  padding-top: 15px;
  clear: both;
}
.quotation-success {
  text-align: center;
}
.quotation-success .actions-toolbar {
  text-align: center;
}
.quotation-success .actions-toolbar .primary {
  float: none;
}
.contact-maps {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.contact-maps .cont-maps {
  width: 49%;
}
.contact-maps .cont-maps .lock {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #131315;
}
.contact-maps .cont-maps .fa {
  color: #08c;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
}
.contact-maps .cont-maps p {
  padding-left: 20px;
}
.contact-maps .cont-maps a {
  color: #333;
}
.contact-maps .cont-maps .cont-phone {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.form.contact {
  max-width: 1440px;
  margin: 0 auto;
}
.form.contact .fields.group-3,
.form.contact .fields.group-2 {
  display: flex;
}
.form.contact .livechat_button {
  display: inline-block;
}
.cms-index-index li.lable_save {
  padding-left: 5px;
  text-align: left;
}
.page-title h1,
.page-title h2 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #08c;
}
.military.cms-index-index .page-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background: url('../images/veterans-bg.jpg');
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
}
.military.cms-index-index .page-wrapper .sell_slider {
  background: none;
}
.military.cms-index-index .page-wrapper .home-top-section .custom-container {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  border-radius: 10px 10px 0 0;
}
.military.cms-index-index .page-wrapper .topicon_home.custom-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px !important;
}
.military.cms-index-index .page-wrapper .subscribe-mailing-section .custom-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.military.cms-index-index .page-wrapper .page-bottom .custom-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px 10px 0 0;
}
.military.cms-index-index .page-wrapper .content-heading .title {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px;
  min-width: 250px;
}
.military.cms-index-index .page-wrapper .with-arrow {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.military {
  position: relative;
}
.military .logo {
  background: url('../images/logo-veterans.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.military .logo img {
  visibility: hidden;
}
@media (min-width: 1024px) {
  .military .nav-sections {
    background: #0088cc url('../images/veteran-stars.png') repeat-x;
  }
  .military .navigation {
    background: none;
  }
}
/************ Open Water Page ***********/
.cms-courses-learn-to-dive-open-water-php.cms-page-view .sections.nav-sections {
  margin-bottom: 0;
}
.cms-courses-learn-to-dive-open-water-php.cms-page-view .page-title-wrapper {
  display: none;
}
.cms-courses-learn-to-dive-open-water-php.cms-page-view .page-main {
  padding: 0;
}
.cms-courses-learn-to-dive-open-water-php.cms-page-view .page-main .column.main h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 19px 0;
}
.cms-courses-learn-to-dive-open-water-php.cms-page-view .custom-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.blue-button {
  background: #08c;
  padding: 10px 20px;
  margin: 10px auto;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
.blue-button:hover {
  color: #fff;
  background: #0e60b1;
  text-decoration: none;
}
.open-water-bg {
  background-image: url(../images/open-water-page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  position: relative;
  padding: 6% 4%;
}
.open-water-bg .wraP {
  background: #0088ccde;
  color: #fff;
  float: left;
  width: 60%;
  padding: 20px;
}
.contact-form-open-water-wrap .form-list input.input-text {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin: 10px auto;
  width: 78%;
}
.contact-form-open-water-wrap .form-list input.input-text::placeholder {
  color: #fff;
}
.contact-form-open-water-wrap .swim-button {
  font-size: 14px;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  padding: 7px 20px;
  text-transform: uppercase;
  border: 2px solid #fff;
  float: right;
}
.open-water-content {
  clear: both;
  /*
		h2 {
			color: #08c;
			font-size: 24px;
		}
*/
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.flex-container .col-2 {
  width: 50%;
}
.open-water-image {
  position: relative;
}
.open-water-image img {
  width: 100%;
}
.open-water-image p:first-child {
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 15px;
  width: 100%;
  text-align: center;
}
.open-water-image p:last-child {
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  text-align: center;
  bottom: 0px;
}
.our-instructors.col-2 {
  padding-right: 33px;
}
.flex-images {
  padding: 0;
}
.flex-images > div {
  width: 32.333%;
  margin-right: 1%;
  text-align: center;
  position: relative;
}
.flex-images > div img {
  width: 100%;
}
.flex-images h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
}
.flex-container.flex-classes > div {
  width: 32.333%;
  background: #eff9ff;
  box-shadow: 1px 1px 10px #eee;
}
.flex-container.flex-classes > div img {
  float: left;
  margin-right: 30px;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.getting_started_img {
  width: 100px;
  height: 100px;
  z-index: 1;
}
.getting-started.flex-container {
  width: 100%;
}
.getting-started.flex-container:nth-child(odd) {
  background: #eff9ff;
  padding: 10px;
}
.getting-started.flex-container:nth-child(even) {
  padding: 10px;
}
.getting_started_text {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.getting_started_text p:first-child {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}
.getting_started_text_last {
  border-left: none;
}
.our-classes div p {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
}
.our-classes h4 {
  color: red;
  font-size: 32px;
  font-weight: 500;
}
.contact-us-bottom {
  position: relative;
  padding: 5% 20px;
  margin: 22px 0 0;
  text-align: center;
  background: url(../images/padi-scuba-diver_0.jpg) rgba(0, 0, 0, 0.45);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: 100% 50%;
}
.contact-us-bottom h3 {
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .cms-about-us .about-page_logo {
    display: none;
  }
  #hdmx__contact-button {
    left: auto;
    right: 6px;
  }
  .open-water-bg {
    text-align: center;
  }
  .contact-form-open-water-wrap .swim-button {
    float: none !important;
  }
  .wrap-imgE {
    width: 100% !important;
  }
  .wraP {
    width: 100% !important;
  }
  .flex-container .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .flex-images > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .flex-container.flex-classes > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.repairs-and-gas-page {
  max-width: 1200px;
  margin: 0 auto;
}
.cms-courses-php .page-title-wrapper {
  text-align: center;
}
.padi-logo-img,
.sditdi-img {
  display: block;
  margin: 10px auto;
}
.courses-main {
  float: left;
  width: 100%;
}
.courses-main .public-sd .courses-first_section {
  text-align: center;
}
.courses-main .courses-btns {
  text-align: center;
}
.courses-main .courses-btns .emailus {
  background: #0187cc;
  padding: 15px 25px;
}
.courses-main .courses-btns .emailus a {
  color: #fff;
  font-size: 16px;
}
.courses-main .courses-btns .emailus a .fa.fa-envelope {
  margin-right: 5px;
}
.courses-main .resp-vtabs .resp-tabs-list li {
  margin: 0;
}
.courses-main .resp-vtabs .resp-tabs-list .last-tab {
  margin-bottom: 10px;
}
.courses-main .resp-vtabs .resp-tabs-list li.heading-open-water:before {
  content: 'Open Water';
}
.courses-main .resp-vtabs .resp-tabs-list li.heading-specialties:before {
  content: 'Specialties';
}
.courses-main .resp-vtabs .resp-tabs-list li.heading-em-care:before {
  content: 'Emergency Care';
}
.courses-main .resp-vtabs .resp-tabs-list li.heading-cont-edu:before {
  content: 'Continuing Education';
}
.courses-main .resp-vtabs .resp-tabs-list li.heading-tech:before {
  content: 'Technical';
}
.courses-main .resp-vtabs .resp-tabs-list li.heading-prof:before {
  content: 'Professional';
}
.courses-main .resp-vtabs .resp-tabs-list li.heading-open-water:before,
.courses-main .resp-vtabs .resp-tabs-list li.heading-specialties:before,
.courses-main .resp-vtabs .resp-tabs-list li.heading-em-care:before,
.courses-main .resp-vtabs .resp-tabs-list li.heading-cont-edu:before,
.courses-main .resp-vtabs .resp-tabs-list li.heading-tech:before,
.courses-main .resp-vtabs .resp-tabs-list li.heading-prof:before {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  background: #0e628d;
}
.courses-main .resp-vtabs .resp-tabs-list .heading-first-li:before {
  content: 'Public Safety Diving';
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  background: #0e628d;
}
.courses-main .resp-vtabs .resp-tabs-list .heading-thirth-li:before {
  content: 'Recreational Diving';
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  background: #0e628d;
}
.courses-main .resp-vtabs .resp-tabs-list .heading-fivth-li:before {
  content: 'Technical Diving';
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  background: #0e628d;
}
.courses-main .resp-vtabs .resp-tabs-list .heading-second-li:before {
  content: 'First Aid Courses';
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  background: #0e628d;
}
.courses-main .resp-vtabs .resp-tabs-list .heading-fourth-li:before {
  content: 'Professional Diving';
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  background: #0e628d;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content {
  padding: 0;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd {
  background: #eff9ff;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  height: auto !important;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd .text-sd {
  padding: 20px;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd .text-sd h3 {
  font-size: 20px;
  font-weight: 400;
  color: #0086ce;
  margin-top: 0;
  margin-bottom: 5px;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd .text-sd .parahraph-sd {
  font-size: 14px;
  font-weight: 300;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd .text-sd .price-sd {
  color: #af0909;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd .text-sd .note {
  color: #7b858a;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd .text-sd .button-sd,
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd .text-sd .pop-up-button {
  border: 1px solid #0088cb;
  padding: 8px;
  float: left;
  margin: 0 0 2% 1%;
  border-radius: 50px;
  width: 180px;
  text-align: center;
  background: #0088cb;
  color: #fff;
  font-size: 14px;
}
.courses-main .resp-vtabs .resp-tabs-container .resp-tab-content .container-sd:hover {
  box-shadow: 2px 12px 36px 0 rgba(0, 16, 29, 0.1);
}
.cms-courses-new .page-wrapper .sections.nav-sections,
.cms-courses-padi .page-wrapper .sections.nav-sections {
  margin-bottom: 0;
}
.cms-courses-new .page-wrapper .page-main,
.cms-courses-padi .page-wrapper .page-main {
  padding: 0;
}
.cms-courses-new .page-wrapper .page-main .courses-new h1,
.cms-courses-padi .page-wrapper .page-main .courses-new h1 {
  padding: 10% 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  position: relative;
}
.cms-courses-new .page-wrapper .page-main .courses-new .background-fa,
.cms-courses-padi .page-wrapper .page-main .courses-new .background-fa {
  background-image: url(../images/dive-light-tdi.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.cms-courses-new .page-wrapper .page-main .courses-new .background-padi,
.cms-courses-padi .page-wrapper .page-main .courses-new .background-padi {
  background-image: url(../images/master-scuba-diver.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.cms-no-route .page-bottom,
.cms-no-route .footer-bottom {
  display: none;
}
.cms-no-route .block.block-content {
  max-width: 655px;
  margin: auto;
  float: none;
  padding: 0;
  width: 100%;
}
.cms-no-route .block.block-content .form.minisearch input {
  border: 0;
  border-radius: 18px;
  color: #000 !important;
  font-size: 14px;
  height: 37px;
  width: 100%;
}
.cms-no-route .block.block-content .form.minisearch .action.search {
  position: relative;
  top: -37px;
  left: 1px;
  padding: 2px 25px;
  padding-bottom: 3px;
  float: right;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(180deg, #f78f1b 0, #f56a22);
}
.cms-no-route .klevu-fluid,
.cms-no-route .klevu-min-ltr {
  display: none !important;
}
/**************** orland store **********/
.cms-orland-store-html .sections.nav-sections {
  margin: 0;
}
.cms-orland-store-html #maincontent.page-main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.background-storeO {
  background-image: url(../images/orland_frontn.jpg);
  background-color: beige;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.background-storeO:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
}
.background-storeO h1 {
  padding: 4% 2%;
  text-align: center;
  font-size: 40px !important;
  font-weight: bold !important;
  color: #fff !important;
  z-index: 2;
  position: relative;
  width: 50%;
  float: right;
}
/* Plainfield store */
.cms-plaindfield-store-html .sections.nav-sections {
  margin: 0;
}
.cms-plaindfield-store-html #maincontent.page-main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.background-storeP {
  background-image: url(../images/dive_frontn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.background-storeP:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
}
.background-storeP h1 {
  padding: 4% 2%;
  text-align: center;
  font-size: 40px !important;
  font-weight: bold !important;
  color: #fff !important;
  z-index: 2;
  position: relative;
  width: 50%;
}
.store-page {
  float: left;
  width: 100%;
}
.store-page h2 {
  text-align: center;
  font-weight: bold !important;
  font-size: 20px !important;
  margin: 0 0 15px;
  color: #08c;
}
.store-page h3 {
  color: #08c;
}
.store-page p {
  color: #333;
  font-size: 16px;
}
.store-page .white-text {
  color: #fff;
  margin: 0;
}
.store-page .page-button {
  background: #08c;
  padding: 10px 20px;
  margin: 10px auto;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
.store-page #topCourse1 {
  float: left;
}
.store-page .resp-vtabs .resp-tabs-container {
  background-color: #eff9ff;
  border: 1px solid #5ab1d0;
}
.store-page .resp-vtabs .resp-tabs-list .resp-tab-item {
  padding: 15px;
}
.store-page .resp-vtabs li.resp-tab-active {
  margin-right: -5px !important;
  border-top: 1px solid;
  border: 1px solid #08c !important;
  border-left: 4px solid #08c !important;
  border-right: 1px #FFF solid !important;
}
/********** 404 ******************/
.cms-no-route {
  background: #031172 url('../images/bkg-404.jpg') 0 0 no-repeat fixed;
  background-size: 100%;
  min-height: 100%;
  position: fixed;
  width: 100%;
}
.cms-no-route .no-route-cont {
  padding-top: 10%;
  text-align: center;
}
.cms-no-route .no-route-cont h1 {
  font-size: 3.5em;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #005dac;
  margin: 20px 0;
}
.cms-no-route .no-route-cont h2 {
  text-transform: uppercase;
  color: #F69527;
  font-weight: bold;
  font-size: 2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cms-no-route span {
  color: #F69527;
}
/*********** SSEARcH NO RESULT **********************/
.search-index-index .kuNoRecordFound {
  margin: 20px;
}
.search-index-index .kuNoRecordFound ul {
  list-style: none;
  border-left: 1px solid #e3e4e4;
  border-top: 1px solid #e3e4e4;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.search-index-index .kuNoRecordFound ul li {
  width: 25%;
  float: left;
  border-right: 1px solid #e3e4e4;
  border-bottom: 1px solid #e3e4e4;
  margin-bottom: 0;
}
.search-index-index .kuNoRecordFound ul li:hover {
  box-shadow: 0 0 40px #eee;
}
.search-index-index .kuNoRecordFound ul li .kuNoResultsImgWrap-lp {
  min-height: 210px;
}
.search-index-index .kuNoRecordFound ul li .kuPrice {
  padding-top: 2%;
}
.search-index-index .kuNoRecordFound ul li .ku-name {
  font-size: 14px;
  min-height: 40px;
}
.search-index-index .kuNoRecordFound ul li .ku-desc {
  display: none;
}
.search-index-index .kuNoRecordFound ul li .kuPrice {
  margin-bottom: 25px;
}
.search-index-index .kuNoRecordFound ul li .kuVariants {
  margin-top: -14px;
}
.search-index-index .kuNoRecordFound ul li a:hover {
  text-decoration: none;
}
.search-index-index .kuNoRecordFound h3 {
  margin: 2% 0;
}
/********* WISHLIST PAGE *******************/
.wishlist-index-index .form-wishlist-items .product-item .product-item-info {
  text-align: center;
}
.wishlist-index-index .form-wishlist-items .product-item .product-item-info .price-box .old-price {
  display: none;
}
.wishlist-index-index .form-wishlist-items .product-item .product-item-inner {
  position: relative;
  width: 100%;
  float: left;
  box-shadow: none;
  border: 0;
}
/****************************/
.open-new-page {
  padding: 0px !important;
}
.open-new-page a {
  padding: 15px !important;
  display: block;
  color: #fff;
}
.open-new-page a:hover {
  color: #fff !important;
  text-decoration: none;
}
.open-new-page a:active,
.resp-tab-active.open-new-page a,
.open-new-page.resp-tab-item.ver_1.resp-tab-active a:hover {
  color: #f67d1e !important;
}
.open-new-page.resp-tab-item.ver_1.resp-tab-active {
  margin-right: 0 !important;
  border-right: 1px #08c solid !important;
}
.open-new-page-content {
  display: none;
}
.half-page-orland {
  float: left;
  width: 50%;
  padding: 1%;
}
.wrap-page-orland {
  padding: 1%;
}
.page-title .page-button {
  margin: 0;
}
.pool-imgs img {
  width: 100%;
}
.maps-p iframe {
  pointer-events: none;
}
.header-container.type20 {
  margin-bottom: 0;
}
.box_head {
  background: #08c;
  padding: 10px 20px;
  color: #fff;
}
.full_box img {
  max-width: 100%;
}
p {
  font-size: 16px;
}
.four-boxes-wrap {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.four_boxes {
  min-height: 151px;
  border: 1px solid #0088cb;
  float: left;
  width: 48%;
  margin: 1%;
}
.four_boxes h3 {
  color: #fff;
}
.four_boxes p {
  padding: 0 2%;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rental-box {
  float: left;
  width: 100%;
}
.rental-img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto 2%;
  border: 1px solid #333;
}
.classes-orland {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-classes {
  margin: 10px;
}
.box-classes h3 {
  text-align: center;
}
.box-classes img {
  max-width: 366px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.pool-imgs {
  max-width: 50%;
  width: 100%;
  float: right;
  margin: 0 1% 1%;
}
.img-kids-right img {
  max-width: 470px;
  width: 100%;
  padding: 0 5% 2%;
}
.kids-left {
  width: 60%;
  float: left;
}
.img-kids-right {
  width: 40%;
  float: left;
}
.travel-orland h3 {
  text-align: center;
  background: #08c;
  color: #fff;
  padding: 6px;
  margin: 0;
}
.fire-dept {
  width: 33%;
  float: left;
  padding: 1%;
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .full_box.full_img {
    width: 48% !important;
    margin-top: 3%;
  }
  .full_box.half_p {
    width: 48% !important;
  }
  .fire-dept {
    max-width: 370px;
  }
}
@media only screen and (max-width: 920px) {
  .full_width {
    width: 98% !important;
    margin: 1%;
    height: 100% !important;
  }
  .logo_drisOrl {
    margin: 4% 2% !important;
  }
  .fire-dept {
    text-align: center;
  }
}
@media only screen and (max-width: 868px) {
  .full_box.p_text,
  .full_box.map {
    width: 94% !important;
    margin: 1% 3% !important;
  }
  .full_box.full_img {
    width: 94% !important;
    margin: 3%;
  }
  .full_box.half_p {
    width: 98% !important;
  }
  .no_img {
    display: none;
  }
  .full_box.no_img_text {
    width: 98% !important;
  }
  .kids-left,
  .img-kids-right {
    width: 100%;
  }
  .img-kids-right img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .store-page h2.resp-accordion.ver_1 {
    color: #fff !important;
  }
  .pool-imgs {
    max-width: 100%;
  }
  .travel-box-orland {
    width: 100%;
  }
  .search-index-index .kuNoRecordFound ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .full_box {
    width: 98% !important;
    margin: 1%;
    text-align: center;
  }
  .background-storeO h1 {
    font-size: 30px;
  }
  .full_box.full_small {
    width: 96% !important;
    margin: 2%;
  }
  .four_boxes {
    width: 98% !important;
  }
  .travel-box-orland {
    width: 100%;
  }
}
/*----------- Orland store Vertical tabs-----------*/
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  background-color: #08c;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  color: #fff !important;
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
  clear: both;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 16%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-list li span {
  display: block;
  padding: 14px 15px 15px 14px;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  float: left;
  width: calc( 84% - 8px );
  margin: 0 4px;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  background: #f67d1d !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
h2.resp-tab-active {
  background: #DBDBDB;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
    margin: 0;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/*******change tabs *******/
.resp-tabs-list.ver_1 {
  margin: 0 !important;
}
.resp-vtabs .resp-tabs-container {
  border-radius: 0 !important;
}
/*----------- Orland store Vertical tabs end-----------*/
/* Plainfield store */
.getting-started {
  width: 25%;
  min-width: 230px;
  text-align: center;
  padding: 3%;
}
.getting-started img {
  width: 50px;
  height: 50px;
}
.cms-swim-programs-html .sections.nav-sections {
  margin: 0;
}
.cms-swim-programs-html #maincontent.page-main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cms-swim-programs-html .swim-button {
  background: #08c;
  padding: 10px 20px;
  margin: 10px auto;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
.cms-swim-programs-html .swim-button:hover {
  color: #fff;
  background: #0e60b1;
  text-decoration: none;
}
.cms-swim-programs-html .wraP {
  padding: 20px;
  background: #225d5c9c;
  float: left;
  width: 60%;
}
.cms-swim-programs-html .wraP h3 {
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.cms-swim-programs-html .wraP p {
  font-size: 16px;
  color: #fff;
  text-align: center !important;
  font-weight: lighter;
}
.form-free-swim .fieldset {
  float: left;
  width: 80%;
  margin: 0;
}
.form-free-swim .fieldset label {
  display: none;
}
.form-free-swim .fieldset input {
  background: transparent;
  border: 2px solid #fff;
  margin: 10px auto;
  border-radius: 0;
}
.form-free-swim .fieldset input::placeholder {
  color: #fff;
}
.form-free-swim .swim-button {
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  padding: 7px 20px;
  text-transform: uppercase;
  border: 2px solid #fff;
  float: right;
  background: transparent;
}
.form-free-swim .g-recaptcha {
  float: left;
}
.form-free-swim .error.error-captcha {
  float: left;
}
.form-free-swim .error {
  color: #fff;
}
.swim-dive {
  float: left;
}
.swim-dive p {
  font-size: 16px;
}
.swim-dive h1 {
  font-size: 26px;
}
.swim-dive h2 {
  color: #08c;
}
hr {
  width: 30%;
  height: 2px;
  background: #0187cc;
}
.swim-header {
  padding-top: 2%;
  clear: both;
}
.swim-header-soon {
  text-align: center;
  float: left;
  width: 100%;
  background: #eff9ff;
  margin-top: 20px;
  padding: 20px 10px;
}
.swim-header-soon h1 {
  font-weight: bold;
}
.swim-header-soon h2 {
  font-weight: bold;
}
.swim-box {
  width: 42%;
  float: left;
  margin: 1% 4%;
  padding: 1%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0);
  background: #eff9ff;
}
.swim-box h3 {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #0088cb;
  display: inline-block;
  margin: 10px 0;
}
.swim-box p {
  margin: 0;
}
.swim-box .swim-button {
  margin: 20px 10px auto;
}
.swim-about {
  display: flex;
  align-items: center;
}
.swim-about img {
  width: 100%;
  max-height: 370px;
  object-fit: cover;
}
.swim-about .col-6 {
  width: 50%;
  padding: 2% 10px;
}
.water-safety {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.water-safety .col-6 {
  width: 50%;
  padding: 2% 10px;
}
.swim-contact-p {
  display: flex;
  align-items: center;
  position: relative;
  color: #333;
}
.swim-contact-p .col-6 {
  width: 50%;
  padding: 2% 10px;
}
.swim-contact-p b {
  margin-right: 10px;
  color: #0187cc;
  font-size: 18px;
}
.swim-about-p {
  margin-top: 20px;
  float: left;
}
.swim-contact {
  clear: both;
}
.swim-contact ul {
  list-style: none;
}
.swim-contact ul li a {
  color: #4e4e4e;
  font-size: 16px;
}
.swim-contact iframe {
  width: 100%;
  height: 250px;
}
.col-6.water-s-t p {
  text-align: center;
  font-size: 20px !important;
  color: #03013b;
}
.cms-orland-store-html .main.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cms-plaindfield-store-html .main.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.swim-header-bg {
  background-image: url(../images/header-dris-swim-page.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  position: relative;
  padding: 6% 4%;
}
.swim-header-bg h1 {
  font-size: 40px !important;
  font-weight: bold !important;
  color: #fff !important;
  z-index: 2;
  position: relative;
  padding: 50px 0;
}
.header-container.type20 {
  margin: 0;
}
.swim-programs {
  float: left;
  padding: 0 1%;
}
.youth {
  float: left;
  width: 100%;
  padding: 0 6%;
  text-align: center;
}
.youth h2 {
  font-size: 20px !important;
  margin: 26px auto 10px !important;
  color: #333 !important;
  font-weight: bold !important;
}
.adult {
  float: left;
  width: 100%;
  padding: 0 6%;
  text-align: center;
}
.adult h2 {
  font-size: 20px !important;
  margin: 26px auto 10px !important;
  color: #333 !important;
  font-weight: bold !important;
}
.water-safety-p {
  float: left;
}
.swim-school-img {
  max-width: 100%;
  width: 100%;
}
.wrap-imgE {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 1200px) {
  .cms-swim-programs-html .wraP .fields {
    width: 100%;
  }
  .cms-swim-programs-html .wraP ul li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1020px) {
  .swim-box {
    width: 96% !important;
    min-height: inherit;
  }
  .cms-swim-programs-html .wraP .fields {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .swim-about {
    display: block;
    text-align: center;
  }
  .swim-about .col-6 {
    width: 100% !important;
  }
  .water-safety {
    display: block;
  }
  .water-safety .col-6 {
    width: 100% !important;
  }
  .swim-contact-p {
    display: block;
  }
  .swim-contact-p .col-6 {
    width: 100% !important;
  }
  .safety-text {
    text-align: center;
  }
  .swim-dive p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .swim-header-bg {
    text-align: center;
  }
  .wrap-imgE {
    width: 100% !important;
  }
  .wraP {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .form.contact .field.name.required {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .form.contact .field.email.required {
    width: 49%;
    float: left;
  }
  #hdmx__contact-button {
    background-color: #0088cc;
    top: 80%;
  }
}
.tiptextlink {
  display: inline-block;
  position: relative;
}
.tiptextlink .gurantie_description {
  position: absolute;
  text-align: left;
  display: none;
  left: 0;
  top: 0;
  color: #222;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  padding: 15px;
  box-shadow: -7px 7px 10px -3px rgba(144, 144, 144, 0.35);
}
.tiptextlink:hover .gurantie_description {
  display: block;
}
.cms-page-view {
  color: #777;
}
.cms-page-view h1.page-title .base {
  font-size: 20px;
  margin: 0 0 15px;
  color: #08c;
  font-weight: 400;
}
.cms-page-view .column.main h1 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cms-page-view .column.main h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.cms-page-view .column.main hr {
  border-color: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.cms-page-view .bg-lightrays .block {
  padding: 0 0 10px 0;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #39b9c4;
}
.cms-page-view .bg-lightrays .block p {
  line-height: 1.5;
  font-size: 14px;
  padding: 0 0 10px 0;
  margin: 0;
}
.cms-page-view .bg-lightrays p {
  font-size: 13px;
  margin: 15px 0 30px 0!important;
}
.cms-page-view .bg-lightrays h4.trigger {
  padding: 0 0 0 50px;
  margin: 0 0 10px -5px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 50px;
  background: #02608f url(../images/toggle-icon.gif) no-repeat;
}
.cms-page-view .bg-lightrays h4.trigger.active {
  background-position: left bottom;
}
.cms-page-view .bg-lightrays .button-2col {
  display: inline-block;
  width: 220px;
  height: 50px;
  background: url(../images/2col-button.gif);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  margin: 0 10px 10px 0;
  color: #fff;
}
.cms-page-view .bg-lightrays h1.sIFR-ignore {
  font-weight: normal;
  font-size: 18px;
}
.cms-page-view .bg-lightrays .visible-xs,
.cms-page-view .bg-lightrays .visible-sm,
.cms-page-view .bg-lightrays .visible-md,
.cms-page-view .bg-lightrays .visible-lg {
  display: none !important;
}
.cms-page-view .repairs-and-gas-page table tr td {
  font-size: 14px;
  line-height: 25px;
  padding: 5px;
  border-bottom: 1px solid #eaeaea;
}
.cms-page-view .repairs-and-gas-page table tr:hover {
  background: #fdfdfd;
}
.cms-page-view .repairs-and-gas-page .tabs {
  float: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.cms-page-view .repairs-and-gas-page .tabs li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  list-style: none;
  background: #08c;
  color: #fff;
}
.cms-page-view .repairs-and-gas-page .tabs li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 17px;
}
.cms-page-view .repairs-and-gas-page ul.tabs .active,
.cms-page-view .repairs-and-gas-page ul.tabs .current {
  background: #f67d1e;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content {
  float: left;
  padding: 20px 16px 16px 16px;
  box-shadow: 3px 0px 8px #ccc8c8;
  width: 100%;
  margin-bottom: 15px;
  /*
				.block{
					border-bottom:solid 1px #ddd;
					display:inline-block;
					margin-bottom:15px!important;
					width:100%;
					.wrap-3col{
						width:220px;
					}
					.wrap-8col{
						width:78%;
					}
					&:last-child{
						border-bottom:none;
						margin-bottom:0!important;
					}
				}
*/
  /*
				h1.sIFR-ignore{
					margin-bottom:5px;
				}
				div.wrap-3col{
					width:auto;
					margin:10px;
					float:left;
					.first-con{
						& + img{
							width:100%;
						}
					}
				}
				div.wrap-8col{
					width:auto;
					margin:10px;
					float:left;
					.left-from-VIdeo-text {
						float: left;
						width: 50%;
					}
					.video-in-drysuit {
						float: right;
					}
				}
*/
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table td,
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table th {
  text-align: left;
  padding: 8px;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table td:last-child {
  text-align: center;
  width: 170px;
  display: block;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table th {
  font-weight: bold;
  font-size: 16px;
  background: #0087cc;
  border: 0 none;
  color: #fff;
  width: 100%;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table th:last-child {
  width: 170px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  height: 38px;
  display: block;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table th:first-child {
  border-right: 1px solid #fff;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .important-for-bcd {
  padding-top: 40px;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .blue-Row {
  background: #eff9ff;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .video-in-drysuit {
  float: right;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .left-from-VIdeo-text {
  float: left;
  width: 50%;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .repairs-Table {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .block p {
  line-height: 1.5;
  font-size: 14px;
  padding: 0 0 10px 0;
  margin: 0px 0px 1rem 0px;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content h1.tab-heading {
  color: #0086ce;
  font-weight: normal;
  margin: 10px 0;
  font-size: 22px;
  float: left;
  width: 100%;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .first-con.tab2 {
  float: left;
  width: 60%;
  padding-right: 1%;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .video-regulators {
  float: right;
  width: 40%;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .video-regulators iframe {
  width: 100%;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .regulators-BCD {
  font-family: arial,sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .regulators-BCD th {
  font-weight: bold;
  font-size: 16px;
  background: #0087cc;
  border: 0 none;
  color: #fff;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .regulators-BCD th:first-child {
  border-right: 1px solid #fff;
  width: 100%;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .regulators-BCD th:last-child {
  text-align: center;
  min-width: 170px;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .regulators-BCD td:last-child {
  width: 20%;
  text-align: center;
  font-weight: bold;
  color: #6b6b6b;
  font-size: 14px;
}
.cms-page-view .repairs-and-gas-page .tabs_item_Content .regulators-BCD tr:nth-child(even) {
  background-color: #eff9ff;
}
.cms-page-view .repairs-and-gas-page .button-2col {
  background: #0086ce;
  float: left;
  width: 180px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  margin: 0 10px 10px 0;
  color: #fff;
}
.cms-page-view .repairs-and-gas-page .button-2col:hover {
  background: #f67d1e;
}
.cms-page-view .page-title-wrapper .page-title + a {
  display: none;
}
.cms-page-view.cms-our-staff .tabs_item_Content-text img {
  float: left;
  margin-right: 10px;
}
.cms-page-view.cms-trips-php .nav-sections,
.cms-page-view.cms-upcoming-events-php .nav-sections {
  margin-bottom: 0px;
}
.cms-page-view.cms-trips-php #maincontent,
.cms-page-view.cms-upcoming-events-php #maincontent {
  padding-left: 0px;
  padding-right: 0px;
}
.cms-page-view.cms-trips-php .trips-heading,
.cms-page-view.cms-upcoming-events-php .trips-heading {
  background: url(../images/trips-crop.jpg);
  padding: 0;
  float: left;
  width: 100%;
  background-size: cover;
  padding: 2% 0;
  margin-bottom: 40px;
}
.cms-page-view.cms-trips-php .trips-heading .trips-heading-WRP,
.cms-page-view.cms-upcoming-events-php .trips-heading .trips-heading-WRP {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.cms-page-view.cms-trips-php .trips-heading .trips-heading-text,
.cms-page-view.cms-upcoming-events-php .trips-heading .trips-heading-text {
  background: rgba(0, 0, 0, 0.50980392);
  float: left;
  width: 56%;
  color: #fff;
  font-size: 14px;
  padding: 30px 20px 30px 35px;
}
.cms-page-view.cms-trips-php .trips-heading .trips-heading-text h2,
.cms-page-view.cms-upcoming-events-php .trips-heading .trips-heading-text h2 {
  font-size: 22px;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
.cms-page-view.cms-trips-php .trips-heading .trips-heading-text .first-paragraph-trips,
.cms-page-view.cms-upcoming-events-php .trips-heading .trips-heading-text .first-paragraph-trips {
  margin-bottom: 10px;
  line-height: 2;
}
.cms-page-view.cms-trips-php .trips-heading .form-trips,
.cms-page-view.cms-upcoming-events-php .trips-heading .form-trips {
  float: right;
  width: 36%;
}
.cms-page-view.cms-trips-php .trips-heading .form-trips .form-tripsWRP fieldset,
.cms-page-view.cms-upcoming-events-php .trips-heading .form-trips .form-tripsWRP fieldset {
  margin: 0 0 10px 0;
}
.cms-page-view.cms-trips-php .trips-heading .form-trips .form-tripsWRP input.input-text,
.cms-page-view.cms-upcoming-events-php .trips-heading .form-trips .form-tripsWRP input.input-text {
  width: 100%;
  height: 38px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 0;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.74117647);
}
.cms-page-view.cms-trips-php .trips-heading .form-trips .form-tripsWRP textarea,
.cms-page-view.cms-upcoming-events-php .trips-heading .form-trips .form-tripsWRP textarea {
  width: 100%;
  height: 160px;
  line-height: 1.4;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 0;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.74117647);
  min-height: 200px;
  max-height: 200px;
}
.cms-page-view.cms-trips-php .trips-heading .form-trips .form-tripsWRP .actions-toolbar .primary,
.cms-page-view.cms-upcoming-events-php .trips-heading .form-trips .form-tripsWRP .actions-toolbar .primary {
  width: 100%;
}
.cms-page-view.cms-trips-php .trips-heading .form-trips .form-tripsWRP .actions-toolbar .primary .action.submit.primary,
.cms-page-view.cms-upcoming-events-php .trips-heading .form-trips .form-tripsWRP .actions-toolbar .primary .action.submit.primary {
  width: 100%;
  background: #08c;
  border: none !important;
  border-radius: 0 !important;
}
.cms-page-view.cms-trips-php .posts-content,
.cms-page-view.cms-upcoming-events-php .posts-content {
  font-weight: normal;
}
.cms-page-view.cms-trips-php .posts-content .section,
.cms-page-view.cms-upcoming-events-php .posts-content .section {
  clear: both;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cms-page-view.cms-trips-php .posts-content .section .span_1_of_3,
.cms-page-view.cms-upcoming-events-php .posts-content .section .span_1_of_3 {
  width: 31.26%;
}
.cms-page-view.cms-trips-php .posts-content .section .col,
.cms-page-view.cms-upcoming-events-php .posts-content .section .col {
  display: block;
  float: left;
  margin: 1%;
  /*&:first-child{
							margin-left:0;
						}*/
}
.cms-page-view.cms-trips-php .posts-content .section + p,
.cms-page-view.cms-upcoming-events-php .posts-content .section + p {
  margin: 45px 0 30px 0;
  clear: both;
  font-size: 18px;
}
.cms-page-view.cms-trips-php .posts-content .section .post-date,
.cms-page-view.cms-upcoming-events-php .posts-content .section .post-date {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px;
}
.cms-page-view.cms-trips-php .posts-content .section .post-description,
.cms-page-view.cms-upcoming-events-php .posts-content .section .post-description {
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cms-page-view.cms-trips-php .posts-content .section .post-description p,
.cms-page-view.cms-upcoming-events-php .posts-content .section .post-description p {
  margin-bottom: 5px;
}
.cms-page-view.cms-trips-php .posts-content .section .post-description span,
.cms-page-view.cms-upcoming-events-php .posts-content .section .post-description span {
  font-size: 13px;
}
.cms-page-view.cms-trips-php .posts-content .post-title,
.cms-page-view.cms-upcoming-events-php .posts-content .post-title {
  font-size: 20px;
  color: #1589ca;
  margin-bottom: 20px;
}
.cms-page-view.cms-trips-php .posts-content .tipblock img,
.cms-page-view.cms-upcoming-events-php .posts-content .tipblock img {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 18px;
  max-height: 250px;
  object-fit: cover;
}
.cms-page-view.cms-hassle-free-returns .column.main ol,
.cms-page-view.cms-hassle-free-returns .column.main ul,
.cms-page-view.cms-hassle-free-returns .column.main ul ul,
.cms-page-view.cms-hassle-free-returns .column.main ol ol,
.cms-page-view.cms-hassle-free-returns .column.main ul ol,
.cms-page-view.cms-hassle-free-returns .column.main ol ul {
  margin: .5em 0;
  padding: 0 20px;
}
.cms-page-view.cms-hassle-free-returns h2 {
  margin-top: 0;
}
.cms-page-view.cms-reward-point-program-faq table tr:first-child {
  display: none;
}
.cms-page-view.cms-reward-point-program-faq table tr td .pointWarning {
  display: block;
  padding-bottom: 10px;
}
.cms-page-view.cms-reward-point-program-faq table tr td ol {
  margin: 0;
  padding: 0px 10px 10px 10px;
}
.cms-page-view.cms-reward-point-program-faq table tr td ol li {
  margin-bottom: 15px;
}
.cms-page-view.cms-reward-point-program-faq table tr td ol li .pointFaq {
  padding: 10px;
  border: 1px solid #f9f9f9;
  margin-top: 10px;
  box-shadow: #eaeaea 0px 0px 5px;
  background: #fefefe;
  color: #000;
  margin-left: -15px;
}
.cms-page-view.cms-secure-shopping .column.main img {
  width: 100% !important;
}
.cms-page-view.cms-about-dive-right-in-scuba iframe {
  margin-top: 15px;
  width: 100%;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.cms-page-view.cms-brands .brand-images .bare-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.cms-page-view.cms-brands .brand-images .bare-list .brand-item.custom-brand-item {
  width: 16.66666667%;
  max-width: 100%;
  min-width: inherit;
  height: 155px;
  float: left;
}
.cms-page-view.cms-brands .brand-images .bare-list .brand-item.custom-brand-item .item {
  display: block;
  text-align: center;
  text-decoration: none;
}
.cms-page-view.cms-brands .brand-images .bare-list .brand-item.custom-brand-item .item .am-image-wrapper {
  display: inline-block;
}
.cms-page-view.cms-brands .brand-images .bare-list .brand-item {
  border: 1px solid #eee;
  padding: 10px;
}
.cms-page-view.cms-brands .brand-images .bare-list .brand-item .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-page-view.cms-brands .brand-images .bare-list .brand-item .label:before {
  display: none;
}
.cms-page-view.cms-reviews .toolbar {
  float: none;
  text-align: right;
}
.cms-page-view.cms-reviews .toolbar .pager .toolbar-amount {
  display: none;
}
.cms-page-view.cms-reviews .toolbar .pager .pages {
  float: right;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.cms-page-view.cms-reviews .toolbar .pager .pages .item {
  width: 33px;
  height: 33px;
  top: 2px;
}
.cms-page-view.cms-reviews .toolbar .pager .pages .item .page {
  border: solid 1px #ddd;
  width: 33px;
  height: 33px;
  border-radius: 3px;
}
.cms-page-view.cms-reviews .toolbar .pager .pages .item .action {
  background: #fff;
  box-shadow: none;
}
.cms-page-view.cms-reviews .toolbar .pager .pages .item strong.page {
  background: transparent;
  color: #fff;
  border: none;
}
.cms-page-view.cms-reviews .toolbar .pager .pages .item.current {
  background: #08c;
  border-color: #08c;
  border-radius: 4px;
}
.cms-page-view.cms-reviews .toolbar .pager .pages .item.pages-item-next {
  border: none;
  width: auto;
}
.cms-page-view.cms-reviews .toolbar .pager .pages .item.pages-item-next .next {
  margin-left: 0;
}
.cms-page-view.cms-reviews .toolbar .pager .limiter {
  display: inline-block;
  float: right;
}
.cms-page-view.cms-reviews .toolbar .pager .limiter .limiter-options {
  background-color: #fff;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item {
  clear: both;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 165px;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item .sam_review_item_pimage {
  /*float:left;*/
  margin-right: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item .sam_review_item_pname h2 {
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item .home_product_info_data {
  /*float:left;*/
  width: 100%;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item .home_product_info_data .product-review-details {
  background: #e1edf9;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 18px;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item .home_product_info_data .product-review-details .product-reviews-summary {
  margin-bottom: 5px;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item .home_product_info_data .product-review-details .shorten_desc h5 {
  margin: 15px 0px 0px 0px;
}
.cms-page-view.cms-reviews .all_product_reviews .revs-big .reveiw_item .home_product_info_data .sam_review_item_nickname {
  float: right;
  background: url(../images/review_corner.png) no-repeat 0 0;
  padding-left: 30px;
  height: 19px;
  line-height: 20px;
  position: relative;
  right: 45px;
  color: #005dac;
}
.cms-page-view .column.main .std .bg-lightrays .wrap-8col h2 {
  font-family: "Shadows Into Light", cursive;
  font-size: 22px;
  font-variant: small-caps;
  color: #318ad1;
}
.cms-page-view .column.main .std .bg-lightrays .wrap-8col ul {
  list-style: disc outside;
  padding-left: 1.5rem;
}
.cms-page-view .column.main .std .bg-lightrays .wrap-8col .list-2col {
  column-count: 2;
}
/*---Responsive----*/
@media (min-width: 1024px) and (max-width: 1299px) {
  .cms-page-view.cms-services .tabs_item_Content.gas .block .wrap-8col {
    width: 71%;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .block {
    width: 48%;
  }
  .cms-brands .custom-content ul.bare-list li {
    width: 21% !important;
  }
}
.cms-page-view .column.main .std .bg-lightrays .sidebar h1 {
  font-family: "Shadows Into Light", cursive;
  font-variant: small-caps;
  color: #318ad1;
  border-bottom: 2px solid lightgray;
  font-size: 30px;
}
.cms-page-view .column.main .std .bg-lightrays .wrap-8col h1 {
  font-family: "Shadows Into Light", cursive;
  font-size: 50px;
  font-variant: small-caps;
  color: #318ad1;
  text-align: center;
}
.cms-page-view .column.main .std .bg-lightrays .wrap-3col h2 {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
  font-variant: small-caps;
  color: #318ad1;
  border-bottom: 2px solid lightgray;
}
.cms-page-view .column.main .std .bg-lightrays .wrap-3col .sidebar {
  width: 48%;
  float: left;
  padding: 0px 13px;
  margin: 0px 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cms-page-view.cms-services .tabs_item_Content div.wrap-8col .left-from-VIdeo-text {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content div.wrap-8col .video-in-drysuit iframe {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content .repairs-Table td:last-child,
  .cms-page-view.cms-services .tabs_item_Content .repairs-Table th:last-child {
    width: auto;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .block .block-wrap {
    height: 200px;
  }
  .cms-page-view.cms-services .tabs_item_Content .video-in-drysuit {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content .first-con.tab2,
  .cms-page-view.cms-services .tabs_item_Content .video-regulators {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content .regulators-BCD th:last-child {
    width: auto;
  }
  .cms-page-view.cms-services .tabs_item_Content.gas .block .wrap-3col a.button {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content.gas .block .wrap-8col {
    width: 62%;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .widget-static-block .block {
    width: 48%;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .widget-static-block .block .block-wrap {
    height: 220px;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .widget-static-block .block .wrap-3col {
    float: none;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .widget-static-block .block .wrap-3col a.button {
    width: 100%;
  }
  .cms-learn-to-dive ul li {
    margin: 20px 0px!important;
  }
  .cms-trips-php header.page-header,
  .cms-upcoming-events-php header.page-header {
    margin-bottom: 0px !important;
  }
  .cms-trips-php .trips-heading .first-paragraph-trips,
  .cms-upcoming-events-php .trips-heading .first-paragraph-trips {
    line-height: 1.5 !important;
  }
  .cms-brands .custom-content ul.bare-list li {
    width: 21% !important;
  }
  .cms-page-view .page-main {
    width: 100%;
  }
  .cms-page-view .column.main .std .bg-lightrays .wrap-3col .sidebar {
    width: 47.2%;
  }
}
@media (max-width: 767px) {
  .cms-page-view.cms-services .tabs_item_Content div.wrap-8col .left-from-VIdeo-text {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content div.wrap-8col .video-in-drysuit iframe {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content .repairs-Table td:last-child,
  .cms-page-view.cms-services .tabs_item_Content .repairs-Table th:last-child {
    width: auto;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .block .block-wrap {
    height: 200px;
  }
  .cms-page-view.cms-services .tabs_item_Content .video-in-drysuit {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content .first-con.tab2,
  .cms-page-view.cms-services .tabs_item_Content .video-regulators {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content .regulators-BCD th:last-child {
    width: auto;
  }
  .cms-page-view.cms-services .tabs_item_Content.gas .block .wrap-3col,
  .cms-page-view.cms-services .tabs_item_Content.gas .block .wrap-8col {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content.gas .block .wrap-3col a.button,
  .cms-page-view.cms-services .tabs_item_Content.gas .block .wrap-8col a.button {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .widget-static-block .block {
    width: 100%;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .widget-static-block .block .block-wrap {
    height: auto;
  }
  .cms-page-view.cms-services .tabs_item_Content.tank .widget-static-block .block .wrap-3col {
    float: none;
  }
  .cms-page-view.cms-services .tab.staff-page .tabs li {
    width: 25%;
    margin: 0;
  }
  .cms-page-view.cms-services .tab.staff-page .tabs li a {
    height: 55px;
    font-size: 12px;
    text-align: center;
    border-right: 1px #fff solid;
    padding: 10px 5px;
  }
  .cms-page-view.cms-our-staff .staff-page ul.tabs li {
    margin-right: 5px;
  }
  .cms-page-view.cms-our-staff .staff-page ul.tabs li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cms-page-view.cms-our-staff .tabs_item_Content-text img {
    float: none;
    margin-bottom: 20px;
  }
  .cms-page-view.cms-about-dive-right-in-scuba .column.main p img {
    float: none !important;
    display: block !important;
  }
  .cms-page-view.cms-about-dive-right-in-scuba .column.main p iframe {
    height: 300px !important;
  }
  .cms-page-view.cms-brands ul li.parent-cate {
    width: 100%;
  }
  .cms-page-view.cms-brands .custom-content .letters {
    width: 100%;
  }
  .cms-page-view.cms-brands .custom-content ul.bare-list li {
    width: 45% !important;
  }
  .cms-page-view.cms-reviews .all_product_reviews .reveiw_item {
    padding-left: 0 !important;
  }
  .cms-page-view.cms-reviews .all_product_reviews .reveiw_item .sam_review_item_pimage {
    width: 100%;
    text-align: center;
    margin: 0;
    position: static !important;
  }
  .cms-page-view.cms-reviews .all_product_reviews .reveiw_item .home_product_info_data {
    width: 100% !important;
  }
  .cms-page-view.cms-reviews .all_product_reviews .reveiw_item .home_product_info_data .product-review-details {
    word-break: break-word;
  }
  .cms-page-view.cms-reviews .toolbar .pager .limiter {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .cms-page-view.cms-reviews .toolbar .pager .pages {
    float: none;
    width: 100%;
    margin: 0;
  }
  .cms-page-view.cms-reviews .toolbar .pager .pages ul.items {
    display: inline-block;
    padding: 0px 42px 0px 0px;
  }
  .cms-page-view.cms-reviews .toolbar .pager .pages ul.items .pages-item-next {
    top: 0;
  }
  .bg-lightrays .toggle_container .button-2col {
    margin: 0px 0px 5px 0px;
    width: 100%;
    background: #02608f;
    border-radius: 50px;
    padding: 8px 0px;
    height: auto;
    line-height: normal;
    font-size: 16px;
    cursor: pointer;
  }
  .cms-page-view.cms-trips-php .trips-heading .trips-heading-WRP .trips-heading-text,
  .cms-page-view.cms-upcoming-events-php .trips-heading .trips-heading-WRP .trips-heading-text {
    width: 100%;
  }
  .cms-page-view.cms-trips-php .trips-heading .trips-heading-WRP .form-trips,
  .cms-page-view.cms-upcoming-events-php .trips-heading .trips-heading-WRP .form-trips {
    width: 100%;
    margin-top: 20px;
  }
  .cms-trips-php header.page-header,
  .cms-upcoming-events-php header.page-header {
    margin-bottom: 0px !important;
  }
  .cms-trips-php #maincontent,
  .cms-upcoming-events-php #maincontent {
    padding-top: 0px !important;
    width: 100%;
  }
  .cms-trips-php .posts-content .section .span_1_of_3,
  .cms-upcoming-events-php .posts-content .section .span_1_of_3 {
    width: 100% !important;
    margin-bottom: 0px 0px 20px 0px!important;
  }
  .cms-page-view .page-main {
    width: 100%;
  }
  .cms-page-view .column.main .std .bg-lightrays .wrap-3col .sidebar {
    width: 100%;
  }
  .cms-page-view .column.main .std .bg-lightrays .wrap-8col .list-2col {
    column-count: 1;
  }
}
@media (max-width: 465px) {
  .cms-page-view.cms-services .button-2col {
    width: 100%;
  }
  .cms-learn-to-dive .column.main h2 {
    line-height: normal;
  }
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.customer-account-login .page-main {
  max-width: 1320px;
}
.customer-account-login .actions-toolbar .secondary {
  float: right;
}
.customer-account-login .login-container {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.customer-account-login .login-container .fieldset > .field > .control {
  width: 100%;
}
.customer-account-create .page-title-wrapper .page-title + a {
  display: none;
}
.fieldset > .legend {
  text-transform: uppercase;
  color: #08c;
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.customer-account-create .page-main {
  max-width: 1320px;
}
.customer-account-create .form-create-account {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100% !important;
}
@media (min-width: 768px) {
  .customer-account-create .form-create-account .field-name-firstname,
  .customer-account-create .form-create-account .password {
    float: left;
    width: 49%;
  }
  .customer-account-create .form-create-account .field-name-lastname,
  .customer-account-create .form-create-account .confirmation {
    float: right;
    width: 49%;
  }
  .customer-account-create .form-create-account .rememberme {
    clear: both;
  }
}
/**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.wishlist-index-index .sidebar {
  width: 20.83333333%;
}
.account .account-nav-content ul {
  padding: 0 !important;
}
.account .page-main .page-title-wrapper h1.page-title {
  background-color: #1589c9 !important;
  border-bottom: 6px solid #006ba7;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.account .page-main .block.account-nav {
  border: 1px solid #006fa8;
}
.account .page-main .block.account-nav .block .title {
  margin-bottom: 0;
}
.account .page-main .nav.items {
  padding-left: 40px;
}
.account .page-main .nav.items .current strong {
  color: #08c;
}
.account .page-main .nav.items .nav.item {
  padding: 8px 3px 8px 18px;
  position: relative;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  color: #777;
  text-decoration: none;
  margin: 0;
}
.account .page-main .nav.items a {
  color: #777;
  text-decoration: none;
}
.account .page-main .column.main .block-title.order {
  margin: 0 0 10px;
  text-align: right;
  line-height: 1.4;
}
.account .page-main .column.main .block-title.order .strong {
  float: left;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  background: red;
  line-height: 1.4;
}
.account .page-main .column.main .table td {
  border: 1px solid #dcdcdc;
  padding: 15px 10px;
  line-height: 1.3;
}
.account .page-main .column.main .table tr th {
  font-weight: 600;
  padding: 10px 5px;
  background-color: #f6f6f6;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
}
.account .page-main .column.main .table td.col.actions {
  text-align: center;
}
.account .page-main .column.main .table .action.order:before {
  content: '|';
}
.account .page-main .column.main .box-title a {
  float: right;
  line-height: 18px;
  font-size: 12px;
}
.account .page-main .column.main .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
  margin: 0;
  width: 100%;
}
.account .page-main .column.main .block-title {
  margin: 0 0 10px;
  text-align: right;
  line-height: 1.4;
  float: left;
  font-size: 13px;
}
.account .page-main .column.main .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
  min-height: 135px;
}
.account .page-main .column.main .box-information .box-title span {
  text-transform: uppercase;
}
.account .page-main .column.main .box-newsletter .box-title span {
  text-transform: uppercase;
}
.account .page-main .column.main .block-dashboard-addresses .block-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
  width: 100%;
  margin: 0;
}
.account .page-main .column.main .block-dashboard-addresses .block-title strong {
  float: left;
  margin: 0;
  text-transform: uppercase;
}
.account .page-main .column.main .block-dashboard-addresses .box-billing-address h4 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #777;
}
.account .page-main .column.main .block-dashboard-addresses .box-shipping-address h4 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #777;
}
.account .page-main .column.main .block-title.order {
  width: 100%;
}
.account .page-main .column.main .block-title.order strong {
  float: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #313131;
}
.account .field.password-info {
  float: left;
}
.custom-content .letters {
  margin-top: 0 !important;
  display: inline-block;
  width: 80%;
}
.custom-content ul.bare-list {
  padding: 0;
  width: 100%;
}
.custom-content ul.bare-list dl {
  width: 100% !important;
  padding: 0 !important;
}
.custom-content ul.bare-list li {
  float: left;
  width: 10% !important;
  max-width: 100%;
  margin: 2%;
}
.custom-content ul.bare-list li .no-img {
  width: 100%;
  line-height: inherit;
}
.custom-content ul.bare-list li p.custom-count.count {
  display: none;
}
.custom-content .letters-box a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  display: inline-block;
  border: none;
  margin: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  webkit-border-radius: 5px;
  color: #707070;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.custom-content .letters-box a.-active {
  background: #6f6f6f !important;
  color: #fff !important;
}
.custom-content .letters-box a.-active:hover {
  background: #6f6f6f !important;
  color: #fff !important;
}
.custom-content .letters-box a:hover {
  background: #6f6f6f !important;
  color: #fff !important;
}
.custom-content .letters-box a.-letter-all {
  font-weight: bold;
}
.custom-content .shopbybrand-title + ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0px 0px 25px 0px;
  list-style: none;
}
.custom-content .shopbybrand-title + ul li {
  width: 25%;
  float: left;
  margin: 0 !important;
}
.custom-content .shopbybrand-title + ul li h2 {
  font-size: 16px !important;
  margin: 0 !important;
}
.custom-content .shopbybrand-title + ul li h2 a {
  text-decoration: none;
  display: block;
  line-height: 35px;
  cursor: pointer;
  padding-left: 25px;
}
.custom-content .shopbybrand-title + ul li.parent-cate {
  position: relative;
}
.custom-content .shopbybrand-title + ul li.parent-cate .show-child {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 9;
}
.custom-content .shopbybrand-title + ul li.parent-cate .show-child:after {
  content: "\f1db";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #464646;
  position: absolute;
  top: 0px;
  left: 0px;
}
.custom-content .shopbybrand-title + ul li.parent-cate .show-child:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #464646;
  position: absolute;
  top: 6px;
  left: 4px;
}
.custom-content .shopbybrand-title + ul li.parent-cate .show-child.active:before {
  content: "\f068";
}
.custom-content .shopbybrand-title + ul li .brand-child {
  position: absolute;
  background: #fff;
  border: solid 1px #e7f3fd;
  z-index: 99;
  padding: 2px;
  margin: 0;
  list-style: none;
  width: 80%;
}
.custom-content .shopbybrand-title + ul li .brand-child li {
  width: 100%;
  float: none;
  line-height: 31px;
  border-bottom: solid 2px #fff;
  background: #f6fbff;
  box-sizing: border-box;
  padding: 0px 10px;
  transition: all .3s;
}
.custom-content .shopbybrand-title + ul li .brand-child li a {
  text-decoration: none;
  display: block;
}
.custom-content .shopbybrand-title + ul li .brand-child li:hover {
  background: #fff;
}
.custom-content .shopbybrand-title + ul li .brand-child:before {
  content: "\f0de";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #e7f3fd;
  position: absolute;
  top: -14px;
  left: 0px;
}
.amshopby-descr h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px!important;
  margin-bottom: 0px !important;
  line-height: 1.35;
  color: #465157 !important;
}
#categorydescriptionblock {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
  margin-bottom: 0px;
  line-height: 1.35;
  color: #465157;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cms-page-view.cms-brands .brand-images .bare-list .brand-item.custom-brand-item {
    width: 25%;
  }
  .cms-page-view.cms-brands .brand-images .bare-list .brand-item.custom-brand-item .no-img {
    margin: 0 auto;
  }
  .cms-page-view.cms-brands .custom-content .letters {
    width: 100%;
  }
  /*END*/
}
@media (max-width: 767px) {
  .cms-page-view.cms-brands .brand-images .bare-list .brand-item.custom-brand-item {
    width: 50%;
  }
  .cms-page-view.cms-brands .brand-images .bare-list .brand-item.custom-brand-item .no-img {
    margin: 0 auto;
  }
  /*END*/
}
@media (min-width: 599px) and (max-width: 767px) {
  .custom-content .shopbybrand-title + ul li.parent-cate {
    width: 50%;
  }
  /*END*/
}
.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;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  background-color: #000000;
  border-bottom: none;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.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;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #121214;
  font-size: 1.1rem;
  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: #0c0c0c;
  color: #ffffff;
  box-sizing: border-box;
  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: 8px;
  line-height: 15px;
  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: 8px;
  line-height: 15px;
  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;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
/**
 * 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f2f2f2;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #f2f2f2;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #f2f2f2;
  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: 100%;
}
[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: 100%;
  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 #f2f2f2;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.amcoupons-main-container .amcoupons-input .label {
  font-weight: 400;
}
.amcoupons-applied-coupon {
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 10px;
  border-radius: 1px;
  background: #ffffff;
}
.amcoupons-applied-coupon:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcoupons-applied-coupon .amcoupons-remove {
  margin-left: auto;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.amcoupons-applied-coupon .amcoupons-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #575855;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcoupons-applied-coupon .amcoupons-message {
  width: 100%;
}
.amcoupons-applied-coupon.message.success,
.amcoupons-applied-coupon.message.warning {
  display: flex;
  padding: 7px 10px;
}
.amcoupons-applied-coupon.message.success .amcoupons-remove,
.amcoupons-applied-coupon.message.warning .amcoupons-remove {
  display: none;
}
.amcoupons-applied-coupon.message.success > *:first-child:before,
.amcoupons-applied-coupon.message.warning > *:first-child:before {
  content: '';
}
.cart-totals tr[class='totals'] .title,
.totals.discount .title {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title:after,
.totals.discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  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;
}
.cart-totals tr[class='totals'] .title.-active,
.totals.discount .title.-active {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title.-active:after,
.totals.discount .title.-active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #858585;
  content: '\e621';
  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;
}
.totals.discount {
  cursor: pointer;
}
.totals.discount .title {
  word-wrap: break-word;
  word-break: break-word;
}
.totals.discount .discount.coupon {
  display: none;
}
.totals.discount .mark {
  max-width: 290px;
}
.cart-totals .title {
  word-wrap: break-word;
  word-break: break-word;
}
.cart-totals .mark {
  max-width: 209px;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals tr[class='totals'] .title {
  word-wrap: break-word;
  word-break: break-word;
}
.table-wrapper tr[class='totals'] {
  cursor: pointer;
}
.cart-totals .amcoupons-total-coupons {
  display: none;
}
.cart-totals .amcoupons-total-coupons .mark {
  padding-left: 10px;
}
.cart-summary .block .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  width: 100%;
  text-align: center;
}
.checkout-index-index .amcoupons-main-container,
.paypal-express-review .amcoupons-main-container,
.braintree-paypal-review .amcoupons-main-container {
  display: flex;
  flex-direction: column;
  width: 275px;
}
.checkout-index-index .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.paypal-express-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.braintree-paypal-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message) {
  background: #f5faff;
}
.checkout-index-index .amcoupons-main-container .field,
.paypal-express-review .amcoupons-main-container .field,
.braintree-paypal-review .amcoupons-main-container .field {
  margin: 0;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar,
.paypal-express-review .amcoupons-main-container .actions-toolbar,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar {
  margin: 0;
  width: auto;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  margin: 10px 0 0;
}
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  border-radius: 3px;
  box-shadow: none;
}
.amexfee-block-content > .title.amexfee-title {
  position: relative;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.amexfee-block-content > .title.amexfee-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-block-content.active > .title.amexfee-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;
  content: '';
}
.amexfee-block-content.-cart > .title.amexfee-title {
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '';
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 300;
  font-size: 18px;
}
.amexfee-item-element._required .amexfee-title:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amexfee-form-container > .amexfee-fieldset .amexfee-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.amexfee-form-container .amexfee-input {
  float: left;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.amexfee-collapsible-block {
  cursor: pointer;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .mark.amexfee-mark,
.amexfee-collapsible-block > .mark.amexfee-mark {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount {
  position: relative;
  padding-right: 20px;
}
.amexfee-collapsible-block > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount:after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount,
.amexfee-collapsible-block.-expanded > .mark.amexfee-mark {
  border-bottom: 0;
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amexfee-totals-details {
  display: none;
}
.amexfee-totals-details.-show {
  display: table-row;
  border-bottom: 1px solid #cccccc;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.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 {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #ffffff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.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;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-price-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #cccccc;
  border-color: #cccccc transparent #cccccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: .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 {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.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-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.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 {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-close:focus-visible {
  box-shadow: 0 0 3px 1px #00699d;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: 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 {
  margin: 0 auto;
  position: initial;
  width: fit-content;
}
.ampromo-popup-wrapper .slick-dots:focus-within {
  box-shadow: 0 0 3px 1px #00699d;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@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 {
    margin: 0 auto;
    width: 280px;
  }
  .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;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amrma-return-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amrma-return-number .amrma-header {
  margin-bottom: 5px;
}
.amrma-return-number .amrma-status {
  align-self: baseline;
}
.amrma-header-block {
  display: flex;
  justify-content: space-between;
}
.amrma-header-block .amrma-cancel {
  align-self: center;
}
.amrma-status-container {
  position: relative;
  box-sizing: content-box;
  margin-bottom: 50px;
}
.amrma-status-container .amrma-percent.-status-0 {
  width: 0;
}
.amrma-status-container .amrma-percent.-status-1,
.amrma-status-container .amrma-percent.-status-2 {
  width: 50%;
}
.amrma-status-container .amrma-percent.-status-3,
.amrma-status-container .amrma-percent.-status-4 {
  width: 100%;
}
.amrma-status-container .amrma-progress {
  position: absolute;
  width: 100%;
  height: 42%;
  border-bottom: 2px solid #c2c2c2;
  z-index: -1;
}
.amrma-status-container .amrma-percent {
  position: absolute;
  z-index: 1;
  box-sizing: content-box;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #4b81bd;
}
.amrma-status-container .amrma-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.amrma-status-container .amrma-step.-authorized.-checked {
  margin: 0 0 0 10%;
}
.amrma-status-container .amrma-step.-complete:before {
  background: #1e79c2;
}
.amrma-status-container .amrma-step.-checked {
  display: flex;
  flex-basis: 60%;
  margin-right: 10%;
  text-align: center;
}
.amrma-status-container .amrma-step.-checked:before {
  top: -1px;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzFFNzlDMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzFFNzlDMiIvPjwvc3ZnPg==');
  background-position: left;
  background-repeat: no-repeat;
  background-color: white;
}
.amrma-status-container .amrma-name {
  display: none;
}
.amrma-status-container .amrma-step.-checked .amrma-name {
  position: relative;
  top: 35px;
  display: block;
  width: 100%;
}
.amrma-status-container .amrma-step.-failed:before {
  top: 3px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzczYTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMCA4LjU4NSA3LjM3NCA1Ljk2QTEgMSAwIDEgMCA1Ljk2IDcuMzczTDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNEwxMCAxMS40MTRsMi42MjYgMi42MjZhMSAxIDAgMCAwIDEuNDE0LTEuNDE0bC0yLjYyNi0yLjYyNyAyLjYyNi0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-status-container .amrma-step.-resolved .-checked .amrma-name,
.amrma-status-container .amrma-step.-pending .-checked .amrma-name {
  max-width: 150px;
}
.amrma-status-container .amrma-step.-pending.-checked {
  text-align: left;
}
.amrma-status-container .amrma-step.-pending.-checked:before {
  padding: 0 0 0 20px;
  border-radius: inherit;
  background-position: right;
}
.amrma-status-container .amrma-step {
  position: relative;
  min-width: 15px;
  height: 30px;
}
.amrma-status-container .amrma-step:before {
  position: absolute;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
  background: #c2c2c2;
}
.amrma-status-container .amrma-step.-authorized.-checked:before,
.amrma-status-container .amrma-step.-received.-checked:before {
  left: calc(50% - 15px);
}
.amrma-status-container .amrma-step.-resolved.-checked {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  text-align: right;
}
.amrma-status-container .amrma-step.-resolved.-checked:before {
  right: 0;
  padding: 0 20px 0 0;
  border-radius: inherit;
}
.amrma-status-container .amrma-step.-resolved.-checked:before.-received.-checked:before {
  left: 30%;
}
.amrma-bank-details,
.amrma-return-instructions,
.amrma-header-block {
  margin-bottom: 40px;
}
.amrma-instructions {
  display: none;
}
.amrma-instruction-block {
  display: none;
}
.amrma-instructions:checked ~ .amrma-instruction-block {
  display: block;
  padding: 20px 10px 15px 10px;
  border-radius: 1px 1px 2px 2px;
  background: #eaf1ff;
}
.amrma-instructions-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #1e79c2;
  border-radius: 2px;
  cursor: pointer;
}
.amrma-instructions-title .amrma-title {
  margin-bottom: 15px;
}
.amrma-instructions-title .amrma-show {
  position: relative;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #1979c3;
  border-radius: 50%;
}
.amrma-instructions-title .amrma-show:before {
  position: absolute;
  width: 10px;
  top: 18%;
  left: 28%;
  height: 10px;
  border-left: 1px solid #1979c3;
  border-top: 1px solid #1979c3;
  content: '';
  transform: rotate(225deg);
}
.amrma-instructions:checked + .amrma-instructions-title .amrma-show:before {
  top: 38%;
  transform: rotate(45deg);
}
.amrma-received-message {
  position: relative;
  margin-bottom: 28px;
  padding: 10px;
  border-radius: 2px;
  background: #e8f5e9;
}
.amrma-received-message:before {
  position: absolute;
  top: 7px;
  width: 24px;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM0M0EwNDciLz48cGF0aCBkPSJNMTYuNzY0IDkuNTYxYS45MzEuOTMxIDAgMCAwLS4wOTItMS4zMjkuOTcuOTcgMCAwIDAtMS4zNTIuMDlsLTQuODEyIDUuNDIzLTEuODczLTEuODQxYS45Ny45NyAwIDAgMC0xLjM1NCAwIC45MzEuOTMxIDAgMCAwIDAgMS4zMzJsMi40NzcgMi40MzVjLjE0LjEzOC4zMTMuMjI0LjQ5NC4yNTlhLjk3Ljk3IDAgMCAwIDEuMDg1LS4yNTNsNS40MjctNi4xMTZ6IiBmaWxsPSIjZmZmIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iNiIgeT0iNyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249Ii41Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=');
}
.amrma-received-message .amrma-message {
  margin: 0 0 0 45px;
  color: #2e7d32;
}
.amrma-table-container {
  margin-bottom: 40px;
}
.amrma-table-container .amrma-title {
  margin-bottom: 10px;
}
.amrma-items-table {
  margin-top: 10px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
  position: static;
  margin: 0;
  padding: 5px 0;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col:first-child {
  left: 5px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status {
  position: relative;
  padding: 0 0 0 20px;
  text-transform: capitalize;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  background: inherit;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected {
  color: #d80f33;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjRDgwRjMzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wNzEgOS45OTZhLjYwNi42MDYgMCAwIDEtLjg1NyAwTDcuNSA4LjI4MiA1Ljc4NiA5Ljk5NmEuNjA2LjYwNiAwIDAgMS0uODU3LS44NTdsMS43MTQtMS43MTRMNC45MjggNS43MWEuNjA2LjYwNiAwIDEgMSAuODU4LS44NTdMNy41IDYuNTY4bDEuNzE0LTEuNzE1YS42MDYuNjA2IDAgMCAxIC44NTcuODU3TDguMzU3IDcuNDI1bDEuNzE0IDEuNzE0YS42MDYuNjA2IDAgMCAxIDAgLjg1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending {
  color: #2196f3;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjMjE5NkYzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjY3NCAzLjlsMy4xNTIgMy4yNGEuNTIuNTIgMCAwIDEgMCAuNzJMOC42NzQgMTEuMWEuNDg2LjQ4NiAwIDAgMS0uNyAwIC41Mi41MiAwIDAgMSAwLS43MmwyLjMwNi0yLjM3SDIuOTdWNi45OWg3LjMxTDcuOTc0IDQuNjJhLjUyLjUyIDAgMCAxIDAtLjcyLjQ4Ni40ODYgMCAwIDEgLjcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-resolved:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjNTFCNzU2Ii8+PHBhdGggZD0iTTQuNSA3LjE3OGwzIDIuNTcyIDMuNzUtNC4wNzIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details {
  padding-top: 15px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image {
  width: 100px;
  height: 100px;
  padding: 0;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image:after {
  content: none;
}
.amrma-table-container .table-wrapper {
  border-bottom: none;
}
.amrma-rating-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.amrma-rating-block .amrma-title {
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
  color: #494949;
}
.amrma-feedback-container {
  display: flex;
  box-sizing: border-box;
  margin: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.amrma-feedback-container .amrma-feedback {
  margin-right: 10px;
  width: 80%;
  height: 40px;
  border: none;
}
.amrma-stars-container {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 25px 15px 15px;
  max-width: 530px;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-stars-container .rated-message {
  text-align: center;
}
.amrma-stars-container .amrma-stars-block .rating-5:before {
  width: 130px;
}
.amrma-stars-container .amrma-stars-block .rating-4:before {
  width: 104px;
}
.amrma-stars-container .amrma-stars-block .rating-3:before {
  width: 78px;
}
.amrma-stars-container .amrma-stars-block .rating-2:before {
  width: 52px;
}
.amrma-stars-container .amrma-stars-block .rating-1:before {
  width: 26px;
}
.amrma-stars-container .amrma-stars-block {
  width: 130px;
  height: 24px;
}
.amrma-stars-container .amrma-stars-block:before {
  width: 130px;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
}
.amrma-stars-container .amrma-stars-block .amrma-star:before {
  display: inline-block;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
}
.amrma-stars-container .amrma-stars-block .amrma-radio:not(:checked) + .amrma-star:hover:before {
  opacity: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
  cursor: pointer;
}
.amrma-send {
  margin-left: 10px;
  padding: 12px 16px;
  border: 1px solid #1979c3;
  border: none;
  border-radius: 3px;
  color: #fff;
  background: #1979c3;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-weight: bold;
}
.amrma-send:hover {
  border: none;
  background: #2196f3;
  color: #fff;
}
.amrma-return-select .amrma-select {
  font-size: 16px;
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
.amreturns-order-select {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: end;
  padding: 0;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amreturns-order-select .amreturn-btn {
  box-shadow: none;
}
.amreturns-order-select .amreturn-select {
  font-size: 16px;
}
.amreturns-title-container {
  flex: inherit;
  flex-basis: 100%;
  margin: 20px 0 5px 20px;
}
.amreturns-orders-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  margin: 0 20px 20px;
}
.amreturns-orders-container .amreturn-btn {
  margin-left: 0;
  margin-top: 10px;
}
.amreturns-select-title {
  font-weight: bold;
  line-height: 19px;
  color: #333;
}
.amreturn-btn {
  margin-left: 10px;
  padding: 7px 21px;
  border: 1px solid #1979c3;
  color: #fff;
  background: #1979c3;
  transition: background-color 0.4s;
}
.amreturn-btn:hover {
  border: 1px solid #2196f3;
  background: #2196f3;
  color: #fff;
}
.account .table-wrapper {
  border-top: none;
  margin-top: 25px;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row {
  position: relative;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image.new-message:after {
  position: absolute;
  top: 40%;
  left: 0;
  height: 15px;
  width: 15px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNEODFCNjAiLz48cGF0aCBkPSJNOS43OSA3LjM4NGwzLjEyMSAzLjE3NWEuODEuODEgMCAwIDAgLjA4OS0uMzU1VjQuNzlhLjc2My43NjMgMCAwIDAtLjA1NS0uMjc4TDkuNzg5IDcuMzg0ek04LjAyNiA4LjI3OWw0LjU3OS00LjE3QS43ODcuNzg3IDAgMCAwIDEyLjIwNiA0aC05LjQxYS43NzMuNzczIDAgMCAwLS4zOTguMTA5bDQuNTc4IDQuMTdhLjc3NS43NzUgMCAwIDAgMS4wNSAweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMi41MjkgMTAuOTI5TDkuMzk5IDcuNzRsLTEuMDIxLjkzMWExLjI5MyAxLjI5MyAwIDAgMS0xLjc1IDBsLTEuMDA2LS45MTctMy4xNSAzLjE3NWMuMS4wNDUuMjEuMDcxLjMyNC4wNzFoOS40MDhhLjc0Ny43NDcgMCAwIDAgLjMyNS0uMDcxek0yLjA1NSA0LjUxMkEuODIzLjgyMyAwIDAgMCAyIDQuNzl2NS40MTRjMCAuMTI3LjAzNy4yNS4wODkuMzU4bDMuMTMyLTMuMTY0LTMuMTY2LTIuODg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child),
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:last-child) {
  padding: 0 0 0 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
  padding-top: 15px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
  padding-left: 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:last-child {
  padding-top: 20px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
  position: absolute;
  top: 20px;
  left: 25px;
  padding: 0;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child:before {
  content: none;
}
.amrma-status {
  padding: 0 10px 1px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.amrma-status.-pending {
  background: #2196f3;
}
.amrma-status.-authorized {
  background: #3f51b5;
}
.amrma-status.-received {
  background: #9c27b0;
}
.amrma-status.-resolved {
  background: #4caf50;
}
.amrma-status.-cancelled {
  background: #9e9e9e;
}
.amrma-status.-rejected {
  background: #c33d3c;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  padding: 10px;
  border-top: 1px solid #d1d1d1;
  vertical-align: middle;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  position: relative;
  padding-left: 25px;
}
.amrma-customer-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.amrma-customer-information .amrma-customer-name {
  margin-bottom: 20px;
}
.amrma-product-information {
  align-self: baseline;
}
.amrma-product-information .amrma-checkbox {
  display: none;
}
.amrma-product-information .amrma-checkbox:checked ~ .amrma-moreinfo {
  display: block;
}
.amrma-product-information .amrma-checkbox:checked + .amrma-showmore:before {
  top: 9px;
  transform: rotate(315deg);
}
.amrma-product-information .amrma-moreinfo {
  margin-top: 4px;
  display: none;
}
.amrma-product-information .amrma-moreinfo .amrma-info {
  margin-bottom: 0;
}
.amrma-product-information .amrma-showmore {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.amrma-product-information .amrma-showmore:before {
  position: absolute;
  top: 2px;
  right: 0;
  width: 9px;
  height: 9px;
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
}
.amrma-product {
  display: flex;
}
.amrma-product-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d1;
}
.amrma-image {
  display: block;
  margin-right: 20px;
  padding-left: 33px;
  width: 100px;
  height: 100px;
}
.amrma-image img {
  max-width: 100%;
  max-height: 100%;
}
.amrma-checkbox {
  display: none;
}
.amrma-customer-name,
.amrma-customer-address {
  flex-basis: 50%;
}
.amrma-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
label.amrma-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
.amrma-checkbox-container {
  position: relative;
}
.amrma-checkbox-container .amrma-label {
  position: absolute;
  top: 44px;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.amrma-checkbox-container.-policy .amrma-label {
  top: 4px;
}
.amrma-checkbox-container .amrma-image {
  cursor: pointer;
}
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label,
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label-container .amrma-label {
  border: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMyIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjI1IDYuNWwyLjYgMi42IDMuOS00LjU1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
}
.amrma-products-table {
  margin-bottom: 40px;
}
.amrma-product-message {
  width: 100%;
  margin: 15px 0 0;
  align-self: baseline;
}
.amrma-message-container.-options {
  box-sizing: border-box;
  border: 2px solid rgba(23, 93, 224, 0.4);
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
  background: none;
}
.amrma-message-container.-failed {
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-message-container.-failed .amrma-message:not(.amrma-shipping-payer) {
  background: #ffebee;
}
.amrma-message-container .amrma-message {
  margin: 10px 20px 0;
  padding: 5px 10px;
  border-radius: 2px;
  background: #eaf1ff;
}
.amrma-message-container.-options,
.amrma-message-container.-gray {
  margin-left: 33px;
}
.amrma-return-select {
  margin: 0 20px;
}
.amrma-return-select:last-child {
  margin-bottom: 20px;
}
.amrma-return-select .amrma-title {
  margin-bottom: 10px;
}
.amrma-return-qty {
  display: flex;
  align-items: center;
  margin: 20px 0 0 20px;
}
.amrma-return-qty .amrma-label {
  margin-right: 10px;
  font-weight: bold;
}
.amrma-return-qty .amrma-select {
  font-size: 16px;
  flex-basis: 20%;
}
.amrma-return-qty .amrma-total {
  margin-left: 5px;
}
.amrma-message-container {
  margin: 10px 20px 20px;
  border-radius: 2px;
  background: #eaf1ff;
  padding-bottom: 20px;
}
.amrma-message-container.-gray {
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: none;
}
.amrma-input-block {
  max-width: 620px;
  margin-bottom: 20px;
}
.amrma-input-block .amrma-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}
.amrma-input-block .amrma-field {
  font-size: 16px;
}
.amrma-chat-send .amrma-textarea,
.amrma-comment-block .amrma-comment {
  font-size: 16px;
}
.amrma-return-message {
  margin-bottom: 10px;
  border-radius: 2px;
  background: #f5f5f5;
}
.amrma-img-text {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background: #f5f5f5;
}
.amrma-attach-file {
  margin-top: 10px;
}
.amrma-chat-send .amrma-attach-file {
  width: 29px;
  height: 33px;
  margin: 0;
}
.amrma-attach-file .amrma-attach {
  display: none;
}
.amrma-attach-file .amrma-file {
  margin: 5px 0;
  padding-left: 20px;
  color: #1979c3;
}
.amrma-attach-file .amrma-label {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #1979c3;
  transition: color .3s ease;
}
.amrma-attach-file .amrma-label:hover {
  text-decoration: underline;
  color: #2196f3;
}
.amrma-attach-file .amrma-label:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 16px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
}
.amrma-chat-send .amrma-attach-file .amrma-label:before {
  top: 0;
  left: 5px;
  width: 29px;
  height: 27px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc5MyAyN2MtMS40Ny4wMDItMi45NTMtLjU5Mi00LjA4My0xLjc0N0E1Ljk4MiA1Ljk4MiAwIDAgMSAwIDIxLjA4MWE1LjU2OCA1LjU2OCAwIDAgMSAxLjU3My0zLjkxMmwuMjQtLjI0OEwxNi4zMDQgMi4xMDlBNi45OTYgNi45OTYgMCAwIDEgMjEuMzQyIDBjMS45MzgtLjAwMiAzLjkwMi43OCA1LjM5OSAyLjMxQTcuODk4IDcuODk4IDAgMCAxIDI5IDcuODI1Yy4wMDMgMS44NjgtLjY4MyAzLjczOC0yLjA2NCA1LjE0OUwxNC43NyAyNS40MDlsLS45MDYuOTI1LTEuODEtMS44NTFMMjUuMTI4IDExLjEyYy44NzYtLjg5NSAxLjMxMS0yLjA3IDEuMzEzLTMuMjk3IDAtMS4yOTYtLjUtMi42My0xLjUxLTMuNjYzLTEuMDEzLTEuMDM1LTIuMzE2LTEuNTQzLTMuNTg4LTEuNTQ0YTQuNDU3IDQuNDU3IDAgMCAwLTMuMjI0IDEuMzQzTDMuMzg0IDE5LjAxOGMtLjU0OS41Ni0uODIgMS4yODctLjgyMiAyLjA2My4wMDIuODE4LjMxMyAxLjY2My45NiAyLjMyMy42NDUuNjU3IDEuNDcuOTc4IDIuMjcxLjk4YTIuODA0IDIuODA0IDAgMCAwIDIuMDItLjgzOWwxMS4xMTItMTEuMzU3Yy4yMDgtLjIxMy4zMS0uNDgyLjMxMS0uNzkxIDAtLjMyNi0uMTI0LS42NjYtLjM5MS0uOTRhMS4yNzggMS4yNzggMCAwIDAtLjkxOC0uMzk4IDEuMDYzIDEuMDYzIDAgMCAwLS43NzMuMzE4bC05LjQ1IDkuNjU4LTEuODEyLTEuODQ4IDkuNDUyLTkuNjZhMy41OCAzLjU4IDAgMCAxIDIuNTgzLTEuMDg2Yy45ODYgMCAxLjk3OC4zOTcgMi43MyAxLjE2NmEzLjk5OSAzLjk5OSAwIDAgMSAxLjE0MSAyLjc5IDMuNzcxIDMuNzcxIDAgMCAxLTEuMDYxIDIuNjRMOS42MiAyNS4zOTRBNS4zMjMgNS4zMjMgMCAwIDEgNS44MDMgMjdoLS4wMSIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==');
}
.amrma-return-policy {
  display: inline-block;
  margin-top: 30px;
}
.amrma-return-policy.-border {
  padding: 5px;
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-return-policy .amrma-text {
  margin-left: 15px;
  padding-left: 20px;
}
.amrma-btns-block {
  margin-top: 15px;
}
.amrma-btns-block .amreturn-btn {
  margin: 0 20px 0 0;
  padding: 11px 15px;
  height: auto;
  line-height: 16px;
  box-shadow: none;
}
.amrma-link-cancel {
  font-weight: bold;
  color: #1979c3;
}
.amrma-chat-file.-newreturn {
  display: flex;
  align-items: center;
  margin: 0;
}
.amrma-chat-file.-newreturn:before {
  top: 7px;
}
.amrma-chat-file.-newreturn .amrma-file {
  padding: 0;
}
.amrma-chat-file.-newreturn .amrma-delete {
  padding: 0;
  margin-left: 10px;
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
.amrma-chat-container {
  box-sizing: border-box;
  background: #f9f9fc;
  border: 1px solid #ebeef5;
  border-radius: 2px;
}
.amrma-chat-block {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  min-height: 270px;
  max-height: 270px;
  padding-right: 5px;
  margin: 30px 20px 20px;
}
.amrma-chat-block:hover {
  overflow-y: scroll;
  padding-right: 0;
}
.amrma-chat-block::-webkit-scrollbar-track {
  border-radius: 3px;
}
.amrma-chat-block::-webkit-scrollbar {
  width: 5px;
}
.amrma-chat-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c5c5c5;
}
.amrma-message-block {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 10px;
  border-radius: 10px;
}
.amrma-message-block:before {
  position: absolute;
  top: 15px;
  width: 11px;
  height: 22px;
  content: '';
}
.amrma-message-block .amrma-message {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.amrma-message-block .amrma-date {
  align-self: flex-end;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 12px;
}
.amrma-message-block .amrma-image {
  width: auto;
  height: auto;
  max-width: 225px;
  margin: 0;
  padding: 0;
}
.amrma-chat-message.-left .amrma-message-block {
  background: #e2f5fe;
}
.amrma-chat-message.-left .amrma-message-block:before {
  left: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMjEuNUwuMzI3IDMuMTlDLS41MzUgMS42MzUuOTA0LS4xODggMi42MTUuMjkxTDEwLjUgMi41djE5eiIgZmlsbD0iI0UxRjVGRSIvPjwvc3ZnPg==');
}
.amrma-chat-message.-right .amrma-message-block {
  background: #eceeff;
}
.amrma-chat-message.-right .amrma-message-block:before {
  right: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjEuNUwxMC4xNzIgMy4xOWMuODYzLTEuNTU0LS41NzYtMy4zNzctMi4yODctMi44OThMMCAyLjV2MTl6IiBmaWxsPSIjRUNFRUZGIi8+PC9zdmc+');
}
.amrma-chat-message {
  margin: 5px 20px;
  max-width: 80%;
}
.amrma-chat-message.-default {
  display: none;
}
.amrma-chat-message.-left {
  align-self: flex-start;
}
.amrma-chat-message.-right {
  align-self: flex-end;
}
.amrma-chat-message.-right .amrma-username {
  text-align: right;
}
.amrma-chat-message .amrma-username {
  margin-bottom: 5px;
  color: #777;
}
.amrma-chat-message .amrma-delete-container {
  text-align: right;
}
.amrma-message:before {
  position: absolute;
  width: 13px;
  height: 20px;
  content: '';
}
.amrma-chat-file {
  position: relative;
  padding-left: 25px;
}
.amrma-chat-file.-preview {
  display: flex;
  align-items: center;
  margin: 25px;
  padding-right: 20px;
  color: #006bb4;
}
.amrma-chat-file:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 16px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
}
.amrma-chat-file .amrma-file {
  font-weight: 600;
}
.amrma-delete {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM1LjkxOCAyLjcxNEwzMy4yMDMgMCAxOC40MTggMTQuNzg3IDMuNjMzIDAgLjkxOCAyLjcxMyAxNS43MDUgMTcuNS45MiAzMi4yODcgMy42MzMgMzVsMTQuNzg1LTE0Ljc4NiAxNC43ODUgMTQuNzg1IDIuNzExLTIuNzEzTDIxLjEzMSAxNy41IDM1LjkxOCAyLjcxNCIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  cursor: pointer;
}
.amrma-chat-send {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  border-radius: 2px;
  background: #fff;
}
.amrma-chat-send .amrma-textarea {
  margin-left: 25px;
  width: 86%;
  max-height: 250px;
  min-height: 40px;
  border: none;
  resize: none;
}
.amrma-chat-send .amrma-hiddentext {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  white-space: pre-wrap;
}
.amrma-chat-notification {
  display: flex;
  margin: 5px 0 5px 20px;
}
.amrma-chat-notification .amrma-notification {
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}
.amrma-chat-notification .amrma-date {
  line-height: 19px;
}
.amrma-chat-comment {
  margin: 0 auto;
  padding: 125px 0;
  color: #999;
}
.amrma-quick-reply {
  display: none;
}
.amrma-tracking-information {
  margin-bottom: 40px;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  padding-left: 10px;
}
.amrma-tracking-add {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.amrma-tracking-add .amrma-input {
  margin: 10px 0;
}
.amrma-tracking-add .amreturn-btn {
  margin-left: 0;
}
.amrma-tracking-add .amrma-label {
  margin-bottom: 5px;
  font-weight: 600;
}
.amrma-tracking-information .amrma-thead .amrma-col.remove {
  display: none;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  margin-top: 10px;
  min-height: 40px;
  color: #4f4f4f;
  word-break: break-all;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
  /*.label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 25%;
      right: 25%;
      display: block;
      height: 1px;
      background: #b2b2b2;
    }*/
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ambrands-list-popup .ambrands-list-container {
  display: block;
}
.ambrands-popup-items .brand-images .brands-letter {
  width: 100%;
}
.custom-content ul.bare-list dl {
  margin-bottom: 0;
}
.page-header .brands_top_section .ambrands-list-popup .ambrands-popup-filter a.ambrands-letter {
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #00699d;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
/*
 * Copyright (c) 2025. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'cart2quote-iconset';
  src: url('../Cart2Quote_Quotation/fonts/cart2quote-iconset.woff2') format('woff2'), url('../Cart2Quote_Quotation/fonts/cart2quote-iconset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^='icon-c2q_'],
[class*=' icon-c2q_'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'cart2quote-iconset' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
/* Icons */
.icon-c2q-plus:before {
  content: '\e909';
}
.icon-c2q-dustbin:before {
  content: '\e906';
}
.icon-c2q-edit:before {
  content: '\e907';
}
.icon-c2q-reload:before {
  content: '\e908';
}
.icon-c2q-quote:before {
  content: '\e904';
}
.icon-c2q-delete:before {
  content: '\e905';
}
.icon-c2q-arrow-bottom:before {
  content: '\e900';
}
.icon-c2q-arrow-left:before {
  content: '\e901';
}
.icon-c2q-arrow-right:before {
  content: '\e902';
}
.icon-c2q-arrow-top:before {
  content: '\e903';
}
.icon-c2q-dustbin-luma:before {
  content: '\e910';
}
.icon-c2q-edit-luma:before {
  content: '\e911';
}
.block-miniquote .items-total {
  float: none;
  margin: 0 10px;
}
.block-miniquote .items-total .count {
  font-weight: 700;
}
.block-miniquote .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-miniquote .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-miniquote .subtitle {
  display: none;
}
.block-miniquote .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-miniquote .text.empty {
  text-align: center;
}
.block-miniquote .block-content > .actions {
  margin-top: 15px;
}
.block-miniquote .block-content > .actions > .secondary {
  text-align: center;
}
.block-miniquote .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-miniquote .block-content > .actions > .primary .action.primary,
.block-miniquote .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .amshopby-button,
.block-miniquote .block-content > .actions > .primary .am-filter-go,
.block-miniquote .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.block-miniquote .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.block-miniquote .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.block-miniquote .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  width: 100%;
}
.block-miniquote .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-miniquote .block-category-link {
  margin: 15px 0 0;
  text-align: center;
}
.block-miniquote .block-product-link {
  margin: 15px 0 0;
  text-align: center;
}
.block-miniquote .block-cms-link {
  margin: 15px 0 0;
  text-align: center;
}
.block-miniquote .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.miniquote-wrapper {
  display: inline-block;
  float: right;
}
.miniquote-wrapper:before {
  content: '';
  display: table;
}
.miniquote-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.miniquote-wrapper .action.showquote {
  cursor: pointer;
  display: inline-block;
  margin: 3px 0;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
.miniquote-wrapper .action.showquote:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 28px;
  color: #757575;
  content: '\e904';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-wrapper .action.showquote:hover:before {
  color: #333333;
}
.miniquote-wrapper .action.showquote .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  clip: auto;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: -2px 0 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  text-shadow: 0 0 7px #000000;
  white-space: normal;
}
.miniquote-wrapper .action.showquote .counter.qty.empty {
  display: none;
}
.miniquote-wrapper .action.showquote .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-wrapper .action.showquote .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-wrapper .action.showquote.active {
  display: inline-block;
  text-decoration: none;
}
.miniquote-wrapper .action.showquote.active:before {
  color: #333333;
}
.miniquote-wrapper .block-miniquote {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: none;
  list-style: none none;
  margin: -28px 0 0 0;
  min-width: 0;
  padding: 25px 20px;
  position: absolute;
  right: 5px;
  top: 100%;
  width: 390px;
  z-index: 100;
}
.miniquote-wrapper .block-miniquote li {
  margin: 0;
}
.miniquote-wrapper .block-miniquote li:hover {
  cursor: pointer;
}
.miniquote-wrapper .block-miniquote:before {
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: 83px;
  top: -12px;
  width: 0;
  z-index: 99;
}
.miniquote-wrapper .block-miniquote:after {
  border: solid 7px;
  border-color: transparent transparent #bbbbbb transparent;
  content: '';
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: 82px;
  top: -14px;
  width: 0;
  z-index: 98;
}
.miniquote-wrapper .block-miniquote .block-title {
  display: none;
}
.miniquote-wrapper .product .actions {
  float: right;
  margin: -24px -5px 0 0;
}
.miniquote-wrapper .product .actions > .primary {
  display: inline;
}
.miniquote-wrapper .product .actions > .primary:not(:last-child) {
  margin-right: 10px;
}
.miniquote-wrapper .product .actions > .secondary {
  display: inline;
}
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 10px;
}
.miniquote-wrapper .action.close {
  -moz-box-sizing: content-box;
  background: none;
  border: 0;
  box-shadow: none;
  font-weight: 400;
  height: 40px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 40px;
  display: inline-block;
  text-decoration: none;
}
.miniquote-wrapper .action.close:focus {
  background: none;
  border: none;
}
.miniquote-wrapper .action.close:active {
  background: none;
  border: none;
}
.miniquote-wrapper .action.close:active:before {
  color: inherit;
}
.miniquote-wrapper .action.close:hover {
  background: none;
  border: none;
}
.miniquote-wrapper .action.close:hover:before {
  color: inherit;
}
.miniquote-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e905';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-wrapper .action.close:before {
  overflow: hidden;
  text-align: center;
}
.miniquote-wrapper .action.close.disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
.miniquote-wrapper .action.close[disabled] {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
.miniquote-wrapper .miniquote-widgets {
  margin-top: 15px;
}
.minicart-wrapper {
  position: inherit;
}
.minicart-wrapper .block-miniquote {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: none;
  list-style: none none;
  margin: 8px 0 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.miniquote-wrapper.active {
  overflow: visible;
}
.miniquote-wrapper.active .block-miniquote {
  display: block;
  margin-top: -24px;
}
.cart2quote-accept-checkout-btn {
  float: right;
}
.cart2quote-print-quote-btn {
  float: right;
  margin-bottom: 5px;
  margin-right: 168px;
}
fieldset[disabled] .miniquote-wrapper .action.close {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
.miniquote-items-wrapper {
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  clear: both;
  margin: 0 -20px;
  max-height: 714px;
  overflow-x: auto;
  padding: 15px;
}
.miniquote-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.miniquote-items .product-item {
  padding: 20px 0;
}
.miniquote-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.miniquote-items .product-item:first-child {
  padding-top: 0;
}
.miniquote-items .product-item-pricing .label {
  display: inline-block;
  width: auto;
}
.miniquote-items .price-miniquote {
  margin-bottom: 5px;
}
.miniquote-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.miniquote-items .product-item-name a {
  color: #1979c3;
}
.miniquote-items .product-item-details {
  padding-left: 88px;
}
.miniquote-items .product-item-details .price {
  font-weight: 700;
}
.miniquote-items .product-item-details .price-including-tax {
  margin: 5px 0;
}
.miniquote-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.miniquote-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.miniquote-items .product-item-details .details-qty {
  margin-top: 10px;
}
.miniquote-items .product > .product-item-photo {
  float: left;
}
.miniquote-items .product > .product-image-container {
  float: left;
}
.miniquote-items .product .toggle {
  border: 0;
  display: block;
  padding: 0 40px 5px 0;
}
.miniquote-items .product .toggle:after {
  color: #8f8f8f;
  font-size: 18px;
  margin: -1px 0 0 2px;
  position: absolute;
}
.miniquote-items .product > .toggle {
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .product > .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .product .active > .toggle {
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .product .active > .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .product.pricing {
  margin-top: 3px;
}
.miniquote-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.miniquote-items .product.options .details {
  display: none;
}
.miniquote-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.miniquote-items .update-quote-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.miniquote-items .action.edit {
  left: 2px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .action.edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-items .action.edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 20px;
  color: #757575;
  content: '\e911';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .action.edit:before {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.miniquote-items .action.edit:hover:before {
  color: #333333;
}
.miniquote-items .action.edit:active:before {
  color: #757575;
}
.miniquote-items .action.delete {
  position: relative;
  top: 1px;
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 20px;
  color: #757575;
  content: '\e910';
  font-family: 'cart2quote-iconset';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.miniquote-items .action.delete:hover:before {
  color: #333333;
}
.miniquote-items .action.delete:active:before {
  color: #757575;
}
.miniquote-items .subtitle {
  display: none;
}
.cart.table-wrapper .actions-toolbar {
  box-sizing: unset;
}
.cart.table-wrapper .cart.main.actions td {
  padding-left: 0;
  padding-right: 0;
}
.cart.table-wrapper .cart.main.actions .action.clear {
  display: initial;
}
.cart.table-wrapper .add-row-tier {
  padding-bottom: 0;
}
.cart.table-wrapper .tiers-block .actions-toolbar {
  padding-bottom: 0;
}
.cart.table-wrapper .field.qty.tier-qty input {
  width: 60px;
}
.cart.table-wrapper .action-addtier.field-tooltip {
  border: 1px solid #c2c2c2;
  bottom: auto;
  display: inline-block;
  height: 36px;
  margin: 0;
  opacity: .5;
  right: 0;
  text-align: center;
  top: 5px;
  width: 60px;
}
.cart.table-wrapper .action-addtier.field-tooltip:hover {
  opacity: 1;
}
.cart.table-wrapper .tier-qty .action-delete:before {
  font-size: 16px;
}
body .cart.table-wrapper .product-item-details {
  padding-bottom: 0;
}
body .cart.table-wrapper .tier-qty .action-delete {
  position: absolute;
  right: -25px;
  top: 12px;
}
body .order-details-items.file-uploads table thead th {
  display: table;
  width: 100%;
}
body .order-details-items.file-uploads table thead td {
  display: table;
  width: 100%;
}
body .order-details-items.file-uploads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .order-details-items.file-uploads ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .order-details-items.file-uploads ul li:nth-child(odd) {
  background: #f5f5f5;
}
body .order-details-items.file-uploads ul li a {
  display: block;
  padding: 10px 20px;
}
body .order-details-items.file-uploads .field-label {
  display: block;
  padding-bottom: 10px;
  padding-top: 20px;
}
.actions-toolbar .action-edit {
  float: right;
}
.actions-toolbar .action-delete {
  float: right;
}
.quotation-quote-index .opc-wrapper {
  margin-bottom: 10px;
  padding-right: 0;
  width: 100%;
}
.quotation-quote-index .opc-wrapper .step-content {
  margin-bottom: 20px;
}
.quotation-quote-index .opc-wrapper .title {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0;
}
.quotation-quote-index .opc-wrapper .opc > .title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px 0;
  padding: 0 0 7px 0;
}
.quotation-quote-index .opc-wrapper .shipping-address-item {
  width: 50% !important;
}
.quotation-quote-index .opc-wrapper .billing-address-details {
  border: 2px solid transparent;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 35px 0 20px;
  position: relative;
  transition: 0.3s border-color;
  vertical-align: top;
  width: 100% !important;
  word-wrap: break-word;
}
.quotation-quote-index .opc-wrapper .fieldset > .field > .label {
  font-weight: 600;
}
.quotation-quote-index .opc-wrapper .fieldset > .fields > .field > .label {
  font-weight: 600;
}
.quotation-quote-index .billing .step-title {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-top: -1px;
  padding: 10px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .billing .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .billing .step-title:after {
  font-weight: bold;
  position: absolute;
  right: 0 !important;
  top: 50%;
}
.quotation-quote-index .billing .billing-same-as-shipping {
  padding: 20px 0;
}
.quotation-quote-index .billing .billing-same-as-shipping label {
  font-weight: 600;
}
.quotation-quote-index .billing.active .step-title {
  border-bottom: 0;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .billing.active .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .shipping .step-title {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-top: -1px;
  padding: 10px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .shipping .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .shipping .step-title:after {
  font-weight: bold;
  position: absolute;
  right: 0 !important;
  top: 50%;
}
.quotation-quote-index .shipping.active .step-title {
  border-bottom: 0;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .shipping.active .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .shipping.active .step-title:after {
  text-align: center;
  overflow: hidden;
  speak: none;
}
.quotation-quote-index .opc-shipping-method .step-title {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-top: -1px;
  padding: 10px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .opc-shipping-method .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .opc-shipping-method .step-title:after {
  font-weight: bold;
  position: absolute;
  right: 0 !important;
  top: 50%;
}
.quotation-quote-index .opc-shipping-method.active .step-title {
  border-bottom: 0;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .opc-shipping-method.active .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .cart-summary {
  padding: 15px;
  width: 100%;
}
.quotation-quote-index .hide-field {
  display: none !important;
}
.quotation-quote-index .control.comment {
  margin-top: 10px;
}
.quotation-quote-index .control.comment a {
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .control.comment a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #757575;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .control.comment a:after {
  font-weight: bold;
  position: absolute;
}
.quotation-quote-index .control.comment.active a {
  display: block;
  text-decoration: none;
}
.quotation-quote-index .control.comment.active a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #757575;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .control.comment.active a:after {
  font-weight: bold;
  position: absolute;
}
.quotation-quote-index .cart.table-wrapper th.col.qty {
  text-align: center;
}
.quotation-quote-index .cart.table-wrapper td.col.qty {
  padding-bottom: 25px;
}
.quotation-quote-index .cart-container .form.form-cart {
  min-width: 60%;
  padding: 0;
  width: 60%;
}
.cart-summary {
  -webkit-order: 2;
  background: #f5f5f5;
  min-width: 0;
  order: 2;
  padding: 20px;
  width: 100%;
}
.cart-summary .block .title strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.cart-summary .block.active .title {
  border-bottom: 0;
}
.cart-summary .form.form-login {
  background: transparent;
  border-bottom: 0;
  margin: 0;
  max-width: 100%;
  padding-bottom: 0;
  width: 100%;
}
.cart-summary .form.form-login .fieldset .field {
  margin-bottom: 0;
}
.cart-summary .form.methods-shipping {
  background: transparent;
}
.cart-summary .authentication-wrapper button span {
  color: inherit;
}
.cart-summary .form-login {
  border-bottom: 0;
}
.cart-summary .fieldset {
  margin: 0;
}
.cart-summary .co-select-form {
  margin-bottom: 20px;
  margin-top: 0;
}
.cart-summary .co-select-form label {
  font-weight: 600;
}
.cart-summary .co-select-form div {
  padding: 2px 0;
}
.cart-summary .co-guest-form {
  margin-bottom: 15px;
}
.cart-summary .co-guest-form label {
  font-weight: 600;
}
.cart-summary .co-guest-form .co-guest-form-explainer {
  background: #e8e8e8;
  border-radius: 1px;
  display: none;
  font-weight: 400;
  margin: 10px 0 0 0;
  padding: 7px 12px;
}
.cart-summary .co-guest-form input[type='checkbox']:checked + label span.co-guest-form-explainer {
  display: block;
}
.cart-summary .field.choice {
  clear: both;
  display: block;
  float: none;
  margin: 13px 0;
}
.cart-summary .field.choice:first-child {
  margin-top: 0;
}
.cart-summary .field.choice:last-child {
  margin-bottom: 20px;
}
.quote-summary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  background: #f5f5f5;
  float: right;
  margin-bottom: 25px;
  order: 2;
  padding: 1px 20px 25px;
  position: relative;
  width: 48%;
}
div.date-zone {
  font-size: 16px;
  margin: 5px 0;
  text-align: right;
}
.quotation-product-comment {
  margin-top: 10px;
  max-width: 250px;
  min-height: 82px;
  min-width: auto;
}
.movetoquote-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
.movetoquote-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.movetoquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.movetocart-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
.movetocart-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.movetocart-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.directquote-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
.directquote-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.directquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.miniquote-movetocart-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: 100%;
}
.miniquote-movetocart-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.miniquote-movetocart-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.minicart-movetoquote-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: 100%;
}
.minicart-movetoquote-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.minicart-movetoquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
div.products-grid .toquote {
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
div.products-grid .tocart {
  margin: 5px 0;
}
div.list .tocart {
  margin: 5px 0;
}
.product-addtoquote-button {
  background: transparent;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #1979c3;
  font-size: 1.8rem;
  height: 47px;
  width: 100%;
}
.product-addtoquote-button:hover {
  background: #1979c3;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #ffffff;
}
.product-addtoquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.quote-btn-list {
  background: transparent;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #1979c3;
  width: 100%;
}
.quote-btn-list:hover {
  background: #1979c3;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #ffffff;
}
.quote-btn-list:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.action.upload.secondary {
  background: transparent;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #1979c3;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
.action.upload.secondary:hover {
  background: #1979c3;
  border-color: #1979c3;
  color: #ffffff;
}
.action.upload.secondary:focus {
  background: #006bb4;
  border-color: #006bb4;
  color: #ffffff;
}
.action.upload.secondary:active {
  background: #006bb4;
  border-color: #006bb4;
  color: #ffffff;
}
.product-info-main .product-addtoquote-button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  width: 100%;
}
.product-add-form .product-addtoquote-button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  width: 100%;
}
.c2q-price {
  font-size: 1.3rem;
  font-weight: 700;
}
.both-prices-excluding {
  margin-bottom: 3px;
  padding-bottom: 4px;
}
.both-prices-excluding span {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
.both-prices-excluding .tax-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.both-prices-excluding .tax-label span {
  display: inline-block;
  font-size: 1.1rem;
}
.both-prices-including {
  padding-bottom: 11px;
}
.both-prices-including span {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
.both-prices-including .tax-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.both-prices-including .tax-label span {
  display: inline-block;
  font-size: 1.1rem;
}
.col.qty .both-prices-including {
  padding-bottom: 45px;
}
.col.qty .both-prices-including:last-child {
  padding-bottom: 0;
}
.col.qty .item {
  font-weight: 700;
}
.col.qty .item .both-prices-including {
  padding-bottom: 45px;
}
.col.qty .item .title {
  display: inline-block;
}
.col.qty .item .content {
  display: inline-block;
}
.price-including span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4.5px 0;
}
.price-including .tax-label {
  padding: 0;
}
.price-excluding span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4.5px 0;
}
.price-excluding span.tax-label {
  padding: 0;
}
.col.tier input[type='radio'] {
  margin: 0;
}
.col.tier div:last-child {
  height: 0;
}
.col.del .action.action-delete {
  color: inherit;
}
.single-price-break {
  height: 3px;
}
.both-prices-break {
  height: 46px;
}
.input-text.tierqty {
  margin-top: 5px !important;
}
button.quoteawish.action.primary.quoteawish,
button.quoteawish.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.quoteawish,
button.quoteawish.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.quoteawish,
button.quoteawish.amshopby-button.quoteawish,
button.quoteawish.am-filter-go.quoteawish,
button.quoteawish.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.quoteawish,
button.quoteawish.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.quoteawish,
button.quoteawish.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.quoteawish,
button.quoteawish.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.quoteawish {
  display: inline-block !important;
}
button.notquotable.action.primary.notquotable,
button.notquotable.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.notquotable,
button.notquotable.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.notquotable,
button.notquotable.amshopby-button.notquotable,
button.notquotable.am-filter-go.notquotable,
button.notquotable.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.notquotable,
button.notquotable.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.notquotable,
button.notquotable.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.notquotable,
button.notquotable.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.notquotable {
  display: inline-block !important;
}
.modal-header {
  text-align: center;
}
.tiers-block {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.add-row-tier.actions-toolbar {
  padding-bottom: 0;
}
.field.qty.tier-qty {
  padding-right: 14px;
  position: relative;
}
.action.action-addtier {
  bottom: -4px;
  color: #757575;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  right: 55px;
  display: block;
  text-decoration: none;
}
.action.action-addtier:hover {
  color: #333333;
  text-decoration: none;
}
.action.action-addtier:hover:before {
  text-decoration: none;
}
.action.action-addtier span {
  display: none;
}
.action.action-addtier:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 36px;
  color: inherit;
  content: '\e909';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.action-addtier:before {
  font-weight: bold;
}
.action.action-addtier:active {
  text-decoration: none;
}
.tier-qty .field-tooltip {
  position: relative;
}
.tier-qty .field-tooltip-content {
  display: none;
  text-align: left;
  top: 0;
}
.action-addtier.field-tooltip:hover + .field-tooltip-content {
  display: block;
  left: auto;
  right: -288px;
}
.customer-email-fieldset {
  padding-bottom: 20px;
}
.quote-details-container {
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  float: right;
  padding: 0 0 0 50px;
  width: 40%;
}
.quote-details-container .step-title {
  border-bottom: 1px solid #cccccc;
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.quote-details-container .file-upload-container {
  -webkit-order: 1;
  background: #f5f5f5;
  background: none;
  margin-bottom: 25px;
  order: 1;
  padding: 15px 15px 20px 15px;
  width: 100%;
}
.fieldset > .field:last-child {
  margin-bottom: 20px;
}
.fieldset > .fields > .field:last-child {
  margin-bottom: 20px;
}
.file-upload-container {
  float: right;
  width: 40%;
}
.file-upload-container ul:not(.uploaded-files) {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.file-upload-container ul:not(.uploaded-files) i {
  font-style: normal;
}
.file-upload-container ul.uploaded-files {
  list-style: none;
  margin: 13px 0 0 0;
  padding: 10px 0 0 0;
}
.file-upload-container ul.uploaded-files li {
  padding: 4px 10px 4px 0;
}
.file-upload-container ul.uploaded-files a.action-delete {
  padding-left: 20px;
  position: relative;
}
.file-upload-container ul.uploaded-files a.action-delete i {
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0;
}
.file-upload-container ul.uploaded-files.empty {
  margin: 13px 0 5px 0;
  padding: 0;
}
.file-upload-container .upload-header p {
  margin-bottom: 7px;
}
.file-upload-container .upload-row {
  padding: 5px 0;
}
.file-upload-container input[type='text'] {
  padding: 3px 10px;
}
.file-upload-container input[type='file'] {
  width: 100%;
}
.file-upload-container div.upload-row-title {
  padding-right: 10px;
}
.file-upload-container div.upload-message {
  display: none;
}
.file-upload-container .uploaded-files {
  border-top: 1px solid #cccccc;
  list-style: inherit;
  padding: 11px 0 2px 20px;
}
.file-upload-container .uploaded-files:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.file-upload-container li {
  margin: 0;
  padding: 4px 0;
}
.file-upload-container button.action {
  margin-top: 15px;
  width: 100%;
}
.file-upload .upload-header p {
  float: left;
  font-weight: 600;
  width: 50%;
}
.file-upload .upload-row div {
  float: left;
  font-weight: 600;
  width: 50%;
}
.file-upload-container.upload-header p:nth-child(2) {
  padding-left: 10px;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.cart-container * {
  box-sizing: border-box;
}
div .action.secondary.cart2quote-reject-btn {
  float: right;
  margin-bottom: 5px;
  width: 159px;
}
div .action.primary.reject-proposal-button,
div .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.reject-proposal-button,
div .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.reject-proposal-button,
div .amshopby-button.reject-proposal-button,
div .am-filter-go.reject-proposal-button,
div .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.reject-proposal-button,
div .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.reject-proposal-button,
div .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.reject-proposal-button,
div .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.reject-proposal-button {
  margin-top: 10px;
}
div .return-to-quotation-view-btn {
  height: 33px;
  margin-top: 8px;
}
.rejected-success {
  margin-bottom: 39px;
}
.action.primary.cart2quote-accept-checkout-btn,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
.amshopby-button.cart2quote-accept-checkout-btn,
.am-filter-go.cart2quote-accept-checkout-btn,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn {
  margin-left: 5px;
  margin-top: -32px;
}
button.action.cart2quote-print-quote-btn {
  margin-left: 5px;
  margin-top: -32px;
}
.quote.main.actions.clearfix .action.cart2quote-print-quote-btn {
  margin-left: 5px;
  margin-top: -32px;
}
.quote.main.actions.clearfix .action.primary.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .amshopby-button.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .am-filter-go.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn,
.quote.main.actions.clearfix .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn {
  margin-top: -4px;
}
.action.primary.checkout.movetoquote.movetoquote-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout.movetoquote.movetoquote-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout.movetoquote.movetoquote-button,
.amshopby-button.checkout.movetoquote.movetoquote-button,
.am-filter-go.checkout.movetoquote.movetoquote-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout.movetoquote.movetoquote-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout.movetoquote.movetoquote-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout.movetoquote.movetoquote-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout.movetoquote.movetoquote-button {
  padding: 14px 17px;
  width: 100%;
}
.action.primary.checkout.movetocart.movetocart-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout.movetocart.movetocart-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout.movetocart.movetocart-button,
.amshopby-button.checkout.movetocart.movetocart-button,
.am-filter-go.checkout.movetocart.movetocart-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout.movetocart.movetocart-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout.movetocart.movetocart-button,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout.movetocart.movetocart-button,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout.movetocart.movetocart-button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  width: 100%;
}
.miniquote-movetocart-button {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px;
}
.minicart-movetoquote-button {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
  padding: 5px;
}
.quotation-success {
  text-align: center;
}
.quotation-quote-success-continue-shopping.actions-toolbar .primary {
  float: unset;
}
.quotation-quote-success-continue-shopping {
  text-align: center;
}
.quote-rejected-success-page {
  text-align: center;
}
body.quotation-quote-view .table-order-items .action.action-delete {
  display: inline-block;
  text-decoration: none;
}
body.quotation-quote-view .table-order-items .action.action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: inherit;
  color: #757575;
  content: '\e910';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.quotation-quote-view .table-order-items .action.action-delete:before {
  position: relative;
  right: -10px;
  top: -7px;
}
body.quotation-quote-view .table-order-items .action.action-delete:hover {
  color: #333333;
  text-decoration: none;
}
body.quotation-quote-view .table-order-items .action.action-delete:hover:before {
  color: #333333;
  text-decoration: none;
}
.quote-date.date-zone.created_by {
  float: left;
}
.quote-actions {
  margin-top: 37px;
}
@media (min-width: 640px) and (max-width: 767px) {
  .miniquote-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .miniquote-wrapper {
    margin-top: 10px;
  }
  .cart-summary .checkout-methods-items {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .miniquote-wrapper.active .block-miniquote {
    margin-top: -14px;
  }
  .miniquote-wrapper .block-miniquote {
    right: 15px;
    width: 320px;
  }
  .miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 52px;
  }
  .miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 53px;
  }
  .quotation-quote-index .quote-details-container .authentication-wrapper {
    margin: 0;
  }
  .quotation-quote-index .cart.table-wrapper td.col.qty {
    text-align: right;
  }
  .quotation-quote-index .cart-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .quotation-quote-index .cart-container .form.form-cart {
    -webkit-order: 3;
    min-width: 100%;
    order: 3;
    width: 100%;
  }
  .field.qty.tier-qty {
    padding-right: 0;
    text-align: right;
  }
  .action-addtier.field-tooltip:hover + .field-tooltip-content {
    left: auto;
    right: -80px;
    top: 56px;
    white-space: normal;
  }
  .action-addtier.field-tooltip:hover + .field-tooltip-content:before {
    margin-right: -35px;
    right: 50%;
  }
  .action-addtier.field-tooltip:hover + .field-tooltip-content:after {
    margin-right: -35px;
    right: 50%;
  }
  .quote-details-container {
    padding-left: 0;
    width: 100%;
  }
  .quote-details-container .file-upload-container {
    -webkit-order: 1;
    order: 1;
  }
  body.quotation-quote-index .cart-summary {
    -webkit-order: 1;
    order: 1;
  }
  body.quotation-quote-index .quote-details-container .cart-summary {
    -webkit-order: 2;
    order: 2;
  }
  .cart-summary {
    margin-top: 0;
  }
  .cart-summary .form.form-login {
    padding: 0;
  }
  .cart-summary .form.methods-shipping {
    border: 0;
    padding: 0;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .miniquote-wrapper .block-miniquote {
    width: 290px;
  }
}
@media (min-width: 768px) {
  .miniquote-wrapper {
    margin-left: 13px;
  }
  .quotation-quote-index .cart-summary .block .fieldset .field > .label {
    display: block;
  }
  .product-addtoquote-button {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .quote-btn-list {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .table-comparison .tocart {
    margin-bottom: 5px;
  }
  .product-info-main .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  .product-add-form .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  div.products-grid .toquote {
    min-width: 103px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    width: 100%;
  }
  body.quotation-quote-index .cart-summary {
    float: right;
    max-width: 35%;
    width: 35%;
  }
  body.quotation-quote-index .quote-details-container .cart-summary {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
@media print {
  .miniquote-wrapper {
    margin-left: 13px;
  }
  .quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 100% !important;
  }
  .quotation-quote-index .opc-wrapper .shipping-address-item::before {
    width: 0 !important;
  }
  .quotation-quote-index .opc-wrapper .billing-address-details::before {
    width: 0 !important;
  }
  .quotation-quote-index .authentication-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .quotation-quote-index .quote-details-container .authentication-wrapper {
    margin: 0 0 -21px 0;
  }
  .quotation-quote-index .table-checkout-shipping-method {
    min-width: 0 !important;
    width: 100%;
  }
  .quotation-quote-index .form-cart {
    max-width: 65% !important;
  }
  .quotation-quote-index .item {
    width: 100%;
  }
  .quotation-quote-index .product-item-name {
    width: auto;
  }
  .quotation-quote-index .product-image-container {
    width: 100px;
  }
  .product-addtoquote-button {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .quote-btn-list {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .table-comparison .tocart {
    margin-bottom: 5px;
  }
  .product-info-main .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  .product-add-form .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  div.products-grid .toquote {
    min-width: 103px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    width: 100%;
  }
}
@media speech {
  .miniquote-wrapper .action.showquote:before {
    speak: none;
  }
  .miniquote-wrapper .action.showquote.active:before {
    speak: none;
  }
  .miniquote-wrapper .action.close:before {
    speak: none;
  }
  .miniquote-items .product.options .tooltip.toggle:after {
    speak: none;
  }
  .miniquote-items .action.edit:before {
    speak: none;
  }
  .miniquote-items .action.delete:before {
    speak: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1050px) {
  .quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 100% !important;
  }
  .quotation-quote-index .item {
    width: 100%;
  }
  .quotation-quote-index .product-item-name {
    width: auto;
  }
  .quotation-quote-index .product-image-container {
    width: 100px;
  }
}
@media all and (min-width: 768px) {
  .quotation-quote-index .authentication-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .quotation-quote-index .quote-details-container .authentication-wrapper {
    margin: 0 0 -21px 0;
  }
  .quotation-quote-index .table-checkout-shipping-method {
    min-width: 0 !important;
    width: 100%;
  }
  .quotation-quote-index .opc-wrapper .shipping-address-item::before {
    width: 0 !important;
  }
  .quotation-quote-index .opc-wrapper .billing-address-details::before {
    width: 0 !important;
  }
  .quotation-quote-index .form-cart {
    max-width: 65% !important;
  }
}
@media (max-width: 640px) {
  .col.qty .both-prices-including {
    padding-bottom: 13px;
  }
  .col.qty .item .both-prices-including {
    padding-bottom: 13px;
  }
  .col.tier {
    text-align: right;
  }
  .col.tier input[type='radio'] {
    margin: 2px 5px 0 0;
  }
}
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../ClassyLlama_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
#ss-custom-loader {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  min-height: 65vh;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../images/ss-loader-1.gif");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100000;
  opacity: 0.5;
}
.blog-page .column.main .block-author {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.blog-page .column.main .block-author .author {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  flex: 1 1;
  padding: 20px;
  border: 1px solid #d5d6da;
  margin-bottom: 0;
}
.blog-page .column.main .block-author .author .block-info {
  display: flex;
}
.blog-page .column.main .block-author .author .block-info .block-img {
  width: 10%;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}
.blog-page .column.main .block-author .author .block-info .block-img img {
  width: 100px;
  height: auto;
}
.blog-page .column.main .block-author .author .block-info .block-data {
  -ms-flex: 1 1;
  flex: 1 1;
}
.blog-page .column.main .block-author .author .block-info .block-data .author-name {
  margin: 7px 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}
.blog-page .column.main .block-author .author .block-info .block-data .author-position {
  opacity: 0.7;
  margin: 5px 0;
  font-weight: 600;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons {
  display: flex;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon {
  padding: 5px;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon:nth-child(1) {
  padding-left: 0;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon img {
  width: 18px;
  height: 18px;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon img:hover {
  opacity: .7;
}
.blog-page .column.main .block-author .author .block-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.blog-page .column.main .block-author .author .block-description .block-content {
  margin-top: 10px;
}
.blog-page .column.main .block-author .author .block-description .action {
  margin-top: auto;
}
.blog-page .column.main .block-author .author .block-description .action a {
  color: #fff;
}
.blog-page .column.main .block-author .author .block-description .action a:hover,
.blog-page .column.main .block-author .author .block-description .action a:visited {
  color: #fff;
}
.blog-page .column.main .block-author .author .block-description .a-right {
  text-align: right;
}
.mfblog-contents {
  display: none;
  border: 1px solid #a2a9b1;
  padding: 15px;
  max-width: 500px;
  margin-bottom: 16px;
  background-color: #f8f9fa;
}
.mfblog-contents .mfblog-contents-header {
  font-weight: 700;
}
.mfblog-contents .mfblog-contents-toggle {
  cursor: pointer;
}
.mfblog-contents .mfblog-contents-toggle:hover {
  text-decoration: underline;
}
.mfblog-contents ul,
.mfblog-contents ol {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.mfblog-contents li {
  margin-bottom: 0;
}
.mfblog-contents li a {
  margin-bottom: 1rem;
  display: inline-block;
}
.mfblog-contents p {
  text-align: center;
}
.mfblog-contents a {
  text-decoration: underline;
  color: #ee5204;
}
.mfblog-contents ol {
  counter-reset: item;
}
.mfblog-contents li {
  display: block;
}
.mfblog-contents li:before {
  content: counters(item, '.') ' ';
  counter-increment: item;
}
.mst-banner__placeholder._debug {
  border: 2px dashed #002f56;
  background: #b4edff;
  min-height: 10px;
}
.mst-banner__container-highlight {
  position: absolute;
  background: rgba(255, 0, 0, 0.15);
  border: 3px dashed rgba(252, 84, 84, 0.75);
  min-height: 10px;
  min-width: 10px;
  z-index: 100000000;
  box-sizing: border-box;
}
.mst-banner__debug {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem;
  border-top: 5px solid #eee;
  display: flex;
  flex-wrap: wrap;
  z-index: 100000001;
}
.mst-banner__debug > div {
  padding: .5rem 1rem;
  margin: .2rem;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #eee;
  flex-grow: 1;
  text-align: center;
}
.mstBanner-placeholder__popupRenderer {
  background: #fff;
  border-radius: .4rem;
  box-sizing: border-box;
  position: fixed;
  z-index: 10000000;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-width: 40rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.bottom-left {
  bottom: 1rem;
}
.mstBanner-placeholder__popupRenderer.top-right,
.mstBanner-placeholder__popupRenderer.top-left {
  top: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.top-right {
  right: -100%;
  transition: right 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-right._active,
.mstBanner-placeholder__popupRenderer.top-right._active {
  right: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-left,
.mstBanner-placeholder__popupRenderer.top-left {
  left: -100%;
  transition: left 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-left._active,
.mstBanner-placeholder__popupRenderer.top-left._active {
  left: 1rem;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #fff;
  border: .2rem solid #eee;
  border-radius: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #666;
  cursor: pointer;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close:hover {
  color: #000;
}
.mstBanner-placeholder__popupRenderer img {
  display: block;
}
.mstBanner-placeholder__lightboxRenderer {
  position: fixed;
  display: flex;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 1s;
}
.mstBanner-placeholder__lightboxRenderer._active {
  visibility: visible;
  opacity: 1;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content {
  position: relative;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  cursor: pointer;
  z-index: 1;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.8);
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close:hover {
  color: #ffffff;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:after {
  color: #ffffff;
  text-shadow: 0 0 6px #333;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:hover:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:hover:after {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.mstForm__form-wrapper._grey {
  background: #f5f5f5;
  padding: 2rem;
}
.mstForm__form-wrapper._narrow {
  max-width: 70rem;
}
.mstForm__form-wrapper._centered {
  margin: 0 auto;
}
.mstForm__form._submitting {
  opacity: 0.3;
}
.mstForm__form-success,
.mstForm__form-error {
  background: #e5efe5;
  color: #006400;
  padding: 2rem;
  border-radius: 2px;
  display: none;
}
.mstForm__form-success > p:last-child,
.mstForm__form-error > p:last-child {
  margin-bottom: 0;
}
.mstForm__form-error {
  background: #efe7e5;
  color: #640f00;
}
.mstForm__Element.width-1 {
  width: calc(100% / 12 * 1);
  flex-grow: 0;
}
.mstForm__Element.width-2 {
  width: calc(100% / 12 * 2);
  flex-grow: 0;
}
.mstForm__Element.width-3 {
  width: calc(100% / 12 * 3);
  flex-grow: 0;
}
.mstForm__Element.width-4 {
  width: calc(100% / 12 * 4);
  flex-grow: 0;
}
.mstForm__Element.width-5 {
  width: calc(100% / 12 * 5);
  flex-grow: 0;
}
.mstForm__Element.width-6 {
  width: calc(100% / 12 * 6);
  flex-grow: 0;
}
.mstForm__Element.width-7 {
  width: calc(100% / 12 * 7);
  flex-grow: 0;
}
.mstForm__Element.width-8 {
  width: calc(100% / 12 * 8);
  flex-grow: 0;
}
.mstForm__Element.width-9 {
  width: calc(100% / 12 * 9);
  flex-grow: 0;
}
.mstForm__Element.width-10 {
  width: calc(100% / 12 * 10);
  flex-grow: 0;
}
.mstForm__Element.width-11 {
  width: calc(100% / 12 * 11);
  flex-grow: 0;
}
.mstForm__Element.width-12 {
  width: calc(100% / 12 * 12);
  flex-grow: 0;
}
.mstForm__rootElement .mstForm__pageList {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.mstForm__rootElement .mstForm__pageList .mstForm__pageList-item {
  background: #eeeeee;
  flex-grow: 1;
  padding: 1rem 2rem;
  max-width: 20rem;
  position: relative;
  height: 40px !important;
  box-sizing: border-box;
}
.mstForm__rootElement .mstForm__pageList .mstForm__pageList-item:first-child {
  border-radius: 3px 0 0 3px;
}
.mstForm__rootElement .mstForm__pageList .mstForm__pageList-item:after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #eeeeee;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}
.mstForm__rootElement .mstForm__pageList .mstForm__pageList-item:last-child {
  border-radius: 0 3px 3px 0;
}
.mstForm__rootElement .mstForm__pageList .mstForm__pageList-item:last-child:after {
  display: none;
}
.mstForm__rootElement .mstForm__pageList .mstForm__pageList-item._active {
  background: #ff5501;
  color: #ffffff;
}
.mstForm__rootElement .mstForm__pageList .mstForm__pageList-item._active:after {
  border-left-color: #ff5501;
}
.mstForm__rowElement {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.mstForm__columnElement {
  flex-grow: 1;
  padding-right: 2rem;
  box-sizing: border-box;
}
.mstForm__columnElement > fieldset {
  margin-bottom: 0 !important;
}
.mstForm__columnElement:last-child {
  padding-right: 0;
}
.mstForm__choiceElement.horizontal .options {
  display: flex;
}
.mstForm__choiceElement.horizontal .options > div {
  margin-right: 1rem;
}
.mstForm__textInputElement input[type=date],
.mstForm__textInputElement input[type=time] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  vertical-align: baseline;
  width: 15rem;
  padding: 0 9px;
  box-sizing: border-box;
}
.mstForm__textInputElement.hidden {
  display: none !important;
}
.mstForm__chunk-helpText {
  margin-top: 5px;
  display: block;
}
.autocomplete-suggestions {
  border: 1px solid #c2c2c2;
  border-top: 0;
  background: #ffffff;
  z-index: 1000;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: .5rem 1rem;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: #f0f0f0;
}
.hdmx__status {
  background: #BFBFBF;
  border-radius: 2px;
  padding: 0.3rem 1rem;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.hdmx__status.hdmx-aqua {
  background: #2EC5B9;
}
.hdmx__status.hdmx-grey {
  background: #868686;
}
.hdmx__status.hdmx-navy {
  background: #4C7EB4;
}
.hdmx__status.hdmx-silver {
  background: #8B8B8B;
}
.hdmx__status.hdmx-black {
  background: #424242;
}
.hdmx__status.hdmx-green {
  background: #59E05B;
}
.hdmx__status.hdmx-olive {
  background: #668121;
}
.hdmx__status.hdmx-teal {
  background: #3298B1;
}
.hdmx__status.hdmx-blue {
  background: #5E6BFF;
}
.hdmx__status.hdmx-lime {
  background: #68CF70;
}
.hdmx__status.hdmx-hdmx-purple {
  background: #C007BF;
}
.hdmx__status.hdmx-fuchsia {
  background: #D55BD5;
}
.hdmx__status.hdmx-maroon {
  background: #AF5959;
}
.hdmx__status.hdmx-red {
  background: #ff2525;
}
.hdmx__status.hdmx-orange {
  background: #FF8C00;
}
.hdmx__status.hdmx-yellow {
  background: #f0b700;
}
.hdmx__tickets {
  margin-bottom: 3rem;
}
.hdmx__tickets-table .col.department,
.hdmx__tickets-table .col.activity,
.hdmx__tickets-table .col.status {
  white-space: nowrap;
}
.hdmx-green.create-button,
.create-button {
  white-space: nowrap;
  float: right;
  margin-top: -40px;
  z-index: 1000;
  position: relative;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.empty .hdmx-green.create-button,
.empty .create-button {
  white-space: nowrap;
  float: right;
  margin-top: 45px;
  z-index: 1000;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.hdmx__ticket-new .fieldset {
  margin-bottom: 0;
}
.hdmx__ticket-new .group {
  margin-left: -1rem;
  margin-right: -1rem;
}
.hdmx__ticket-new .group:before,
.hdmx__ticket-new .group:after {
  content: '';
  display: table;
}
.hdmx__ticket-new .group:after {
  clear: both;
}
.hdmx__ticket-new .group .field {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hdmx__ticket-new .group .field:last-child {
  margin-bottom: 2rem;
}
.hdmx__ticket-new .actions-toolbar .action.primary,
.hdmx__ticket-new .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.hdmx__ticket-new .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.hdmx__ticket-new .actions-toolbar .amshopby-button,
.hdmx__ticket-new .actions-toolbar .am-filter-go,
.hdmx__ticket-new .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.hdmx__ticket-new .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.hdmx__ticket-new .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.hdmx__ticket-new .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  float: right;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  height: auto;
}
.hdmx__ticket-view {
  position: relative;
}
.hdmx__ticket-view p.max-attachment-size {
  margin: 0 0 -7px;
  color: darkgray;
  font-size: smaller;
}
.hdmx__ticket-summary {
  width: auto;
  margin-bottom: 3rem;
  margin-top: -1rem;
}
.hdmx__ticket-summary th {
  font-weight: 600;
  padding: 0.5rem 4rem 0.5rem 0;
}
.hdmx__ticket-summary td {
  padding: 0.5rem 4rem 0.5rem 1rem;
}
.hdmx__ticket-reply {
  margin-bottom: 3rem;
}
.hdmx__ticket-reply .actions-toolbar .action.primary,
.hdmx__ticket-reply .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.hdmx__ticket-reply .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.hdmx__ticket-reply .actions-toolbar .amshopby-button,
.hdmx__ticket-reply .actions-toolbar .am-filter-go,
.hdmx__ticket-reply .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.hdmx__ticket-reply .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.hdmx__ticket-reply .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.hdmx__ticket-reply .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  float: right;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  height: auto;
}
.hdmx__ticket-reply .actions-toolbar .action.secondary {
  float: right;
  margin-right: 1rem;
  margin-top: 1rem;
}
.hdmx__ticket-history .hdmx__message {
  margin-bottom: 3rem;
  position: relative;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__header {
  padding: 0 0 5px 3px;
  color: #adadad;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__header strong {
  font-weight: 600;
  color: #333333;
  margin-right: 1.5rem;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body {
  background: #f7ffec;
  border-left: 3px solid #98cb4b;
  padding: 1rem;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body.user {
  background: #ecfaff;
  border-left-color: #4b8dcb;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body .hdmx-message__attachments {
  margin-top: 2rem;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body .hdmx-message__attachments a {
  font-size: 13px;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body .hdmx-message__attachments span {
  font-size: 13px;
  margin-right: 2rem;
  color: red;
}
.mstAttachmentPopup {
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  position: relative;
  transition: margin 0.7s ease-out 0.7s;
}
.hdmx-arr-hover {
  display: none;
}
button:hover .hdmx-arr {
  display: none;
}
button:hover .hdmx-arr-hover {
  display: block;
}
.mst-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.mst-popup .mst-popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 180px 30px 180px !important;
}
.mst-popup .mst-popup-content #mstPopupImage {
  max-width: 100%;
  min-width: 100px;
  max-height: calc(80vh);
  object-fit: contain;
  z-index: 10000;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.mst-popup .mst-popup-content #attachment-name {
  align-self: center;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
  padding-bottom: 3vh;
  margin-top: 20px;
  bottom: 0;
}
.mst-popup .mst-popup-content > span {
  align-self: center;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.mst-popup .mst-popup-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}
.mst-popup .mst-popup-navigation #hdmxPrevImage,
.mst-popup .mst-popup-navigation #hdmxNextImage {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mst-popup .mst-popup-navigation > button {
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
.mst-popup-action .mst-popup-close {
  z-index: 10000;
}
.mst-popup-action > span {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  /*z-index: 10000;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.mst-popup-action #hdmx-download {
  top: 50px;
  position: fixed;
}
.attachment-item:hover .attachment-info {
  opacity: 0;
  transition: opacity 0.7s ease;
}
.attachment-item:hover .download-info {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0 5px 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
  cursor: pointer;
}
.attachment-item:hover .download-info .attachment-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.attachment-item:hover .download-info .download-link {
  margin-right: auto;
}
.attachment-item:hover .download-info .attachment-size {
  margin-left: auto;
}
.attachment-item:hover .download-info .attachment-icon {
  margin: 0 8px 0 8px;
  flex-shrink: 0;
}
.hdmx-no-scroll {
  overflow: hidden;
}
.hdmx-message__attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.attachment-item {
  display: inline-flex;
  border: 1px #DDDDDD;
  border-radius: 4px;
  background-color: #f9f9f9;
  position: relative;
  width: 180px;
  height: 120px;
}
.attachment-item .attachment-thumbnail-container {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.attachment-item .attachment-thumbnail-container .image-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attachment-item .attachment-thumbnail-container .image-link .attachment-link > img {
  min-height: 48px;
  max-height: 120px;
  margin-bottom: 1rem;
}
.attachment-item .attachment-thumbnail-container .image-link > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attachment-item .attachment-info {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
  opacity: 1;
  transition: opacity 0.7s ease;
}
.attachment-item .attachment-info .attachment-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(84%);
  padding-right: 16px;
}
.attachment-item .attachment-info .attachment-details .attachment-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888 !important;
  padding-right: 8px;
  /*width: calc(100% - 16px);*/
}
.download-info {
  display: none;
}
.download-link,
.attachment-size {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888 !important;
  bottom: 0;
  transition: opacity 0.7s;
  max-width: 120px;
  padding-right: 8px;
}
.attachment-icon {
  margin: 0 8px 0 8px;
  flex-shrink: 0;
}
.hdmx__contact-button {
  cursor: pointer;
  position: fixed;
  min-width: 150px;
  z-index: 900000;
}
.hdmx__contact-button > span {
  display: block;
  line-height: 20px !important;
  font-size: 16px !important;
  padding: 8px 10px;
  border: 2px solid #fff;
  margin: 1px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
.hdmx__contact-popup {
  z-index: 999998;
}
.hdmx__contact-popup .hdmx__wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  position: relative;
}
.hdmx__contact-popup .hdmx__wrapper .max-attachment-size {
  margin-top: 10px;
}
.hdmx__contact-popup .hdmx__wrapper:before,
.hdmx__contact-popup .hdmx__wrapper:after {
  content: '';
  display: table;
}
.hdmx__contact-popup .hdmx__wrapper:after {
  clear: both;
}
.hdmx__contact-popup .hdmx__contact-form.hdmx__kb-form {
  width: 100% !important;
  margin: auto;
}
.hdmx__kb-form .control {
  position: relative;
}
.hdmx__kb-form .hdmx__kb-result {
  overflow: scroll;
  max-height: 30rem;
  margin-bottom: 2rem;
}
.hdmx__contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100000px;
  height: 10000000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900001;
}
.hdmx__contact-form {
  margin-bottom: 1.5rem;
}
.hdmx__contact-form:before,
.hdmx__contact-form:after {
  content: '';
  display: table;
}
.hdmx__contact-form:after {
  clear: both;
}
.hdmx__contact-form .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  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;
}
.hdmx__contact-form .action.close:focus,
.hdmx__contact-form .action.close:active {
  background: none;
  border: none;
}
.hdmx__contact-form .action.close:hover {
  background: none;
  border: none;
}
.hdmx__contact-form .action.close.disabled,
.hdmx__contact-form .action.close[disabled],
fieldset[disabled] .hdmx__contact-form .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.hdmx__contact-form .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hdmx__contact-form .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: 'x';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hdmx__contact-form .action.close:hover:before {
  color: inherit;
}
.hdmx__contact-form .action.close:active:before {
  color: inherit;
}
.hdmx__contact-form .action.close:before {
  font-family: arial;
}
.hdmx__contact-form .fieldset {
  margin-bottom: 1.5rem !important;
  min-width: 100%;
}
.hdmx__contact-form .fieldset .legend {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  margin-top: 1rem;
  border-bottom: none;
  padding-right: 2rem;
  margin-bottom: 1rem;
}
.hdmx__contact-form .fieldset .group-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.hdmx__contact-form .fieldset .group-2:before,
.hdmx__contact-form .fieldset .group-2:after {
  content: '';
  display: table;
}
.hdmx__contact-form .fieldset .group-2:after {
  clear: both;
}
.hdmx__contact-form .fieldset .group-2 .field {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hdmx__contact-form .fieldset .group-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.hdmx__contact-form .fieldset .group-3:before,
.hdmx__contact-form .fieldset .group-3:after {
  content: '';
  display: table;
}
.hdmx__contact-form .fieldset .group-3:after {
  clear: both;
}
.hdmx__contact-form .fieldset .group-3 .field {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hdmx__contact-form .fieldset .field.attachment {
  margin-top: 20px;
  float: left;
}
.hdmx__contact-form .actions-toolbar .action.primary,
.hdmx__contact-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.hdmx__contact-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.hdmx__contact-form .actions-toolbar .amshopby-button,
.hdmx__contact-form .actions-toolbar .am-filter-go,
.hdmx__contact-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.hdmx__contact-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.hdmx__contact-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.hdmx__contact-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  float: right;
  padding: 1rem 2rem;
  height: auto;
  margin-top: 20px;
}
.hdmx__contact-form.success .message-success {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  margin-top: 5rem;
}
.helpdesk-contact-form.page-layout-empty .column.main {
  padding-bottom: 0;
}
.hdmx__contact-form.helpdesk-contact-form {
  width: 100% !important;
  margin: auto;
  margin-bottom: 20px;
}
.hdmx__spinner {
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 6px;
  right: 0;
}
.hdmx__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.hdmx__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.hdmx__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.hdmx__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.hdmx__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.hdmx__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.hdmx__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.hdmx__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.hdmx__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.hdmx__contact-popup .fieldset :last-child,
.hdmx__contact-form .fieldset :last-child,
.hdmx__ticket-new .fieldset :last-child {
  margin-top: 0;
}
.hdmx__contact-popup .fieldset label,
.hdmx__contact-form .fieldset label,
.hdmx__ticket-new .fieldset label {
  font-weight: 600;
  width: 100% !important;
  text-align: left !important;
}
.hdmx__contact-popup .fieldset legend,
.hdmx__contact-form .fieldset legend,
.hdmx__ticket-new .fieldset legend {
  margin-left: 0px !important;
}
.hdmx__contact-popup .fieldset div.control,
.hdmx__contact-form .fieldset div.control,
.hdmx__ticket-new .fieldset div.control {
  width: 100% !important;
  text-align: left !important;
}
.hdmx__contact-popup .fieldset .cms-content-important,
.hdmx__contact-form .fieldset .cms-content-important,
.hdmx__ticket-new .fieldset .cms-content-important {
  margin-left: 0;
}
.hdmx__contact-popup .actions-toolbar,
.hdmx__contact-form .actions-toolbar,
.hdmx__ticket-new .actions-toolbar {
  margin-top: 15px;
}
.hdmx__contact-popup .fieldset div.control {
  width: 100% !important;
  text-align: left !important;
}
.hdmx__contact-popup .fieldset .hdmx__result {
  width: 100% !important;
}
.hdmx__contact-popup .actions-toolbar {
  width: 100% !important;
}
.hdmx__schedule-status {
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.hdmx__schedule-status.status-close {
  background: rgba(255, 85, 1, 0.08);
  color: #E63737;
}
.hdmx__schedule-status.status-open {
  background: rgba(1, 255, 196, 0.08);
  color: #3EBB00;
}
.hdmx__schedule {
  margin-bottom: 2rem;
  width: 600px;
}
.hdmx__schedule:before,
.hdmx__schedule:after {
  content: '';
  display: table;
}
.hdmx__schedule:after {
  clear: both;
}
.hdmx__schedule table {
  width: auto;
}
.hdmx__schedule table tr td.day {
  padding-left: 0;
}
.hdmx__schedule .hdmx__schedule-working,
.hdmx__schedule .hdmx__schedule-upcoming {
  float: left;
  width: 45%;
  margin-right: 1rem;
}
.hdmx__schedule b {
  font-weight: 600;
}
.helpdesk_satisfaction-block .helpdesk_satisfaction-rate-great {
  position: relative;
  background: #00c300;
  border-radius: 3px;
  margin-top: 2rem;
  padding: .5rem 1rem;
}
.helpdesk_satisfaction-block .helpdesk_satisfaction-rate-great img {
  position: absolute;
  width: 5.5rem;
  top: -2.1rem;
  left: 0;
}
.helpdesk_satisfaction-block .helpdesk_satisfaction-rate-great .text {
  font-family: "Roboto", "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: right;
}
.helpdesk_satisfaction-block .last-update {
  color: #7d7d7d;
  font-size: 1.2rem;
  text-align: right;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row {
  margin: 0 -15px;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 {
  float: left;
  width: 33.33333333%;
  margin-right: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.5rem;
  height: 5.5rem;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate .helpdesk_satisfaction-bar {
  background: #f8f8f8;
  height: 3rem;
  width: 100%;
  border-radius: 3px;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate .helpdesk_satisfaction-bar .inner {
  background: #faf;
  height: 3rem;
  border-radius: 3px 0 0 3px;
  padding: .5rem 1rem;
  text-align: right;
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate.rate-great .inner {
  background: #09d011;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate.rate-ok .inner {
  background: #f5b92b;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate.rate-bad .inner {
  background: #fb6c6c;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-smiles {
  display: inline-flex;
  flex-wrap: wrap;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-smiles figure {
  width: 5rem;
  height: 5rem;
  margin: 1rem;
  position: relative;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-smiles figure img {
  width: 5rem;
}
.processing-block {
  margin-bottom: 10px;
}
.hdmx__ticket-message-rate-satisfaction {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: .5rem;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10rem;
  max-width: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.hdmx__ticket-message-rate-satisfaction .rate {
  margin-left: 1rem;
  flex-shrink: 0;
  display: flex;
}
.hdmx__ticket-message-rate-satisfaction .rate img {
  width: 2rem;
  height: 2rem;
}
.hdmx__ticket-message-rate-satisfaction .comment {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  margin-left: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hdmx__ticket-message-rate {
  display: flex;
  position: absolute;
  right: 5px;
  top: 10px;
  padding: .5rem;
  align-items: center;
  background: #ffffff;
  border-radius: 10rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.hdmx__ticket-message-rate * {
  transition: all 0.1s ease-in;
}
.hdmx__ticket-message-rate a {
  display: flex;
  align-items: center;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
}
.hdmx__ticket-message-rate a img {
  width: 2rem;
  height: 2rem;
}
.hdmx__ticket-message-rate a span {
  display: block;
  width: 0;
  overflow: hidden;
  margin-left: .5rem;
}
.hdmx__ticket-message-rate a:hover {
  color: #333333;
}
.hdmx__ticket-message-rate:hover a {
  margin: 0 1rem;
}
.hdmx__ticket-message-rate:hover a img {
  width: 3rem;
  height: 3rem;
}
.hdmx__ticket-message-rate:hover a span {
  width: auto;
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 80px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
  height: 20px !important;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
  border: none;
}
.block-rewards-account-summary .invite {
  background: url(../Mirasvit_Rewards/images/referral.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.block-rewards-account-summary .invite .column-referral {
  padding: 150px 50px;
  background: #f4f4f4;
  opacity: 0.9;
  border-radius: 6px;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.block-rewards-account-summary .block-title.earn.subtitle > strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .block-title.spend.subtitle > strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .mst-referral-widget {
  text-align: center;
}
.block-rewards-account-summary .mst-referral-widget .block-title {
  font-size: 34px !important;
}
.block-rewards-account-summary .mst-referral-widget .block-content .block .block-content > span {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper {
  margin: 2rem auto;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > strong {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set {
  text-align: right;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button {
  background: #eeeeee;
  border: solid 1px #cccccc;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button > span {
  color: #41362f;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname {
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname > span {
  font-size: 20px;
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > thead {
  padding-bottom: 0;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td {
  border-top: none;
  padding: 0 10px 6px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td ::-webkit-input-placeholder {
  color: #cccccc;
}
.block-rewards-account-summary .order-details-items .invitations {
  border: none;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ecfdff;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: "(";
}
.link.rewards .counter:after {
  content: ")";
}
.mst-rewards-logo {
  height: 14px;
}
.mst-rewards-account-amount-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount {
  display: flex;
  align-items: flex-end;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .points {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .unit {
  color: #6d6d6d;
  margin-left: 5px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount > img {
  height: 28px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.mst-rewards-account-amount-wrapper .mst-rewards-logo {
  height: 36px;
  margin-left: 15px;
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button {
  width: 49% !important;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block {
  display: inline;
  width: inherit;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button {
  margin-right: 10px;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #cccccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account-share div.rewards-social-buttons {
  height: 20px;
}
.rewards-account-share div.rewards-social-buttons div.fb {
  top: 0px !important;
  float: left;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like > span {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like > span iframe {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.tw {
  top: 0px !important;
  height: 20px !important;
  float: left;
  margin-left: 4px;
}
.mst__expiring-points {
  margin-bottom: 1rem;
}
.mst__referral-widget {
  margin: 10px 0 25px 0;
}
.mst__referral-widget .mst__referral-widget-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  grid-gap: 25px;
  align-items: center;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-sitemap__map .search-bar {
  display: flex;
}
.mst-seo-sitemap__map .search-bar input[type=search] {
  position: relative;
  margin: 0 auto;
  max-width: 45rem;
}
.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem;
}
.mst-seo-sitemap__map .provider ul {
  list-style: none;
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.mst-seo-sitemap__map .provider ul.cols-1 {
  column-count: 1;
}
.mst-seo-sitemap__map .provider ul.cols-2 {
  column-count: 2;
}
.mst-seo-sitemap__map .provider ul.cols-3 {
  column-count: 3;
}
.mst-seo-sitemap__map .provider ul.cols-4 {
  column-count: 4;
}
.mst-seo-sitemap__map .provider ul.cols-5 {
  column-count: 5;
}
.mst-seo-sitemap__map .provider ul.cols-6 {
  column-count: 6;
}
.mst-seo-sitemap__map .provider ul.cols-7 {
  column-count: 7;
}
.mst-seo-sitemap__map .provider ul.cols-8 {
  column-count: 8;
}
.mst-seo-sitemap__map .provider ul.cols-9 {
  column-count: 9;
}
.mst-seo-sitemap__map .provider ul.cols-10 {
  column-count: 10;
}
.mst-seo-sitemap__map .provider ul li {
  display: inline;
}
.mst-seo-sitemap__map .provider ul li a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.mst-seo-sitemap__map .provider ul li a span:after {
  font-size: 10px;
  line-height: 20px;
  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;
  color: #707070;
}
.mst-seo-sitemap__map .provider ul li a span:last-child:after {
  display: none;
}
.mst-seo-sitemap__map .provider .letter {
  margin: 0 0 2rem -2rem;
}
.mst-seo-sitemap__map .provider .letter strong {
  font-size: 2rem;
  font-weight: 800;
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_visible {
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_hidden {
  display: none;
}
.mst-seo-sitemap__map .provider .letter ul {
  margin-top: 0;
}
.mst-seo-sitemap__map .provider ._highlight {
  background: #fad764;
  font-style: normal;
}
@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important;
  }
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._disabled {
  outline: none;
  box-shadow: none;
  display: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
.stock-notification {
  clear: both;
  color: red;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-options-wrapper .out_off_stock_block {
  float: none;
}
.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%;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  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;
}
.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 #f2f2f2;
  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;
}
/**
 * @author      Extend Magento Team <magento@guidance.com>
 * @category    Extend
 * @package     Extend_Warranty
 * @copyright   Copyright (c) 2022 Extend Inc. (https://www.extend.com/)
 */
.product-warranty-offers {
  clear: both;
  padding-top: 10px;
}
.minicart-items .product-item .product-item-warranty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  margin-top: 10px;
}
.minicart-items .product-item .product-item-warranty iframe {
  min-height: 30px;
}
.order-warranty-offers.hidden {
  visibility: hidden;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 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 #f2f2f2;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.bundle-options-container .fieldset-bundle-options {
  min-inline-size: inherit;
}
.outOfStockNote {
  color: #ff0000;
  font-weight: bold;
}
.page-product-bundle.catalog-product-view .product-info-main .stock.available {
  display: none;
  text-align: right;
}
.page-product-bundle .price-as-configured .bundle-price-box {
  font-size: 10px;
  font-weight: 600;
  color: #444;
  line-height: 1.5;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  top: -10px;
}
.page-product-bundle .price-as-configured .bundle-price-box .price-label {
  margin-right: 4px;
}
.page-product-bundle .price-as-configured .bundle-price-box .price {
  font-weight: 600;
  line-height: 1.5;
  font-size: 10px;
  text-decoration: line-through;
}
.discontinued-notice-message {
  display: inline;
  font-weight: 600;
  line-height: 1;
  font-size: 1rem;
  color: #ff0000;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 50%;
}
.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 {
  display: none;
}
.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:before {
  margin: 0;
}
.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;
  text-transform: lowercase;
}
.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(242, 242, 242, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.catalog-category-view .products .product-labels.free-gift-list-item {
  bottom: 0;
}
.catalog-category-view .product-labels.free-gift-list-item {
  bottom: 17px;
  top: unset;
}
.catalog-category-view .product-labels.free-gift-list-item ul li .main-txt {
  font-size: 9px;
  padding: 2px 0px 0px 7px;
  height: auto;
  background: red;
}
.catalog-category-view .product-labels.free-gift-list-item ul li .main-txt:after {
  height: 15px;
  background: red;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-add-form .discontinued {
  display: none;
  margin: 10px 0px;
}
.product-info-main .product-add-form .discontinued span.notice {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  color: #ff0000;
}
.product-info-main .product-add-form #product-options-wrapper .field {
  display: inline-block;
  width: 100%;
}
.product-info-main .product-add-form #product-options-wrapper .field label.label {
  width: 26% !important;
  clear: left;
}
.product-info-main .product-add-form #product-options-wrapper .field .control {
  width: 74% !important;
  float: right;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.catalog-product-view .bundle-options-container .product-options-bottom {
  border-top: unset;
  clear: unset;
  margin: unset;
  padding-top: unset;
}
.catalog-product-view .bundle-options-container .product-options-wrapper .fieldset > .field.option {
  border-top: unset;
  margin: 0;
}
.catalog-product-view .block-bundle-summary .action.towishlist:before {
  content: '' !important;
}
@media (max-width: 767px) {
  .catalog-product-view .recommended-products.bought-to-gether-products:before {
    width: 104% !important;
  }
  .catalog-product-view .recommended-products:before {
    width: 104% !important;
  }
  .catalog-product-view .mpfreegifts_modal.modal-popup._inner-scroll .modal-inner-wrap {
    width: auto;
  }
  .catalog-product-view .mpfreegifts_modal.modal-popup._inner-scroll .modal-inner-wrap .modal-header {
    padding-top: 2rem !important;
  }
  .catalog-product-view .mpfreegifts_modal.modal-popup._inner-scroll .modal-content {
    box-shadow: none;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #f2f2f2;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #f2f2f2;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #f2f2f2;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #f2f2f2;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #333333;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus:before {
  color: #333333;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.checkout,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #f2f2f2;
  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: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #f2f2f2;
}
.cart-discount {
  border-bottom: 1px solid #f2f2f2;
  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 .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 .action.primary,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.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 .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.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;
}
.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: 1279px) {
  .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,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #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: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #f2f2f2;
  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: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #f2f2f2;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.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: 1000;
}
.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-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-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  color: #08c;
  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-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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.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 {
  position: relative;
}
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
  margin-top: 10px;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #f2f2f2;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(242, 242, 242, 0.3);
  border: 1px solid #f2f2f2;
  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 #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px dashed #f2f2f2;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.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: 999;
  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 #f2f2f2;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.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 #f2f2f2;
  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 #f2f2f2;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #f2f2f2;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.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;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #f2f2f2;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #f2f2f2;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #f2f2f2;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #f2f2f2;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #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;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  background-color: #000000;
  border-bottom: none;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #121214;
  font-size: 1.2rem;
  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: #0c0c0c;
  color: #ffffff;
  box-sizing: border-box;
  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;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #f2f2f2;
}
.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 #f2f2f2;
}
.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 #f2f2f2;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-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;
}
.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 {
  transition: all 300ms ease-in-outs all ease-in;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  transition: all 450ms ease-in-outs all ease-in;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-outs all ease-in;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.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: 1279px) 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);
  }
}
.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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 1280px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .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-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-toggling-title-mobile,
  .block-collapsible-nav .title,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-collapsible-nav .title: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: 28px;
    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;
  }
  .abs-toggling-title-mobile:after,
  .block-collapsible-nav .title:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-collapsible-nav .title.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .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: #999999;
  }
  .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 {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 1.6rem;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #333333;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 250px;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #14344d;
    border: solid #75797d;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 50%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch {
    color: #fff !important;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
    color: #fff !important;
  }
  .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: #0088cc;
    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: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    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;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 1000;
  }
  .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: 1000;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .col-2-3,
  .col-1-2 {
    width: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #f2f2f2;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #121214;
    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-page-view .page-main {
    padding-top: 41px;
    position: relative;
  }
  .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;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .blog-page .column.main .block-author {
    flex-direction: column;
  }
  .hdmx__contact-button {
    bottom: -3px;
  }
  .hdmx__contact-button.hdmx__contact-button-left {
    left: 3px;
  }
  .hdmx__contact-button.hdmx__contact-button-right {
    right: 3px;
  }
  .hdmx__contact-popup {
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .hdmx__contact-popup .hdmx__wrapper {
    width: auto;
    left: 0;
    overflow: auto;
    max-height: 100vh;
  }
  .hdmx__contact-popup .fieldset .fields {
    margin-bottom: 20px;
  }
  .hdmx__contact-form {
    width: 600px;
  }
  .hdmx__contact-popup,
  .hdmx__contact-form,
  .hdmx__ticket-new {
    width: 100% !important;
  }
  .hdmx__contact-popup .fieldset div.control,
  .hdmx__contact-form .fieldset div.control,
  .hdmx__ticket-new .fieldset div.control {
    width: 100% !important;
    text-align: left !important;
  }
  .hdmx__contact-popup .hdmx__result,
  .hdmx__contact-form .hdmx__result,
  .hdmx__ticket-new .hdmx__result {
    width: 100% !important;
  }
  .hdmx__schedule {
    width: 100%;
  }
  .tier-progress-bar .tier-point .label,
  .tier-progress-bar .tier-point .number,
  .tier-progress-bar .tier-point .tier-logo {
    display: none;
  }
  .tier-progress-bar .tier-point:first-child .label,
  .tier-progress-bar .tier-point:last-child .label,
  .tier-progress-bar .tier-point:first-child .number,
  .tier-progress-bar .tier-point:last-child .number,
  .tier-progress-bar .tier-point:first-child .tier-logo,
  .tier-progress-bar .tier-point:last-child .tier-logo {
    display: block;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #f2f2f2;
  }
  .cart.table-wrapper {
    border-top: 1px solid #f2f2f2;
  }
  .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;
  }
  .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 .page.messages {
    margin-bottom: 40px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #f2f2f2;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #f2f2f2;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f2f2f2;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #f2f2f2;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #121214;
    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-page-view .page-main {
    padding-top: 41px;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .nav-sections {
    background: #f8f8f8;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: box-shadow 0.2s eases all ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: box-shadow 0.2s eases all ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    transition: left 0.3ss all ease-in;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .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;
  }
  .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;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 600px) {
  .hdmx__contact-form {
    width: 100%;
  }
}
@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 #f2f2f2;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .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-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    border-top: 1px solid #f2f2f2;
    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 #f2f2f2;
    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;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .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;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .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 #f2f2f2;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #f2f2f2;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[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;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-index-index .columns .amcoupons-main-container,
  .paypal-express-review .amcoupons-main-container,
  .braintree-paypal-review .amcoupons-main-container {
    box-sizing: border-box;
    width: 100%;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .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-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #f2f2f2;
  }
  .table > tbody + tbody {
    border-top: 1px solid #f2f2f2;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .amasty_rma-account-view .amrma-select-container .admin__control-select {
    height: 100%;
  }
  .amrma-return-number {
    flex-direction: row;
  }
  .amrma-return-number .amrma-header {
    margin: 0;
  }
  .amrma-return-number .amrma-status {
    align-self: auto;
    margin: 0 10px;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
    width: 50px;
    height: 50px;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image:after {
    left: 0;
  }
  .amrma-product-item {
    flex-direction: row;
  }
  .amrma-product-message {
    width: 360px;
    margin-left: 15px;
  }
  .amrma-message-container.-options,
  .amrma-message-container.-gray {
    margin: 0;
  }
  .amreturns-orders-container {
    flex-direction: row;
  }
  .amreturns-orders-container .amreturn-btn {
    margin-left: 10px;
    margin-top: 0;
  }
  .amreturns-orders-container .amreturn-select {
    margin-bottom: 0;
    width: 85%;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child):not(:last-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
    padding-top: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 10px 10px 25px;
  }
  .amrma-chat-send {
    margin: 0 20px 20px;
  }
  .amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .account .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
    padding: 10px;
  }
  .amrma-tracking-add {
    display: flex;
    flex-direction: row;
    margin: 0 25px;
  }
  .amrma-tracking-add .amrma-input {
    flex-basis: 50%;
    margin: 0 20px;
  }
  .amrma-tracking-add .amreturn-btn {
    padding: 7px 36px;
    height: auto;
    border: none;
    line-height: 14px;
    background: #1979c3;
    color: #fff;
  }
  .amrma-tracking-add .amreturn-btn:hover {
    background: #2196f3;
  }
  .amrma-tracking-add .amrma-label {
    display: none;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .item.product.product-item:hover,
  .products-grid .item.product.product-item.active {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    width: 50%;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .page-products .products-grid .product-item-inner {
    padding: 5px;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-items {
    font-size: 0;
  }
  .products-grid .product-item {
    width: 33.33333333%;
    font-size: 14px;
    border-right: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4;
  }
  .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 {
    width: 33.33333333%;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
/*
 * Copyright (c) 2025. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Extend Parent Theme */
/* Theme Styling */
.page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
.page-title-wrapper .action.cart2quote-print-quote-btn,
.page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
.page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
.page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
.page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn,
.page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
.page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
.page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn,
.page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn {
  margin-top: -85px;
}
div.page-title-wrapper > form > div > button.action.primary.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.action.cart2quote-print-quote-btn,
div.page-title-wrapper > form > div > button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.amshopby-button.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.am-filter-go.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn {
  margin-top: -37px;
}
@media (max-width: 1250px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn {
    margin-top: -95px;
  }
}
@media (max-width: 900px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn {
    display: table;
    float: none;
    margin: 20px 0;
    width: auto;
  }
}
@media (max-width: 550px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .paypal-express-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn,
  .page-title-wrapper .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .am-filter-go.cart2quote-accept-checkout-btn {
    display: block;
    float: none;
    margin: 20px 0;
    width: 100%;
  }
}
.block-order-details-view .block-content .box.box-quote-remarks {
  margin: 0;
}
.page-title-wrapper .block.block-order-details-view:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .quotation-quote-view .page-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1250px) {
  .quotation-quote-view .order-status {
    display: table;
  }
}
@media (max-width: 767px) {
  body.account.quotation-quote-view .page-title-wrapper .order-status {
    margin-top: 0;
  }
}
