/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
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', 'ITC Avant Garde Std Bk', 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 #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #33322c;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #33322c;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #33322c;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', 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 #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', 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 #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', 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="datetime"]: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="datetime"]::-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="datetime"]::-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="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', 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', 'ITC Avant Garde Std Bk', 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[generated] {
  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.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.search-terms,
.product-items,
.prices-tier,
.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;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.search-terms > li,
.product-items > li,
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #33322c;
  border: 1px solid #33322c;
  color: #ffffff;
}
.action-primary:hover {
  background: #33322c;
  border: 1px solid #33322c;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', 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,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #33322c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #33322c;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #33322c;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #33322c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.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),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.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 {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.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;
}
.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;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.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;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #33322c;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #33322c;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.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,
.block-balance .balance-price-label,
.fieldset .fullname > .label,
.field.street .field .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.opc-wrapper .form-giftcard-account .field .label,
.page-product-giftcard .fieldset.giftcard > .legend,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.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: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-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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.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) ': ';
}
.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: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.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;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.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;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.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;
}
.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-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;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.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;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #33322c;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
body {
  color: #000 !important;
  font-family: 'ITC Avant Garde Std Bk';
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
/*COMMON CLASS*/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?25774330');
  src: url('fonts/fontello.eot?25774330#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?25774330') format('woff2'), url('fonts/fontello.woff?25774330') format('woff'), url('fonts/fontello.ttf?25774330') format('truetype'), url('fonts/fontello.svg?25774330#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITC Avant Garde Std Bk';
  src: url('fonts/ITCAvantGardeStd-Bk.eot');
  src: url('fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'ITCAvantGardeStdDemi';
  src: url('fonts/ITCAvantGardeStdDemi.eot');
  src: url('fonts/ITCAvantGardeStdDemi.eot') format('embedded-opentype'), url('fonts/ITCAvantGardeStdDemi.woff2') format('woff2'), url('fonts/ITCAvantGardeStdDemi.woff') format('woff'), url('fonts/ITCAvantGardeStdDemi.ttf') format('truetype'), url('fonts/ITCAvantGardeStdDemi.svg#ITCAvantGardeStdDemi') format('svg');
}
@font-face {
  font-family: 'ITCAvantGardeStdBold';
  src: url('fonts/ITCAvantGardeStdBold.eot');
  src: url('fonts/ITCAvantGardeStdBold.eot') format('embedded-opentype'), url('fonts/ITCAvantGardeStdBold.woff2') format('woff2'), url('fonts/ITCAvantGardeStdBold.woff') format('woff'), url('fonts/ITCAvantGardeStdBold.ttf') format('truetype'), url('fonts/ITCAvantGardeStdBold.svg#ITCAvantGardeStdBold') format('svg');
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 15px;
  border-radius: 4px;
}
.account {
  font-family: 'ITC Avant Garde Std Bk';
}
.page-wrapper a:hover,
.page-wrapper a:active {
  text-decoration: none;
  color: #000;
}
.page-wrapper h2 {
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-header {
  z-index: 900;
  background-color: #000;
}
.page-wrapper .page-header .header.panel {
  max-width: 100%;
  width: 100%;
}
.page-wrapper .page-header .header .block-search {
  width: 18%;
  order: 1;
}
.page-wrapper .page-header .header .block-search .block-content .control input {
  width: 276px;
  height: 45px;
  border-radius: 30px;
}
.page-wrapper .page-header .header .block-search {
  margin-right: 10px;
  z-index: 9;
}
.page-wrapper .page-header .header.content {
  padding-top: 20px !important;
  display: flex;
  border-bottom: 1px solid #fff;
  min-height: 64px;
}
.page-wrapper .page-header .header.content .logo {
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
  display: block;
  max-width: 400px;
}
.page-wrapper .page-header .header.content .logo img {
  /*                        -webkit-filter: invert(1);
                        filter: invert(1);*/
}
.page-wrapper .page-header .header.content .minicart-wrapper {
  /*                    border: 2px solid #fff;
                    border-radius:50px;*/
  height: 45px;
  order: 2;
  margin-left: 9px;
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  padding-left: 1px !important;
  padding-right: 20px;
}
.page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
  /*                                content: '\e80f';
                                color: #fff;
                                font-family: 'fontello';
                                font-size:27px;  */
  margin: 5px 10px 0 8px;
  content: '' !important;
  background-image: url(../images/list.svg) !important;
  background-repeat: none;
  background-position: 0 0;
  border: none;
  width: 50px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: -2px;
  color: #eee;
  background-color: inherit;
  background-size: 71% !important;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  background-repeat: no-repeat !important;
  -webkit-filter: invert(1);
  filter: invert(1);
  background-size: 73%;
}
.page-wrapper .page-header .header.content .minicart-wrapper .quote {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px;
  margin-top: 5px;
  float: right;
  margin-right: 6px;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 13px;
}
.page-wrapper .page-header .header.content .minicart-wrapper a.cart {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 13px;
}
.page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
  content: "";
  background-image: url(../images/shopping-cart.svg);
  padding: 10px 15px;
  background-size: 32px;
  margin-left: 7px;
  margin-top: 5px;
  margin-right: 4px;
  -webkit-filter: invert(1);
  filter: invert(1);
  /*                                    background-size: 84%;*/
}
.page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart .counter.qty {
  background-color: inherit;
  font-size: 16px;
  padding-top: 0px;
  height: 30px;
  padding-right: 5px;
  padding-left: 0px;
}
.page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper a.xl-showcart {
  background-color: #fff;
  padding: 8px;
  border-radius: 20px;
  margin-right: 3px;
  float: right;
  padding-top: 9px;
  margin-top: 3px;
  padding-right: 0px;
}
.page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper a.xl-showcart:after {
  content: '\e83f';
  padding: 0 4px;
  font-family: fontello;
  font-size: 10px;
  margin-top: 2px;
  float: right;
}
.page-wrapper .page-header .panel.wrapper {
  background-color: #eee;
}
.page-wrapper .page-header .panel.wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.page-wrapper .page-header .panel.wrapper ul li {
  float: left;
  padding: 0 10px;
  margin-bottom: 0px;
  padding-top: 7px;
}
.page-wrapper .page-header .panel.wrapper ul li a {
  color: #000;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 14px;
  text-decoration: none;
  font-family: 'ITCAvantGardeStdDemi';
}
.page-wrapper .page-header .panel.wrapper ul li a:hover {
  color: #76aba9;
}
.page-wrapper .page-header .panel.wrapper ul li.hg-sgn {
  padding-top: 0px;
}
.page-wrapper .page-header .panel.wrapper ul li.hg-sgn a:before {
  content: '\e815';
  font-family: 'fontello';
  font-size: 22px;
  padding: 0px 5px;
}
.page-wrapper .page-header .panel.wrapper ul li.hg-reg {
  padding-top: 0px;
}
.page-wrapper .page-header .panel.wrapper ul li.hg-reg a:before {
  content: '\e839';
  font-family: 'fontello';
  font-size: 22px;
  padding: 0px 5px;
}
.page-wrapper .page-header .panel.wrapper ul li.phone-number {
  padding-top: 0px;
}
.page-wrapper .page-header .panel.wrapper ul li.phone-number span {
  color: #588E8C;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBold';
}
.page-wrapper .page-header .panel.wrapper ul li.phone-number span:before {
  content: '\e82e';
  font-family: 'fontello';
  font-size: 22px;
  padding: 0px 5px;
  color: #588E8C;
}
.page-wrapper .page-header .panel.header {
  padding-bottom: 7px;
  padding-top: 5px;
  background-color: #76aba9;
  text-align: center;
}
.page-wrapper .header.content {
  max-width: 100%;
  width: 100%;
  background-color: #000;
}
.page-wrapper .header.content .header {
  float: right;
  display: inline-block;
  max-width: 42%;
  width: 100%;
}
.page-wrapper .header.content .header ul {
  list-style: none;
  padding-left: 0;
}
.page-wrapper .header.content .header ul li {
  padding: 10px 20px;
  float: left;
}
.page-wrapper .header.content .header ul li a {
  color: #fff;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 15px;
}
.page-wrapper .header.content .header ul li a:hover {
  text-decoration: underline;
}
.page-wrapper .header.content .header ul li:first-child a:before {
  content: "";
  padding: 10px;
  background-image: url(../images/document.svg);
  width: 100%;
  max-width: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  margin-right: 5px;
  /*                                    filter: invert(1);*/
}
.page-wrapper .header.content .header ul li:nth-child(2) a:before {
  content: "";
  padding: 10px;
  background-image: url(../images/idea.svg);
  width: 100%;
  max-width: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  margin-right: 5px;
}
.page-wrapper .header.content .header ul li:nth-child(3) a:before {
  content: "";
  padding: 10px;
  background-image: url(../images/click.svg);
  width: 100%;
  max-width: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  margin-right: 5px;
}
.page-wrapper .header.content .block-search .action.search {
  opacity: 1;
  right: 0px;
}
.page-wrapper .header.content .block-search .action.search:before {
  font-size: 30px;
  line-height: 48px;
  color: #000;
}
.page-wrapper #custom-sliding-cart .minicart-wrapper {
  border-radius: 0px;
}
.page-wrapper #custom-sliding-cart .minicart-wrapper .action.showcart .counter.qty {
  padding: 0px 24px;
  padding-right: 10px;
  min-width: 81px;
}
.page-wrapper .nav-sections {
  margin-bottom: 0px;
}
.page-wrapper .nav-sections .nav-sections-item-content {
  background-color: #36322f;
}
.page-wrapper .nav-sections .nav-sections-item-content .navigation {
  background-color: #000;
}
.page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
  color: #fff;
  font-family: 'ITCAvantGardeStdDemi';
  padding: 0 36px;
  font-size: 15px;
  border-width: 0px;
  line-height: 56px;
  font-weight: normal;
}
.page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:hover {
  background-color: #76aba9;
}
.page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:hover span {
  color: #fff;
}
.page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top > .ui-menu-icon {
  right: 20px;
}
.page-wrapper .action.primary {
  background-color: #76ABA9;
  border: none !important;
}
.page-wrapper .action.primary:hover {
  background-color: #66a29e;
}
.page-wrapper .message.success > *:first-child:before {
  color: #76aba9;
}
.page-wrapper .products .action.primary {
  line-height: 14px;
  font-weight: normal;
}
.aftr-nav {
  background-color: #eee;
  /*    min-height:263px;*/
}
.aftr-nav .clrnc-tab {
  background-image: url(../images/img-below-nav.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 45px;
  display: none;
}
.aftr-nav .clrnc-tab .clrnce-in {
  max-width: 983px;
  width: 100%;
  margin: auto;
  min-height: 45px;
}
.aftr-nav .clrnc-tab .clrnce-in .clr-m {
  width: 60%;
  float: left;
}
.aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-1 {
  width: 45%;
  float: left;
  font-size: 0px;
  height: 46px;
}
.aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-perc {
  width: 30%;
  float: left;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  padding-top: 8px;
  padding-left: 4px;
}
.aftr-nav .clrnc-tab .clrnce-in a,
.aftr-nav .clrnc-tab .clrnce-in button {
  width: 80px;
  height: 30px;
  color: #fff;
  background-color: inherit;
  border: none;
  /*               background-color: #e84102;*/
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 7px;
  box-shadow: inherit;
  font-size: 0px;
  float: right;
  display: inline-block;
  cursor: pointer;
}
.aftr-nav .wlcm-bx {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  min-height: 140px;
  padding-top: 2%;
}
.aftr-nav .wlcm-bx h2,
.aftr-nav .wlcm-bx h1 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 24px;
}
.aftr-nav .wlcm-bx p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}
.aftr-nav .wlcm-bx ul {
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  vertical-align: middle;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.aftr-nav .wlcm-bx ul li {
  font-family: 'ITCAvantGardeStdDemi';
  color: #3C3C3A;
  font-size: 15px;
  float: left;
  padding: 0 20px;
}
/*mid box*/
.mid-bx-pro {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  min-height: 140px;
  margin-bottom: 30px;
}
.mid-bx-pro h2 {
  margin-top: 40px;
}
.mid-bx-pro .bx1 {
  width: 238px;
  min-height: 372px;
  margin-right: 27px;
  background-color: #eee;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.mid-bx-pro .bx1 img {
  min-height: 291px;
}
.mid-bx-pro .bx1 img:hover {
  -moz-box-shadow: 0 3px 9px -6px #000000;
  box-shadow: 0 3px 5px -3px #000000;
}
.mid-bx-pro .bx1 a.lnk {
  color: #76ABA9;
  font-size: 15px;
  text-transform: uppercase;
  margin: 16px 20px;
  margin-top: 10px;
  background-color: #fff;
  /*                box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.10); */
  box-shadow: 0px 0px 1px 0px rgba(174, 148, 148, 0.71);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(174, 148, 148, 0.71);
  -moz-box-shadow: 0px 0px 1px 0px rgba(174, 148, 148, 0.71);
  padding: 0px 15px;
  border-radius: 3px;
  border: none;
  font-family: 'ITC Avant Garde Std Bk';
  display: inline-block;
  font-family: 'ITCAvantGardeStdDemi';
  height: 38px;
  padding-top: 9px;
}
.mid-bx-pro .bx1 a.lnk:hover {
  box-shadow: -1px 0px 13px 0px rgba(174, 148, 148, 0.71);
  -webkit-box-shadow: -1px 0px 13px 0px rgba(174, 148, 148, 0.71);
  -moz-box-shadow: -1px 0px 13px 0px rgba(174, 148, 148, 0.71);
}
.mid-bx-pro .bx1 button {
  color: #76ABA9;
  font-size: 15px;
  text-transform: uppercase;
  margin: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 7px 15px;
  border: none;
  font-family: 'ITC Avant Garde Std Bk';
  display: inline-block;
}
.mid-bx-pro .bx1.last {
  margin-right: 0px;
}
.mid-bx-pro .bx1 span a.lnk {
  background-color: inherit;
  box-shadow: inherit;
  text-transform: capitalize;
  color: #000;
  font-size: 17px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  padding-top: 10px;
  display: inline-block;
}
.mid-bx-pro .bx1 span a.lnk:hover {
  text-decoration: underline;
  box-shadow: inherit;
}
.featured-mid {
  float: left;
  width: 100%;
}
.featured-mid h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.featured-mid .featured-mid-bx {
  float: left;
  padding-left: 0px;
  margin-right: 0px;
  width: 50.2%;
  padding-right: 10px;
}
.featured-mid .featured-mid-bx.last {
  margin-right: 0px;
  padding-right: 0px;
  text-align: left;
  margin-right: -12%;
  width: 49.6%;
}
.featured-mid .featured-mid-bx.last .brnd1 {
  text-align: left;
  width: 100%;
  float: left;
  padding-left: 0px;
  font-size: 15px;
  color: #000;
}
.featured-mid .featured-mid-bx.last h3 {
  padding-left: 0px;
}
.featured-mid .featured-mid-bx h3 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
  color: #33322C;
  margin-top: 2px;
  margin-bottom: 0px;
  text-align: left;
  padding-top: 3px;
}
.featured-mid .featured-mid-bx .brnd1 {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 15px;
}
.featured-mid .featured-mid-bx .brnd1 .brnd-hd {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 15px;
  color: #000;
}
.featured-mid .featured-mid-bx.room {
  margin-bottom: 20px;
  margin-top: 20px;
}
.featured-mid .featured-mid-bx h3 a {
  color: #000;
}
.cat-bx {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  width: 186px;
  height: 73px;
  border-radius: 5px;
  float: left;
  margin-right: 36px;
}
.cat-bx .img-bx {
  width: 50px;
  height: 100%;
  float: left;
  /*        background-image:url(../images/img-browse-cat.png);*/
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 23px;
  vertical-align: middle;
  text-align: center;
  transform: translateY(10%);
  margin-left: 10px;
}
.cat-bx .img-bx.two {
  /*          background-image:url(../images/img-browse-room.png);  */
}
.cat-bx .img-bx.three {
  /*          background-image:url(../images/img-browse-brand.png);  */
  width: 70px;
}
.cat-bx .img-bx.four {
  background-image: inherit;
  width: 75px;
  /*            &:before{
                content:'\e803';
                padding: 10px 20px;
                font-size: 50px;
                font-family: 'fontello';
            }*/
}
.cat-bx .img-bx.five {
  background-image: inherit;
  width: 75px;
  /*            &:before{
                content:'\e800';
                padding: 10px 20px;
                font-size: 50px;
                font-family: 'fontello';
            }*/
}
.cat-bx .img-bx.six {
  background-image: inherit;
  width: 75px;
  /*            &:before{
                content:'\e81e';
                padding: 10px 20px;
                font-size: 50px;
                font-family: 'fontello';
            }*/
}
.cat-bx:last-child {
  margin-right: 0px;
}
.catgry-txt {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 15px;
  color: #000;
  display: block;
  margin-top: 13px;
}
.trstd-brand-bx {
  background-color: #F3F3F3;
  min-height: 300px;
  width: 100%;
  margin-top: 30px;
}
.trstd-brand-bx .brands-inbx {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  position: relative;
}
.trstd-brand-bx .brands-inbx h2 {
  padding-bottom: 20px;
}
.trstd-brand-bx .brands-inbx .logo-out {
  max-width: 1133px;
  width: 100%;
  float: left;
}
.trstd-brand-bx .brands-inbx .logo-in {
  max-width: 152px;
  width: 100%;
  min-height: 96px;
  float: left;
  margin: 0 25px;
  margin-left: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  min-height: 172px;
}
.trstd-brand-bx .brands-inbx a.btn,
.trstd-brand-bx .brands-inbx button.btn {
  width: 167px;
  height: 99px;
  box-shadow: inherit;
  margin-top: 30px;
  color: #33322C;
  font-size: 14px;
  text-align: center;
  /*                    vertical-align: middle;
                    display: table-cell;  */
  background-color: #e2e2e2;
  border: 1px solid #ccc;
  top: 246%;
  position: absolute;
  right: 4px;
  padding: 38px 20px;
  font-family: 'ITC Avant Garde Std Bk';
}
.trstd-brand-bx .brands-inbx a.btn:after,
.trstd-brand-bx .brands-inbx button.btn:after {
  content: '\e818';
  padding: 5px;
  font-family: 'fontello';
}
.shpbydept-outr {
  margin-top: 20px;
  max-width: 1301px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.shpbydept-outr h2 {
  margin-bottom: 24px;
}
.shpbydept-outr .shoppro-dept-bx {
  max-width: 300px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 2px;
  padding-left: 4px;
}
.shpbydept-outr .shoppro-dept-bx.last {
  margin-right: 0px;
}
.shpbydept-outr .shoppro-dept-bx.one img {
  padding-left: 5px;
}
.shpbydept-outr .shoppro-dept-bx span a {
  margin-top: 15px;
  float: left;
  font-size: 14px;
  font-family: 'ITC Avant Garde Std Bk';
}
.shpbydept-outr .shoppro-dept-bx :hover a {
  cursor: pointer;
  text-decoration: none;
}
.shpbydept-outr .shoppro-dept-bx:nth-child(18) .shp-imgbx img,
.shpbydept-outr .shoppro-dept-bx:nth-child(19) .shp-imgbx img,
.shpbydept-outr .shoppro-dept-bx:nth-child(20) .shp-imgbx img,
.shpbydept-outr .shoppro-dept-bx:nth-child(21) .shp-imgbx img {
  max-width: 44px;
  width: 100%;
}
.shpbydept-outr .shp-imgbx {
  width: 88px;
  padding-right: 20px;
  min-height: 50px;
  float: left;
}
.shpbydept-outr .shp-imgbx a {
  vertical-align: middle;
  display: table-cell;
  height: 44px;
}
.shpbydept-outr .shp-imgbx + span a {
  margin-top: 13px;
  float: left;
  font-size: 14px;
  font-family: 'ITC Avant Garde Std Bk';
}
/*ENQUIRY*/
.inquiry-bx {
  background-color: #f8f8f8;
  /*    border-top: 5px solid #f3f3f3;*/
  margin-top: 5px;
}
.inquiry-bx .enquiry-outr {
  margin-top: 20px;
  max-width: 1301px;
  width: 100%;
  margin: auto;
}
.inquiry-bx .enquiry-outr .enq-bx2 {
  width: 64%;
  padding-left: 0px;
}
.inquiry-bx .enquiry-outr .enq-bx2 #submit-inquiry-result {
  width: 94%;
  text-align: center;
  /*                margin-bottom:15px;*/
  float: left;
  color: #66a29e;
  margin-bottom: 0px;
}
.inquiry-bx .enquiry-outr .enq-bx2 .g-recaptcha {
  margin-bottom: 10px;
}
.inquiry-bx .enquiry-outr .legend {
  border: none;
}
.inquiry-bx .enquiry-outr .enq-txt {
  font-size: 20px;
  font-family: 'ITC Avant Garde Std Bk';
}
.inquiry-bx .enquiry-outr .legend h2 {
  font-size: 46px;
  margin-top: 6px;
}
.inquiry-bx .enquiry-outr .primary {
  width: 100%;
  max-width: 100%;
}
.inquiry-bx .enquiry-outr .primary button {
  background-color: #76aba9;
  width: 100%;
  border: none;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  margin-top: 15px;
}
.inquiry-bx .enquiry-outr .primary button span {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 18px;
  line-height: 54px;
  margin-bottom: -4px;
  display: inline-block;
  text-transform: initial;
}
.inquiry-bx .enquiry-outr #quote_form .control,
.inquiry-bx .enquiry-outr #attachment-form .control,
.inquiry-bx .enquiry-outr #inquiry-form .control {
  padding-left: 0px;
  width: auto;
  padding-right: 20px;
}
.inquiry-bx .enquiry-outr #quote_form .control input,
.inquiry-bx .enquiry-outr #attachment-form .control input,
.inquiry-bx .enquiry-outr #inquiry-form .control input {
  width: 375px;
  height: 47px;
  margin-bottom: 10px;
  border: 1px solid #000;
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 5px;
  font-family: 'ITC Avant Garde Std Bk';
}
.inquiry-bx .enquiry-outr #quote_form .control select,
.inquiry-bx .enquiry-outr #attachment-form .control select,
.inquiry-bx .enquiry-outr #inquiry-form .control select {
  width: 375px;
  height: 48px;
  border: 1px solid #000;
  margin-bottom: 10px;
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 7px;
  font-family: 'ITC Avant Garde Std Bk';
}
.inquiry-bx .enquiry-outr #quote_form .control textarea,
.inquiry-bx .enquiry-outr #attachment-form .control textarea,
.inquiry-bx .enquiry-outr #inquiry-form .control textarea {
  margin-bottom: 10px;
  border: 1px solid #000;
  width: 100%;
  height: 90px;
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 7px;
  font-family: 'ITC Avant Garde Std Bk';
}
.inquiry-bx .enquiry-outr #quote_form .txt-areabx,
.inquiry-bx .enquiry-outr #attachment-form .txt-areabx,
.inquiry-bx .enquiry-outr #inquiry-form .txt-areabx {
  padding: 0px;
  padding-right: 50px;
}
.inquiry-bx .enquiry-outr #quote_form .txt-areabx .control,
.inquiry-bx .enquiry-outr #attachment-form .txt-areabx .control,
.inquiry-bx .enquiry-outr #inquiry-form .txt-areabx .control {
  padding-right: 0;
}
.inquiry-bx .enquiry-outr #quote_form .actions-toolbar .control input,
.inquiry-bx .enquiry-outr #attachment-form .actions-toolbar .control input,
.inquiry-bx .enquiry-outr #inquiry-form .actions-toolbar .control input {
  border: none;
  padding-top: 5px;
  height: auto;
  background: none;
}
.inquiry-bx .enquiry-outr #quote_form .actions-toolbar .control input:focus,
.inquiry-bx .enquiry-outr #attachment-form .actions-toolbar .control input:focus,
.inquiry-bx .enquiry-outr #inquiry-form .actions-toolbar .control input:focus {
  border: none;
  outline: 0;
}
.inquiry-bx .enquiry-outr #quote_form .actions-toolbar .col-lg-6,
.inquiry-bx .enquiry-outr #attachment-form .actions-toolbar .col-lg-6,
.inquiry-bx .enquiry-outr #inquiry-form .actions-toolbar .col-lg-6 {
  padding: 0px;
}
.inquiry-bx .enquiry-outr #quote_form .fieldset:last-child,
.inquiry-bx .enquiry-outr #attachment-form .fieldset:last-child,
.inquiry-bx .enquiry-outr #inquiry-form .fieldset:last-child {
  margin-bottom: 12px;
}
.inquiry-bx .enquiry-outr .actions-toolbar {
  padding: 0px;
  padding-right: 48px;
}
.inquiry-bx .enquiry-outr .imgouter1 {
  padding: 0px;
  margin-top: 22px;
  width: 36%;
}
.inquiry-bx .enquiry-outr .enq-txt-list ul {
  list-style: none;
  padding: 0px;
  margin-top: -10px;
}
.inquiry-bx .enquiry-outr .enq-txt-list ul li {
  float: left;
  padding: 0 10px;
  padding-left: 30px;
  font-family: 'ITC Avant Garde Std Bk';
}
.inquiry-bx .enquiry-outr .enq-txt-list ul li:before {
  content: '\e84c';
  width: 25px;
  height: 25px;
  float: left;
  font-family: fontello;
  font-size: 20px;
}
.inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
  padding-left: 10px;
  max-width: 300px;
  width: 100%;
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2) {
  padding-left: 0px;
  max-width: 251px;
  width: 100%;
}
/*SHOP BY STYLE*/
.shp-by-style {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  min-height: 200px;
}
.shp-by-style ul {
  list-style: none;
  padding: 0px;
}
.shp-by-style ul li {
  width: 302px;
  height: 62px;
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin-right: 27px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  text-align: left;
}
.shp-by-style ul li.last {
  margin-right: 0px;
}
.shp-by-style ul li span {
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  margin-left: 5px;
}
.shp-by-style ul li img {
  max-width: 81px;
  width: 100%;
}
.guides-bx-outr {
  max-width: 100%;
  width: 100%;
  margin: auto;
  min-height: 200px;
  background-color: #fff;
}
.guides-bx-outr .guides-bx {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  display: table;
  padding-top: 25px;
  padding-bottom: 30px;
}
.guides-bx-outr .guides-bx .guides-bx-in {
  max-width: 305px;
  height: 160px;
  float: left;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: -1px 0px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 0px 5px 1px rgba(0, 0, 0, 0.3);
  margin-right: 25px;
}
.guides-bx-outr .guides-bx .guides-bx-in .hd21 {
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBold';
}
.guides-bx-outr .guides-bx .guides-bx-in p {
  min-height: 52px;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.guides-bx-outr .guides-bx .guides-bx-in a {
  background-color: #76aba9;
  padding: 8px 19px;
  color: #fff;
  font-family: arial;
  border: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
}
.guides-bx-outr .guides-bx .guides-bx-in a:hover {
  background-color: #66a29e;
}
.guides-bx-outr .guides-bx .guides-bx-in:after {
  /*                content:'\e810';*/
  content: '';
  margin-top: -18px;
  font-size: 55px;
  font-family: 'fontello';
  float: right;
  margin-right: -9px;
  background-image: url(../images/calendar.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 52px;
}
.guides-bx-outr .guides-bx .guides-bx-in.two:after {
  /*                    content: '\e811';*/
  content: '';
  background-image: url(../images/comm-div.png);
  margin-top: -13px;
}
.guides-bx-outr .guides-bx .guides-bx-in.three:after {
  /*                    content: '\e813';*/
  content: '';
  background-image: url(../images/price-match-guarente.png);
  height: 55px;
}
.guides-bx-outr .guides-bx .guides-bx-in.four {
  margin-right: 0px;
}
.guides-bx-outr .guides-bx .guides-bx-in.four:after {
  /*                    content: '\e814';*/
  content: '';
  background-image: url(../images/specifiers-icn.png);
  height: 55px;
}
.socials {
  background-color: #DBDBDB;
  min-height: 170px;
}
.socials .soc-in {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  padding-top: 40px;
}
.socials .soc-in .socialbx {
  max-width: 220px;
  width: 100%;
  float: left;
  margin-right: 70px;
}
.socials .soc-in .socialbx.pymntbx {
  max-width: 235px;
  margin-right: 40px;
}
.socials .soc-in .socialbx.contact {
  margin-right: -40px;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.socials .soc-in .socialbx .head1 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 17px;
  color: #181919;
  float: left;
  width: 100%;
}
.socials .soc-in .socialbx .sbx1 {
  float: left;
  padding-right: 5px;
  color: #000;
}
.socials .soc-in .socialbx .sbx1.one:after {
  content: '\e844';
  font-size: 40px;
  font-family: 'fontello';
  float: right;
}
.socials .soc-in .socialbx .sbx1.two:after {
  content: '\e846';
  font-size: 40px;
  font-family: 'fontello';
  float: right;
}
.socials .soc-in .socialbx .sbx1.three {
  /*                    &:after{
                        content: '\e849';
                        font-size: 40px;
                        font-family: 'fontello';
                        float:right;

                    }*/
}
.socials .soc-in .socialbx .sbx1.three.instagram {
  width: 40px;
  height: 40px;
  background-image: url(../images/instagram-icn.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 8px;
  margin-right: 4px;
  background-size: 40px;
}
.socials .soc-in .socialbx .sbx1.four:after {
  content: '\e841';
  font-size: 40px;
  font-family: 'fontello';
  float: right;
}
.socials .soc-in .socialbx .sbx1.five {
  padding-right: 0px;
}
.socials .soc-in .socialbx .sbx1.five:after {
  content: '\e843';
  font-size: 40px;
  font-family: 'fontello';
  float: right;
}
.socials .soc-in .socialbx .sbx1.pymnt {
  height: 40px;
}
.socials .soc-in .socialbx .sbx1.pymnt:after {
  content: "";
  font-size: 53px;
  font-family: 'fontello';
  float: right;
  margin-top: -10px;
  color: #000;
}
.socials .soc-in .socialbx .sbx1.card1:after {
  content: '\e823';
}
.socials .soc-in .socialbx .sbx1.card2 {
  max-width: 58px;
  width: 100%;
  margin-top: 10px;
  background-image: url(../images/log-card-m.png);
  background-repeat: no-repeat;
  background-size: 91%;
  background-position: 0 0;
  /*                    &:after{
                        content: '\e82b';
                    }*/
}
.socials .soc-in .socialbx .sbx1.card3:after {
  content: '\e821';
}
.socials .soc-in .socialbx .sbx1.card4:after {
  content: '\e824';
}
.socials .soc-in .socialbx .sbx1.card5:after {
  content: '\e826';
}
.socials .soc-in .socialbx .sbx1.card6:after {
  content: '\e82a';
}
.socials .soc-in .socialbx .sbx1.card7:after {
  content: '\e81f';
}
.socials .soc-in .socialbx .sbx1.card8:after {
  content: '\e827';
}
.socials .soc-in .socialbx .sbx1.secure.sec1:after {
  content: '\e80d';
  font-size: 70px;
  margin-top: -14px;
}
.socials .soc-in .socialbx .sbx1.secure.sec2:after {
  content: '\e80b';
  font-size: 45px;
  margin-top: 3px;
}
.socials .soc-in .socialbx .sbx1.secure.sec3:after {
  content: '\e80c';
  font-size: 44px;
  margin-top: 3px;
}
.socials .soc-in .socialbx.orderng {
  margin-right: 10px;
}
.socials .soc-in .socialbx.hrs {
  margin-right: 10px;
  max-width: 309px;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.socials .soc-in .socialbx.hrs .head1 {
  margin-bottom: 5px;
}
.socials .soc-in .socialbx.hrs span {
  width: 100%;
  float: left;
  line-height: 22px;
}
.socials .soc-in .socialbx.contact {
  margin-right: -40px;
}
.socials .soc-in .socialbx.contact .head1 {
  margin-bottom: 5px;
}
.socials .soc-in .socialbx.contact .ph:before {
  padding-left: 24px;
  content: '';
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  padding-right: 5px;
  font-size: 20px;
  font-family: 'fontello';
  background-size: 20px;
}
.socials .soc-in .socialbx.contact .email:before {
  content: '\e807';
  padding-right: 5px;
  font-size: 20px;
  font-family: 'fontello';
  color: #000;
}
.socials .soc-in .socialbx.contact .enq-f {
  float: left;
  width: 100%;
  padding-top: 0px;
}
.socials .soc-in .socialbx.contact .enq-f:before {
  content: '';
  padding: 6px 10px;
  background-image: url(../images/2document.svg);
  /*                        filter: brightness(1) invert(1);*/
  width: 100%;
  max-width: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  margin-right: 5px;
}
.socials .soc-in .socialbx.contact .enq-f.sms:before {
  content: '';
  padding: 6px 10px;
  background-image: url(../images/comment.svg);
  width: 100%;
  max-width: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  margin-right: 5px;
  filter: brightness(1) invert(0);
}
.socials .soc-in .socialbx.pymntbx {
  margin-right: 40px;
}
.socials .soc-in .socialbx.pymntbx .head1 {
  margin-bottom: 5px;
}
.socials .soc-in .socialbx.socialicn .head1 {
  padding-bottom: 2px;
}
.footer-btm {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.footer-btm a {
  color: #181919;
  padding: 0px 5px;
}
.footer-add {
  text-align: center;
}
.footer-add .hd-ftr {
  font-family: 'ITCAvantGardeStdBold';
}
/*SHOP BY ROOM*/
.shp-by-room-outer-line {
  max-width: 100%;
  width: 100%;
  border-top: 5px solid #f3f3f3;
  margin-bottom: 5px;
  padding-bottom: 0px;
  display: inline-block;
}
.mid-bx-pro.banners.last {
  display: inline-block;
}
.shp-by-room-outer {
  max-width: 100%;
  width: 100%;
  /* border-top: 5px solid #f3f3f3; */
  margin-bottom: 5px;
  padding-bottom: 0px;
  display: inline-block;
}
.shp-by-room-outer .shp-by-room-bx {
  max-width: 1311px;
  width: 100%;
  margin: auto;
  min-height: 200px;
}
.shp-by-room-outer .shp-by-room-bx ul {
  list-style: none;
  padding: 0px;
}
.shp-by-room-outer .shp-by-room-bx ul li {
  float: left;
  margin-left: 0px;
  margin-right: 33px;
  max-width: 300px;
  /*                max-width: 250px;*/
  margin-bottom: 20px;
}
.shp-by-room-outer .shp-by-room-bx ul li img {
  padding: 4px;
  box-shadow: 1px 2px 10px #999;
  margin-bottom: 10px;
}
.shp-by-room-outer .shp-by-room-bx ul li.last {
  margin-right: 0px;
}
.shp-by-room-outer .shp-by-room-bx ul li .hd-room {
  font-size: 17px;
  font-family: 'ITCAvantGardeStdDemi';
  text-align: center;
  display: block;
}
.shp-by-room-outer .shp-by-room-bx ul li .hd-room a:hover {
  text-decoration: underline;
}
.shp-by-room-outer.dept-room {
  border-bottom: 0px;
}
.shp-by-room-outer .feat-depbx h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}
.shp-by-room-outer .feat-depbx h2 + p {
  text-align: center;
}
.shp-by-room-outer.dept-block-2.sec-blck .feat-depbx {
  max-width: 1000px;
  margin: auto;
}
.shp-by-room-outer.dept-block-2.sec-blck .feat-depbx .fet-dbx {
  width: 44.5%;
  background-color: inherit;
  margin-bottom: 10px;
}
.shp-by-room-outer.dept-block-2.sec-blck .feat-depbx .fet-dbx a.lnk {
  box-shadow: inherit;
  width: auto;
  color: #333;
  text-transform: capitalize;
  padding: 0px;
}
.shp-by-room-outer.dept-block-1 .fet-dbx {
  margin-bottom: 20px;
  margin-right: 14%;
  /*            max-width: 302px;
            width: 100%;*/
}
.shp-by-room-outer + .shp-by-room-outer {
  padding-bottom: 30px;
}
/*`FOOTER SECTION, NEWS LETTER``*/
.page-footer .footer.content {
  padding: 0px;
}
.page-footer .footer.content .footer .container .block {
  float: left;
}
.page-footer .footer.content .footer .container .block-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: 'ITCAvantGardeStdBold';
}
.page-footer .footer.content .footer .container .block-title.brand {
  padding-left: 15px;
}
.page-footer .footer.content .footer .container .block-title a {
  font-weight: normal;
}
.page-footer .footer.content .footer .container .block-title a strong {
  font-weight: normal;
}
.page-footer .footer.content ul {
  padding-right: 0px;
}
.page-footer .footer.content .review-add {
  float: left;
  width: 50%;
}
.page-footer .footer.content .block.related,
.page-footer .footer.content .block.upsell {
  float: none !important;
  max-width: 1301px;
  width: 100%;
  margin: auto;
  padding-top: 40px;
}
.page-footer .footer.content .block.related .block-title.title strong,
.page-footer .footer.content .block.upsell .block-title.title strong {
  color: #000;
  font-size: 25px;
  font-weight: normal;
  font-family: 'ITCAvantGardeStdDemi';
}
.page-footer .footer.content .block.related .block-content ol .slick-list,
.page-footer .footer.content .block.upsell .block-content ol .slick-list {
  border-right: 1px dashed #bbb;
}
.page-footer .footer.content .block.related .block-content ol .slick-list li,
.page-footer .footer.content .block.upsell .block-content ol .slick-list li {
  border-left: 1px dashed #bbb;
  padding-left: 20px;
}
.page-footer .footer.content .block.related .block-content .slick-prev,
.page-footer .footer.content .block.upsell .block-content .slick-prev {
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  background-color: #cccccc !important;
  border-radius: 0px 20px 20px 0px;
  transform: rotate(180deg);
  margin-left: 1px;
  top: 50%;
  z-index: 1;
}
.page-footer .footer.content .block.related .block-content .slick-prev:before,
.page-footer .footer.content .block.upsell .block-content .slick-prev:before {
  content: '\e804';
  font-family: 'fontello';
  width: 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
}
.page-footer .footer.content .block.related .block-content .slick-prev:hover,
.page-footer .footer.content .block.upsell .block-content .slick-prev:hover {
  background-color: #D9A301 !important;
  border: none;
  box-shadow: inherit;
  background-image: none !important;
}
.page-footer .footer.content .block.related .block-content .slick-next,
.page-footer .footer.content .block.upsell .block-content .slick-next {
  width: 20px;
  height: 40px;
  background-color: #cccccc !important;
  border-radius: 0px 20px 20px 0px;
  margin-right: 1px;
  top: 54%;
  right: 0;
  z-index: 1;
}
.page-footer .footer.content .block.related .block-content .slick-next:before,
.page-footer .footer.content .block.upsell .block-content .slick-next:before {
  content: '\e804';
  font-family: 'fontello';
  width: 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
}
.page-footer .footer.content .block.related .block-content .slick-next:hover,
.page-footer .footer.content .block.upsell .block-content .slick-next:hover {
  background-color: #D9A301 !important;
  border: none;
  box-shadow: inherit;
  background-image: none !important;
}
.page-footer .footer.content .block.related .block-content .product-item-info,
.page-footer .footer.content .block.upsell .block-content .product-item-info {
  width: 100%;
}
.page-footer .footer.content .block.related .block-content .product-item-info:hover,
.page-footer .footer.content .block.upsell .block-content .product-item-info:hover {
  box-shadow: none;
  border: none;
  background-color: inherit;
  margin: 0px;
  padding: 0px;
}
.page-footer .footer.content .block.related .products,
.page-footer .footer.content .block.upsell .products {
  margin-bottom: 0px;
}
.page-footer .footer.content .block.related .products ol,
.page-footer .footer.content .block.upsell .products ol {
  margin-bottom: 10px;
}
.page-footer .footer.content .block.related {
  padding-top: 25px;
}
.page-footer .footer.content .block.related .block-content .block-actions {
  padding-left: 47px;
}
.page-footer .footer .newsletter-inn {
  max-width: 718px;
  width: 100%;
  margin: auto;
  padding-bottom: 0px;
  float: none;
}
.page-footer .newsletter {
  text-align: center;
  padding: 10px;
  background-color: #76aba9;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-footer .newsletter .head {
  float: left;
  padding-top: 2.9%;
  display: none;
}
.page-footer .newsletter .head strong {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 17px;
  color: #000;
  font-weight: normal;
}
.page-footer .newsletter .label {
  float: left;
  font-family: 'ITCAvantGardeStdBold';
  padding-top: 2%;
  font-size: 16px;
  width: 30%;
  text-align: left;
  color: #fff;
}
.page-footer .newsletter .field.newsletter {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  margin-right: 30px;
}
.page-footer .newsletter .field.newsletter .control label {
  position: relative;
}
.page-footer .newsletter .field.newsletter .control label .mage-error {
  position: absolute;
  left: 0;
}
.page-footer .newsletter .field.newsletter .control label input.mage-error {
  position: inherit;
  left: 0px;
}
.page-footer .newsletter .field.newsletter .control label:before {
  /*                            content: '\e808';*/
  font-family: fontello;
  font-size: 48px;
  position: relative;
  top: 14px;
  color: #000;
  display: none;
}
.page-footer .newsletter .field.newsletter input {
  /*                    width: 381px;*/
  width: 280px;
  height: 45px;
  border: none;
}
.page-footer .newsletter .field.newsletter input:before {
  content: '\e808';
  padding: 30px;
  font-family: fontello;
  font-size: 20px;
}
.page-footer .newsletter .actions {
  display: inline-block;
}
.page-footer .newsletter .actions button {
  width: 138px;
  height: 45px;
  border-radius: 0 0px 0px 0px;
  background-color: #76aba9;
  margin-left: -5px;
  margin-top: -3px;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  border: 1px solid #fff !important;
  padding-top: 3px;
  padding-bottom: 0px;
}
.page-footer .newsletter .actions button span {
  text-transform: uppercase;
}
.page-footer .newsletter .actions button:hover {
  background-color: #66a29e;
}
.page-footer .newsletter .content {
  margin-top: 0px;
  margin-bottom: 25px;
}
.page-footer .footer-container .container {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  padding-bottom: 10px;
}
.page-footer .footer-container .container .block-content ul li a {
  color: #33322C;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.page-footer .footer-container .container .block-content ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.page-footer .footer-container .container .room {
  padding: 0px;
}
.page-footer .review-form .action.submit.primary {
  background-color: #76aba9;
  padding: 12px 25px;
  color: #fff;
}
.page-footer .review-form .action.submit.primary:hover {
  background-color: #66a29e;
  color: #fff;
}
.page-footer .fieldset input {
  height: 45px;
  border-color: #000;
}
.page-footer .fieldset textarea {
  border-color: #000;
}
.cms-home .page-main .columns,
.page-products.page-layout-1column .page-main .columns {
  display: none;
}
/*DEPT PAGE*/
.dept-category1 {
  max-width: 1311px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  font-family: 'ITC Avant Garde Std Bk';
}
.dept-product-range {
  border-bottom: 5px solid #fff;
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 15px;
}
.dept-product-range .shp-by-room-outer {
  border: none;
}
.dept-product-range .shp-by-room-outer .shp-by-room-bx h2 {
  margin-top: 0px;
}
.dept-product-range.sub-head {
  border-top: 1px solid #e5e3e3 !important;
}
.dept-product-range,
.dept-product-range-in {
  width: 100%;
  float: left;
  /*    min-height: 200px;*/
}
.dept-product-range-in {
  max-width: 1311px;
  width: 100%;
  margin: auto;
  float: none;
}
.dept-product-range-in h3 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.dept-product-range-in ul {
  list-style: none;
  padding: 0px;
}
.dept-product-range-in ul li {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
  margin-bottom: 4px;
}
.dept-product-range-in .dept-bx1 {
  max-width: 280px;
  width: 100%;
  float: left;
  /*        margin-right: 46px;*/
  min-height: inherit;
  max-width: 262px;
}
.dept-product-range-in .dept-bx1 .imgbx {
  background-color: #fff;
  width: 230px;
  /*            height: 230px;*/
  padding-bottom: 15px;
  text-align: center;
  padding-top: 0px;
  -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.dept-product-range-in .dept-bx1 .imgbx span {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 15px;
  color: #33322C;
  display: inline-block;
  padding: 10px 0px;
  width: 100%;
  min-height: 63px;
}
.dept-product-range-in .dept-bx1 .imgbx span a:hover {
  text-decoration: underline;
}
.dept-product-range-in .dept-bx1 .imgbx a.lnk {
  background-color: #76ABA9;
  border: none;
  box-shadow: 0 0 black;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding: 7px 15px;
  border-radius: 4px;
}
.dept-product-range-in .dept-bx1 .imgbx a.lnk:hover {
  background-color: #66a29e;
  box-shadow: 2px 2px 5px 0px rgba(197, 161, 161, 0.75);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(197, 161, 161, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(197, 161, 161, 0.75);
}
.dept-product-range-in .dept-bx1 .imgbx.last {
  margin-right: 0px;
}
.dept-product-range-in .dept-bx1 .imgbx .imgbx-inn:hover {
  /*                    box-shadow: 0px 4px 10px -2px rgba(62,51,51,0.7);
                    -webkit-box-shadow: 0px 4px 10px -2px rgba(62,51,51,0.7);
                    -moz-box-shadow: 0px 4px 10px -2px rgba(62,51,51,0.7);*/
  -webkit-box-shadow: 0 3px 9px -6px #000000;
  -moz-box-shadow: 0 3px 9px -6px #000000;
  box-shadow: 0 3px 5px -3px #000000;
}
.dept-product-range-in .dept-bx1.first {
  clear: left;
}
.dept-product-range-in .dept-bx1 ul li a:active,
.dept-product-range-in .dept-bx1 ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs {
  max-width: 1311px !important;
  width: 100% !important;
  margin: auto;
  float: none;
  padding: 0px;
  padding-top: 18px;
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}
.breadcrumbs ul li a {
  font-size: 14px;
}
.imgbx-inn {
  width: 230px;
  height: 228px;
  margin: auto;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
/*DEPT-SHOP ROOMS*/
.dept-category1 h1 span,
.dept-category1 h2 span {
  color: #000 !important;
}
.dept-category1 .category-image {
  width: 10%;
  float: right;
  margin-top: -50px;
  border: 1px solid #eee;
  margin-left: 5%;
}
.feat-depbx {
  max-width: 1301px;
  width: 100%;
  margin: auto;
}
.feat-depbx h2 {
  color: #33322C;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 24px;
}
.feat-depbx .fet-dbx {
  padding-left: 0px;
  width: 23.8%;
  margin-right: 10.2%;
  /*            background-color:#eee;*/
  padding-right: 0px;
  padding-bottom: 10px;
}
.feat-depbx .fet-dbx h3 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
  color: #33322C;
  margin-top: 6px;
  margin-bottom: 0px;
}
.feat-depbx .fet-dbx .brnd1 {
  font-family: 'ITC Avant Garde Std Bk';
  color: #000;
}
.feat-depbx .fet-dbx .brnd1 .brnd-hd {
  font-family: 'ITCAvantGardeStdDemi';
}
.feat-depbx .fet-dbx.last {
  margin-right: 0px;
  padding-right: 0px;
}
.feat-depbx .fet-dbx .bx1 {
  text-align: center;
}
.feat-depbx .fet-dbx .bx1 a.lnk {
  background-color: #fff;
  display: block;
  padding: 8px 0px;
  width: 111px;
  margin: auto;
  margin-top: 10px;
  box-shadow: 0px 0px 10px #939292;
  text-transform: uppercase;
  color: #a6aba6;
  font-family: 'ITCAvantGardeStdDemi';
}
.category-view {
  max-width: 1301px;
  width: 100%;
  margin: auto;
}
.category-view .category-cms h3 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
  background-color: #fff;
  margin-top: 0px;
  color: #000;
}
.category-view .category-cms .footer-content.seo {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-top: 25px;
}
.category-view .category-cms .footer-content.seo h3 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 26px;
  color: #000;
  font-weight: normal;
  padding-bottom: 0px;
  text-align: left;
}
.page-footer .footer-content.cat_list {
  max-width: 1301px !important;
  width: 100%;
  margin: auto;
  min-height: inherit;
  text-align: left !important;
}
.page-footer .footer-content.cat_list h3 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding-bottom: 0px;
  text-align: left;
  margin-top: 0px;
}
.footer-seo-content {
  padding-bottom: 20px;
  padding-top: 5px;
}
.fet-mxr-b {
  background-color: #f3f3f3;
  max-width: 1301px;
  width: 100%;
  min-height: 187px;
  margin: auto;
  border: 1px solid #c7c7c7;
  float: none;
}
.fet-mxr-b .fet-txtbx {
  float: left;
  width: 36%;
}
.fet-mxr-b h3 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 26px;
  color: #35322E;
  padding-top: 10%;
  padding-left: 4%;
  margin-bottom: 0px;
  float: left;
}
.fet-mxr-b .fe-txt {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 17px;
  color: #35322E;
  margin-left: 4%;
  float: left;
}
.fet-mxr-b .logo-out {
  max-width: 60%;
  width: 100%;
  float: right;
}
.fet-mxr-b .logo-out .logo-in {
  max-width: 152px;
  width: 100%;
  min-height: 96px;
  float: left;
  margin: 0 25px;
  margin-left: 30px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.see-our-rangebx {
  max-width: 1301px;
  width: 100%;
  min-height: 150px;
  margin: auto;
  margin-top: 20px;
}
.see-our-rangebx .seerange-in {
  max-width: 635px;
  width: 100%;
  float: left;
  min-height: 112px;
}
.see-our-rangebx .seerange-in h3 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 26px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.see-our-rangebx .seerange-in h3 a {
  color: #fff;
}
.see-our-rangebx .seerange-in p {
  padding-left: 30px;
  color: #fff;
}
.see-our-rangebx .seerange-in.one {
  background-color: #007ac9;
}
.see-our-rangebx .seerange-in.two {
  background-color: #c33400;
  float: right;
}
/*    LOGIN PAGE*/
.page-wrapper .page-main,
.page-wrapper .dept-featred-arch {
  max-width: 1301px;
  width: 100%;
  margin: auto;
  min-height: 140px;
  margin-bottom: 30px;
}
.page-main {
  /*    .customer-account-create .page-main .account.fieldset .field.password label + .control{
        width:auto; 
        float:none;
        clear:none;
    }*/
}
.page-main > .page-title-wrapper .page-title {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 28px;
  color: #33322C;
  font-weight: normal;
}
.page-main .login-container .block-title {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  color: #000;
  font-weight: normal;
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.page-main .login-container .fieldset .field.note {
  font-size: 16px;
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
}
.page-main .login-container .fieldset .field.password label {
  float: left;
}
.page-main .login-container .fieldset .field.password label + .control {
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}
.page-main .login-container .fieldset .field.password label + .control + .secondary {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}
.page-main .login-container .fieldset .control input {
  height: 45px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #000;
  background-color: #dddddd;
  border: none;
  border-radius: 3px;
}
.page-main .login-container .fieldset .field label {
  font-size: 16px;
  font-weight: normal;
}
.page-main .login-container .actions-toolbar button,
.page-main .login-container .actions-toolbar a.primary {
  background-color: #76ABA9;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 12px 30px;
  font-weight: normal;
}
.page-main .login-container .actions-toolbar button span:after,
.page-main .login-container .actions-toolbar a.primary span:after {
  content: '\e804';
  padding: 10px;
  font-size: 18px;
  font-family: 'fontello';
}
.page-main .account .control input {
  height: 45px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #000;
  background-color: #dddddd;
  border: none;
  border-radius: 3px;
  font-family: 'ITC Avant Garde Std Bk';
}
.page-main .account .control select {
  font-family: 'ITC Avant Garde Std Bk';
}
.page-main .account .field label {
  font-size: 16px;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
}
.page-main .account .actions-toolbar button,
.page-main .account .actions-toolbar a.primary {
  background-color: #76ABA9;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 12px 30px;
}
.page-main .account .actions-toolbar button span,
.page-main .account .actions-toolbar a.primary span {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
  font-weight: normal;
}
.page-main .account .actions-toolbar button span:after,
.page-main .account .actions-toolbar a.primary span:after {
  content: '\e804';
  padding: 10px;
  font-size: 18px;
  font-family: 'fontello';
}
.page-main .account .actions-toolbar button:hover,
.page-main .account .actions-toolbar a.primary:hover {
  background-color: #66a29e;
}
.page-main .login-container .block .block-title {
  border: none;
}
.page-main input[type="radio"],
.page-main input[type="checkbox"] {
  border-radius: 0px;
  width: 18px;
  height: 18px;
}
.page-main .amquote-addto-button {
  border: 1px solid #76aba9;
  color: #76aba9;
}
.page-main .amquote-addto-button:hover {
  background-color: #76aba9;
  border: 1px solid #76aba9;
}
.page-main button {
  box-shadow: inherit;
  border: none;
  background-color: #76aba9;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
}
.page-main .cart-totals tbody .mark {
  background-color: #f5f5f5;
}
.page-main .cart-totals .totals {
  margin-bottom: 0;
}
.form-create-account .fieldset.create.account:after {
  float: left;
  clear: left;
  margin-top: 0px !important;
}
.form-create-account .fieldset.create .legend {
  border: none;
}
.form-create-account .fieldset.create .legend span {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
}
.cms-home .page-wrapper .page-main {
  display: none;
}
.dept-featred-arch h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-family: 'ITCAvantGardeStdDemi';
}
.mid-bx-pro.acl .bx1 {
  margin-right: 12%;
}
.mid-bx-pro.acl .bx1.last {
  margin-right: 0;
}
.mid-bx-pro.acl .bx1 h3 {
  background-color: #fff;
  margin: 0px;
  padding: 10px 0;
  font-family: 'ITCAvantGardeStdBold';
  color: #33322C;
  font-size: 25px;
}
.fet-dept-arc .dept-des-pro {
  max-width: 998px;
  width: 100%;
  margin: auto;
  min-height: 140px;
  margin-bottom: 30px;
}
.fet-dept-arc .dept-des-pro h3 {
  font-size: 28px;
  font-family: 'ITCAvantGardeStdDemi';
  color: #35322E;
  text-align: center;
  margin-bottom: 4%;
}
.fet-dept-arc .dept-des-pro .dept-des-imgbx {
  margin-right: 20px;
  margin-bottom: 6%;
  float: left;
}
.fet-dept-arc .dept-des-pro .dept-des-imgbx.last {
  margin-right: 0px;
  float: right;
}
.fet-dept-arc .dept-des-pro .dept-des-imgbx .txt-subhd {
  font-size: 20px;
  font-family: 'ITCAvantGardeStdDemi';
  color: #35322E;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.dept-category1 h2,
.dept-category1 h1 {
  font-size: 30px;
  margin-top: 20px;
  font-family: 'ITCAvantGardeStdBold';
  margin-bottom: 10px;
}
.dept-category1 h2 span,
.dept-category1 h1 span {
  color: #528785;
}
.dept-category1 h1 {
  margin-top: 0px !important;
  margin-left: -2px;
}
.dept-category1 .imgbx {
  float: left;
  margin-bottom: -24px;
  margin-top: 20px;
}
.lst-nw {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.lst-nw li {
  padding: 10px 0px;
  margin-bottom: 0px;
  font-family: 'ITC Avant Garde Std Bk';
}
.lst-nw li:before {
  content: '';
  padding: 10px;
  background-image: url(../images/correct.svg);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  display: inline-block;
  width: 30px;
  background-size: 18px;
}
.actions-toolbar > .primary .action:last-child:hover,
.actions-toolbar .secondary .action:last-child:hover {
  background-color: #66a29e;
}
.minicart-wrapper .action.showcart {
  /* background-color:#eee;*/
  padding: 0px;
  /*            width:42px;*/
  line-height: 34px;
  min-height: 40px;
  padding-left: 0px;
  padding-right: 0px;
  /* border-bottom: 1px solid #ccc;*/
  margin-bottom: 0px;
}
.minicart-wrapper .action.showcart:before {
  content: "" !important;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 18px;
  padding: 18.5px 18px;
  transform: rotate(178deg);
  transform: scaleX(-1);
  -webkit-transform: scale(-1);
  background-color: #fff;
  border-radius: 0 12px 12px 0px;
  position: absolute;
  left: -32px;
  border: 1px solid #eee;
  top: -0.5px;
  z-index: 1;
  top: 0;
  min-height: 40px;
}
.minicart-wrapper .action.showcart .counter.qty {
  padding-top: 5px !important;
  padding-left: 6px !important;
}
.minicart-wrapper .minicart-items-wrapper {
  padding: 0px;
  margin: 0px;
  height: inherit !important;
  display: none;
}
.minicart-items .product-item-name {
  width: 89%;
}
.minicart-items .product-item {
  padding-bottom: 0px;
  padding-top: 20px !important;
}
.minicart-items .qty .update-cart-item {
  padding: 0px;
  margin: 0px;
  border: none;
  background: none;
  font-size: 23px;
}
#sliding-cart .caart-right-banner .block-content .minicart-items .item-qty {
  margin: auto;
  display: table;
  width: 45px;
  padding: 0px;
}
#sliding-cart .caart-right-banner .block-content .minicart-items .product-item-details {
  padding-left: 118px;
}
#sliding-cart .caart-right-banner .block-content .minicart-items .product-item-details .price {
  font-size: 15px !important;
  font-family: 'ITCAvantGardeStdDemi' !important;
}
.minicart-items {
  padding-top: 15px;
}
.minicart-items .product-item-details .price {
  font-size: 15px !important;
  font-family: 'ITCAvantGardeStdDemi' !important;
  font-weight: normal;
}
.minicart-items .action.delete:before {
  background-position: 12px 0!important;
  background-size: 20px !important;
}
.minicart-items .product-item-name a {
  font-family: 'ITCAvantGardeStdDemi' !important;
  font-size: 15px !important;
  font-weight: normal;
}
.page-wrapper #custom-sliding-cart {
  z-index: 9;
  font-family: 'ITC Avant Garde Std Bk';
}
.page-wrapper #custom-sliding-cart .active .block-minicart {
  top: 30%;
  width: 350px !important;
}
.page-wrapper #custom-sliding-cart .minicart-wrapper {
  z-index: 11;
  background-color: #fff;
  top: 116px;
  min-width: inherit;
  background-color: inherit;
  border: none;
  right: 0px;
}
.page-wrapper #custom-sliding-cart .minicart-wrapper #sliding-cart {
  top: -5px;
  position: relative;
  padding: 0px 3px;
  background-color: #fff;
  margin-right: 0px;
}
.page-wrapper #custom-sliding-cart .minicart-wrapper.active .block-minicart {
  width: 352px !important;
}
.page-wrapper #custom-sliding-cart .minicart-wrapper .action.showcart {
  /*width:81px;*/
  background-color: #eee;
  position: relative;
}
.page-wrapper .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background-color: inherit;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
  margin-left: -2px;
  margin-right: 5px;
  font-size: 16px;
  position: absolute;
  left: 26px;
  top: -10px;
  color: #000;
}
.minicart-items .product-item-details .details-qty {
  text-align: center;
}
.minicart-items .product-item-details .details-qty label {
  display: none;
}
.minicart-items .product-item-details .details-qty button.update-cart-item {
  font-size: 40px;
  margin-top: -14px;
}
.minicart-items .product-item-details .details-qty input + button.update-cart-item {
  font-size: 24px;
  margin-top: 1px;
}
.minicart-items .product-item-details .price-container {
  float: left;
  padding-right: 10px;
  padding-top: 4px;
}
.minicart-items .product-item-details .product.actions .primary {
  display: none;
}
.minicart-items .action.delete:before {
  content: "" !important;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 18px;
  padding: 19px 18px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content ol li .product {
  padding-left: 10px !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content ol li .product .product-item-details .product.actions .secondary {
  border: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .secondary {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: -5px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
  padding-bottom: 0px !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper {
  padding-bottom: 80px !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  margin-bottom: 0px !important;
  padding-left: 20px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
  border-radius: 0 !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .grand-totals {
  font-size: 18px !important;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  color: #000;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals .totals-title {
  box-shadow: 0px -5px 7px #cccccc;
}
#minicart-content-wrapper .fixed-totals .btn-wrapper .secondary a {
  font-family: 'ITCAvantGardeStdBold';
  font-weight: normal;
  color: #000;
}
#minicart-content-wrapper .fixed-totals .btn-wrapper .secondary a:active,
#minicart-content-wrapper .fixed-totals .btn-wrapper .secondary a:focus {
  color: #000;
  text-decoration: none;
}
#minicart-content-wrapper .fixed-totals .btn-wrapper .actions #top-cart-btn-checkout {
  float: right;
  width: 65%;
  margin-top: -26px;
  background-color: #000;
}
#minicart-content-wrapper .fixed-totals .btn-wrapper .actions #top-cart-btn-checkout span:hover {
  text-decoration: underline;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title {
  padding: 16px 31px 40px 10px!important;
  border-bottom: 1px solid #ccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .btn-wrapper {
  position: absolute;
  right: 14px;
  top: 5px;
  color: #000;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .btn-wrapper .fixed-totals {
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBold';
  text-align: right;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .btn-wrapper .fixed-totals .sub-totals {
  font-size: 15px;
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close {
  right: inherit !important;
  top: 127.8px !important;
  left: -41px;
  opacity: 1;
  border: none;
  border-width: 0 !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
  content: "";
  color: #000 !important;
  font-weight: 600;
  /* background-image:url(../images/img-minicart-close.png);
                                    background-repeat:no-repeat;
                                    background-position:10px 50%;
                                    padding: 20px 28px;*/
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 18px;
  padding: 19px 18px;
  transform: rotate(178deg);
  transform: scaleX(-1);
  -webkit-transform: scale(-1);
  background-color: #fff;
  border-radius: 12px 0px 0px 12px;
  position: absolute;
  left: 1px;
  border: 1px solid #eee;
  top: -0.5px;
  z-index: 1;
  top: 0;
  transform: rotate(0deg);
  border-bottom: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
  width: 48% !important;
}
/*CMS PAGE*/
.cms-page-view h1 {
  font-family: 'ITCAvantGardeStdBold';
  font-weight: normal;
  font-size: 46px;
  color: #33322C;
  color: #000;
  margin-bottom: 20px;
}
.cms-page-view p {
  font-family: 'ITC Avant Garde Std Bk';
}
.page-main p {
  font-family: 'ITC Avant Garde Std Bk';
  color: #000;
}
.cms-sidebar ul,
.block-collapsible-nav ul {
  list-style: none;
}
.cms-sidebar ul li,
.block-collapsible-nav ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.cms-sidebar ul li a,
.block-collapsible-nav ul li a {
  color: #35322E;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 16px;
  padding-left: 10px;
  background-color: inherit !important;
}
.cms-sidebar ul li a:before,
.block-collapsible-nav ul li a:before {
  content: '\e804';
  font-size: 18px;
  font-family: 'fontello';
  padding-right: 5px;
}
.cms-sidebar ul li.active a,
.block-collapsible-nav ul li.active a {
  color: #76ABA9;
}
.cms-sidebar ul li.active a:before,
.block-collapsible-nav ul li.active a:before {
  content: '\e804';
  color: #76ABA9;
}
.sidebar .block-collapsible-nav .content {
  background-color: inherit;
}
.sidebar .block-collapsible-nav .content strong {
  border-width: 0px;
  color: #35322E;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 16px;
  padding-left: 0px;
}
.sidebar .block-collapsible-nav .content strong:before {
  content: '\e804';
  font-size: 18px;
  font-family: 'fontello';
  color: #000;
  padding-right: 10px;
}
.sidebar .block-collapsible-nav ul li {
  padding: 3px 0px;
}
.sidebar .block-collapsible-nav ul li a {
  padding-right: 0px;
  padding-left: 0px;
  text-indent: -23px;
  margin-left: 20px;
  color: #000;
}
.sidebar .block-collapsible-nav ul li a:hover {
  background-color: inherit;
}
.sidebar .block-collapsible-nav ul li a:before {
  padding-right: 5px;
}
.sidebar .block-collapsible-nav ul li.current strong {
  color: #76ABA9;
}
.sidebar .block-collapsible-nav ul li.current strong:before {
  color: #76ABA9;
}
.sidebar .block-collapsible-nav ul li.current a {
  border-width: 0px;
}
.sidebar .block-collapsible-nav ul li.current a:before {
  content: "";
}
.sidebar .block-collapsible-nav ul li:nth-child(5),
.sidebar .block-collapsible-nav ul li:nth-child(8) {
  display: none;
}
/*BLOG PAGE*/
.is-blog .page-title-wrapper h1 {
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.is-blog.wordpress-post-view .page-title-wrapper h1 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 32px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
.is-blog .subhead {
  /*                margin: auto;*/
  float: none;
  display: table;
  padding-bottom: 50px;
  font-size: 28px;
  color: #000;
}
.block-blog .block-title {
  border-bottom: 0px !important;
  padding-bottom: 0 !important;
}
.block-blog .block-title strong {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.block-blog .block-content ul li {
  padding-bottom: 10px;
}
.block-blog .block-content ul li a {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  float: left;
  padding: 5px 0px;
  width: 100%;
}
.block-blog .block-content ul li a:after {
  content: '\e804';
  font-size: 18px;
  font-family: 'fontello';
  color: #000;
  float: right;
}
.block-blog .block-content ul li.item-title .archive-year {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  float: left;
  padding: 5px 0px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}
.block-blog .block-content ul li.item-title .archive-year:after {
  content: '\e81d';
  font-size: 18px;
  font-family: 'fontello';
  color: #000;
  float: right;
}
.block-blog .block-content ul li.item-title.active #wp-archive-list {
  display: block !important;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.block-blog .block-content ul li.item-title.active .archive-year:after {
  content: '\e81b';
}
.block-blog .block-content ul li.open-item a {
  color: #76ABA9;
}
.block-blog .block-content ul li.open-item a:after {
  color: #76aba9;
  transform: rotate(89deg);
}
.block-blog .block-content ul li.open-item ul {
  display: block !important;
  float: left;
  width: 100%;
  max-height: 100px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.block-blog .block-content ul li.open-item ul li a {
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 15px;
  text-transform: capitalize;
  padding: 0px;
  color: #000;
}
.block-blog .block-content ul li.open-item ul li a:after {
  content: "";
}
.sidebar .blog-search {
  border: 2px solid #eee;
  float: left;
  width: 100%;
  padding-right: 0;
  margin: 20px 0;
  height: 44px;
}
.sidebar input {
  border: none;
  float: left;
  width: 83%;
  margin: 4px 0;
}
.sidebar button {
  font-size: 0px;
  border: none;
  padding: 16px 14px;
  float: right;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 1px 10px;
  background-color: inherit;
  background-size: 20px;
  width: 30px;
}
.post-list-wrapper .post-list h2 {
  margin-top: 0px;
}
.post-list-wrapper .post-list .post-btn a {
  background-color: #76ABA9;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  float: left;
  margin-top: 10px;
  border-radius: 2px;
}
.post-list-wrapper .post-list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.post-list-wrapper .post-list.modern .post-item.post-holder {
  padding-bottom: 50px;
}
.post-list,
.post-entry {
  font-family: 'ITC Avant Garde Std Bk';
}
.post-date {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
  margin-bottom: 5px !important;
}
.post-view {
  padding-left: 0px !important;
}
.post-view .post-entry {
  font-family: 'ITC Avant Garde Std Bk';
}
.post-view .post-entry .post-content h2 {
  font-size: 18px;
  font-family: 'ITCAvantGardeStdDemi';
  padding-bottom: 14px;
  font-weight: normal;
}
.post-view .post-entry .post-content p {
  font-size: 15px;
  color: #000;
}
.post-view .post-entry .post-excerpt {
  font-size: 15px;
  color: #000;
}
/*CONTACT PAGE - ENQUIRY-CMS*/
.inquiry-page .legend {
  border: none;
}
.inquiry-page .contact-bg .fieldset .field {
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 10px;
}
.inquiry-page .contact-bg .fieldset .field .control {
  padding: 0px;
}
.inquiry-page .contact-bg .fieldset .field input {
  height: 48px;
}
.inquiry-page .contact-bg .fieldset .field.telephone,
.inquiry-page .contact-bg .fieldset .field.comment {
  width: 100%;
}
.inquiry-page .contact-bg .fieldset .field.telephone + .col-lg-12,
.inquiry-page .contact-bg .fieldset .field.send_message_to + .col-lg-12 {
  padding: 0px;
}
.inquiry-page .contact-bg .fieldset .field.send_message_to select {
  height: 48px;
}
.inquiry-page .contact-bg .fieldset .field .primary button {
  background-color: #76aba9;
  padding: 12px 25px;
  color: #fff;
  font-family: arial;
  border: none;
  display: inline-block;
  margin-top: 20px;
}
.inquiry-page .contact-bg .fieldset .field .primary button:hover {
  background-color: #66a29e;
}
.inquiry-page .contact-bg .fieldset .field.field-image .label {
  float: left;
  padding-right: 10px;
}
.breadcrumbs ul li a,
.breadcrumbs ul li strong {
  font-size: 12px;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  color: #33322C;
}
.breadcrumbs ul li.item:not(:last-child):after {
  content: "/" !important;
  font-size: 12px;
  margin: 0 5px;
  color: #33322C;
}
.customer-account-forgotpassword .fieldset .control input {
  height: 45px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
}
.customer-account-forgotpassword .actions-toolbar button {
  background-color: #76ABA9;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 12px 30px;
}
.customer-account-forgotpassword .actions-toolbar button:hover {
  background-color: #66a29e;
  border: none;
}
/*PRODUCT LIST PAGE*/
.product-item-info:hover .product-item-info:hover,
.products-grid .product-item-info.active .products-grid .product-item-info:hover {
  box-shadow: none;
  border: none;
  padding: 0px;
  margin: 0px;
}
.account .actions-toolbar .primary button {
  background-color: #76aba9;
  padding: 12px 25px;
  color: #fff;
  font-family: arial;
  border: none;
  display: inline-block;
  margin-top: 20px;
}
.account .form-wishlist-items .actions-toolbar .primary button {
  padding: 8px 25px;
  border-radius: 4px;
}
.account .form-wishlist-items .actions-toolbar .primary button span {
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.account .form-wishlist-items .actions-toolbar .primary button:hover {
  background-color: #66a29e;
}
/*MY ACCOUNT*/
.account .page-main .page-title-wrapper .page-title {
  margin-top: 0px;
}
.account .order-links .item {
  margin-right: 10px;
}
.account .order-links .item strong {
  font-weight: normal;
  font-family: 'ITCAvantGardeStdDemi';
  border-bottom: 1px solid #ccc;
}
.account .order-details-items {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.account .block.block-order-details-view {
  background: none;
}
.account .order-details-items tfoot {
  background: none;
}
.account .order-details-items tfoot td,
.account .order-details-items tfoot .mark {
  background: none;
}
.account .fieldset .control input,
.account .fieldset .control select {
  height: 45px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #000;
  background-color: #dddddd;
  border: none;
  border-radius: 3px;
}
.account .fieldset .legend {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  border: none;
}
.account .legend {
  border: none;
}
.account block-addresses-default .block-title {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
}
.account .column.main .block:not(.widget) .block-title {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  border: none;
}
.account .table > thead > tr > th {
  border-bottom: 0px;
}
.account .order-details-items {
  margin-bottom: 0px;
}
.account .order-details-items thead tr td.col,
.account .order-details-items tbody tr td.col,
.account .order-details-items thead tr th.col,
.account .order-details-items tbody tr th.col {
  padding: 10px 0px!important;
}
.account .order-details-items tfoot {
  font-size: 20px;
  border-top: 1px solid #ccc;
}
.account .order-details-items tfoot th {
  padding-left: 0px;
}
.account .order-details-items tfoot td {
  padding-right: 0px;
}
.account .block-title a.action {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans';
}
.sidebar-additional .block-reorder {
  display: none;
}
.dept-product-range-in .dept-bx1 h4 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 17px;
  /*          min-height: 50px;*/
  margin-bottom: 6px;
  line-height: 17px;
  text-align: center;
}
.dept-product-range-in .dept-bx1 h4:hover {
  text-align: center;
}
.dept-product-range.sub-head {
  min-height: auto;
  padding-bottom: 0px;
  border: 0px;
}
.dept-product-range.sub-head .dept-product-range-in {
  min-height: auto;
  max-width: 1311px;
  width: 100%;
  margin: auto;
}
.dept-product-range.sub-head .dept-product-range-in h3 {
  margin-bottom: 0px;
  line-height: 25px;
  padding-left: 14px;
}
.dept-product-range.sub-head .dept-product-range-in .brand-product-link {
  padding-left: 14px;
}
.dept-product-range.sub-head .dept-product-range-in .brand-product-link a {
  color: #73a19f;
}
.dept-product-range.sub-head .dept-product-range-in .brand-product-link a:hover {
  text-decoration: underline;
  color: #73a19f;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx {
  width: 195px;
  height: 195px;
  padding-top: 0px;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn {
  height: 130px;
  width: 100%;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span {
  /* display:none;*/
  min-height: inherit;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
  float: left;
  width: 150px;
  padding-left: 10px;
  line-height: 16px;
  text-align: left;
  padding-bottom: 0;
  padding-top: 6px;
  min-height: 38px;
  /*display: flex;*/
  align-items: center;
  justify-content: left;
  word-wrap: break-word;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx .button-right {
  min-height: inherit;
  width: 80px;
  float: right;
  /*height: 43.5px;*/
  padding-bottom: 11px;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx .button-right a {
  padding: 7px 8px;
  background-color: #79aba9;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  border-radius: 3px;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx .button-right a:hover {
  background-color: #66a29e;
  text-decoration: none;
}
.category-brands .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span {
  display: none;
}
.category-brands .brand-list .dept-product-range-in .dept-bx1 .imgbx + ul {
  display: none;
}
.brochures-index-index .page-title-wrapper h1 {
  font-size: 46px;
  font-family: 'ITCAvantGardeStdBold';
  margin-bottom: 10px;
}
.category-view .cat_top_image_banner.wrapper {
  max-width: 1136px;
  width: 100%;
  margin: auto;
  display: table;
}
.category-view .cat_top_image_banner.wrapper .img-middle-wrap {
  float: left;
  max-width: 48%;
  margin-right: 10px;
  padding-bottom: 25px;
}
.page-footer .cat_footer_image_banner {
  width: 100%;
  max-width: 1772px;
  margin: auto;
}
.page-footer .cat_footer_image_banner .img-middle-wrap {
  float: left;
  padding-right: 10px;
  max-width: 33.3%;
}
.page-footer .cat_footer_image_banner .img-middle-wrap:last-child {
  padding-right: 0px;
}
.page-footer .footer-content.cat_list {
  margin: auto;
  max-width: 1772px;
  padding-top: 15px;
  display: table;
  width: 100%;
  text-align: center;
  /*            background-color: #fff;*/
}
.cart.table-wrapper .actions-toolbar {
  height: 30px;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  margin-top: 0px;
}
.cart.table-wrapper .cart-price .price {
  font-family: 'ITCAvantGardeStdDemi';
}
.cart.table-wrapper .col.qty .input-text {
  font-size: 14px;
  font-weight: normal;
}
.cart td .price {
  font-weight: normal;
}
.cart-container .cart.table-wrapper .product-item-name {
  font-size: 1.5rem;
  color: #000;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong,
.cart.main.actions button,
.cart.table-wrapper .product-item-name,
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  border-radius: 3px;
}
.form-cart .cart.main.actions button span {
  color: #fff !important;
}
.cart-summary {
  border-radius: 4px;
}
.cart-summary > .title {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  font-size: 18px;
}
.cart-summary .checkout-methods-items {
  margin-top: 0px;
}
#block-summary #co-shipping-method-form dl.items.methods > dt.item-title {
  /* font-weight: normal;*/
}
#block-summary #co-shipping-method-form dl dd + dt {
  font-family: 'ITCAvantGardeStdDemi';
}
#block-summary #co-shipping-method-form dl dd + dt span {
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
}
/*PRODUCT VIEW PAGE*/
.product-options-wrapper .label {
  position: relative;
  display: block;
}
.product-options-wrapper .label:before {
  content: '\e818';
  width: 25px;
  height: 25px;
  float: left;
  font-family: fontello;
  font-size: 20px;
  position: absolute;
  right: 10px;
}
.product-options-wrapper .label.show-collapsed {
  border-bottom: 0px;
}
.product-options-wrapper .label.show-collapsed + .control .field {
  float: left;
  margin-right: 10px;
  width: auto;
}
.product-options-wrapper .label.show-collapsed + .control .field input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.product-options-wrapper .label.show-collapsed + .control .field input[type="radio"]:checked + label {
  background-color: #eee;
  border-color: #cdcdcd;
}
.product-options-wrapper .label.show-collapsed + .control .field .label {
  display: inline-block;
  background-color: #fff;
  padding: 10px 15px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid #cdcdcd;
  border-radius: 0;
  margin-bottom: 10px !important;
  cursor: pointer;
}
.product-options-wrapper .label.show-collapsed + .control .field .label:before {
  content: "";
  width: 0;
  height: 0;
}
.product-options-wrapper .label.show-collapsed:before {
  transform: rotate(180deg);
}
.product-options-wrapper .field {
  float: left;
  width: 100%;
  margin-bottom: 0px !important;
}
.product-options-wrapper .field .label {
  display: block !important;
  border-top: 1px solid #ccc;
  padding: 12px 0px 12px 0;
  margin-bottom: 0px !important;
}
.product-options-wrapper .field:last-child .label {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px !important;
}
.product-options-wrapper .field:last-child .label.show-collapsed {
  border-bottom: 0px solid #ccc;
}
.product-options-wrapper .swatch-option {
  height: 50px !important;
  min-width: 50px;
  width: 50px !important;
  background-size: 100% !important;
  border-radius: 100%;
  border: 0;
  /* width: 65px;
                height: 65px;  */
  margin: 0 16px 17px 0;
}
.product-options-bottom {
  float: left;
  width: 100%;
}
.product-options-bottom .bx-outr-logo {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
.product-options-bottom .bx1 {
  float: left;
  text-align: center;
  padding-right: 0px;
  max-width: 123px;
  width: 100%;
  min-height: 38px;
  border-right: 1px dashed #333;
  margin-right: 10px;
}
.product-options-bottom .bx1:last-child {
  border-right: 0px;
}
.product-options-bottom .bx1.log-aftrpy {
  text-align: left;
}
.product-options-bottom .bx1.log-aftrpy span {
  width: 80px;
}
.product-options-bottom .bx1 span {
  float: left;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: -20px;
}
.product-options-bottom .bx1.log-zip {
  max-width: 166px;
}
.product-options-bottom .bx1.log-zip span {
  padding-left: 10px;
  padding-right: 12px;
}
.product-options-bottom .bx1.log-klarna {
  max-width: 163px;
  margin-right: 24px;
}
.product-options-bottom .bx1.log-klarna span {
  padding-left: 10px;
  padding-right: 12px;
}
.product-social-links {
  margin-top: 20px;
}
.bx-hd11 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 14px;
  color: #33322C;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.page-layout-1column .main .product-info-main {
  width: 57.8%;
}
.page-layout-1column .main .product-info-main .page-title-wrapper h1 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
}
.page-layout-1column .main .product-info-main .box-tocart {
  margin-top: 6px;
  display: inline-block;
  background-color: #f3f3f3;
  width: 100%;
  padding: 20px;
  padding-right: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 20px;
  border-radius: 12px;
}
.page-layout-1column .main .product-info-main .box-tocart h3 {
  margin-top: 0px;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 19px;
  color: #33322C;
}
.page-layout-1column .main .product-info-main .box-tocart ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.page-layout-1column .main .product-info-main .box-tocart ul li {
  /*                            background-image: url(../images/check.png);
                            background-image: url(../images/check-icn.png);
                            background-repeat:no-repeat;*/
  padding: 6px 0px;
  /*                            background-size:26px;  */
  margin-bottom: 8px;
  color: #443F3E;
  font-family: 'ITCAvantGardeStdDemi';
}
.page-layout-1column .main .product-info-main .box-tocart ul li:before {
  /*                                content:"";
                                background-image: url(../images/check.png);
                                background-image: url(../images/check-icn.png);
                                background-repeat:no-repeat;
                                background-size:26px;*/
  padding: 6px;
  content: '\e805';
  color: #fff;
  background-color: #36322f;
  border-radius: 40px;
  font-family: 'fontello';
  font-size: 15px;
  margin-right: 10px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset {
  margin-left: -8px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control input {
  width: 45px;
  height: 48px;
  float: left;
  margin-right: 0px;
  border: 2px solid #737373;
  border-radius: 0;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.minus,
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus {
  background-color: #737373;
  border: none;
  color: #fff;
  font-size: 0px;
  width: 36px;
  height: 48px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.minus {
  padding: 5px;
  float: left;
  margin-right: 0px;
  transform: rotate(180deg);
  border-radius: 0px 5px 5px 0;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.minus:before {
  content: '\e81b';
  color: #737373;
  background-color: #fff;
  border-radius: 40px;
  font-family: 'fontello';
  font-size: 13px;
  margin-right: 0px;
  padding: 5px;
  font-weight: bold;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus {
  padding: 5px;
  float: left;
  border-radius: 0 5px 5px 0px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus:before {
  content: '\e81d';
  color: #737373;
  background-color: #fff;
  border-radius: 40px;
  font-family: 'fontello';
  font-size: 13px;
  margin-right: 0px;
  padding: 5px;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button {
  float: left;
  margin-right: 7px;
  border-radius: 4px;
  padding: 13px 10px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart {
  background-color: #CC0000;
  margin-right: 10px;
  background-image: url(../images/1shopping-cart.svg);
  padding: 10px 15px;
  background-size: 26px;
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  max-width: 211px;
  height: 48px;
  /*                                                -webkit-filter: invert(1);
                                                filter: invert(1);*/
  background-size: 15%;
  border-radius: 7px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart span {
  font-size: 19px;
  font-weight: normal;
  font-family: 'ITCAvantGardeStdDemi';
  padding-left: 28px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart:active {
  background-color: #c10505;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart:hover {
  background-color: #b70202;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
  border: 2px solid #76ABA9!important;
  background-color: #fff !important;
  max-width: 183px;
  height: 48px;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  color: #36322F;
  font-size: 18px;
  line-height: 19px;
  background-image: url(../images/add.png);
  padding: 10px 0px;
  background-size: 26px;
  background-repeat: no-repeat;
  border-radius: 7px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote:before {
  padding: 5px;
  content: '\e805';
  color: #fff;
  background-color: #76ABA9;
  border-radius: 40px;
  font-family: 'fontello';
  font-size: 12px;
  margin-right: 0px;
  content: '\e81d';
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions {
  float: left;
  max-width: 173px;
  height: 48px;
  width: 100%;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a {
  border: 2px solid #76ABA9!important;
  background-color: #fff;
  padding: 6px 10px;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  color: #36322F;
  font-size: 18px;
  height: 48px;
  border-radius: 7px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a:before {
  content: '\e834';
  color: #76ABA9;
  border-radius: 40px;
  font-family: 'fontello';
  font-size: 22px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.page-layout-1column .main .product-info-main .product-info-price {
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.page-layout-1column .main .product-info-main .product-info-price .price-box {
  display: inline-block;
}
.page-layout-1column .main .product-info-main .product-info-price .price-box.price-final_price {
  clear: left;
  display: inherit;
  width: 20%;
  float: left;
}
.page-layout-1column .main .product-info-main .product-info-price .price-box .price {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 27px;
  color: #000;
  font-weight: normal;
}
.page-layout-1column .main .product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  clear: right;
  margin-top: -35px;
}
.page-layout-1column .main .product-info-main .product.attribute.sku .type {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 13px;
  color: #000;
}
.page-layout-1column .main .product-info-main .product.attribute.sku .type:after {
  content: ":" !important;
}
.page-layout-1column .main .product-info-main .product.attribute.overview {
  font-family: 'ITC Avant Garde Std Bk';
}
.page-layout-1column .main .product-info-main .product-reviews-summary {
  width: 100%;
}
.page-layout-1column .main .product-info-main .product-reviews-summary .reviews-actions {
  font-family: 'ITC Avant Garde Std Bk';
  display: none;
}
.page-layout-1column .main .product-info-main .product-addto-links {
  text-align: right;
  float: right;
  width: 40%;
}
.page-layout-1column .main .product-info-main .product-addto-links .action {
  float: right;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.page-layout-1column .main .product-info-main .product-addto-links .action.towishlist {
  margin-right: 0px;
  margin-top: -6px;
}
.page-layout-1column .main .product-info-main .product-addto-links .action.towishlist:before {
  content: '\e84d';
  font-family: 'fontello';
  color: #000;
  font-size: 20px;
  padding: 5px;
  font-weight: bold;
}
.page-layout-1column .main .product-info-main .product-addto-links .action.tocompare:before {
  content: "";
  padding: 4px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #444444;
  float: left;
}
.page-layout-1column .main .product-info-main .product-add-form {
  padding-top: 0px !important;
}
.page-layout-1column .main .product-info-main .rating-summary .rating-result {
  width: 112px;
}
.page-layout-1column .main .product-info-main .rating-summary .rating-result:before {
  font-size: 20px;
}
.page-layout-1column .main .product-info-main .rating-summary .rating-result span:before {
  font-size: 20px;
  color: #ffc309;
}
.page-layout-1column .main .product-info-main .rating-summary .stock.available {
  color: #000;
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 14px;
  font-weight: normal;
  color: #33322C;
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .show-collapsed + .control .options-list .field input[type="radio"] + label {
  font-family: 'ITC Avant Garde Std Bk';
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .show-collapsed + .control .options-list .field input[type="radio"]:checked + label {
  font-family: 'ITCAvantGardeStdBold';
  padding: 10px 12px;
}
.page-layout-1column .main .product-info-main .stock {
  display: none !important;
}
.page-layout-1column .main .product.media {
  width: 38%;
}
.page-layout-1column .main .product .product-options {
  font-size: 13px;
  color: #666666;
}
.main .products-grid .product-item-info:hover,
.main .products-grid .product-item-info:active {
  margin: 0px;
  padding: 0px;
  box-shadow: inherit;
  border: 0px;
}
.main .products-grid .product-items {
  border-top: 1px solid #eae8e7;
  padding-top: 20px;
}
.main .products-grid .product-items:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.main .products {
  margin-bottom: 0px;
}
.product.info.detailed {
  background-color: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 0px;
  border-top: 4px solid #e4e4e4;
}
.product.info.detailed .items .item.title {
  float: left;
  width: 100%;
  border-top: 2px solid #eae8e7;
  background-color: #fff;
  height: 55px;
  /* &#tab-label-reviews{
                           border-bottom: 2px solid #eae8e7;
                        }
                        &.active#tab-label-reviews{
                            border-bottom:0px;
                        }*/
}
.product.info.detailed .items .item.title:first-child {
  border-top: 0px solid #eae8e7;
}
.product.info.detailed .items .item.title a {
  padding-top: 8px;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
  font-weight: normal;
  border-left: 0px;
  border-right: 0px;
  background-color: #fff;
  padding-left: 0px;
  max-width: 1301px;
  width: 100%;
  margin: auto;
  display: flex;
  float: none;
  border: none;
  color: #333;
}
.product.info.detailed .items .item.title a:before {
  content: '\e81d';
  font-family: 'fontello';
  color: #76aba9;
  font-size: 15px;
  margin-right: 0px;
  padding-left: 10px;
  font-weight: bold;
  margin-top: 0;
  float: left;
  margin-right: 12px;
}
.product.info.detailed .items .item.title.active a:before {
  content: '\e81b';
}
.product.info.detailed .items .item.content {
  border-top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  max-width: 1301px;
  width: 100%;
  margin: auto;
  float: none;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.product.info.detailed .product.data.items {
  margin-bottom: 0px;
}
.product .product-brand span {
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  color: #33322C;
}
.fieldset .review-legend.legend span {
  text-transform: uppercase;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  width: 100% !important;
  display: block !important;
  position: inherit !important;
  height: inherit !important;
  width: auto !important;
  box-shadow: inherit;
  overflow: inherit !important;
}
.products-grid .product-item-inner {
  box-shadow: 0px !important;
  padding: 0px !important;
  border: none !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: 0px;
  padding: 0px;
}
.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  box-shadow: inherit;
  padding: 0px;
  margin-top: 0px;
}
.fieldset .review-legend.legend span {
  margin-bottom: 28px !important;
  float: left;
  width: 100%;
}
.fieldset .review-legend.legend strong {
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 17px;
}
.review-control-vote label:before {
  color: #ffc309 !important;
}
.rating-summary .rating-result > span:before {
  color: #ffc309 !important;
}
.amquote-addto-button.-guest.-small {
  color: #fff;
  margin-top: -1px;
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
}
.block.crosssell .block-title strong {
  color: #76ABA9;
  font-size: 25px;
  font-weight: normal;
  font-family: 'ITCAvantGardeStdDemi';
}
.cart-container .cart-summary .block .item-options .field .radio + .label {
  margin-left: 5px;
  display: inline-block;
  margin-top: 3px;
  width: 90%;
}
.cart-container .cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 18px;
  line-height: 1rem;
  font-family: 'ITCAvantGardeStdDemi';
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 18px 17px;
}
.cart-container .cart-summary .checkout-methods-items .amasty-quote-link:hover {
  color: #000;
  background-color: inherit !important;
  border-color: #000 !important;
  text-decoration: none;
}
.cart-container .cart-summary .checkout-methods-items .amasty-quote-link:active {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #000!important;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout span {
  font-size: 18px;
}
.cart-container .cart-summary .block .item-options {
  margin-bottom: 0px;
}
.cart-container .cart-summary .cart-totals {
  padding-top: 0px;
}
/*LIST PAGE*/
.toolbar.toolbar-products {
  background-color: transparent;
  border: 1px solid #eae8e7;
  padding-top: 8px;
  margin-top: 1px;
  padding-left: 6px;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.toolbar.toolbar-products .modes {
  order: 1;
}
.toolbar.toolbar-products .toolbar-amount {
  order: 4;
}
.toolbar.toolbar-products .toolbar-amount .toolbar-amount-label {
  font-family: 'ITCAvantGardeStdBold';
}
.toolbar.toolbar-products .modes-mode {
  background-color: #eae8e7;
  border: none;
  margin-right: 5px;
}
.toolbar.toolbar-products .modes-mode.mode-grid:before {
  color: #76aba9;
}
.toolbar.toolbar-products .modes-mode.mode-grid.active:before {
  color: #000;
}
.toolbar.toolbar-products .modes-mode.mode-list:before {
  color: #76aba9;
}
.toolbar.toolbar-products .modes-mode.mode-list.active:before {
  color: #000;
}
.toolbar.toolbar-products .pages {
  display: inline-block;
  float: right;
  margin-left: 50px;
  margin-bottom: 7px;
  order: 5;
  right: 0;
  position: absolute;
}
.toolbar.toolbar-products .pages strong.page {
  background-color: inherit;
  font-size: 15px;
  color: #76ABA9;
}
.toolbar.toolbar-products .pages .item .action {
  background-color: #eae8e7;
  border-radius: 0px;
  border: none;
  box-shadow: inherit;
}
.toolbar.toolbar-products .pages .item .action:before {
  color: #000;
}
.toolbar.toolbar-products .pages .item .action:hover:before,
.toolbar.toolbar-products .pages .item .action:hover:after {
  color: #000;
}
.toolbar.toolbar-products .pages .item a {
  font-size: 15px;
  color: #000;
}
.toolbar.toolbar-products .limiter {
  display: inline-block !important;
  order: 2;
  padding-right: 5%;
}
.toolbar.toolbar-products .limiter label {
  font-family: 'ITCAvantGardeStdBold';
}
.toolbar.toolbar-products .sorter {
  order: 3;
  padding-right: 5%;
  margin-top: -4px;
}
.toolbar.toolbar-products .sorter label {
  font-family: 'ITCAvantGardeStdBold';
}
.products .swatch-option {
  border-radius: 30px;
  min-width: 20px;
  height: 20px !important;
  width: 20px !important;
}
.products.wrapper ~ .toolbar .sorter,
.products.wrapper ~ .toolbar .toolbar-amount,
.products.wrapper ~ .toolbar .modes {
  display: inline-block !important;
  color: #000;
}
.products.wrapper ~ .toolbar .pages {
  float: right !important;
  order: 5;
}
.products.wrapper ~ .toolbar .modes {
  order: 1;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  order: 4;
}
.products.wrapper ~ .toolbar .limiter {
  order: 2;
}
.products.wrapper ~ .toolbar .sorter {
  order: 3;
}
.products .product-item-name a {
  font-size: 15px;
  font-family: 'ITC Avant Garde Std Bk';
  line-height: 20px;
  color: #000;
}
.products .price-box .price {
  font-size: 17px;
  font-family: 'ITCAvantGardeStdDemi';
  color: #000;
  font-weight: normal !important;
}
.page-main .toolbar select {
  box-shadow: inherit;
  border: none;
  line-height: 26px;
  font-family: 'ITC Avant Garde Std Bk';
}
.page-main .message {
  font-family: 'ITC Avant Garde Std Bk';
}
.page-main .message .notice {
  background-color: #b1adaa2b;
}
.page-wrapper .action.primary {
  border-radius: 2px;
}
.page-wrapper .action.primary span {
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.page-wrapper .product-message-red {
  font-size: 13px;
  color: #D80000;
}
.toolbar .control .limiter-options {
  width: 51px;
}
.page-main .toolbar option {
  font-family: 'ITC Avant Garde Std Bk';
  -moz-appearance: none;
}
.catalog-product-view .page-footer {
  background-color: inherit;
}
.footer-line {
  display: inline-block;
  border-top: 5px solid #e4e4e4;
  width: 100%;
}
/*CHECKOUT PAGE*/
.checkout-container .opc-progress-bar {
  margin-top: 20px;
}
.block-customer-login .actions-toolbar {
  float: left;
  width: 100%;
}
.block-customer-login .fieldset:after {
  float: left;
}
#checkout .opc-wrapper .shipping-address-item.selected-item {
  border: none;
  padding-left: 0px;
}
#checkout .opc-wrapper .shipping-address-item:after {
  content: "";
  background-color: #fff;
}
#checkout .opc-progress-bar-item._active:before {
  background: #76aba9;
  border-color: #76aba9;
}
#checkout .opc-progress-bar-item._active > span:before {
  background: #76aba9;
  border-color: #76aba9;
}
.sidebar .nav ul li a:focus {
  background-color: inherit !important;
  color: #76ABA9 !important;
}
.sidebar .filter .block-subtitle {
  font-family: 'ITC Avant Garde Std Bk';
  color: #000;
  font-size: 15px;
  font-family: 'ITCAvantGardeStdBold';
}
.sidebar .filter .filter-actions a {
  color: #79aba9;
}
.sidebar .filter .filter-actions a:hover {
  text-decoration: underline;
}
#checkoutSteps select {
  height: 44px;
}
#checkoutSteps .field input {
  height: 44px;
}
#checkoutSteps .actions-toolbar .primary button {
  background-color: #76aba9;
  padding: 12px 25px;
  color: #fff;
  font-family: arial;
  border: none;
  display: inline-block;
  margin-top: -1px;
}
#checkoutSteps input[type='radio']:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #fff;
  border: 1px solid #76aba9;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
#checkoutSteps input[type='radio']:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #76aba9;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.page-wrapper .page-main input[type="checkbox"]:checked:after {
  background-color: #76aba9;
  content: '\e84c';
  font-family: 'fontello';
  font-size: 13px;
  color: white;
  width: 10px;
  height: 10px;
  padding: 4px 3px 1px;
  border-radius: 3px;
}
.product.info.detailed ul {
  list-style: disc !important;
  margin-left: 20px !important;
}
/*HOME PAGE POPUP CSS*/
.modal-popup .modal-title {
  font-family: 'ITCAvantGardeStdBold';
  border-bottom: 0px solid #c1c1c1!important;
  margin-top: 0px !important;
}
.modal-popup #modal-brands .col-lg-2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.modal-popup #modal-brands .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.modal-popup #modal-brands .col-lg-2 ul {
  list-style: none !important;
  padding-left: 0px;
  padding-right: 10px;
  text-align: center;
}
.modal-popup #modal-brands .col-lg-2 ul li a + span {
  display: inline-block;
  width: 100%;
}
.modal-popup #modal-brands .col-lg-12 ul {
  padding-left: 0px;
}
form,
#checkout_multishipping_form {
  font-family: 'ITC Avant Garde Std Bk';
  color: #000;
}
.multicheckout .table-wrapper {
  font-family: 'ITC Avant Garde Std Bk';
}
.multicheckout .table-wrapper .product-item-name {
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
  font-size: 14px;
}
.multicheckout .actions-toolbar .primary {
  margin-top: 11px;
  float: right;
  margin-left: 10px;
  margin-right: 0px !important;
}
.multicheckout .actions-toolbar .primary button {
  margin-right: 0px;
  padding: 7px 17px !important;
}
.multicheckout .actions-toolbar button {
  padding: 8px 17px;
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.multicheckout .actions-toolbar button span {
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.multicheckout .actions-toolbar button:hover {
  background-color: #66a29e;
}
.multicheckout block .methods-shipping .item-content .fieldset > .field .control {
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
.multicheckout block .methods-shipping {
  margin-bottom: 12px;
}
.multicheckout .checkout-review .grand.totals {
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.multicheckout .checkout-review .actions-toolbar .primary {
  margin-right: 0px;
}
.multicheckout .title strong {
  font-family: 'ITCAvantGardeStdDemi';
}
.table tfoot {
  background-color: #fff;
}
.table tfoot th {
  background-color: #fff;
  border: none;
}
.table tfoot td {
  background-color: #fff;
  border-bottom: none;
  border-top: 0px;
}
#checkout-review-submit .primary button {
  padding: 14px 50px;
}
.multicheckout .item-options {
  font-family: 'ITC Avant Garde Std Bk';
}
#multiship-addresses-table thead tr th,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.multishipping-checkout-billing .block-billing .box-billing-method .box-content dt {
  margin-top: 20px;
}
.multishipping-checkout-billing .block-billing .box-billing-method .box-content dt input {
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}
.page-layout-checkout .actions-toolbar .secondary .action:last-child:hover {
  background-color: inherit;
  text-decoration: underline;
}
#checkoutSteps .page-main .field input:focus {
  outline: none;
  outline-offset: -9px;
}
#checkoutSteps .page-main .field input.input-text {
  height: 44px;
}
#checkoutSteps .page-main .field input[type="radio"] {
  height: 18px;
  float: left;
  margin-right: 5px;
  margin-top: 0px;
}
#checkoutSteps .page-main .field input[type="checkbox"] {
  height: 18px;
  float: left;
  margin-right: 5px;
  margin-top: -1px;
}
.checkout-onepage-success .page-main {
  text-align: center;
}
.checkout-onepage-success .page-main .page-title-wrapper {
  margin-bottom: 20px;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title {
  margin-top: 40px;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title + .action {
  float: none;
  margin-top: 0px;
  margin-bottom: 20px;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title + .action:hover {
  text-decoration: underline;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title + a {
  background-color: #76aba9;
  color: #fff;
  padding: 10px 20px;
  font-family: 'ITC Avant Garde Std Bk';
  margin: auto;
  width: 137px;
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title + a:hover {
  background-color: #66a29e;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title + a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '\e624';
  font-family: 'luma-icons';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-onepage-success .page-main .block.block-order-details-view {
  text-align: left;
}
.checkout-onepage-success .page-main .block.block-order-details {
  margin-bottom: 0px !important;
}
.checkout-onepage-success #my-orders-table {
  text-align: left;
}
.checkout-success .actions-toolbar {
  text-align: center;
}
.checkout-success .actions-toolbar .primary {
  margin: auto;
  float: none;
}
.checkout-success .actions-toolbar .primary a {
  margin-right: 0px;
}
/*BLOCK*/
.shp-by-room-outer.dept-block-1.blck3 .fet-dbx {
  width: 23.8%;
  margin-right: 1.6%;
}
.shp-by-room-outer.dept-block-1.blck3 .fet-dbx p.txt-des {
  text-align: center;
  margin-bottom: 20px;
}
.shp-by-room-outer.dept-block-1.blck3 .fet-dbx .thumbs-inner img {
  width: 100%;
}
.shp-by-room-outer.dept-block-1.blck3 .fet-dbx:last-child {
  margin-right: 0px;
}
.shp-by-room-outer.dept-block-1.blck3.four .fet-dbx {
  width: 100%;
  max-width: 240px;
  background-color: inherit;
  margin-bottom: 2%;
  margin-right: 0.95%;
}
.shp-by-room-outer.dept-block-1.blck3.four .fet-dbx .bx1 a.lnk {
  box-shadow: inherit;
  width: auto;
  color: #333;
  text-transform: capitalize;
  padding: 0px;
}
.shp-by-room-outer.dept-block-1.blck3.four .fet-dbx .bx1 img {
  width: 100%;
}
.shp-by-room-outer.dept-block-1.blck3.four .feat-depbx h2 {
  margin-bottom: 4px;
}
.shp-by-room-outer.dept-block-1.blck3.four .feat-depbx h3 {
  font-size: 21px;
}
.shp-by-room-outer.dept-block-1.blck3.four.last .fet-dbx {
  width: 13.2%;
  max-width: 175px;
  width: 100%;
  margin-right: 1%;
}
.shp-by-room-outer.dept-block-1.blck3.four.last .fet-dbx:last-child {
  margin-right: -3.7%;
}
.shp-by-room-outer.dept-block-1 .feat-depbx .txt-des {
  text-align: center;
}
/*BLOCK-SIX*/
.shp-by-room-outer.block-six .feat-depbx h2 {
  text-align: left;
  font-size: 20px;
}
.shp-by-room-outer.block-six .feat-depbx .fet-dbx {
  margin-right: 2%;
  width: 44.5% !important;
  margin-bottom: 0% !important;
}
.shp-by-room-outer.block-six .feat-depbx .fet-dbx a.lnk {
  text-align: left;
}
.shp-by-room-outer.block-six .feat-depbx .brand-outr {
  text-align: left;
}
.shp-by-room-outer.block-six .feat-depbx .brand-bld {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
}
.shp-by-room-outer.block-six .feat-depbx .brand-txt {
  font-size: 14px;
}
.shp-by-room-outer.block-seven .feat-depbx h2 {
  text-align: left;
  font-size: 19px;
  margin-bottom: 10px;
}
.shp-by-room-outer.block-seven .feat-depbx .fet-dbx {
  width: 30% !important;
  margin-right: 5%;
}
.shp-by-room-outer.block-seven .feat-depbx .fet-dbx.last {
  margin-right: 0;
}
.shp-by-room-outer.block-seven .feat-depbx .fet-dbx a.lnk {
  text-align: left;
}
.shp-by-room-outer.block-seven .feat-depbx .brand-outr {
  text-align: left;
}
.shp-by-room-outer.block-seven .feat-depbx .brand-bld {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
}
.shp-by-room-outer.block-seven .feat-depbx .brand-txt {
  font-size: 14px;
}
.shp-by-room-outer.block-eight {
  border-width: 0px;
}
.shp-by-room-outer.block-eight .fet-dbx {
  margin-right: 3% !important;
  width: 48.5% !important;
}
.shp-by-room-outer.block-eight .fet-dbx.clr-blu {
  min-height: 100px;
  display: inline-block;
  padding: 20px 0;
  padding-left: 30px;
  /*                background-color:#007ac9!important;*/
  color: #fff;
}
.shp-by-room-outer.block-eight .fet-dbx.clr-red {
  display: inline-block;
  min-height: 100px;
  padding: 20px 0;
  padding-left: 30px;
  /*                background-color:#c33400!important;*/
  color: #fff;
  margin-right: 0px !important;
}
.shp-by-room-outer.block-eight .fet-dbx .bx1 {
  text-align: left;
}
.shp-by-room-outer.block-eight .fet-dbx .bx1 a {
  color: #fff !important;
  font-size: 18px;
  font-family: 'ITCAvantGardeStdDemi';
  background-color: inherit;
}
.shp-by-room-outer.block-eight .fet-dbx .bx1 a.lnk {
  font-family: 'ITC Avant Garde Std Bk' !important;
  font-size: 11px !important;
  margin-top: 0px !important;
}
.shp-by-room-outer.sec-blck {
  padding-bottom: 0px;
}
/*CMS PAGE*/
.cms-terms h3 {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: 'ITCAvantGardeStdBold';
  background-color: #eee;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sep-bx {
  width: 100%;
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}
.sep-bx h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px !important;
  font-family: 'ITCAvantGardeStdDemi';
}
.sep-bx .nbr-bx {
  font-family: 'ITCAvantGardeStdDemi';
  color: #000;
  float: left;
  font-size: 100px;
  line-height: 250px;
  margin-right: 15px;
}
.sep-bx .img-bx {
  float: left;
  width: 150px;
  height: 150px;
  background-color: #eee;
  border-radius: 100%;
  margin-right: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.cms-specifiers .inquiry-page,
.cms-page-view .inquiry-page {
  float: left;
  width: 100%;
  /*        margin-top:5%;*/
}
.cms-specifiers .inquiry-page #inquiry-form,
.cms-page-view .inquiry-page #inquiry-form {
  width: 100%;
  float: left;
}
.cms-specifiers .inquiry-page .contact-bg .enq-txt,
.cms-page-view .inquiry-page .contact-bg .enq-txt {
  font-size: 20px;
  font-family: 'ITC Avant Garde Std Bk';
}
.cms-specifiers .inquiry-page .contact-bg .fieldset .field,
.cms-page-view .inquiry-page .contact-bg .fieldset .field {
  width: 33.3%;
}
.cms-specifiers .inquiry-page .contact-bg .fieldset .field.comment,
.cms-page-view .inquiry-page .contact-bg .fieldset .field.comment {
  width: 100%;
}
.cms-specifiers .inquiry-page .contact-bg .fieldset .commentbox,
.cms-page-view .inquiry-page .contact-bg .fieldset .commentbox {
  padding-left: 0px;
}
.cms-specifiers .inquiry-page .contact-bg .fieldset .commentbox .field.comment,
.cms-page-view .inquiry-page .contact-bg .fieldset .commentbox .field.comment {
  padding-right: 6px;
  width: 100%;
}
.cms-specifiers .inquiry-page .contact-bg .fieldset .actions-toolbar,
.cms-page-view .inquiry-page .contact-bg .fieldset .actions-toolbar {
  padding-left: 0px;
}
.cms-specifiers .inquiry-page .contact-bg .fieldset .actions-toolbar .primary,
.cms-page-view .inquiry-page .contact-bg .fieldset .actions-toolbar .primary {
  width: 99.5%;
}
.cms-specifiers .inquiry-page .contact-bg .fieldset .actions-toolbar .primary button,
.cms-page-view .inquiry-page .contact-bg .fieldset .actions-toolbar .primary button {
  width: 100%;
  min-height: 40px;
}
#submit-inquiry-result {
  font-family: 'ITCAvantGardeStdDemi';
  color: #76aba9;
  text-align: center;
  margin-bottom: 30px;
}
#submit-inquiry-result span span {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #79aba9;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.cms-page-view .cms-content.our-location .inquiry-page .contact-bg .fieldset .field {
  width: 50%;
}
.cms-page-view .cms-content.our-location .inquiry-page .contact-bg .fieldset .col-lg-12 {
  padding: 0px;
}
.cms-page-view .cms-content.our-location .inquiry-page .contact-bg .fieldset .col-lg-12 select {
  height: 48px;
}
.cms-page-view .cms-content.our-location .inquiry-page .contact-bg .fieldset .col-lg-12 .field {
  width: 100%;
}
.cms-page-view .cms-content p {
  font-family: 'ITC Avant Garde Std Bk';
}
.modal-inner-wrap #modal-brands .about-info li {
  float: left;
  /*              max-width: 205px;*/
  /*                max-width: 166px;*/
  max-width: 10%;
  width: 100%;
  min-height: 100px;
  text-align: left;
  list-style: none;
  padding: 20px 0px;
  padding-top: 0px;
  padding-right: 1%;
  min-height: 170px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal-inner-wrap #modal-brands .about-info li span {
  width: 100%;
  float: left;
  padding-top: 5px;
  text-align: center;
}
.modal-inner-wrap #modal-brands .modal-body-content .block {
  margin: 0px;
}
.shp-by-room-outer.blck3 .feat-depbx h2 {
  margin-bottom: 10px;
}
.modal-popup .modal-inner-wrap {
  width: 96% !important;
  max-height: 670px;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding-left: 31px;
  padding-bottom: 18px;
  padding-right: 10px;
}
.modal-popup .modal-header {
  padding-top: 2rem !important;
  padding-bottom: 0px !important;
}
.dept-product-range .dept-bx1 .imgbx span a:hover {
  text-decoration: underine;
}
.dept-product-range .dept-bx1 .imgbx .brand-name {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 17px;
  margin-bottom: 6px;
  line-height: 17px;
}
.dept-product-range .dept-bx1 .imgbx .brand-name:hover {
  text-decoration: underline;
}
.category-view .category-cms .featured-mid.cat-mid .featured-mid-bx h3 {
  text-align: left;
  padding-bottom: 0px;
}
.page-products .page-main {
  padding-left: 0px;
  padding-right: 0px;
}
.footer .footer-top .container .ftr-blk11 {
  width: 21%;
  float: left;
}
.footer .footer-top .container .ftr-blk11.last {
  width: 15%;
}
.dept-product-range.brand-list {
  /*            min-height: 150px;*/
  padding-left: 2%;
}
.dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
  max-width: 19.1%;
  padding-left: 0;
  margin-right: 0.4%;
  width: 100%;
}
.dept-product-range.brand-list .dept-product-range-in .dept-bx1 .imgbx {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  margin-bottom: 10px;
  float: left;
}
.dept-product-range.brand-list .dept-product-range-in .dept-bx1 .brand-name {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 1px;
}
.dept-product-range.brand-list .dept-product-range-in .dept-bx1 .brand-name:hover {
  text-decoration: underline;
}
.dept-product-range.brand-list .dept-product-range-in .dept-bx1.last {
  margin-right: 0px;
}
.cms-get-a-quote .contact-us .fieldset .primary .g-recaptcha,
.cms-contact-us .contact-us .fieldset .primary .g-recaptcha,
.cms-book-consultation .contact-us .fieldset .primary .g-recaptcha,
.cms-our-locations .contact-us .fieldset .primary .g-recaptcha {
  text-align: right;
  float: right;
  margin-right: -18px;
}
.cms-specifiers .inquiry-page .fieldset .actions-toolbar .primary .col-lg-6,
.cms-page-view .inquiry-page .fieldset .actions-toolbar .primary .col-lg-6 {
  padding-left: 0px;
  margin-bottom: 10px;
}
.login-container .g-recaptcha {
  display: inline-block;
  clear: left;
}
.update-msg {
  text-align: center;
  font-weight: bold;
}
.cms-content.get-a-quote h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  color: #000;
}
.category-view .category-cms .fet-mxr-b h3 {
  font-size: 26px;
  padding-top: 10%;
  background-color: inherit;
}
.page-main .fet-mxr-b {
  min-height: 195px;
}
.category-view .category-cms .mid-bx-pro .featured-mid-bx:nth-child(even) {
  float: left;
  clear: left;
  padding-left: 0px;
}
.category-view .category-cms .mid-bx-pro .featured-mid-bx:nth-child(odd) {
  padding-right: 0px;
}
.category-view .category-cms .mid-bx-pro .featured-mid-bx h3 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
  color: #33322C;
  margin-top: 2px;
  margin-bottom: 0px;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 0px;
}
.category-view .category-cms .mid-bx-pro .featured-mid-bx .brnd1 {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 15px;
  padding-bottom: 5px;
}
.category-view .category-cms .mid-bx-pro .featured-mid-bx .brnd1 .brnd-hd {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 15px;
  color: #000;
}
.category-view .category-cms .see-our-rangebx .seerange-in h3 {
  background: inherit;
  text-align: left;
  padding-bottom: 0px;
  padding-top: 0px;
}
.category-view .category-cms .see-our-rangebx .seerange-in p a {
  color: #fff;
}
.category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck .feat-depbx {
  max-width: 100%;
}
.category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck .feat-depbx .fet-dbx .bx1 {
  text-align: left;
}
.category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck .feat-depbx .fet-dbx .bx1 img {
  width: 100%;
}
.category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck.block-six h2 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 24px;
}
.category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck.block-six .feat-depbx .fet-dbx {
  width: 49% !important;
}
.category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck.block-six .feat-depbx .fet-dbx.last {
  margin-right: 0 !important;
}
.page-layout-2columns-left .dept-category1 .category-image {
  display: none;
}
.dept-product-range.product-shop .dept-product-range-in .dept-bx1 {
  margin-right: 0;
  max-width: 262px;
}
.dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
  max-width: 28%;
  padding-left: 0;
  margin-right: 0.4%;
  width: 100%;
  float: left;
  display: list-item;
  color: #f7f7f7;
}
.dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 14px;
  text-align: left;
  color: #000;
  font-weight: 600;
  padding-left: 30px;
  padding-top: 11px;
  padding-bottom: 14px;
  background-image: url(../images/icn-pdf.svg);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 0px 4px;
}
.top-banner-div {
  display: table;
  margin: auto;
  padding-left: 34px;
  background-image: url(../images/inc-hd1.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-bottom: 0;
  line-height: 32px;
  background-size: 25px;
  font-family: 'ITC Avant Garde Std Bk';
}
.page-wrapper .page-header .panel.header {
  position: relative;
}
.page-wrapper .page-header .panel.header a.skip.contentarea {
  /*                            display: block;
                            z-index: 1;
                            color: #000;
                            clip: auto;
                            height: auto;
                            right: 9px;
                            top: 14px;
                            font-size: 0;
                            padding: 10px;
                            background-image: url(../images/icn-closetop.png);
                            background-repeat: no-repeat;
                            background-position: 0px 3px;*/
}
.page-wrapper .page-header .panel.header .topclose {
  display: block;
  z-index: 1;
  color: #000;
  clip: auto;
  height: auto;
  right: 9px;
  top: 30%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  background-image: url(../images/icn-closetop.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  position: absolute;
  background-size: 100%;
  /*                    &:before{
                        content:"X";
                        font-size: 16px;
                        color: #fff;
                        font-weight: bold;
                        padding: 10px;
                        
                    }*/
}
.panel.wrapper {
  display: none;
}
.myaccount-wrapper .text {
  color: #fff;
  float: left;
  margin-top: 6px;
  font-family: 'ITCAvantGardeStdDemi';
}
.myaccount-wrapper .text:hover {
  text-decoration: underline;
}
.myaccount-wrapper a:before {
  content: "";
  color: #000;
  clip: auto;
  height: auto;
  right: 9px;
  top: 14px;
  font-size: 0;
  padding: 19px 16px;
  background-image: url(../images/login3.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
  float: left;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.myaccount-wrapper a.no-class:before {
  display: none;
}
.wishlist-wrapper .text {
  color: #fff;
  float: left;
  margin-top: -4px;
  font-family: 'ITCAvantGardeStdDemi';
}
.wishlist-wrapper .text:hover {
  text-decoration: underline;
}
.wishlist-wrapper a {
  line-height: 40px;
}
.wishlist-wrapper a:before {
  content: "";
  color: #000;
  clip: auto;
  height: auto;
  right: 9px;
  top: 14px;
  font-size: 0;
  padding: 14px;
  padding-bottom: 20px;
  background-image: url(../images/heart2.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  float: left;
  margin-right: 13px;
  -webkit-filter: invert(1);
  filter: invert(1);
  background-size: 100%;
}
.wishlist-wrapper a.no-class:before {
  display: none;
}
.wishlist-wrapper a .wshlst-icn {
  font-family: 'ITCAvantGardeStdDemi';
  color: #000;
  left: 17px;
  position: absolute;
  top: -4px;
  background-color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  padding: 0px 0px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
}
.product-info-main .product-add-form .fieldset .control {
  position: relative;
}
.product-info-main .product-add-form .fieldset .control #qty-error {
  position: absolute;
  bottom: -67px;
}
/*AMASTY MEGAMENU*/
.nav-sections .ammenu-menu-wrapper.-desktop {
  background-color: #000 !important;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container[class*='-col-']:not(.-col-1) {
  max-width: 30%;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item {
  max-width: 100% !important;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
  background-image: none;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  color: #fff !important;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-submenu-container {
  background-color: #fff !important;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-submenu-container .ammenu-link {
  color: #000 !important;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-link:not(.-level1) + .ammenu-item.-child {
  background-color: #fff !important;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
  margin-bottom: 40px;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 0;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  background-color: #76aba9;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  color: #fff !important;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-link:not(.-level1) + .ammenu-item.-child {
  border-top: 1px solid #eee;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  padding-right: 40px;
  padding-left: 25px;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  margin-top: 18px;
}
.nav-sections .ammenu-menu-wrapper .ammenu-wrapper.more {
  padding-top: 10px;
  display: table;
}
.nav-sections ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  color: #fff !important;
}
.page-wrapper .nav-sections .ammenu-content .ammenu-main-container .ammenu-items .ammenu-link .ui-menu-icon {
  position: absolute;
  right: -20px;
  display: inline-block;
  text-decoration: none;
}
.page-wrapper .nav-sections .ammenu-content .ammenu-main-container .ammenu-items .ammenu-link .ui-menu-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper .nav-sections .ammenu-content .ammenu-main-container .ammenu-items .ammenu-link:hover .ui-menu-icon {
  -webkit-transform: rotate(180deg);
  top: 2px;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-link:hover > .ammenu-wrapper,
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-link.-hovered > .ammenu-wrapper,
.nav-sections .ammenu-menu-wrapper.-mobile .ammenu-link.-level2:hover,
.nav-sections .ammenu-menu-wrapper.-hamburger-top .ammenu-item:hover .ammenu-link,
.nav-sections .ammenu-nav-sections.-accordion .ammenu-item:hover > .ammenu-link,
.nav-sections .ammenu-nav-sections.-hamburger .ammenu-link:hover .ammenu-wrapper {
  color: #617e7d !important;
}
/*CMS PAGE - GET A QUOTE*/
.cms-page-view .inquiry-page.get-quote {
  margin-top: 2%;
}
.cms-page-view .inquiry-page.get-quote h1 {
  font-size: 46px;
  margin-top: 0px;
  padding-top: 0px;
  color: #000;
}
.cms-2clm {
  width: 63%;
  float: left;
}
.cms-2clm p a {
  font-family: 'ITCAvantGardeStdDemi';
}
.cms-imgblock-abt {
  float: right;
  width: 36%;
}
.cms-imgblock-abt img {
  border: 4px solid #fff;
  background-color: #eee;
  padding: 6px;
}
.cmsbx-outr-enq {
  float: left;
  width: 100%;
  margin-bottom: 4%;
}
.cmsbx-in-icn {
  max-width: 17%;
  float: left;
}
.cmsbx-in-icn .icn-cmsbx {
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background-color: #eee;
  display: block;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.cmsbx-in-icn .icn-cmsbx img {
  width: 45%;
}
.cmsbx-in-cnt {
  width: 86%;
  float: right;
}
.cmsbx-in-cnt h3 {
  font-size: 19px;
  font-family: 'ITCAvantGardeStdBold';
}
.qt-bxt {
  max-width: 100%;
  width: 100%;
  float: left;
  padding: 40px 0;
  padding-top: 100px;
}
.qt-bxt .qt-bxt-icn {
  max-width: 175px;
  width: 100%;
  height: auto;
  border: 2px solid #000;
  text-align: center;
  float: left;
  margin-right: 5%;
}
.qt-bxt .qt-bxt-icn img {
  margin-top: 20px;
  text-align: center;
  max-width: 46%;
  max-height: 78px;
  width: auto;
}
.qt-bxt .qt-bx-txt {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 16px;
  width: 100%;
  display: table;
  padding: 20px 1px 3px;
  text-align: center;
  line-height: 16px;
  min-height: 55px;
}
/*``````````````*/
/*CMS PAGE - ABOUT */
.faq.cms-content {
  float: left;
  width: 100%;
}
.faq.cms-content h2.faq-qtn {
  background-color: #eee;
  padding: 30px 20px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  margin: 0px;
  position: relative;
}
.faq.cms-content h2.faq-qtn:after {
  content: "";
  background-image: url(../images/cms-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 56%;
  background-size: 100%;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 2%;
}
.faq.cms-content h2.faq-qtn.active:after {
  content: "";
  transform: rotate(178deg);
}
.faq.cms-content .faq-ans {
  display: table-footer-group;
  padding: 10px 0px 20px 20px;
}
.abt-imginn {
  max-width: 63%;
  float: left;
  padding: 10px 0px 0 20px;
}
.abt-img121 {
  max-width: 36%;
  width: 100%;
  float: right;
  padding: 10px 0;
}
.abt-img121 img {
  border: 4px solid #fff;
  background-color: #eee;
  padding: 6px;
}
.cms-abt-btn {
  padding: 11px 40px;
  background-color: #76aba9;
  color: #fff !important;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  font-family: 'ITC Avant Garde Std Bk';
}
.cms-abt-btn:hover {
  color: #fff !important;
  background-color: #66a29e;
}
.brand-cms ul {
  list-style: none;
  padding: 0px;
}
.brand-cms ul li {
  color: #457270;
  text-decoration: underline;
  float: left;
  padding: 10px;
  max-width: 30%;
  width: 100%;
  margin: 0px;
  padding: 4px 0;
}
.qt-bxt.spec .qt-bxt-icn img {
  filter: invert(100%);
  filter: brightness(0%);
}
.cms-content h1 {
  font-size: 46px;
  margin-top: 0px;
  padding-top: 0px;
  color: #000;
}
.cms-content .contct-qn-block {
  min-height: 218px;
  width: 100%;
  background-color: #eee;
  border-top: 2px solid #d4d4d4;
  margin-bottom: 20px;
  margin-top: 3%;
  display: inline-block;
}
.cms-content .contct-qn-block .cnt-in-blk-hd {
  font-family: 'ITCAvantGardeStdBold';
  color: #35322E;
  font-size: 24px;
  width: 35%;
  float: left;
  padding-top: 2%;
  margin-left: 4%;
  padding-bottom: 17px;
}
.cms-content .contct-qn-block .cnt-in-blk-ryt {
  padding-top: 5%;
  width: 45%;
  float: right;
  padding-right: 5%;
  font-size: 15px;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
}
.cms-content .contct-qn-block .cnt-in-blk-ryt span.cnt-hd1 {
  font-size: 22px;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  text-align: center;
  display: block;
}
.cms-content .contct-qn-block .cnt-in-blk-ryt span.cnt-hd1 p {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
}
.cms-content .contct-qn-block ul {
  list-style: none;
}
.cms-content .contct-qn-block ul li {
  max-width: 26%;
  width: 100%;
  float: left;
  padding-bottom: 5%;
  margin-right: 9%;
  background-color: #fff;
  margin-bottom: 7%;
  min-height: 225px;
  align-items: center;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 4px 4px 2px 0px #bababa;
  -moz-box-shadow: 4px 4px 2px 0px #bababa;
  box-shadow: 4px 4px 2px 0px #bababa;
  cursor: pointer;
}
.cms-content .contct-qn-block ul li span {
  background-color: #fff;
  width: 100%;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
}
.cms-content .contct-qn-block ul li span.six {
  padding: 13px;
}
.cms-content .contct-qn-block ul li span img {
  filter: brightness(1) invert(0.49) sepia(2) hue-rotate(140deg) saturate(100%);
  max-width: 44px;
  margin-bottom: 20px;
}
.cms-content .contct-qn-block ul li span p {
  font-family: 'ITCAvantGardeStdBold';
}
.cms-content .contct-qn-block ul li.last {
  margin-right: 0px;
}
.cms-content .contct-qn-block ul li.btm-lst {
  margin-bottom: 4%;
}
.cms-content .contct-qn-block ul li:hover {
  box-shadow: 1px 1px 5px 0px #6989a3 !important;
}
.cms-content .contct-qn-block.hw {
  padding-bottom: 0%;
  margin-top: 0px;
  margin-bottom: 15px;
}
.cms-content .hw-cntct {
  padding-top: 2% !important;
  width: 100% !important;
  margin-bottom: 0px;
}
.cms-content.cms-tr h2 {
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
  font-size: 24px;
}
.cms-content.cms-tr h3 {
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
}
.cms-content.cms-tr p {
  color: #000;
}
.cms-abt-hyp {
  /*    cursor:pointer;*/
}
.primary.btn-sec {
  clear: left;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.primary.btn-sec .col-lg-6 {
  padding-left: 0px;
}
/*DELIVERY CMS*/
.delivery-loc ul {
  width: 20%;
  float: left;
  margin: 10px 0;
  padding: 0px;
  list-style: none;
}
.delivery-loc ul li {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
.contact-bg.contact-white-bg.return-policy {
  background-color: #eee;
  padding: 1px 20px;
  border-top: 2px solid #dddd;
}
.contact-bg.contact-white-bg.return-policy .fieldset .field {
  width: 100% !important;
}
.contact-bg.contact-white-bg.return-policy .fieldset .field input {
  height: 40px;
}
.contact-bg.contact-white-bg.return-policy .fieldset .field .control label {
  color: #35322E;
  font-family: 'ITCAvantGardeStdDemi';
  margin-bottom: 7px;
  display: table;
}
.contact-bg.contact-white-bg.return-policy .fieldset .field .control textarea {
  min-height: 200px;
}
.cms-terms ul li ul {
  padding-left: 20px;
}
.cms-terms ul li ul li {
  list-style: none;
}
.cms-terms .ptxt {
  padding-left: 10px;
}
/*VISIT SHOWROOM CMS*/
.map-outersec {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 6%;
  border-bottom: 1px solid #ccc;
}
.map-outersec .info-txt {
  width: 57%;
  float: left;
}
.map-outersec .map-img {
  float: right;
  max-width: 40%;
  width: 100%;
}
.map-outersec .map-img .mapouter {
  height: auto;
  width: 100%;
}
.add-b {
  float: left;
  margin-bottom: 1%;
  width: 100%;
}
.bld-txt {
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
  float: left;
  margin-right: 5px;
}
.bld-txt.opn {
  width: 100%;
}
.visit-swrmbtn {
  width: 100%;
  float: left;
}
.visit-swrmbtn a {
  margin-top: 6%;
  padding-left: 8%;
  padding-right: 8%;
  margin-right: 2%;
}
.visit-swrmbtn a span {
  /*            font-family: 'ITCAvantGardeStdBold';
            font-size: 16px;*/
  font-size: 1.4rem;
}
.timing-outr {
  float: left;
  max-width: 280px;
  width: 100%;
  font-family: 'ITCAvantGardeStdDemi';
  padding-left: 0px;
  margin-left: 0%;
}
.timing-outr .tmg-wk {
  float: left;
  max-width: 150px;
  width: 100%;
  padding-bottom: 5px;
}
.timing-outr .tmgs {
  float: left;
  max-width: 100px;
  width: 100%;
  font-family: 'ITC Avant Garde Std Bk';
}
.timing-outr .lv-cht {
  margin-top: 10px;
  float: left;
  padding: 6px 10px;
  /*        background-color: #76aba9;
        color: #fff;*/
  border: 1px solid #76aba9;
  color: #333333;
}
.page-wrapper .page-header .header .block-search {
  margin-top: -7px;
  width: 24%;
  margin-right: 5%;
}
.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-items {
  display: table;
  margin: auto;
}
.dept-product-range.brands1 {
  background-color: #fff;
}
/*HOME SLIDER FEATURED*/
.cms-home .shp-by-room-outer .shp-by-room-bx {
  max-width: 1301px;
}
.cms-home .shp-by-room-outer .shp-by-room-bx .block.widget.new.grid {
  max-width: 1301px;
  margin-bottom: 10px;
}
.shp-by-room-outer .block-content .slick-prev {
  width: 20px;
  height: 40px;
  background-color: #cccccc !important;
  border-radius: 0px 20px 20px 0px;
  transform: rotate(180deg);
  margin-left: 1px;
  top: 50%;
  left: 0;
  z-index: 1;
}
.shp-by-room-outer .block-content .slick-prev:hover {
  background-color: #D9A301 !important;
  border: none;
  box-shadow: inherit !important;
  background-image: none !important;
}
.shp-by-room-outer .block-content .slick-prev:before {
  content: '\e804';
  font-family: 'fontello';
  width: 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
}
.shp-by-room-outer .block-content ol .slick-list {
  border-right: 1px dashed #bbb;
  padding: 0px;
}
.shp-by-room-outer .block-content ol .slick-list li {
  border-left: 1px dashed #bbb;
  padding-left: 20px;
}
.shp-by-room-outer .block-content .products {
  margin: 10px 0 0;
}
.shp-by-room-outer .block-content .slick-next {
  width: 20px;
  height: 40px;
  background-color: #cccccc !important;
  border-radius: 0px 20px 20px 0px;
  margin-right: 1px;
  top: 54%;
  right: 0;
  z-index: 1;
}
.shp-by-room-outer .block-content .slick-next:hover {
  background-color: #D9A301 !important;
  border: none;
  box-shadow: inherit;
  background-image: none !important;
}
.shp-by-room-outer .block-content .slick-next:before {
  content: '\e804';
  font-family: 'fontello';
  width: 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
}
.shp-by-room-outer .products-grid .product-item-info:hover {
  box-shadow: inherit;
  margin: 0;
  padding: 0;
  border: 0px;
}
.shp-by-room-outer ol .slick-list li {
  padding-left: 20px !important;
  margin-left: 0px !important;
}
.shp-by-room-outer .product.info-box .more-info a {
  background-color: #76ABA9;
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  border-radius: 3px;
  border: none;
}
.shp-by-room-outer .product.info-box .more-info a:hover {
  background-color: #66a29e;
}
.cms-home .product-item .price-box {
  margin-bottom: 0px;
}
.cms-home .products-grid .product-item {
  margin-bottom: 0;
}
.block.widget .product-item-info {
  width: 100% !important;
}
.page-footer .product.info.detailed .ask-question-form {
  max-width: 500px;
}
.page-footer .product.info.detailed .ask-question-form .button-container .form-toggle-button {
  background-color: #76ABA9;
  border: none !important;
  color: #fff;
}
.page-footer .product.info.detailed .ask-question-form .button-container .button-info {
  font-size: 15px;
  line-height: 32px;
}
.page-footer .product.info.detailed .ask-question-form .fieldset .field input[type=checkbox] {
  margin-right: 4px;
  height: auto;
}
.page-footer .product.info.detailed .amfaq-product-tab .block-title strong {
  font-size: 19px;
}
/*^^^^^^^^^^^^^^^^*/
/*VIEW PAGE - PRODUCT QUESTION*/
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  margin-bottom: 10px;
}
.amfaq_questions .am-item .am-content .amfaq-question-footer-wrapper {
  display: inline-block;
}
.amfaq_questions .am-item .am-links {
  float: left;
  width: 100%;
  margin-right: 0px !important;
}
.amfaq_questions .am-item .am-links a:after {
  content: " > ";
  font-family: fontello;
  width: 10px;
  height: 10px;
  padding: 0 5px;
  display: table-row;
}
.amfaq_questions .am-item .amfaq-rating {
  float: left;
}
.faq-question-view .question_view .answer {
  margin-bottom: 10px;
}
.faq-question-view .question_view .amfaq-question-footer-wrapper .amfaq-rating {
  margin-right: 10px;
}
.faq-question-view .ask-question-form .button-container .button-info a {
  text-decoration: underline;
}
.faq-question-view .ask-question-form .button-container .button-info a:hover {
  text-decoration: none;
}
.page-footer .product.info.detailed .ask-question-form {
  max-width: 100%;
}
.page-footer .product.info.detailed .ask-question-form .button-container .button-info {
  margin-top: 0px;
}
.page-footer .product.info.detailed .ask-question-form .button-container .button-info a {
  text-decoration: underline;
}
.page-footer .product.info.detailed .ask-question-form .button-container .button-info a:hover {
  text-decoration: none;
}
.page-wrapper {
  overflow-y: hidden;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box ul li {
  width: 100% !important;
}
.category-item-box-two .drop-left {
  left: 38.06%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .category-item-box-two .level-left .children.tablilinks:first-child a:after {
  content: "";
}
.magicmenu .nav-desktop .level0 .level-top-mega .category-item-box-two .level-left .children.tablilinks:hover {
  /*    background-color:inherit;*/
}
.magicmenu .nav-desktop .level0 .level-top-mega .category-item-box-two .level-left .children.tablilinks:hover a {
  color: #000;
}
.magicmenu .nav-desktop .level0 .level-top-mega .category-item-box-two .level-left .children.tablilinks:first-child:hover {
  background-color: inherit;
}
.category-item-box-two .level-left.mage-column .children:first-child:hover a span {
  color: #000;
}
.cms-page-view .inquiry-page .contact-bg .fieldset .actions-toolbar .primary {
  margin-top: 5px;
}
.sidebar .amfaq-search {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 26px;
}
.sidebar .amfaq-search .am-button {
  height: 42px;
}
.sidebar .amfaq_categories {
  border: none;
}
.sidebar .amfaq_categories .item {
  color: #35322E;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 16px;
  padding-left: 10px;
  background-color: inherit !important;
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar .amfaq_categories .item:first-child {
  text-align: left;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  padding-left: 0px;
}
.sidebar .amfaq_categories .item a:before {
  content: '\e804';
  font-size: 18px;
  font-family: 'fontello';
  color: #000;
  padding-right: 10px;
}
.sidebar .amfaq_categories .item.current a {
  color: #76ABA9;
}
.sidebar .amfaq_categories .item.current a:before {
  content: '\e804';
  color: #76ABA9;
}
.am-links a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
.am-links a:hover {
  color: #76ABA9;
  text-decoration: none;
}
.ask-question-form .button-info {
  color: #000;
}
.ask-question-form .button-info a.faq_log {
  color: #76ABA9;
  text-decoration: none;
}
.ask-question-form .button-info a.faq_log:hover {
  text-decoration: underline;
}
.faq-category-view .page-title-wrapper h1,
.faq-question-view .page-title-wrapper h1 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 26px;
  color: #33322C;
  margin-bottom: 20px;
}
.am-widget-category .view-all {
  font-size: 15px;
}
.am-widget-category .view-all:hover {
  color: #76ABA9;
  text-decoration: underline;
}
.am-widget-category .am-category-header {
  border-bottom: 1px solid #ccc;
}
.ask-question-form .button-container .button-info {
  font-family: 'ITCAvantGardeStdDemi';
  color: #000;
  font-size: 15px !important;
}
.amfaq-search .am-input {
  height: 40px;
}
.amfaq-search .am-button {
  top: 5px !important;
}
.faq-search-index .am-links a,
.faq-question-view .am-links a,
.faq-category-view .am-links a {
  color: #7eb0ae;
}
/*CONTACT PAGE - CMS*/
.ad-cnt {
  max-width: 28% !important;
  margin-top: 19px;
  float: left;
  display: table;
  clear: left;
}
.ad-cnt-ryt {
  float: right;
  width: 97%;
  margin-right: -31%;
  margin-top: 20px;
  font-family: 'ITC Avant Garde Std Bk';
}
.cms-delivery .faq.cms-content .abt-imginn {
  max-width: 100%;
}
.cms-delivery .faq.cms-content h2.lead-time-hd,
.cms-about-us .faq.cms-content h2.lead-time-hd,
.cms-lead-times .faq.cms-content h2.lead-time-hd {
  background-color: #eee;
  padding: 30px 20px;
}
.cms-delivery .page-wrapper h2,
.cms-about-us .page-wrapper h2,
.cms-lead-times .page-wrapper h2 {
  float: left;
  width: 100%;
}
.cms-delivery .abt-imginn,
.cms-about-us .abt-imginn,
.cms-lead-times .abt-imginn {
  padding-left: 0px;
}
/*PRICE MATCHING GUARENTEE*/
.price-match-guarentee {
  text-align: center;
}
.pro-points {
  background-color: #eee;
  min-height: 60px;
  float: left;
  padding-bottom: 1%;
  width: 100%;
  margin-top: 30px;
}
.pro-points .pro-bx {
  width: 100%;
  max-width: 25%;
  float: left;
  min-height: 90px;
  padding: 0px 20px;
}
.pro-bx .imgbx {
  width: 182px;
  height: 182px;
  border-radius: 100%;
  background-color: #fff;
  padding: 30px;
  display: table;
  font-size: 0px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50% 45%;
}
.pro-bx .imgbx.one {
  background-image: url(../images/new-product.svg);
}
.pro-bx .imgbx.two {
  background-image: url(../images/australia.svg);
}
.pro-bx .imgbx.three {
  background-image: url(../images/pricing.svg);
}
.pro-bx .imgbx.four {
  background-image: url(../images/product.svg);
}
.pro-bx .imgbx.kitchn-1 {
  background-image: url(../images/quality-control.svg);
  background-size: 60%;
}
.pro-bx .imgbx.kitchn-2 {
  background-image: url(../images/kitchen.svg);
  background-size: 70%;
}
.pro-bx .imgbx.kitchn-3 {
  background-image: url(../images/instagram2.svg);
  background-size: 60%;
}
.pro-bx .imgbx.kitchn-4 {
  background-image: url(../images/conversation.svg);
  background-size: 68%;
}
.pro-bx .imgbx.bthrm-2 {
  background-image: url(../images/bathtub.svg);
  background-size: 50%;
}
.pro-bx .imgbx.trade-1 {
  background-image: url(../images/best-product.svg);
  background-size: 75%;
}
.pro-bx .imgbx.trade-2 {
  background-image: url(../images/store_new.svg);
  background-size: 69%;
}
.pro-bx .imgbx.trade-3 {
  background-image: url(../images/warehouse2.svg);
  background-size: 59%;
}
.pro-bx .imgbx.trade-4 {
  background-image: url(../images/order.svg);
  background-size: 69%;
}
.pro-bx .imgbx.trade-21 {
  background-image: url(../images/man.svg);
  background-size: 63%;
}
.pro-bx .imgbx.trade-22 {
  background-image: url(../images/low-cost.svg);
  background-size: 59%;
}
.pro-bx .imgbx.trade-23 {
  background-image: url(../images/social-services.svg);
  background-size: 63%;
}
.pro-bx .imgbx.trade-24 {
  background-image: url(../images/truck.svg);
  background-size: 65%;
}
.pro-bx .imgbx.sub-plan1 {
  background-image: url(../images/planning.svg);
  background-size: 65%;
}
.pro-bx .imgbx.sub-plan2 {
  background-image: url(../images/upload-file.svg);
  background-size: 65%;
}
.pro-bx .imgbx.sub-plan3 {
  background-image: url(../images/interior-design.svg);
  background-size: 65%;
}
.cms-abt-btn.kitchn {
  margin-top: 20px;
}
.pro-bx .bx-cnt {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 14px;
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}
.pro-points h2 {
  margin-bottom: 30px;
}
.cnct-bx {
  display: inline-block;
  max-width: 96%;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 4%;
  border-top: 1px solid #ccc;
}
.cnct-bx h2 {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px;
}
.cnct-bx .cms-abt-btn {
  padding: 11px 55px;
}
.cnct-bx.spec {
  background-color: #eee;
  border-top: 0px;
}
.cnct-bx.spec .cms-abt-btn {
  padding: 11px 40px;
}
.cnct-bx.spec .cms-abt-btn.lft {
  margin-right: 10px;
}
.bx-term1 {
  float: left;
  width: 100%;
  margin-top: 2%;
}
.bx-term1 .hd-term {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.bx-term1 .hd-term:after {
  content: "";
  background-image: url(../images/cms-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 56%;
  background-size: 100%;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 2%;
}
.bx-term1 .outr-lst {
  text-align: left;
  margin-left: 5%;
  display: none;
}
.bx-term1 .outr-lst ul {
  padding-left: 18px;
}
.bx-term1 .outr-lst h3 {
  font-size: 18px;
  font-family: 'ITCAvantGardeStdBold';
  margin-left: -18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.bx-term1.active .outr-lst {
  display: table;
}
.bx-term1.active .hd-term:after {
  transform: rotate(180deg);
}
.inquiry-bx.pricematch .actions-toolbar .label span {
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBold';
  margin: 10px 0px;
  display: table;
}
.inquiry-bx.pricematch .fieldset .field.name:nth-child(5) {
  clear: left;
}
.pro-points.kitchn {
  padding-top: 5%;
  padding-bottom: 1%;
}
.pro-points.kitchn.trade {
  padding-bottom: 0px;
}
.pro-bx .cms-abt-btn.kitchn {
  margin-top: 5px;
}
.pro-bx p {
  font-size: 13px;
  color: #000;
}
.cnct-bx.kitchn {
  border-top: 0px;
}
.kchn-subhd {
  font-size: 20px !important;
}
.cms-trade-accounts #inquiry-form .actions-toolbar .label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBold';
}
.cms-trade-accounts #inquiry-form .professional input {
  padding-left: 10px;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.cms-trade-accounts #inquiry-form .professional label {
  display: inline-block;
  width: 84%;
}
.cnct-bx .cms-abt-btn.bthrm {
  padding: 11px 30px;
}
.pro-bx .cms-abt-btn.kitchn.dwnld {
  max-width: 146px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.cms-trade-accounts .inquiry-bx .enquiry-outr #inquiry-form .fieldset .field .left {
  clear: left;
}
.cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-3 {
  width: 26%;
  padding-right: 0px;
}
.cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-9 {
  width: 74%;
}
.pro-points.kitchn h2 {
  margin-bottom: 10px;
}
.pro-points.kitchn h2 + p {
  margin-bottom: 20px;
}
.cms-request-quote .pro-points.kitchn,
.cms-submit-plans .pro-points.kitchn,
.cms-kitchen-renovation-guide .pro-points.kitchn,
.cms-bathroom-renovation-guide .pro-points.kitchn {
  padding-top: 1%;
}
.cms-book-consultation .pro-points.kitchn {
  padding-top: 3%;
}
.cms-book-consultation .pro-points.kitchn h2 + p {
  margin-bottom: 4%;
}
.cms-book-consultation .cnct-bx .cms-abt-btn.bthrm {
  padding: 11px 40px;
}
.returns-cnt {
  margin-bottom: 35px;
  text-align: left;
}
.cms-returns .cms-abt-btn {
  min-width: 180px;
}
.cms-returns .returns {
  min-height: 400px;
}
.minicart-wrapper .no-class {
  display: inline-block;
}
.enquiry-outr .form-bx12 {
  width: 64%;
}
.enquiry-outr .form-bx12 #attachment-form .control {
  width: 50%;
}
.enquiry-outr .form-bx12 #attachment-form .control input {
  width: 100%;
}
.control-long {
  padding-left: 0px !important;
}
.control-long input {
  height: 47px;
  border: 1px solid #000;
}
.inquiry-bx.lodge-warranty .form-bx12 h5 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 18px;
  margin-top: 31px;
  padding-left: 14px;
}
.inquiry-bx.lodge-warranty .txt-areabx h5 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 18px;
  margin-top: 31px;
}
.inquiry-bx.lodge-warranty .txt-areabx h6 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 18px;
  padding-left: 0px;
}
.txt-area11 input {
  height: 47px;
  margin-bottom: 10px;
  border: 1px solid #000;
}
.txt-area11 .actions-toolbar {
  width: 20%;
  margin-left: 17px;
}
.txt-area11 .drop-zone input {
  border: none;
  padding: 15px;
}
.txt-areabx1 h6 {
  padding-left: 0px;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 18px;
}
.upload-image input {
  width: 100%;
  min-height: 191px;
  border-radius: 10px;
}
.description textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid #000;
}
.tick1 input {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 16px;
  width: 20px;
  height: 20px;
  margin-right: 8px !important;
}
.fnt-bld {
  padding-left: 5px;
  font-family: 'ITCAvantGardeStdBold';
}
.txt-lft {
  padding-left: 16px;
}
/*******************/
.drop-zone {
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
}
.drop-zone--over {
  border-style: solid;
}
.drop-zone__input {
  display: none !important;
}
.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
/*****************/
.drop-zone2 {
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
}
.drop-zone--over2 {
  border-style: solid;
}
.drop-zone__input2 {
  display: none !important;
}
.drop-zone__thumb2 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb2::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.label-right {
  color: #000;
}
.inquiry-bx.lodge-warranty .txt-areabx.desc h6 {
  padding-left: 0px;
  margin-bottom: 8px;
}
.pdng {
  margin-bottom: 20px;
}
.small-in {
  width: 26% !important;
  margin-right: -13px;
}
.small-in.right {
  float: right;
  margin-right: -5px;
}
.desc-bdgt {
  padding-left: 5px !important;
}
.desc-bdgt ul {
  list-style: none;
  padding: 0px;
}
.desc-bdgt ul input {
  height: auto;
  margin-right: 4px;
  float: left;
}
.btm-sect {
  margin-bottom: 20px;
}
.txt-areabx.desc {
  margin-top: 15px;
}
.submitplan .hd-term {
  text-align: center;
}
.submitplan .outr-lst {
  margin: 0px;
  padding-bottom: 25px;
  padding-left: 19px;
}
.btm-sect + .tab .submitplan {
  margin-top: 0%;
  margin-bottom: 15px;
}
.btm-sect + .tab .submitplan .hd-term {
  margin-top: 0px;
  background-color: #fff;
}
.desc-bdgt + .txt-areabx {
  padding-top: 20px;
}
.cms-lodge-warranty .inquiry-bx.lodge-warranty .txt-areabx h6 {
  padding-left: 0px;
}
.cms-lodge-warranty .inquiry-bx.lodge-warranty .txt-area11 .field + .txt-areabx h6 {
  padding-left: 0px;
}
/*CREATE ACCOUNT PAGE - CENTER ALIGN CSS*/
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .column.main {
  max-width: 100%;
  margin: auto;
}
.customer-account-create .actions-toolbar {
  text-align: center;
}
.customer-account-create .actions-toolbar .primary {
  float: left;
}
.customer-account-create .page-main {
  background-color: #f8f8f8;
  border-radius: 7px;
}
.customer-account-create .page-main .form.create.account {
  width: 100%;
}
.customer-account-create .fieldset.address .field,
.customer-account-create .fieldset .field {
  width: 49%;
  margin-right: 1%;
  float: left;
}
.customer-account-create .fieldset.address .field:nth-child(even),
.customer-account-create .fieldset .field:nth-child(even) {
  float: right;
  margin-right: 0px;
}
.customer-account-create .fieldset.address .field:nth-child(5) {
  float: left;
}
.customer-account-create .fieldset.address .field:nth-child(6) {
  clear: left;
}
.customer-account-create .fieldset.address .field:nth-child(8) {
  /*                    clear:right;*/
}
.customer-account-create .breadcrumbs + .block-static-block {
  text-align: center;
  background-color: black;
}
.cart-empty {
  text-align: center;
}
.cms-order-status .enquiry-outr .form-bx12 #attachment-form .description .control {
  width: 100%;
}
.multi-attach {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.multi-attach .comment {
  width: 100% !important;
}
.multi-attach .comment .control {
  width: 100% !important;
}
.multi-attach .control {
  width: 100% !important;
}
.multi-attach .desc-bdgt ul input {
  height: auto !important;
  margin-right: 4px;
  float: left;
  width: auto !important;
}
.multi-attach .desc-bdgt.btm-sect .control {
  width: 25% !important;
}
.multi-attach.txt-area11 .actions-toolbar {
  margin-left: 0px;
}
.multi-attach .col-lg-3 {
  width: 25% !important;
}
.multi-attach .col-lg-9 {
  width: auto !important;
}
.multi-attach .txt-areabx1,
.multi-attach .txt-lft {
  padding-left: 0px;
}
.multi-attach .tick1 input {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 16px;
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .multi-attach .field .control .imagePreviewRow input {
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  height: 18px;
  width: 18px;
  font-size: 12px;
  padding-left: 5px;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 20px;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .multi-attach .field .control .imagePreviewRow .thumbnail + input {
  background-image: url(../images/cross.svg);
  background-repeat: no-repeat;
  background-position: 57% 54%;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.page-header p,
.cms-content p {
  font-family: 'ITC Avant Garde Std Bk';
}
.cms-page-view ul li,
.cms-content ul li,
.bx-term1 ul li {
  /*           font-family: 'ITC Avant Garde Std Bk'; */
  font-size: 13px;
}
.time-txt {
  text-align: center;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.ad-sp1 {
  margin-top: 6px;
  display: block;
}
.cms-lodge-warranty .bx-term1 .outr-lst {
  margin-left: 0px;
}
.customer-account-login .page-wrapper .page-main {
  background-color: #f8f8f8;
  border-radius: 7px;
}
.fieldset .field.css-blank {
  height: 45px;
}
.cms-page-view .inquiry-bx .enquiry-outr .fieldset .field .control ul li.other-sec textarea {
  width: 100% !important;
  max-width: 70%;
  height: 30px !important;
  margin-top: -7px;
  margin-left: 10px;
  padding-bottom: 0px;
  padding-top: 7px;
  font-size: 13px;
  border-radius: 6px !important;
}
.cms-page-view .inquiry-bx .enquiry-outr .fieldset .field .control ul li.other-sec label + label {
  float: left;
  min-width: 40px;
}
.page-main .account .field input + label + label {
  font-size: 14px;
}
.cms-lodge-warranty .txt-area11 .control.tick1 span {
  line-height: 17px;
}
.cms-lodge-warranty .control.tick1 input[type=checkbox]:checked + label + label span {
  font-family: 'ITC Avant Garde Std Bk';
}
.multi-attach .upload-image .drop-zone {
  font-size: 16px;
}
.multi-attach .upload-image .drop-zone .show-upload-icon {
  display: block;
  width: 43px;
  height: 55px;
  background-image: url(../images/files1.png);
  background-repeat: no-repeat;
  background-position: 57% 54%;
  background-size: 100%;
  margin: auto;
  margin-bottom: -20px;
  margin-top: -30px;
}
.multi-attach .upload-image .drop-zone .button-file {
  background-color: #76aba9;
  padding: 10px 75px;
  top: 18px;
  position: relative;
  border-radius: 5px;
  color: #fff;
}
.multi-attach .upload-image .drop-zone .button-file:hover {
  background-color: #66a29e;
}
.bx-term11 .hd-term {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 20px;
  position: relative;
  font-family: 'ITCAvantGardeStdBold';
  color: #35322E;
  font-weight: normal;
}
.bx-term11 .outr-lst {
  text-align: left;
}
.blog-page .page-title-wrapper h1 {
  font-size: 50px !important;
  line-height: 50px;
  text-align: left;
  margin-top: 0px;
  font-family: 'ITCAvantGardeStdDemi' !important;
  font-weight: normal;
  margin-bottom: 0px;
}
.blog-page .subhead {
  float: none;
  display: table;
  font-size: 28px;
  color: #000;
}
.post-list-wrapper .post-container .post-info h3 {
  font-family: 'ITCAvantGardeStdBold';
  color: #35322E;
  font-size: 24px;
  font-weight: normal;
}
.post-list-wrapper .post-container .post-info h3 a {
  /*                   font-size: 24px!important; */
}
.post-list-wrapper .post-list .post-info .post-data-wrap {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
  margin-bottom: 10px !important;
}
.post-list-wrapper .post-list .post-info .post-read-more a {
  padding: 0px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'ITC Avant Garde Std Bk';
  background-color: inherit;
  color: #000;
  text-transform: initial;
}
.post-list-wrapper .post-list .post-info .post-read-more a:after {
  content: ">";
  padding: 5px 0px;
  font-size: 16px;
}
.post-list-wrapper .post-list .post-date {
  /*            font-family: 'ITC Avant Garde Std Bk';*/
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px !important;
  margin-bottom: 5px !important;
}
.blog-page .sidebar {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  float: left;
  padding: 5px 0px;
  width: 100%;
  margin-top: -3.6%;
  padding-right: 2%;
}
.blog-page .sidebar .block-categories {
  text-transform: capitalize;
}
.blog-page .sidebar .block-categories .block-title strong {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  color: #333333;
}
.blog-page .sidebar ul li {
  padding-left: 0px !important;
}
.blog-page .sidebar .block-title {
  margin-bottom: 10px;
}
.blog-page .sidebar .magefan-collapse-arrow:before {
  font-size: 18px;
}
.blog-page .page-title-wrapper {
  padding-left: 25px;
}
.blog-post-view .post-featured-image {
  width: 36%;
  float: right;
}
.blog-post-view.blog-page .page-title-wrapper h1 {
  margin-bottom: 10px;
  line-height: 30px;
}
.blog-post-view.blog-page .page-title-wrapper h1 span {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 32px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
.blog-post-view.blog-page .sidebar {
  margin-top: -5%;
}
.sidebar .magefan-subcategory {
  margin-top: 15px !important;
}
.sidebar .magefan-subcategory li a {
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal !important;
  color: #000;
  text-transform: capitalize;
}
.post-list .post-info .post-title-wrap h3 {
  font-family: 'ITCAvantGardeStdBold';
  color: #35322E;
  font-size: 24px;
  font-weight: normal;
}
.post-list .post-info .post-data-wrap .post-date {
  /*    font-family: 'ITC Avant Garde Std Bk';*/
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px !important;
  margin-bottom: 5px !important;
}
.post-list .post-info .post-data-wrap {
  margin-bottom: 10px !important;
}
.widget.block-categories ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px !important;
}
.widget.block-categories ul li a:hover {
  text-decoration: none !important;
}
/*STICKY HEADER - CONFIG PRODUCT*/
.catalog-product-view .sticky-wrapper .product-sticky-img {
  max-width: 60px !important;
}
.catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
  display: flex;
  height: 46px;
}
.catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal;
  font-size: 17px !important;
  object-fit: contain;
  align-items: center;
  display: flex;
}
.catalog-product-view .sticky-wrapper.top {
  background-color: #f3f3f3;
}
.catalog-product-view .sticky-wrapper.top .page-main {
  max-width: 1540px;
  margin: auto;
  /*max-width: 923px;*/
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .price {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 19px !important;
  color: #000;
  font-weight: normal;
}
.catalog-product-view .sticky-wrapper .product-info-price .product-reviews-summary {
  margin-bottom: 8px;
  display: none;
}
/*.catalog-product-view .sticky-wrapper .product-info-price .price-box{
    float;left;
}*/
.catalog-product-view .sticky-wrapper .actions .action.primary {
  color: #ffffff;
  font-size: 19px !important;
  line-height: 20px !important;
  background-color: #CC0000 !important;
  border: none !important;
  margin-right: 10px;
  background-image: url(../images/1shopping-cart.svg) !important;
  padding: 10px 15px;
  background-size: 26px !important;
  margin-left: 7px;
  margin-top: 7px !important;
  margin-right: 4px;
  background-repeat: no-repeat !important;
  background-position: 10% 50%!important;
  max-width: 211px;
  height: 48px;
  background-size: 15%;
  padding-left: 42px !important;
  border-radius: 4px;
  min-width: 211px !important;
}
.catalog-product-view .sticky-wrapper .actions .action.primary:focus,
.catalog-product-view .sticky-wrapper .actions .action.primary:hover {
  background-color: #e70f0f !important;
}
.catalog-product-view .sticky-wrapper .actions {
  padding-top: 0px;
}
.catalog-product-view .sticky-wrapper .product-info-content {
  float: left;
  width: 60%;
  display: table;
}
.catalog-product-view .sticky-wrapper .product-info-content .product-name-block {
  float: left;
  padding-right: 10px;
}
.catalog-product-view .sticky-wrapper .product-sticky-info {
  max-width: 91% !important;
  width: 100%;
  margin-right: 0px !important;
}
.catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price {
  width: 23%;
  padding-left: 10px;
  padding-top: 4px;
}
.catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
  float: left;
  padding-right: 10px;
  max-width: 43%;
  width: 100%;
  margin-top: 0px;
  max-width: 77%;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box {
  margin-top: -3px;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box.price-final_price {
  float: left;
  display: inline-block;
  padding-right: 10px;
  margin-top: 0px;
  display: block;
  float: right;
}
.catalog-product-view .sticky-wrapper .product-info-price .product-info-stock-sku + .price-box .price,
.page-layout-1column .main .product-info-main .product-info-price .product-info-stock-sku + .price-box {
  display: none;
}
.catalog-product-view .sticky-wrapper.bottom {
  background-color: #f3f3f3;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sticky-wrapper.bottom .page-main {
  max-width: 1301px;
  margin: auto;
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .price-wrapper {
  padding-top: 3px;
}
.page-main .block.block-order-details .order-date {
  margin-bottom: 20px;
}
.checkout-onepage-success #registration {
  width: 100% !important;
  border: 0px;
}
.page-main .form .fieldset .checkout-billing-address input[type=checkbox] + label,
.page-main #payment .form .fieldset input[type=radio]:checked + label,
.page-main #payment .form .fieldset input[type=checkbox]:checked + label {
  width: inherit !important;
  height: auto !important;
  display: inline-flex;
  float: none;
  border: 0px;
  background-color: inherit;
  padding-bottom: 15px;
  padding-left: 30px;
}
.payment-method-content .securefields-title {
  margin-bottom: 0px !important;
}
.page-layout-1column .main .product-info-main .product-info-price {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  position: relative;
}
.page-layout-1column .main .product-info-main .product-info-price .brand_logo_right {
  width: 118px;
  right: -10px;
  position: absolute;
  top: -48px;
  z-index: 0;
  padding: 10px;
}
.page-layout-1column .main .product-info-main .product-info-stock-sku {
  order: 1;
  text-align: left;
  padding-left: 0px;
}
.page-layout-1column .main .product-info-main .product-info-price .price-box.price-final_price {
  order: 2;
}
/*FOR BLOG PAGE*/
.blog-page-categories-list {
  border-bottom: 1px solid #ddd;
}
.blog-page-categories-list h2.category-main-title {
  font-size: 30px;
  font-family: 'ITCAvantGardeStdDemi';
  margin-bottom: 4%;
  padding-top: 3%;
  border-top: 1px solid #ddd;
  margin-top: 3%;
  color: #000;
}
.blog-page-categories-list ul {
  list-style: none;
  padding: 0px;
  display: inline-block;
}
.blog-page-categories-list ul li {
  float: left;
  padding-right: 24px;
  text-align: right;
  padding-bottom: 5%;
  max-width: 324px;
  width: 100%;
  color: #6b9792;
  max-height: 276px;
  font-family: 'ITCAvantGardeStdDemi';
}
.blog-page-categories-list ul li a {
  float: left;
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
}
.blog-page-categories-list ul li a:hover {
  text-decoration: underline;
}
.blog-page-categories-list ul li a.image-wrap {
  padding-bottom: 4px;
}
.blog-page-categories-list ul li a.post-read-more a {
  text-decoration: underline;
}
.featured-item-listssss {
  font-size: 30px !important;
  font-family: 'ITCAvantGardeStdDemi' !important;
  color: #000;
}
.post-container .post-info .post-read-more a:hover {
  text-decoration: underline;
}
.page-wrapper .featured-item-list {
  font-size: 30px;
  font-family: 'ITCAvantGardeStdDemi';
}
.page-wrapper .featured-item-list + .post-list-wrapper {
  margin-top: 20px;
}
.page-wrapper .featured-item-list + .post-list-wrapper ol li {
  max-width: 30.9%;
  background-color: #f2f2f2;
  float: left;
  margin-right: 23px !important;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}
.page-wrapper .featured-item-list + .post-list-wrapper .post-list .post-container {
  flex-direction: column;
}
.page-wrapper .featured-item-list + .post-list-wrapper .post-list .post-image {
  width: 100%;
}
.page-wrapper .featured-item-list + .post-list-wrapper .post-list.modern .post-info {
  padding: 0;
  padding-left: 16px;
}
.page-wrapper .featured-item-list + .post-list-wrapper .post-title-wrap .post-title h3 a {
  font-size: 16px;
  line-height: 16px;
}
.post-list-wrapper .post-item,
.post-list-wrappersss .post-item {
  max-width: 30.9%;
  background-color: #f2f2f2;
  float: left;
  margin-right: 23px !important;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  border: 0px;
}
.post-list-wrapper .post-list .post-container,
.post-list-wrappersss .post-list .post-container {
  flex-direction: column;
}
.post-list-wrapper .post-list .post-image,
.post-list-wrappersss .post-list .post-image {
  width: 100%;
}
.post-list-wrapper .post-list.modern .post-info,
.post-list-wrappersss .post-list.modern .post-info {
  padding: 0;
  padding-left: 16px;
}
.post-list-wrapper .post-list.modern .post-info .post-read-more a,
.post-list-wrappersss .post-list.modern .post-info .post-read-more a {
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'ITC Avant Garde Std Bk';
  background-color: inherit;
  color: #6b9792;
  text-transform: initial;
  padding-top: 9px;
}
.post-list-wrapper .post-list.modern .post-info .post-read-more a:after,
.post-list-wrappersss .post-list.modern .post-info .post-read-more a:after {
  content: ">";
  padding: 5px 0px;
  font-size: 16px;
}
.index-description h3 {
  font-size: 21px;
  font-family: 'ITCAvantGardeStdDemi';
  letter-spacing: -0.5px;
  padding-top: 2%;
}
.sidebar .magefan-subcategory.active {
  height: 215px !important;
  margin-top: 5px !important;
  padding-left: 9px;
}
.sidebar .magefan-subcategory.active li {
  padding: 0px;
}
.post-list-wrapper .post-list.modern .post-item.post-holder {
  border: 0px;
}
.post-list .post-info .post-title-wrap h3 a {
  font-size: 16px !important;
  line-height: 18px !important;
  color: #000;
  font-weight: normal !important;
}
.post-list .post-info .post-title-wrap h3 a:hover {
  text-decoration: underline !important;
}
.post-list.modern .post-info {
  max-width: 97% !important;
  width: 100% !important;
}
.post-list .post-description {
  line-height: 21px;
  font-size: 13px;
  min-height: 108px;
  overflow: hidden;
  max-height: 108px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.post-list .post-description p {
  line-height: 18px;
}
.post-list .post-info .post-title-wrap h3 {
  max-height: 90px;
  min-height: 53px;
  line-height: 19px;
  margin-top: 8px !important;
  float: left;
  width: 100%;
}
.widget.block-tagclaud .largest {
  font-size: inherit !important;
}
.blog-post-view .post-bottom .block.related .block-title strong {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px !important;
}
.products.list .product-item-name a:hover {
  color: #585353;
}
.mfblog-related-posts-block.block.related ol {
  list-style: none;
}
.mfblog-related-posts-block.block.related ol li {
  font-family: 'ITCAvantGardeStdBold';
}
.mfblog-related-posts-block.block.related ol li a:hover {
  text-decoration: underline;
}
.mfblog-related-posts-block.block.related ol li a:before {
  content: "";
  background: #dddddd;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 5px !important;
  margin-top: 0px;
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
  top: 25% !important;
  transform: translate(-28%, -50%) !important;
}
.blog-page.page-layout-2columns-left .sidebar-main {
  padding-right: 10px;
  padding-top: 0px;
  padding-left: 11px;
  margin-top: -52px;
}
.blog-page .page-title-wrapper h1 {
  margin-top: 20px;
}
.blog-page .widget.block-categories ul li a {
  width: 92%;
  display: inline-block;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.blog-page .widget.block-categories ul li a:hover {
  text-decoration: underline;
}
.widget.blog-search input {
  height: 40px;
}
.blog-post-view .post-bottom .block.related .block-title strong {
  color: #000;
}
.article-link-outer {
  float: right;
}
.article-link-outer .article-link {
  float: none;
  font-family: 'ITC Avant Garde Std Bk';
  color: #6b9792;
}
.article-link-outer .article-link:hover {
  color: #000;
  text-decoration: none;
}
.magefan-expand-arrow:before {
  /*    rotate: -87deg;
    display: inline-block;
    margin-top: -3px;*/
}
.blog-page .page-main > .page-title-wrapper .page-title span {
  text-transform: capitalize;
}
.product-options-wrapper .swatch-opt {
  position: relative;
}
.product-options-wrapper .swatch-opt .mage-error {
  position: absolute;
  top: -28px;
  font-size: 16px;
}
.product-options-wrapper .swatch-opt .swatch-input.super-attribute-select {
  position: absolute;
  top: -47px;
}
.cms-amasty-faq-home-page .breadcrumbs {
  display: none;
}
.cms-amasty-faq-home-page .page-wrapper > .widget {
  padding: 0px;
  position: relative;
  border-bottom: 5px solid #ccc;
  padding-bottom: 9%;
  border: none;
  padding-bottom: 10px !important;
}
.cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper {
  position: absolute;
  top: 13%;
  text-align: center;
  width: 100%;
  color: #fff;
}
.cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper h1 {
  color: #fff;
}
.cms-amasty-faq-home-page .page-wrapper > .widget .am-search-box-wrapper {
  position: absolute;
  top: 29%;
  width: 100%;
}
.cms-amasty-faq-home-page .page-wrapper > .widget img {
  width: 100%;
}
.cms-amasty-faq-home-page .am-back-button {
  display: none;
}
.cms-amasty-faq-home-page .page-main {
  margin-top: 0%;
}
.cms-amasty-faq-home-page .page-main#maincontent {
  /*            max-width: 100%;*/
}
.cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
  width: 100%;
  max-width: 230px;
  height: 230px;
  background-color: #fff;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
  margin-right: 6%;
  float: left;
  -webkit-box-shadow: 0px 3px 5px 0px #aba6ab;
  -moz-box-shadow: 0px 3px 5px 0px #aba6ab;
  box-shadow: 0px 3px 5px 0px #aba6ab;
  margin-bottom: 5%;
  position: relative;
}
.cms-amasty-faq-home-page .page-main#maincontent .am-widget-category .view-all {
  position: absolute;
  bottom: 21px;
  color: #7eb0ae;
  font-size: 17px;
  text-transform: capitalize;
}
.cms-amasty-faq-home-page .page-main#maincontent .am-widget-category:nth-child(12),
.cms-amasty-faq-home-page .page-main#maincontent .am-widget-category:nth-child(8),
.cms-amasty-faq-home-page .page-main#maincontent .am-widget-category:nth-child(4) {
  margin-right: 0px;
}
.cms-amasty-faq-home-page .sub-title-wrapper {
  padding-top: 0%;
}
.cms-amasty-faq-home-page .page-bottom {
  width: 100% !important;
  text-align: center;
  min-height: 250px;
  background-color: #c3dad9 !important;
  padding: 30px 0px;
}
.cms-amasty-faq-home-page .am-widget-category .am-category-header {
  flex-direction: column;
  border: none;
}
.cms-amasty-faq-home-page .am-widget-category .am-category-header .faq-category-image {
  margin: 30px 0px;
}
.cms-amasty-faq-home-page .am-widget-category .am-category-container {
  padding: 0;
}
.cms-amasty-faq-home-page .page-wrapper h2 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 38px;
  color: #000;
  margin-bottom: 0px;
}
.cms-amasty-faq-home-page.cms-page-view h1 {
  font-family: 'ITCAvantGardeStdDemi';
  color: #000;
}
.cms-amasty-faq-home-page .faq-category-title {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 16px !important;
  color: #000;
  font-weight: normal !important;
}
.cms-amasty-faq-home-page .page-main .am-widget-categories-3 {
  margin: auto;
  max-width: 1134px;
}
.help-center-extra-block {
  margin-top: -33%;
  z-index: 1;
  position: relative;
  max-width: 1131px;
  width: 100%;
  margin: auto;
  margin-top: -130px;
  padding-bottom: 24px;
}
.help-center-extra-block .help-center-cnt-blocks {
  width: 100%;
  max-width: 230px;
  height: 230px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin-right: 6%;
  float: left;
  -webkit-box-shadow: 0px 3px 5px 0px #aba6ab;
  -moz-box-shadow: 0px 3px 5px 0px #aba6ab;
  box-shadow: 0px 3px 5px 0px #aba6ab;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
  min-height: 110px;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100px;
  margin: auto;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg img {
  width: auto;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg.book-cons {
  width: 80px;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg.cnt-dispach {
  width: 80px;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg.contact {
  width: 71px;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksDesc {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 48px;
  color: #000;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksbutton a {
  background-color: #76aba9;
  padding: 8px 19px;
  color: #fff;
  font-family: arial;
  border: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
}
.help-center-extra-block .help-center-cnt-blocks .helpcenterblocksbutton a:hover {
  background-color: #6e9795;
}
.help-center-extra-block .help-center-cnt-blocks.last {
  margin-right: 0px;
}
.help-centre-footer-inner {
  font-family: 'ITCAvantGardeStdDemi';
}
.help-centre-footer-inner .help-centre-footer-cont {
  font-size: 32px;
  color: #295553;
}
.help-centre-footer-inner .help-centre-footer-subcont {
  font-size: 26px;
  color: #fff;
  margin-bottom: 25px;
}
.help-centre-footer-inner .help-centre-footer-button {
  width: 180px;
  margin: auto;
  padding: 13px 0;
  background-color: #618f8e;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-family: 'ITC Avant Garde Std Bk';
  cursor: pointer;
  line-height: 22px;
}
.help-centre-footer-inner .help-centre-footer-button:hover {
  background-color: #567c7c;
}
.help-centre-footer-inner .help-centre-footer-button a {
  color: #fff;
}
.faq-search-index .sidebar,
.faq-question-view .sidebar,
.faq-category-view .sidebar {
  margin-top: -73px;
  display: flex;
  flex-direction: column;
}
.faq-search-index .amfaq-search,
.faq-question-view .amfaq-search,
.faq-category-view .amfaq-search {
  order: 2;
}
.faq-search-index .amfaq_categories .item:first-child,
.faq-question-view .amfaq_categories .item:first-child,
.faq-category-view .amfaq_categories .item:first-child {
  border-bottom: 0px;
  color: #000;
  margin-top: 13px;
}
.faq-search-index .amfaq_categories .item a,
.faq-question-view .amfaq_categories .item a,
.faq-category-view .amfaq_categories .item a {
  display: inline-flex;
}
.faq-search-index .page-title-wrapper,
.faq-question-view .page-title-wrapper,
.faq-category-view .page-title-wrapper {
  width: 77.2%;
  float: right;
  margin-top: 30px;
}
.faq-search-index .page-title-wrapper h1,
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  color: #000;
}
.faq-search-index .page-title-wrapper h1 span,
.faq-question-view .page-title-wrapper h1 span,
.faq-category-view .page-title-wrapper h1 span {
  color: #000 !important;
}
.faq-search-index .am-links a,
.faq-question-view .am-links a,
.faq-category-view .am-links a {
  text-decoration: none;
  font-size: 14px;
}
.faq-search-index .am-links a:hover,
.faq-question-view .am-links a:hover,
.faq-category-view .am-links a:hover {
  text-decoration: underline;
}
.faq-search-index .sidebar-additional {
  clear: left;
  float: left !important;
  padding-left: 0px;
  margin-top: -93px;
}
.faq-search-index .column.main {
  padding-left: 2%;
}
.mid-bx-pro.dept-block-1 h2 {
  font-family: 'ITCAvantGardeStdDemi';
  text-align: center;
  font-size: 40px;
  color: #000;
  padding-bottom: 25px;
}
.banner-outer {
  float: left;
  width: 100%;
  background-color: #FBFBFB;
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.banner-outer .featured-mid-bx:nth-child(odd) {
  padding-left: 0px;
  padding-right: 20px;
}
.banner-outer .featured-mid-bx:nth-child(even) {
  clear: none !important;
  padding-left: 5% !important;
  padding-top: 0;
  padding-right: 5%;
}
.banner-outer .featured-mid-bx h3 {
  background-color: inherit;
}
.banner-outer .featured-mid-bx.last h3 {
  font-size: 28px !important;
  color: #000 !important;
  padding-bottom: 10px !important;
}
.banner-outer .featured-mid-bx.last p {
  color: #000;
}
.banner-outer .banner-btn {
  margin-top: 30px;
  display: table;
}
.banner-outer .banner-btn a {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}
.banner-outer .banner-btn a:hover {
  background-color: #2a2828;
}
.sub-faq-title {
  display: table;
  float: none;
  margin: auto;
  padding-bottom: 30px;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
}
.slick-track .slide,
.shp-by-room-outer.dept-block-1.blck3 .fet-dbx {
  /*    width:1.55%;
    float:left;  
    margin-right: 0.1%;*/
  display: table-cell;
  float: left;
}
.slick-track .slide .thumbs-inner a span,
.shp-by-room-outer.dept-block-1.blck3 .fet-dbx .thumbs-inner a span {
  font-size: 15px;
  float: left;
  width: 100%;
  color: #000;
  margin-bottom: 30px;
  margin-top: 5px;
  font-family: 'ITCAvantGardeStdDemi';
  text-align: center;
}
.product-shop {
  margin-bottom: 30px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  border-radius: 100%;
}
.amfaq-rating .amfaq-was-it-helpful {
  padding-right: 5px;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #76ABA9 !important;
}
.downloads-item {
  float: left;
  border: 1px solid #ccc;
  padding: 14px;
  margin: 10px;
  margin-left: 0px;
  margin-right: 20px;
  font-weight: normal;
  border-radius: 5px;
  width: 94%;
  background-color: #fff;
  position: relative;
  margin-left: 20px;
}
.downloads-item .item-link {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 14px;
  font-weight: normal;
}
.downloads-item .item-info {
  color: #79aba9;
}
.product-attachment-container .downloads-item .item-icon {
  display: none;
}
.product-attachment-container .downloads-item .item-info:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/dwnld-icn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
  margin-left: 2px;
  display: inline-block;
  margin-bottom: 0px;
  float: right;
  position: absolute;
  right: 10px;
  margin-top: -6px;
}
.downloads-item:hover .item-info,
.downloads-item:hover .item-link {
  cursor: pointer;
}
.amasty_quote-cart-index .cart tbody td.price.qty {
  min-width: 150px;
  padding-top: 13px;
}
.page-layout-1column .main .product-info-main .box-tocart.update .label {
  display: none;
}
.page-layout-1column .main .product-info-main .box-tocart.update .control input {
  height: 44px !important;
  margin-top: 3px;
}
.page-layout-1column .main .product-info-main .box-tocart.update .field.qty {
  float: left;
  padding-right: 10px;
  margin-bottom: 0px;
}
.page-layout-1column .main .product-info-main .box-tocart.update button {
  float: left;
  margin-right: 10px;
  color: #fff;
  width: 34%;
  border-radius: 4px;
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
}
.page-layout-1column .main .product-info-main .box-tocart.update button:hover {
  background-color: #66a29e;
}
.page-layout-1column .main .product-info-main .box-tocart.update button.tocart {
  background-color: #CC0000;
  margin-right: 10px;
  background-image: url(../images/1shopping-cart.svg);
  padding: 10px 15px;
  background-size: 26px;
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  max-width: 211px;
  height: 48px;
  background-size: 15%;
  border-radius: 7px;
}
.page-layout-1column .main .product-info-main .box-tocart.update button.tocart span {
  font-size: 19px;
  font-weight: normal;
  font-family: 'ITCAvantGardeStdDemi';
  padding-left: 28px;
}
.page-layout-1column .main .product-info-main .box-tocart.update button.tocart:hover {
  background-color: #b70202;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.page-layout-1column .main .product-info-main .box-tocart.update button.amquote-addto-button {
  border: 2px solid #76ABA9 !important;
  background-color: #fff !important;
  max-width: 183px;
  height: 48px;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  color: #36322F;
  font-size: 18px;
  line-height: 19px;
  background-image: url(../images/add.png);
  padding: 10px 0px;
  background-size: 26px;
  background-repeat: no-repeat;
  border-radius: 7px;
}
.page-layout-1column .main .product-info-main .box-tocart.update button.amquote-addto-button:before {
  content: '\e81d';
  padding: 5px;
  color: #fff;
  background-color: #76ABA9;
  border-radius: 40px;
  font-family: 'fontello';
  font-size: 12px;
  margin-right: 0px;
  top: -2px;
  position: relative;
}
.page-layout-1column .main .product-info-main .box-tocart.update button.amquote-addto-button:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.page-layout-1column .main .product-info-main .box-tocart.update .call-actions .umprodcall_clickme {
  height: 44px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
}
.page-layout-1column .main .product-info-main .box-tocart.update .call-actions .umprodcall_clickme:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.page-layout-1column .main .product-info-main .box-tocart.update fieldset {
  margin-bottom: 0;
}
.page-layout-1column .main .product-info-main .box-tocart.update .umprodcall_clickme {
  border: 2px solid #76ABA9 !important;
  background-color: #fff;
  padding: 6px 10px;
  color: #76aba9;
  width: auto;
  text-align: center;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  color: #36322F;
  font-size: 18px !important;
  height: 48px !important;
  border-radius: 7px;
  line-height: 33px !important;
}
.page-layout-1column .main .product-info-main .box-tocart.update .umprodcall_clickme:before {
  content: '\e834';
  color: #76ABA9;
  border-radius: 40px;
  font-family: 'fontello';
  font-size: 22px;
}
.order-actions-toolbar .action {
  background-color: #76aba9;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
}
.order-actions-toolbar .action:hover {
  color: #fff;
  background-color: #66a29e;
}
.order-details-items .table-order-items .product-item-name {
  color: #000;
  font-family: 'ITCAvantGardeStdDemi';
  padding-right: 10px;
  font-size: 14px;
}
.account .order-details-items tfoot {
  font-size: 14px;
}
.account .order-details-items tfoot .grand_total {
  font-size: 18px;
  font-family: 'ITCAvantGardeStdDemi';
}
.cms-amasty-faq-home-page .page-wrapper {
  background-color: #f8f8f8;
}
.cms-amasty-faq-home-page .page-wrapper .widget {
  background-color: #fff;
  margin-bottom: 0px !important;
  padding-bottom: 30px !important;
}
.cms-amasty-faq-home-page .page-wrapper .widget.am-widget-categories-3 {
  background-color: #f8f8f8;
}
.cms-amasty-faq-home-page .page-wrapper .page-bottom .widget {
  background-color: inherit;
}
.page-wrapper .nav-sections + #custom-sliding-cart .minicart-wrapper {
  /* position: relative;
    top: -45px;*/
}
.page-wrapper.rem-banner #custom-sliding-cart .minicart-wrapper {
  top: 70px;
}
.page-wrapper.rem-banner #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close {
  top: 83.8px !important;
}
.product-options-wrapper .swaches-color {
  float: left;
  padding-top: 50px;
  font-size: 15px;
}
.product-options-wrapper .swaches-color span {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 18px;
}
.product-options-wrapper .swaches-color span span {
  color: #76aba9;
}
.product-options-wrapper .swaches-color span span:before {
  content: "";
  width: 10px;
  height: auto;
  padding: 2px;
}
.product-options-wrapper .swatch-opt {
  margin-top: 0px;
}
.product-options-wrapper .swatch-opt .swatch-attribute-label {
  /* display: none;*/
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 18px;
}
.product-options-wrapper .swatch-opt .swatch-attribute-label span {
  color: #76aba9;
}
.product-options-wrapper .swatch-opt .swatch-attribute-label + .selection-note {
  float: left;
  width: 100%;
  padding-bottom: 18px;
}
.product-options-wrapper .swatch-opt .swaches-color + div {
  float: left;
  width: 100%;
}
.pro-points.live h2 {
  font-size: 26px !important;
  margin-bottom: 10px;
  padding-top: 15px;
  margin-top: 10px;
}
.pro-points.live .pro-bx {
  max-width: 33%;
  margin-top: 3%;
}
.pro-points.live .imgbx {
  margin: auto;
  width: 140px;
  height: 140px;
}
.pro-points.live .imgbx.one {
  background-image: url(../images/click-live.svg);
  background-size: 44%;
  background-position: 50% 52%;
}
.pro-points.live .imgbx.two {
  background-image: url(../images/details.svg);
  background-size: 44%;
  background-position: 50% 52%;
}
.pro-points.live .imgbx.three {
  background-image: url(../images/enquiry.svg);
  background-size: 44%;
  background-position: 50% 52%;
}
.pro-points.live .livechat-btn {
  font-family: 'ITCAvantGardeStdDemi';
}
.cnct-bx .chat-img {
  padding: 10px;
  width: 120px;
  display: inline-block;
}
.live-chat-hrs {
  float: left;
  width: 100%;
  margin-top: 4%;
  text-align: left;
  display: none;
}
.live-chat-hrs h3 {
  color: #76aba9;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 22px;
  padding-bottom: 12px;
}
.live-chat-hrs .timing-outr {
  max-width: 330px;
}
.live-chat-hrs .timing-outr .timing-hd {
  font-size: 18px;
  font-family: 'ITCAvantGardeStdBold';
  margin-bottom: 15px;
  color: #000;
}
.live-chat-hrs .timing-outr .tmg-wk {
  padding-bottom: 0;
  color: #000;
}
#amasty-main-container {
  min-height: 479px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#amasty-main-image {
  max-height: 479px !important;
}
.products .swatch-option {
  border: none;
}
.product-item-name {
  min-height: 66px;
}
.products .price-box .price .price {
  padding-right: 4px;
}
.products .price-box .price .price + .price {
  padding-left: 2px;
}
/*FOR PRODUCT LIST PAGE - PRODUCT DETAILING*/
.product.info.detailed .product.data.items {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0px solid #ccc;
}
.product.info.detailed.tab-sticky-wrapper .product.data.items {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(8, 0, 0, 0.5);
}
.product.info.detailed .items .item.title {
  float: none;
  width: auto;
  border-top: 0px;
}
.product.info.detailed .items .item.title a {
  color: #000;
}
.product.info.detailed .items .item.title.active {
  border-bottom: 5px solid #76ABA9;
}
.product.info.detailed .items .item.title.active a {
  color: #76ABA9 !important;
}
.product.info.detailed .items .item.title.active a:before,
.product.info.detailed .items .item.title a:before {
  content: "";
}
.product.info.detailed .items .item.content {
  order: 1;
  border-top: 0px solid #ccc;
  padding-top: 40px;
  background-color: #eee;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  /*  -webkit-box-shadow: inset 0px 10px 10px -4px rgba(0,0,0,0.29);
    -moz-box-shadow: inset 0px 10px 10px -4px rgba(0,0,0,0.29);
    box-shadow: inset 0px 10px 10px -4px rgba(0,0,0,0.29);  */
}
.product.info.detailed .items #tab-label-product_info_related {
  display: none;
}
.product.info.detailed .items #product_info_range,
.product.info.detailed .items #product_info_upsell,
.product.info.detailed .items #product_info_related,
.product.info.detailed .items #blog_relatedposts_tab {
  background-color: inherit;
}
.product.info.detailed .items #description {
  -webkit-box-shadow: inset 0px 10px 10px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0px 10px 10px -4px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0px 10px 10px -4px rgba(0, 0, 0, 0.29);
}
.product.info.detailed {
  border-top: 2px solid #e4e4e4;
}
.product.info.detailed .items .item.title a {
  font-size: 16px;
}
.product.info.detailed .items #additional {
  background-color: inherit;
}
.amfaq-product-tab .product-bx.faq {
  padding-left: 50px;
}
.amfaq-product-tab .product-bx.faq .product-bx-right {
  width: 150px;
  position: absolute;
  right: 150px;
  top: 39px;
}
.amfaq-product-tab .product-bx.faq h5 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 17px;
}
.amfaq-product-tab .product-bx.faq .brand_logo {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}
.amfaq-product-tab .amfaq_questions.widget {
  padding-left: 50px;
}
.amfaq-product-tab .amfaq_questions.widget {
  margin-top: 26px;
}
.amfaq-product-tab .ask-question-form.widget .button-info {
  padding-left: 49px;
}
.amfaq-product-tab .quest_area,
.amfaq-product-tab .chat_area {
  display: none;
}
.amfaq-product-tab .quest_area.active,
.amfaq-product-tab .chat_area.active {
  display: block;
  position: relative;
}
.amfaq-product-tab .quest_area.active .product-bx-right,
.amfaq-product-tab .chat_area.active .product-bx-right {
  width: 96px;
  position: absolute;
  right: 150px;
  top: 39px;
}
.amfaq-product-tab .quest_area.active .brand_logo,
.amfaq-product-tab .chat_area.active .brand_logo {
  width: 96px;
  position: absolute;
  right: 0;
  top: 22%;
}
.amfaq-product-tab .chat_area .head-bx h3 {
  background-image: url(../images/live_chat.svg) !important;
  margin-bottom: 0 !important;
}
.amfaq-product-tab .chat_area .btn-bx .btn-chat {
  float: left;
  background-color: #79aba9 !important;
}
.amfaq-product-tab .chat_area .btn-bx .btn-chat a {
  color: #fff !important;
}
.amfaq-product-tab .chat_area .btn-bx .btn-chat:hover {
  background-color: #628f8d !important;
}
.amfaq-product-tab .chat_area .product-bx.chat {
  padding-left: 50px;
}
.amfaq-product-tab .chat_area .product-bx.chat p {
  width: 62%;
  z-index: 1;
  position: relative;
}
.amfaq-product-tab .chat_area .btn-bx {
  padding-left: 50px;
}
.amfaq-product-tab .chat_area.active .brand_logo {
  top: 31%;
}
.outr-sec.bg-gr {
  position: relative;
}
.outr-sec.bg-gr .cnt-area-bx .area-bx-left {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: ruby;
  max-width: 51%;
}
.outr-sec.bg-gr .cnt-area-bx .area-bx-left .box-specification {
  max-width: 95%;
  width: 100%;
  background-color: #f2f2f2;
  padding: 7px 20px;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
}
.outr-sec.bg-gr .cnt-area-bx .area-bx-left .box-specification + .box-specification {
  clear: left;
  margin-top: 18px;
}
.outr-sec.bg-gr .cnt-area-bx .box-specification h5 {
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
}
.outr-sec.bg-gr .des-inner {
  float: left;
  width: 100%;
}
.outr-sec.bg-gr .des-inner .head-bx h3 {
  color: #79aba9;
  font-size: 22px;
  font-family: 'ITCAvantGardeStdBold';
  background-image: url(../images/icn-specif.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: -3px;
}
.outr-sec.bg-gr .des-inner .btn-bx {
  text-align: center;
}
.outr-sec.bg-gr .des-inner .btn-bx button {
  background-color: #fff;
  border: 1px solid #79aba9;
  border-radius: 4px;
  color: #79aba9;
  font-size: 16px;
  margin-right: 5px;
}
.outr-sec.bg-gr .des-inner .btn-bx button.active,
.outr-sec.bg-gr .des-inner .btn-bx button:hover {
  background-color: #79aba9;
  color: #fff;
  position: relative;
}
.outr-sec.bg-gr .des-inner .cnt-area-bx {
  display: none;
}
.outr-sec.bg-gr .des-inner .cnt-area-bx.active {
  display: block;
  margin-top: 30px;
}
.outr-sec.bg-gr .des-inner .cnt-area-bx.active .area-bx-right {
  width: 40%;
  /*position: absolute;*/
  right: 9%;
  float: left;
}
.outr-sec.bg-gr .des-inner .cnt-area-bx.active .area-bx-right .box-specification {
  background-color: #eee;
  padding: 7px 20px;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5%;
}
.outr-sec.bg-gr .des-inner .cnt-area-bx.active .area-bx-right .box-specification ul {
  /* list-style: none !important;
                                margin-left: 0px !important; */
}
.outr-sec.bg-gr .des-inner .cnt-area-bx.active .area-bx-right .box-specification + .box-specification ul {
  list-style: disc !important;
  margin-left: 17px !important;
}
.outr-sec.bg-gr .des-inner .cnt-area-bx.active .diamension_image {
  padding: 2% 0px 0;
  max-width: 400px;
  margin: auto;
}
#amfaq_product {
  background-color: #fff !important;
}
#amfaq_product .btn-bx {
  text-align: center;
  margin-top: 15px;
}
#amfaq_product button {
  background-color: #fff;
  border: 1px solid #79aba9;
  border-radius: 4px;
  color: #79aba9;
  font-size: 16px;
  margin-right: 5px;
}
#amfaq_product button a {
  color: #79aba9;
}
#amfaq_product button.active,
#amfaq_product button:hover {
  background-color: #79aba9;
  position: relative;
  color: #fff;
}
#amfaq_product button.active button a,
#amfaq_product button:hover button a {
  color: #fff;
}
#amfaq_product button.btn-sec.active a {
  color: #fff;
}
.product.description h3,
.product .download h3,
.product .faq h3 {
  color: #79aba9;
  font-size: 22px;
  font-family: 'ITCAvantGardeStdBold';
  background-image: url(../images/icn-desc.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 9px;
}
.product.info.detailed .head-bx h3 {
  color: #79aba9;
  font-size: 22px;
  font-family: 'ITCAvantGardeStdBold';
  background-image: url(../images/icn-specif.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 13px;
  padding-top: 12px;
  margin-bottom: -3px;
}
.product.info.detailed .head-bx.discover h3 {
  background: inherit;
  padding: 0;
  color: #000;
  font-size: 20px;
  margin: 0px;
}
.product.info.detailed .head-bx.description h3 {
  background-image: url(../images/description.svg);
}
.product.info.detailed .mfblog-related-posts-block ul {
  list-style: none !important;
  margin: 0px !important;
}
.product.info.detailed .mfblog-related-posts-block ul li {
  float: left;
  background-color: #fbfbfb;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.product.info.detailed .mfblog-related-posts-block ul li .post-header h2 {
  font-size: 16px;
  color: #000;
}
.product.info.detailed .mfblog-related-posts-block ul li .post-header h2 a {
  color: #000;
}
.product.info.detailed .mfblog-related-posts-block ul li .post-list-image {
  padding-left: 0;
}
.product.info.detailed .mfblog-related-posts-block ul li .list-extra-links {
  padding-top: 10px;
}
.product.info.detailed .mfblog-related-posts-block ul li .list-extra-links a:hover {
  text-decoration: underline;
}
.product.shop-delivery .head-bx h3 {
  background-image: url(../images/delivery.svg) !important;
  margin-bottom: 10px !important;
}
.product.shop-delivery .delivery-inbx {
  padding-left: 50px;
}
.product.shop-range-brand .head-bx h3 {
  background-image: url(../images/shop_range.svg) !important;
  background-size: 42px !important;
}
.download h3 {
  background-image: url(../images/downloading.svg) !important;
}
.faq h3 {
  background-image: url(../images/questions_answers.svg) !important;
}
.product #blog_relatedposts_tab {
  border-top: 5px solid #f2f2f2;
}
.product #blog_relatedposts_tab .head-bx {
  text-align: center;
}
.product #blog_relatedposts_tab .head-bx h3 {
  color: #000;
  background-image: inherit;
  padding-left: 0px;
  font-size: 35px;
  font-family: 'ITCAvantGardeStdDemi';
  padding: 0;
  margin: 0;
}
.product #blog_relatedposts_tab .head-bx.discover {
  margin: auto;
  /* margin-left: -33px;*/
  margin-bottom: 54px;
  max-width: 1301px;
  width: 100%;
}
.product #blog_relatedposts_tab .discover h3 {
  color: #76aba9;
  padding-left: 20px;
  font-size: 20px;
  font-family: 'ITCAvantGardeStdBold';
  background-image: url(../images/discover_more.svg);
  background-repeat: no-repeat;
  background-size: 39px;
  background-position: left;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 13px;
  padding-top: 12px;
  text-align: left;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-header {
  width: 55%;
  float: right;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-header h2 {
  font-size: 25px;
  font-family: 'ITCAvantGardeStdDemi';
  padding-top: 20px;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-header h2 a {
  color: #333;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-image {
  width: 44%;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-item {
  width: 50%;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-item .post-description .list-extra-links {
  padding-top: 25px !important;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-item .post-description .list-extra-links a {
  letter-spacing: 1px;
  padding: 9px 14px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-item .post-description .list-extra-links a:hover {
  text-decoration: none;
}
.product #product_info_range .shop-range-brand .btn-bx {
  padding-left: 50px;
}
.product #product_info_range .shop-range-brand .shop-range h5 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 17px;
  padding-left: 50px;
}
.product.info.detailed .items #product_info_upsell .head-bx {
  max-width: 1301px;
  width: 100%;
  margin: auto;
}
.product.info.detailed .items .item.content .product.shop-delivery,
.product.info.detailed .items #product_info_range .product.shop-range-brand,
.product.info.detailed .items #description .attribute.description,
.product.info.detailed .items #additional .outr-sec.bg-gr,
.product-attachment-container,
.amfaq-product-tab .chat_area.active,
.amfaq-product-tab .quest_area.active,
.product shop-delivery {
  max-width: 1301px;
  width: 100%;
  margin: auto;
}
#product_info_upsell .head-bx h3,
#product_info_related .head-bx h3 {
  background-image: url(../images/relates_products.svg) !important;
  margin-bottom: 0;
  margin-left: -27px;
  padding-left: 72px;
}
#product_info_upsell .upsell .title strong,
#product_info_related .upsell .title strong,
#product_info_upsell .related .title strong,
#product_info_related .related .title strong {
  font-size: 20px;
  color: #000;
  font-family: 'ITCAvantGardeStdBold';
  padding-left: 47px;
}
.page-footer .footer.content .block.upsell {
  padding-top: 5px;
}
#product_info_upsell .head-bx h3 {
  margin-left: 0px;
  padding-left: 50px;
}
/*````````````````*/
.fancybox-container .fancybox-thumbs > ul > li {
  height: 110px;
}
#amasty-gallery-images:not(.slick-initialized) .amasty-gallery-thumb-link img {
  object-fit: contain;
  height: 100%;
}
.post-view-modern .post-bottom .post-gallery:before {
  content: inherit;
}
.blog-post-view .post-gallery .gallery-image-hld {
  align-items: center;
  display: flex !important;
  justify-content: center;
}
#amasty-gallery-images:not(.slick-initialized) .amasty-gallery-thumb-link {
  width: 126px;
  border: 1px solid #c7c6c4;
  height: 126px;
}
.swatch-attribute-selected-option {
  font-size: 16px;
  padding-top: 10px;
  display: table;
  padding-left: 0 !important;
}
.tab-sticky-wrapper {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 85px;
}
.tab-sticky-wrapper.remove {
  display: none;
}
.detailed .product-attachment-container .downloads-item .item-info .item-icon-anchor {
  width: 30px;
  height: 34px;
  display: block;
}
.detailed .product-attachment-container .downloads-item .item-info .item-icon-anchor:after {
  content: "";
  width: 30px;
  background-image: url(../images/icn-dwnld.png);
  height: 34px;
  background-position: 0px 3px;
  margin-left: 2px;
  display: inline-block;
}
.detailed .product-attachment-container .downloads-item .item-info a.item-info-anchor {
  color: #79aba9;
  font-family: 'ITCAvantGardeStdDemi';
}
.detailed .product-attachment-container .downloads-item .item-info + .item-icon-anchor {
  position: absolute;
  right: 10px;
  top: 7px;
}
.detailed .product-attachment-container .downloads-item .item-info + .item-icon-anchor:after {
  content: "";
  width: 30px;
  background-image: url(../images/download-arrow.svg);
  height: 34px;
  background-position: 0px 3px;
  margin-left: 2px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.detailed .product-attachment-container .downloads-item .item-info:after {
  /*background-image: url(../images/icn-dwnld.png);
    height: 34px;
    background-position: 0px 3px;*/
  background-image: inherit;
}
.sticky-wrapper.top .brand_logo_right {
  display: none;
}
#tab-label-product_info_upsell {
  display: none;
}
.product.shop-range-brand .btn-bx button {
  background-color: #fff;
  border: 1px solid #79aba9;
  border-radius: 4px;
  color: #79aba9;
  font-size: 16px;
  margin-right: 5px;
}
.product.shop-range-brand .btn-bx button:hover {
  background-color: #79aba9;
  position: relative;
  color: #fff;
}
.product.shop-range-brand .btn-bx button:hover a {
  color: #fff;
}
.product.shop-range-brand .brands-inbx {
  display: block;
  padding-top: 25px;
  float: left;
  width: 100%;
  padding-left: 50px;
  border-bottom: 4px solid #eee;
}
.product.shop-range-brand ul {
  list-style: none !important;
}
.product.shop-range-brand ul li {
  max-width: 250px;
  width: 100%;
  float: left;
  margin-right: 2%;
  list-style: none;
}
.product.shop-range-brand ul li a {
  width: 100%;
  float: left;
  text-align: center;
  padding: 2px;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 16px;
  color: #000;
}
.product.shop-range-brand .brands-inbx ul {
  margin-left: 0px !important;
}
.btn-bx-back a {
  background-color: #76aba9;
  padding: 8px 14px;
  color: #fff;
  font-family: arial;
  border: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
  margin: auto;
  float: none;
  display: table;
}
.btn-bx-back a:hover {
  background-color: #66a29e;
  color: #fff;
}
.btn-bx-back a::after {
  content: '\e621';
  font-family: 'luma-icons';
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
}
.product .product.data.items > .item.title > .switch {
  color: #000 !important;
}
.product .product.data.items > .item.title > .switch:hover {
  color: #6d6d6d !important;
}
.product.info.detailed .outr-sec.bg-gr .des-inner .head-bx h3 {
  background-image: url(../images/specifications.svg) !important;
  background-size: 50px;
  padding-left: 60px;
}
.banner-outer .featured-mid-bx.banner.last h3 {
  background-image: none;
  padding-left: 0px;
}
.product.shop-range-brand .brands-inbx ul li a:hover {
  text-decoration: underline;
}
.page-product-configurable.catalog-product-view .product .block-static-block {
  margin-top: 0px;
}
.page-product-configurable.catalog-product-view .product .block-static-block .shp-by-room-outer-line {
  display: none;
}
.page-product-configurable.catalog-product-view .product .block-static-block .btn-bx-back {
  display: none;
}
.page-product-configurable.catalog-product-view .product .block-static-block .mid-bx-pro.dept-block-1 h2 {
  margin-top: 0px;
}
.page-product-configurable.catalog-product-view .product .head-bx.discover {
  margin-bottom: 0px !important;
}
.page-product-configurable.catalog-product-view .banner-outer .featured-mid-bx.banner.last h3 {
  font-family: 'ITCAvantGardeStdDemi';
}
.filter-options-item.active {
  padding-bottom: 0px;
}
.filter-options-item.active .filter-options-content {
  padding-bottom: 0px;
}
.product #blog_relatedposts_tab .head-bx.discover + .block-static-block {
  margin: auto;
  display: table;
  float: none;
}
.page-layout-1column.catalog-product-view .main .product-info-main .page-title-wrapper h1 {
  display: flex;
  align-items: center;
  justify-content: left;
  min-height: 65px;
  margin-bottom: 0;
}
.page-layout-1column.catalog-product-view .main .product-info-main .product.attribute.overview {
  margin-top: 0px;
}
.swatch-attribute-options {
  margin-top: 0px !important;
}
.swatch-attribute-selected-option {
  min-height: 28px;
  padding-top: 1px;
}
#back_top {
  background-color: #000;
  bottom: 37px !important;
  cursor: pointer;
  display: none;
  height: 37px !important;
  position: fixed;
  right: 90px !important;
  width: 40px !important;
  z-index: 999;
  border-radius: 5px;
}
#back_top:after {
  content: '\e804';
  font-family: 'fontello';
  width: 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  transform: rotate(270deg);
  position: absolute;
  left: 49%;
  top: -5px;
}
.page-footer .product.info .amfaq-product-tab .product-bx.faq .product-bx-left {
  width: 73%;
}
.product.info.detailed .items .item.content#amfaq_product {
  min-height: 371px;
}
.swatch-attribute.size .swatch-option {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 16px;
  background: #79aba9 !important;
  color: #fff !important;
}
.swatch-attribute.size .swatch-option:hover {
  color: #fff !important;
}
.swatch-attribute.size .swatch-option.text.selected {
  background: #79aba9 !important;
}
.swatch-attribute-options.clearfix {
  position: relative;
}
.swatch-attribute.size {
  position: relative;
  padding-top: 40px;
}
.product-options-wrapper .swatch-opt .swatch-attribute.size {
  position: relative;
  padding-top: 5px;
}
.product-options-wrapper .swatch-opt .swatch-attribute.size .mage-error {
  top: -23px;
}
.product.info.detailed .items #product_info_related {
  border-top: 1px solid #bbb;
}
.products-related .slick-list .slick-track,
.upsell-slider .slick-list .slick-track {
  display: inline-block;
}
.dept-product-range.sub-head.brands1 {
  border-top: 0px !important;
}
/*FOR LIST PAGE PRODUCT PRICE AND BUTTON */
.products .product-item .product-item-details {
  min-height: 180px;
  position: relative;
  /*display: flex;
            flex-direction: column;*/
}
.products .product-item .product-item-details .price-box {
  bottom: 25px;
  position: absolute;
}
.products .product-item .product-item-details .product-item-inner {
  bottom: -3px !important;
  position: absolute !important;
  clip: inherit !important;
}
.products .product-item .product-item-details .product-item-name {
  /* order: 1;*/
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: absolute !important;
  clip: inherit !important;
  margin: 0 -1px 0 !important;
}
.products .product-item .product-item-details .price-box.range {
  /*bottom: 25px!important;*/
}
.products .product-item .product-item-details .price-box.range + .product-item-inner {
  /* bottom: -8px !important;*/
}
/*.page-footer .products-grid .product-item-actions{
    position: absolute!important;
    clip: inherit !important;
    margin: 0 -1px 0!important;
    bottom: 0;
}*/
.page-footer .products .product-item .product-item-details .price-box {
  position: inherit;
  bottom: inherit;
}
.page-footer .products .product-item .product-item-details {
  min-height: inherit;
}
.action.primary:focus {
  background-color: #76ABA9 !important;
  border: none !important;
}
.block.related .related-available .product-item-name {
  margin-left: 0 !important;
}
.block.upsell .block-title {
  padding-top: 25px;
}
.page-footer .dept-product-range.brand-list {
  padding: 0px;
  background-color: inherit;
  padding-bottom: 20px;
}
.page-footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
  width: 70%;
  vertical-align: middle;
  display: flex;
  padding-top: 0px;
  display: -webkit-box;
  -webkit-box-pack: initial;
  -webkit-box-align: center;
}
.page-product-configurable .product-options-wrapper .swatch-opt,
.page-product-configurable .fieldset:last-child,
.page-product-configurable .page-wrapper .page-main {
  margin-bottom: 0px;
}
.products .swatch-option.image {
  background-size: 100% !important;
}
.products .swatch-more {
  margin: -1px;
  font-family: 'ITC Avant Garde Std Bk';
}
.products .item .swatch-attribute.colors {
  min-height: 180px;
}
.brand-dwnld-dividerline {
  display: inline-block;
  max-width: 1311px;
  width: 100%;
  margin: auto;
  float: none;
  border: 2px solid #eee;
}
.footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
  max-width: 24%;
  margin-bottom: 10px;
}
.product.info.detailed .items #product_info_upsell {
  padding-top: 0px;
}
.dept-product-range.product-shop {
  margin-bottom: 0;
}
.product.info.detailed .tab-bar {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.product.info.detailed .tab-bar a {
  line-height: 40px;
  padding-right: 35px;
}
.cart.table-wrapper .items {
  color: #000;
}
.cart.table-wrapper .col.price .price {
  color: #000;
}
.cart.table-wrapper .col.qty .input-text {
  color: #000;
}
.cart.table-wrapper .item-options dt,
.cart.table-wrapper .item-options dd {
  color: #000;
}
.order-details-items .col.price .price-excluding-tax,
.price-including-tax .price,
.price-excluding-tax .price,
.page-main .cart-totals .totals,
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before,
.cart .product-item-name a,
.cart.table-wrapper .col.qty .input-text,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart-discount .block > .title strong,
.cart-discount .block > .title {
  color: #000 !important;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  font-family: 'ITC Avant Garde Std Bk';
}
.minicart-items .product-item-details .price-excluding-tax {
  line-height: 25px;
}
.minicart-items .product-item-details .details-qty .minus {
  top: 1px;
  position: relative;
}
.swatch-option.selected,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: 2px solid #79aba9!important;
}
.product-item-actions .actions-primary + .actions-secondary {
  margin-left: 5px;
}
.crosssell .product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.crosssell .products .product-item .product-item-details .price-box {
  position: initial;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.cart-container .cart-summary > .title,
.cart-summary .block > .title {
  font-family: 'ITCAvantGardeStdBold';
}
.cart-summary .checkout-methods-items .item a {
  color: #000;
  font-family: 'ITC Avant Garde Std Bk';
}
.cart-summary .checkout-methods-items .item a:hover {
  text-decoration: underline;
}
#checkout-step-shipping .form-shipping-address .customer-attributes-title {
  font-family: 'ITCAvantGardeStdDemi';
  padding-left: 6px;
  display: none;
}
.checkout-index-index .customer-attributes-title {
  display: none;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  width: 70px !important;
  height: 70px !important;
}
.checkout-cart-index .cart-empty {
  color: #79aba9;
}
.checkout-cart-index .cart-empty a {
  color: #79aba9;
}
.checkout-cart-index .cart-empty a:hover {
  text-decoration: underline;
}
.cart-summary .quote-details .title {
  font-family: 'ITCAvantGardeStdBold';
}
.cart-summary .quote-details .control {
  margin-top: 0px;
}
.cart-summary .quote-details .fieldset > .field > .label {
  font-family: 'ITCAvantGardeStdBold';
  margin-bottom: 0px;
  font-size: 13px;
}
.cart-summary .quote-details .form-login .actions-toolbar .secondary a {
  color: #79aba9;
}
.cart-summary .quote-details .form-login .actions-toolbar .secondary a:hover {
  text-decoration: underline;
  background-color: inherit;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  font-family: 'ITCAvantGardeStdDemi';
  border-radius: 3px;
}
.amasty_quote-quote-success .page-main {
  text-align: center;
}
.account .main .block-content .box-actions a.edit span {
  color: #79aba9;
}
.account .main .block-content .box-actions a.edit span:hover {
  text-decoration: underline;
}
.account .main .block-content .box-actions a + a {
  color: #79aba9;
}
.account .main .block-content .box-actions a + a:hover {
  text-decoration: underline;
}
.account .main .block .block-title a {
  color: #79aba9;
}
.account .main .block .block-title a:hover {
  text-decoration: underline;
}
.account .fieldset .field label + span {
  margin-left: 6px;
}
.table-wrapper .table-quote-items td a {
  color: #79aba9;
}
.table-wrapper .table-quote-items td a:hover {
  text-decoration: underline;
}
.order-details-items .col.subtotal .price-excluding-tax,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.price .price-excluding-tax,
.price-including-tax .price,
.price-excluding-tax .price {
  font-family: 'ITCAvantGardeStdDemi';
  color: #000 !important;
}
.account .page-main .page-title-wrapper .page-title {
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
}
.account .table > thead > tr > th {
  font-weight: normal;
  font-family: 'ITCAvantGardeStdBold';
  font-size: 17px;
}
.table-wrapper tfoot tr th {
  font-family: 'ITCAvantGardeStdBold';
}
.page-main .message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.page-main .message.info > *:first-child:before {
  color: red;
  content: '\e616';
  font-size: 16px;
  font-weight: bold;
}
.message.notice {
  color: #006400 !important;
  background: #e5efe5 !important;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 14px;
}
.message.notice > *:first-child:before {
  color: #79aba9 !important;
  content: '\e616' !important;
  font-size: 18px !important;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 0 !important;
}
.cart-container .cart.table-wrapper .product-item-name {
  min-height: inherit;
}
.cart-totals tbody .mark .value {
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
  line-height: 14px;
}
.amquote-addto-button:active {
  background-color: #79aba9 !important;
  border: none !important;
  color: #fff !important;
}
.products.list .product-item-name a {
  font-family: 'ITCAvantGardeStdDemi';
  line-height: 14px !important;
}
.products.list .product-item-name a:hover {
  text-decoration: underline;
  color: #000;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after,
.checkout-payment-method .payment-option-title .action-toggle:after {
  color: #79aba9 !important;
}
.checkout-payment-method .payment-option-title #block-discount-heading:hover span {
  text-decoration: underline;
}
.cart-summary .block .fieldset .field:not(.choice) > .label {
  font-family: 'ITCAvantGardeStdBold';
  margin-bottom: 0px;
}
.am-checkout.-modern .checkout-header .description {
  padding-bottom: 10px;
  font-family: 'ITC Avant Garde Std Bk';
}
#checkout-step-shipping_method .methods-shipping {
  display: flex;
  flex-direction: column;
}
#checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load {
  order: 2;
}
.order-details-items .item-options dt,
.account .fieldset .control select,
.account .fieldset .control input {
  color: #000 !important;
}
.block-order-details-view .box strong {
  font-family: 'ITCAvantGardeStdBold';
}
.checkout-success .success-messages p span {
  font-family: 'ITCAvantGardeStdBold';
  text-decoration: underline;
}
.account .order-date span {
  font-family: 'ITCAvantGardeStdBold';
  text-decoration: underline;
}
.account .page-main .message.info {
  font-family: 'ITC Avant Garde Std Bk';
  padding-top: 14px;
}
.catalog-product-view .page.messages {
  margin-left: -25px;
}
.catalog-product-view .page.messages .message {
  border-radius: 4px !important;
}
.order-actions-toolbar .action {
  border-radius: 4px;
  margin-top: -5px;
  display: table;
}
.cart.table-wrapper .product-item-details {
  font-family: 'ITC Avant Garde Std Bk';
}
.cart.table-wrapper .actions-toolbar {
  font-family: 'ITC Avant Garde Std Bk';
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
  margin-right: 6px;
  margin-top: -4px;
  float: left;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control + lable {
  float: left;
  line-height: 27px;
}
.multishipping-checkout-overview .table tfoot > tr td.amount,
.multishipping-checkout-overview .table > tbody > tr > td,
.multishipping-checkout-overview .table > tfoot > tr > td.subtotal,
.multishipping-checkout-overview .table > caption + thead > tr:first-child > th.subtotal {
  text-align: right;
}
.multicheckout .checkout-review .grand.totals .mark {
  background-color: #fff;
}
.modal-popup .modal-footer {
  border: none;
  padding-top: 0px !important;
}
.multishipping-checkout-success .page-main {
  text-align: center;
}
.checkout-success .block-order-details-view .box .box-content {
  padding-right: 15px;
}
.checkout-success .multicheckout.success h3 {
  font-size: 25px;
  font-family: 'ITCAvantGardeStdBold';
  padding-bottom: 44px;
}
.checkout-success .multicheckout .orders-succeed {
  margin: auto;
  display: inline-block;
}
.checkout-success .actions-toolbar {
  text-align: center;
  margin: auto;
  display: table;
}
.form.form-login .actions-toolbar .secondary a.action {
  margin-top: 11px;
}
.authentication-dropdown .block-authentication .actions-toolbar {
  margin-bottom: 20px;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background-color: #76aba9 !important;
  border: 1px solid #76aba9!important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  float: left;
  font-size: 14px !important;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 10px 25px !important;
}
.checkout-index-index .checkout-shipping-address .checkout-billing-address .actions-toolbar > .primary .action,
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  float: left;
  font-size: 14px !important;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 10px 25px !important;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  width: 100%;
  max-width: 97%;
  margin-left: 30px;
}
.checkout-index-index .securefields-wrapper {
  width: 100%;
}
.checkout-index-index .securefields-wrapper input {
  height: 40px !important;
}
.checkout-index-index .message.warning > *:first-child:before {
  font-size: 19px !important;
  line-height: 24px;
  color: #c07600;
  content: '\e616' !important;
}
#checkout .checkout-payment-method.submit .payment-methods .message.warning {
  background-color: #eee;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin-bottom: 5px !important;
}
.block-authentication .actions-toolbar .primary .action {
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 4px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 4px !important;
}
.page-title-wrapper .order-status.pending {
  color: #FFA500;
  border: 1px solid #FFA500;
}
.page-title-wrapper .order-status.complete,
.page-title-wrapper .order-status.approved {
  color: #76aba9;
  border: 1px solid #76aba9;
}
.page-title-wrapper .order-status.cancelled {
  color: #FF0000;
  border: 1px solid #FF0000;
}
.checkout-success p a strong {
  color: #79aba9;
}
.checkout-success p a strong:hover {
  text-decoration: underline;
}
.account .page-title-wrapper span span {
  font-family: 'ITC Avant Garde Std Bk';
}
.account .sidebar .block-collapsible-nav ul li a:hover {
  text-decoration: underline;
}
.account .sidebar .block-collapsible-nav ul li a:hover:before {
  text-decoration: none;
}
.account .sidebar .block-collapsible-nav ul li a:before {
  text-decoration: none;
  display: inline-block;
  margin-left: 23px;
}
.customer-account-logoutsuccess .page-main {
  text-align: center;
}
.page-main > .page-title-wrapper .page-title {
  color: #000;
}
.account .order-details-items tr th {
  color: #000;
}
#my-orders-table {
  color: #000;
}
.block-order-details-comments {
  font-family: 'ITC Avant Garde Std Bk';
}
.block-order-details-comments .block-title strong {
  color: #79aba9;
}
.block-order-details-comments ul li {
  font-weight: normal;
}
.customer-account-login .breadcrumbs + .block-static-block {
  text-align: center;
  background-color: black;
}
.amasty_quote-cart-index .form.form-login .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.cart-summary select,
.cart-summary input[type="text"] {
  border-radius: 3px;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border-radius: 3px !important;
}
.product-item .product-item-name {
  min-height: 54px;
  overflow: hidden;
  max-height: 54px;
}
.opc-block-summary .product-item .product-item-name-block,
.amcheckout-main-container.-modern,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong,
.cart.main.actions button,
.cart.table-wrapper .product-item-name,
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  color: #000 !important;
}
.page-main .message.info.empty > *:first-child:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url(../images/warning.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.form-login .field .control + .secondary {
  clear: left;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-top: 0px !important;
  padding-left: 0 !important;
}
.form-login .field .control + .secondary a {
  color: #79aba9;
}
.form-login .field .control + .secondary a:hover {
  text-decoration: underline;
}
.message {
  border-radius: 6px;
}
.message.info.empty span {
  color: #456665;
}
.swatch-more span {
  color: #79aba9;
}
.swatch-more span:hover {
  text-decoration: underline;
}
.cart-container .block.crosssell {
  width: 71%;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
  margin-right: 10px;
  padding-right: 10px;
}
.cart-summary .block .item-options .field input[type="radio"]:checked {
  background-color: #79aba9;
  border: 2px solid #79aba9 !important;
  accent-color: #79aba9 !important;
  -webkit-appearance: none;
  border-radius: 50%;
  outline: none;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 500px;
  border-radius: 5px;
}
.block-authentication .block[class] .field .label {
  font-family: 'ITCAvantGardeStdDemi';
  margin-bottom: 0px;
}
.block-authentication .block-title strong {
  font-family: 'ITCAvantGardeStdBold';
}
.authentication-dropdown._show {
  border-radius: 5px;
}
.modal-inner-wrap .block-authentication .actions-toolbar > .primary {
  float: left;
}
.block-authentication .actions-toolbar > .secondary {
  padding-left: 10px;
}
.block-authentication .actions-toolbar > .secondary a {
  color: #79aba9;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.options {
  padding-left: 0px !important;
  width: 80%;
}
#custom-sliding-cart .minicart-wrapper .block-title {
  font-family: 'ITC Avant Garde Std Bk';
}
#custom-sliding-cart .minicart-wrapper .block-title .cart-title {
  font-family: 'ITCAvantGardeStdBold';
  font-weight: normal;
}
#custom-sliding-cart .minicart-wrapper .product-item-details .product.options {
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
}
.actions-toolbar .actions a {
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
.order-date {
  font-family: 'ITC Avant Garde Std Bk';
}
.block-minicart .items-total span {
  margin-right: -5px;
}
.block-minicart .items-total .count {
  margin-left: -4px;
  margin-right: 0;
  font-family: 'ITC Avant Garde Std Bk';
  font-weight: normal !important;
}
.block-minicart .items-total .count + span {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.amasty_quote-account-view ul.note-list li {
  font-weight: normal;
}
.modal-popup._show .modal-inner-wrap,
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  border-radius: 6px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper,
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  scrollbar-width: thin;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  padding-right: 2px;
}
.column.main .opc-block-summary .product-item {
  padding-right: 2px;
  font-family: 'ITC Avant Garde Std Bk';
}
#checkout-step-shipping_method .message.notice > *:first-child:before {
  content: '\e623' !important;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url(../images/warning-green.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  content: "" !important;
}
.wishlist-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: inherit !important;
}
.toolbar.toolbar-products .pages .item .action {
  border-radius: 4px;
}
.amsearch-wrapper-input.-left-position,
.search-autocomplete.-left-position {
  top: -3px;
}
.amcheckout-main-container.-modern.-layout-3columns,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  font-family: 'ITC Avant Garde Std Bk';
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item {
  line-height: 26px;
  padding-top: 2px;
}
.checkout-container .opc-block-summary .mark .value {
  color: #000;
  font-weight: normal;
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
  line-height: 17px;
}
.account p {
  font-size: 14px;
}
.account .box-content {
  font-size: 14px !important;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  border-radius: 4px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  color: #000 !important;
}
.cart-summary #block-summary #co-shipping-method-form dl.items.methods > dt.item-title {
  font-weight: normal;
  padding-left: 24px;
}
.cart-summary #block-summary #co-shipping-method-form dl.items.methods .item-options + dt.item-title span {
  /*font-family: 'ITCAvantGardeStdBold';*/
}
.cart-container .cart-summary .block .item-options .field .radio + .label {
  font-family: 'ITCAvantGardeStdBold';
}
#block-summary #co-shipping-method-form dl dd + dt span {
  display: table;
  font-size: 13px;
}
.minicart-content-wrapper .fixed-totals .primary.btn {
  padding-top: 6px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  margin-top: 10px !important;
}
.modal-popup._show .modal-inner-wrap {
  font-family: 'ITC Avant Garde Std Bk';
}
.message.success a {
  font-family: 'ITCAvantGardeStdDemi';
  color: #006400 !important;
  text-transform: capitalize;
}
.message.success a:hover {
  text-decoration: underline;
}
.customer-account-forgotpassword .page-main > .page-title-wrapper .page-title {
  margin-bottom: 20px;
}
.password.forget .fieldset .field label,
.page-main .login-container .fieldset .field label {
  font-family: 'ITCAvantGardeStdBold';
  margin-bottom: 0px;
}
.account .messages {
  margin-top: 10px;
}
#shopping-cart-table .actions-toolbar a {
  color: #79aba9;
}
#shopping-cart-table .actions-toolbar a:hover {
  text-decoration: underline;
}
.amasty-label-text,
.filter.active .filter-options,
.filter-options,
.category-cms,
.category-image,
.category-description {
  font-family: 'ITC Avant Garde Std Bk';
}
.cart-empty a {
  color: #79aba9;
}
.cart-empty a:hover {
  color: #79aba9;
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  z-index: 100;
  top: 50px !important;
}
.cart.table-wrapper .add-note-quote {
  color: #79aba9;
}
.cart.table-wrapper .add-note-quote:hover {
  text-decoration: underline;
}
.cart.table-wrapper .cart > .item:last-child {
  border-bottom: 3px solid #ccc;
}
.cart.table-wrapper .cart > .item:first-child {
  border-top: 3px solid #ccc;
}
.cart.table-wrapper tbody + tbody {
  border-top: 0px solid #ddd;
}
#shopping-cart-table thead tr th.col {
  border-bottom: 3px solid #ccc!important;
}
.toolbar .toolbar-amount span,
.customer-addresses-toolbar .toolbar-amount span {
  font-family: 'ITCAvantGardeStdDemi';
}
.toolbar .limiter .limiter-label,
.customer-addresses-toolbar .limiter .limiter-label {
  font-family: 'ITCAvantGardeStdDemi';
}
.table-wrapper tbody td.actions a.edit {
  color: #79aba9;
}
.table-wrapper tbody td.actions a:hover {
  text-decoration: underline;
}
.form.password.forget .fieldset {
  position: relative;
}
.form.password.forget .fieldset .field.note {
  margin-bottom: 35px;
}
.form.password.forget .fieldset:after {
  margin-top: 35px !important;
  position: absolute;
  top: -8px;
}
.email-class {
  font-family: 'ITCAvantGardeStdBold';
  text-decoration: underline;
}
.minicart-items .product-item-name a {
  color: #000 !important;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer {
  padding-top: 20px !important;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer .action-hide-popup {
  margin-top: 13px !important;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer .action-hide-popup span {
  color: #79aba9;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer .action-hide-popup span:hover {
  text-decoration: underline;
}
.checkout-index-index .modal-popup .fieldset .field .label span {
  font-family: 'ITCAvantGardeStdDemi';
}
.checkout-index-index .modal-popup .fieldset .control select {
  height: 45px;
  border-radius: 3px;
}
.checkout-index-index .customer-attributes-title {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  margin-bottom: 10px;
}
.checkout-index-index .shipping-address-items button {
  margin-top: 10px !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item {
  background-color: inherit;
  padding: 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:hover {
  background-color: inherit;
  box-shadow: inherit;
}
.review-customer-index .page-main .message.info.empty > *:first-child:before,
.wishlist-index-index .page-main .message.info.empty > *:first-child:before {
  background-image: url(../images/warning-green.svg);
}
.page-main textarea {
  border-radius: 4px;
}
.field.addresses .box-title span {
  font-family: 'ITCAvantGardeStdDemi';
}
.checkout-success .quote-interest-message {
  font-size: 20px;
  font-family: 'ITCAvantGardeStdDemi';
}
.account.wishlist-index-index .page-main .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.table-order-items thead {
  border-bottom: 4px solid #eee;
}
.table-order-items tfoot {
  border-top: 4px solid #eee!important;
}
.table-wrapper.order-items:last-child {
  border-bottom: 4px solid #eee;
}
.amasty_quote-account-view .block-order-details-comments .block-content ul li.amquote-item {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 16px;
  text-transform: capitalize;
}
.amasty_quote-account-view .block-order-details-comments .block-content ul li.amquote-item .amquote-comment {
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 14px;
}
.product .amquote-addto-button.-small {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  padding: 10px 0;
}
.product .amquote-addto-button.-small:hover {
  background-color: #66a29e !important;
}
.product .actions-secondary {
  display: none !important;
}
.page-wrapper .products .action.primary {
  margin-bottom: 0px;
}
.minicart-items .product-item-name,
#custom-sliding-cart .minicart-items .product-item-name {
  min-height: inherit;
}
.product .amquote-addto-button.-small,
.page-wrapper .products .action.primary {
  width: 109px;
  height: 36px;
  margin-top: 0px;
  border-radius: 2px;
  width: 48.7%;
  padding: 0px;
}
.product .amquote-addto-button.-small:hover,
.page-wrapper .products .action.primary:hover {
  /* -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2); */
}
.product.media .gallery-placeholder #amasty-gallery .amlabel-position-wrapper {
  z-index: 0 !important;
  background-color: #fff;
  height: 30px !important;
  line-height: 28px !important;
  margin: 2px;
}
.minicart-items .product-item-name {
  font-family: 'ITCAvantGardeStdDemi';
}
.order-details-items .table-order-items .item-options dt {
  font-family: 'ITCAvantGardeStdBold';
}
.page-main .login-container .fieldset .field.note::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:before{
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem;
}
*/
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  height: 72px;
}
.table-wrapper.comparison thaed tr th,
.table-wrapper.comparison tbody tr th {
  width: 20%;
}
.table-wrapper.comparison thaed tr th:first-child,
.table-wrapper.comparison tbody tr th:first-child {
  width: 20%;
}
.table.table-comparison tr td {
  width: 100%;
}
.catalog-product_compare-index .columns .print {
  background-color: #76aba9;
  color: #fff;
  padding: 10px 8px;
  font-family: 'ITC Avant Garde Std Bk';
  margin: auto;
  width: 137px;
  border-radius: 3px;
  display: inline-block;
}
.catalog-product_compare-index .columns .print:before {
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '\e624';
  font-family: 'luma-icons';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.catalog-product_compare-index .columns .print:hover {
  background-color: #66a29e;
}
.catalog-product_compare-index .product-item-name {
  font-family: 'ITCAvantGardeStdDemi';
}
.table-wrapper .product-item-name {
  min-height: inherit;
}
.check-top-menu {
  padding-top: 0px;
  display: table;
  width: 100.5%;
  padding-right: 0%;
  z-index: 3;
  position: relative;
  margin-top: -22px;
}
.check-top-menu ul {
  padding: 0;
  list-style: none;
  display: table;
  float: right;
}
.check-top-menu ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 6px;
}
.check-top-menu ul li:last-child {
  margin-right: 6px;
}
.check-top-menu ul li a {
  background-color: #000;
  color: #fff;
  padding: 9.5px 20px;
  border-radius: 2px;
  font-family: 'ITC Avant Garde Std Bk';
  margin-top: -44px;
  display: block;
  line-height: 24px;
}
.check-top-menu ul li a:hover {
  color: #fff;
}
.check-top-menu ul li a:hover {
  background-color: #66a29e;
  color: #000;
  background-color: inherit !important;
  border-color: #000 !important;
  border: 1px solid #000;
}
.am-checkout.-modern .authentication-wrapper {
  z-index: 2;
}
.catalog-product_compare-index .table-comparison .product-item-actions {
  margin-bottom: 0px;
}
.product-options-wrapper .swatch-option.text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-summary .field-tooltip._active .field-tooltip-content {
  position: absolute;
  left: -248px;
  top: 39px;
}
.cart-summary .field-tooltip .field-tooltip-content:after,
.cart-summary .field-tooltip .field-tooltip-content:before {
  left: auto;
  top: -21px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  right: -2px;
  transform: rotate(90deg);
}
.opc-block-summary .table-totals .totals.shipping.incl {
  position: relative;
}
.opc-block-summary .table-totals .totals.shipping.incl .mark {
  padding-left: 10px;
  background-color: inherit;
}
.opc-block-summary .table-totals .totals.shipping.incl .amount {
  padding-right: 12px;
}
.opc-block-summary .table-totals .totals-tax {
  position: relative;
}
.opc-block-summary .table-totals .totals-tax .mark {
  padding-left: 10px;
  background-color: inherit;
  font-family: 'ITCAvantGardeStdDemi';
}
.opc-block-summary .table-totals .totals-tax .amount {
  padding-right: 12px;
}
#sliding-cart .minicart-items .product-item {
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding-bottom: 16px !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
  top: 27% !important;
}
.toolbar .modes .modes-mode {
  border-radius: 3px;
}
.toolbar.toolbar-products .modes-mode {
  border-radius: 3px !important;
}
.modal-inner-wrap .modal-content {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-inner-wrap .modal-content #contact-popup-form input {
  background-color: #f1edf1;
  border: 1px solid #ddd5dd;
  height: 47px;
  border-radius: 5px;
  font-family: 'ITC Avant Garde Std Bk';
}
.cms-kitchen-renovation-guide .modal-inner-wrap .modal-content,
.cms-bathroom-renovation-guide .modal-inner-wrap .modal-content {
  padding-left: 20px;
  padding-right: 20px;
}
.cms-kitchen-renovation-guide .modal-inner-wrap .modal-content .fieldset,
.cms-bathroom-renovation-guide .modal-inner-wrap .modal-content .fieldset {
  margin-bottom: 0px;
}
.checkout-cart-index .product .amquote-addto-button.-small,
.checkout-cart-index .page-wrapper .products .action.primary {
  width: 100% !important;
}
.checkout-cart-index .product .amquote-addto-button.-small:hover,
.checkout-cart-index .page-wrapper .products .action.primary:hover {
  width: 100%;
}
.authentication-dropdown .modal-inner-wrap .modal-content {
  padding-left: 0;
  padding-right: 0;
}
.authentication-dropdown .modal-inner-wrap .modal-content .control input {
  background-color: #f1edf1;
  border: 1px solid #ddd5dd;
  height: 47px;
  border-radius: 5px;
  font-family: 'ITC Avant Garde Std Bk';
}
.cms-bathroom-renovation-guide .modals-wrapper .modal-popup .modal-title,
.cms-kitchen-renovation-guide .modals-wrapper .modal-popup .modal-title {
  text-align: center;
  padding-bottom: 20px;
}
.checkout-cart-index .page-wrapper .products .action.primary,
.catalog-product-view .product .amquote-addto-button.-small,
.catalog-product-view .page-wrapper .products .action.primary {
  width: 100% !important;
  padding: 7px 15px;
}
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.account.sales-order-view .column.main .block-order-details-view .block-title {
  margin-bottom: 5px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 0 !important;
}
.account .main .products-grid .product-item-info:hover .action.tocart.primary {
  width: 100%;
}
.account .form-wishlist-items .actions-toolbar .primary button {
  margin: 5px 0;
}
.sidebar .block-categories .accordion li .magefan-collapse-arrow.magefan-expand-arrow {
  transform: rotate(90deg);
  top: -3px;
}
.brochures-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
  background-position: 0px 9px;
}
.account.customer-account-index .table-wrapper {
  margin-top: 0;
}
.form-address-edit .actions-toolbar .action.primary {
  padding: 9px 17px;
}
.account .actions-toolbar .primary button {
  padding: 10px 25px;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart:focus {
  background-color: #CC0000 !important;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
  line-height: 25px;
  color: #000 !important;
}
.page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote:before {
  top: -2px;
  position: relative;
}
.products.wrapper.list.products-list .product-item-details {
  width: 100%;
  display: inline-block;
  height: 110px;
  min-height: inherit;
}
.products.wrapper.list.products-list .product-item-details .price-box {
  order: 1;
  /*position: inherit;*/
}
.products.wrapper.list.products-list .product-item-details .product-item-inner .product-item-actions {
  order: 2;
}
.products.wrapper.list.products-list .product-item-details .product-item-inner .product-item-description {
  display: none;
}
.products.wrapper.list.products-list .product-item-details .product-item-actions button {
  width: 109px !important;
}
.products.wrapper.list.products-list .product-item-details .product-item-actions button:hover {
  /*-webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
                                -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
                                box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2); */
}
.products.wrapper.list.products-list .product-item .product-item-name {
  min-height: inherit;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
  background-color: #fff;
  padding: 10px 0px;
  font-size: 14px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details:hover {
  box-shadow: inherit;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details .action-edit-address {
  color: #fff;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details .action-edit-address:hover {
  color: #fff;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details .action-edit-address:before {
  display: none;
}
.crosssell .slick-dots li button:before {
  font-size: 12px;
}
.amsearch-more-results .amsearch-link {
  border-bottom: 0px solid #000!important;
  color: #000 !important;
}
.amsearch-more-results .amsearch-link:hover {
  border-bottom: 1px solid #000!important;
}
.page-products .tapholes .swatch-option.text {
  min-width: 30px;
  font-size: 12px;
  padding: 5px 4px;
  height: 30px !important;
  display: flex;
}
.page-products .tapholes .swatch-option:not(.disabled):hover {
  border: 0px solid #ffffff;
  outline: 1px solid #999999;
}
.cms-home .products .product-item .product-item-details {
  min-height: 109px;
}
.associated-products .swatch-list.bc-swatch-list .bc-swatch-item {
  height: 50px !important;
  min-width: 50px;
  width: 50px !important;
  background-size: 100% !important;
  border-radius: 100%;
  border: 0;
  margin: 0 16px 17px 0;
  float: left;
}
.associated-products .swatch-list.bc-swatch-list .bc-swatch-item:hover {
  border: 1px solid #ffffff;
  outline: 2px solid #79aba9 !important;
}
.associated-products.bc-ass-pro h2 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 18px;
}
.account .order-products-toolbar .pages strong.page {
  font-size: 12px !important;
  color: #000 !important;
  font-family: 'ITCAvantGardeStdDemi';
}
.amasty_quote-cart-index .page-wrapper .crosssell .products .action.primary {
  width: 109px !important;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  padding: 12px 20px;
}
.form-wishlist-items .amlabel-position-wrapper {
  z-index: 10 !important;
}
.brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn {
  /* min-width: 235px;
    height: 235px;
    margin: auto;
    display: table;*/
}
.cms-lead-times .inquiry-bx .enquiry-outr .actions-toolbar {
  margin-bottom: 10px;
}
.nav-sections .magicmenu .nav-desktop {
  max-width: 1311px;
}
.page-wrapper .page-main#maincontent {
  max-width: 1311px;
}
.block-search .amsearch-close {
  top: -2px;
  right: 6px;
}
.search-autocomplete .amsearch-wrapper-content .amsearch-wrapper-inner {
  display: block;
}
.search-autocomplete .amsearch-results .amsearch-item::hover {
  background-color: #fff;
}
.amquote-addto-button.-guest.-small {
  padding: 0px;
}
.amquote-addto-button.-guest.-small span {
  /*display: flex;
        align-items: center;
        justify-content: center;*/
}
.catalog-product-view .modal-popup .modal-footer button {
  /*display: none;*/
}
.catalog-product-view .modal-popup.modal-slide .modal-footer {
  padding: 0;
  border: none;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer button {
  display: none;
}
.catalog-product-view .outr-sec.bg-gr .des-inner .cnt-area-bx .diamension_image {
  cursor: pointer;
}
.cms-home .shp-by-room-outer h2 {
  margin-bottom: 15px;
}
.sidebar .filter-actions,
.sidebar .filter .filter-current,
.account .main .block .block-title a {
  font-family: 'ITC Avant Garde Std Bk';
}
.orders-history tbody tr td.actions a,
.orders-recent tbody tr td.actions a {
  color: #79aba9;
}
.customer-account-login .message.error {
  padding-top: 13px;
  color: #d96c0b;
}
.customer-account-login .message.error > *:first-child:before {
  color: #d96c0b;
}
.page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty,
.page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label,
.wishlist-wrapper a .wshlst-icn,
.cart-summary .quote-details .fieldset > .field > .label,
.minicart-items .product-item-details .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price,
.cart-container .cart-summary .checkout-methods-items .amasty-quote-link {
  font-weight: normal !important;
}
.minicart-items .product-item-details .price {
  font-family: 'ITCAvantGardeStdDemi';
}
.blog-page .sidebar .block-categories .block-title strong {
  color: #000;
  font-weight: normal;
}
.downloads-item .item-link b {
  font-weight: normal;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
  padding-left: 23px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .actions-toolbar button {
  height: 44px;
  padding: 0px 20px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .actions-toolbar button span {
  float: left;
  padding-top: 3px;
}
.page-wrapper .action.primary,
tfoot strong,
.sidebar .filter .block-subtitle,
.block-order-details-view .box strong,
.table tfoot .mark,
.sidebar .block-collapsible-nav ul li.current strong,
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: normal !important;
}
.inquiry-bx .enquiry-outr .enq-bx2 .custom-quote-info.container {
  width: auto;
}
.inquiry-bx .enquiry-outr .enq-bx2 button {
  background-color: #76aba9;
  width: 98%;
  border: none;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  margin-top: 15px;
  line-height: 54px;
  margin-bottom: -4px;
  display: inline-block;
  text-transform: initial;
  color: #fff;
}
.inquiry-bx .enquiry-outr .enq-bx2 button:hover {
  background-color: #66a29e;
  color: #fff;
}
.inquiry-bx .enquiry-outr #quote_form .control {
  padding-right: 18px;
}
.inquiry-bx .enquiry-outr #quote_form .field:nth-child(6) .control {
  clear: left;
  width: 100%;
}
.cart-container .form-cart .cart.actions .update {
  line-height: 16px;
  padding: 12px 20px;
  padding-bottom: 10px;
}
.customer-account-forgotpassword .actions-toolbar button {
  line-height: 16px;
  padding: 15px 30px;
  padding-bottom: 12px;
}
.dupminicart-wrapper.minicart-wrapper .action.showcart .qty.empty .counter-label {
  color: #000;
}
.page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty.empty {
  background-color: #fff !important;
}
.page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
  background-color: red !important;
}
.dupminicart-wrapper.minicart-wrapper .action.showcart .qty .counter-label {
  color: #fff;
}
.post-description {
  min-height: inherit;
}
.post-description h1 {
  font-size: 14px;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 27px;
  font-weight: normal;
}
.post-description h3 {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 20px;
  font-weight: normal;
}
.blog-post-view .post-description h1 h1 {
  line-height: 30px;
  font-family: 'ITCAvantGardeStdBold';
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.post-view-modern .post-date {
  font-size: 14px;
}
.cart-summary .block .content {
  padding-bottom: 0px !important;
}
.cart-summary .checkout-block.bc-poa-block {
  font-size: 12px;
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: -13px;
}
.cart-summary .checkout-block.bc-poa-block p {
  margin-bottom: 0px;
}
.cart-summary .checkout-block.bc-poa-block p a {
  color: #79ABA8;
}
.cart-summary .checkout-block.bc-poa-block p a:hover {
  text-decoration: underline;
}
.checkout-cart-index #poa-contact-modal h3 {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  font-size: 18px;
}
.checkout-cart-index #poa-contact-modal strong {
  font-weight: normal;
}
.checkout-cart-index #poa-contact-modal p strong {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.checkout-cart-index #poa-contact-modal input[type="text"] {
  height: 45px;
}
.checkout-cart-index #poa-contact-modal ul li {
  margin-bottom: 5px;
}
.checkout-index-index #poa-contact-modal h4 {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  font-size: 18px;
}
.checkout-index-index #poa-contact-modal ul li {
  margin-bottom: 5px;
}
.checkout-index-index #poa-contact-modal ul li strong {
  font-weight: normal;
}
.checkout-index-index #poa-contact-modal .actions {
  margin-top: 20px;
}
.checkout-index-index #checkout-step-shipping_method .matrixrate-poa-shipping-info p a {
  color: #79ABA8;
}
.checkout-index-index #checkout-step-shipping_method .matrixrate-poa-shipping-info p a:hover {
  text-decoration: underline;
}
.amcheckout-step-container button.action.edit-address-link {
  padding: 5px 20px !important;
}
.cart-summary .form-login .g-recaptcha {
  transform: scale(0.77);
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap #poa-quote-items ul,
.checkout-cart-index .modal-popup.modal-slide .modal-inner-wrap #poa-quote-items ul {
  padding-left: 15px;
  font-size: 12px;
}
.checkout-index-index .modal-popup.modal-slide .modal-content,
.checkout-cart-index .modal-popup.modal-slide .modal-content {
  scrollbar-width: thin;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-index-index .modal-popup.modal-slide .modal-content ul,
.checkout-cart-index .modal-popup.modal-slide .modal-content ul {
  padding-left: 15px;
  font-size: 12px;
}
.checkout-index-index .modal-popup.modal-slide .modal-header,
.checkout-cart-index .modal-popup.modal-slide .modal-header {
  padding-left: 19px;
}
.catalog-product-view .modal-slide._inner-scroll .modal-header,
.checkout-cart-index .modal-popup .modal-inner-wrap .modal-content {
  padding-left: 20px;
  padding-right: 17px;
}
.checkout-cart-index .modal-slide._inner-scroll .modal-header {
  padding-left: 19px;
}
.checkout-index-index .modal-inner-wrap label {
  display: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
  scrollbar-width: thin;
  padding-left: 20px;
  padding-right: 18px;
}
.catalog-product-view .sticky-wrapper .actions .action.primary:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.cms-live-chat .cnct-bx .livechat_button img {
  width: 130px;
  margin-bottom: 20px;
}
.customer-account-create .fieldset.address {
  margin-left: 0px;
}
.customer-account-create .fieldset.address .field {
  padding-left: 0px;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 16px 13px!important;
}
.footer.content .product.info.detailed #amfaq_product button {
  font-family: 'ITC Avant Garde Std Bk';
  background-color: #79aba9;
  margin: -4px 0px 0 20px;
  color: #fff;
}
.footer.content .product.info.detailed #amfaq_product button:hover {
  background-color: #66a29e;
}
.footer.content .product.info.detailed fieldset {
  max-width: 50%;
  padding-left: 4%;
}
.footer.content .product.info.detailed fieldset button {
  margin-left: 0px !important;
}
.amfaq_questions .am-no-items,
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: normal !important;
  font-family: 'ITCAvantGardeStdDemi';
}
.page-footer .product.info.detailed .ask-question-form .fieldset .field input[type='checkbox']:checked {
  color: #79aba9;
}
.cart-summary .checkout-block.bc-poa-block {
  border-radius: 3px;
}
.checkout-cart-index .modal-popup.modal-slide .actions button {
  /*margin-top: 20px;*/
}
.checkout-cart-index .modal-popup .g-recaptcha {
  padding-bottom: 15px;
}
.checkout-cart-index .modal-popup textarea {
  border-radius: 4px;
}
#checkout .checkout-shipping-address .fieldset.address > .field {
  margin-bottom: 10px;
}
.checkout-index-index #poa-recaptcha {
  margin-top: 15px;
}
.checkout-cart-index form[id='co-shipping-method-form'] div.field.choice.item {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.checkout-cart-index .cart-summary .block form:not(:last-of-type) .fieldset {
  margin-bottom: 5px;
}
.table-wrapper.comparison .amlabel-position-wrappe {
  z-index: 10 !important;
}
.table-wrapper.comparison {
  z-index: 0;
}
#checkout .form.form-login .fieldset .secondary a.remind span {
  font-size: 14px;
}
#checkout .form.form-login .fieldset .field {
  margin-bottom: 10px;
}
.checkout-index-index .opc-payment {
  /*font-size: 14px;*/
}
.field .control._with-tooltip input {
  font-size: 14px;
}
.amsearch-form-container.-large .amsearch-wrapper-content .price .price {
  padding-right: 3px;
}
.amsearch-form-container.-large .amsearch-wrapper-content .price .price + .price {
  padding-right: 0px;
  padding-left: 2px;
}
.amsearch-results .amsearch-item:hover {
  background-color: #fff !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  font-size: 14px !important;
}
.block.crosssell .products-grid .product-item {
  border-left: 1px dashed #bbb;
  padding-left: 20px;
}
.block.crosssell .products-grid .product-item:last-child {
  border-right: 1px dashed #bbb;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  display: inline-flex !important;
}
.check-top-menu ul li a {
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 9px 24px;
  text-transform: uppercase;
  padding-bottom: 7px;
  border: 1px solid #000;
}
#custom-sliding-cart .block-content .product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}
.page-footer .footer.content .footer .container .ftr-blk11.last .block {
  margin-bottom: 20px;
}
.check-footer-ewayblock #eWAYBlock {
  float: right;
}
.check-footer-ewayblock #eWAYBlock img {
  margin: 24px 0;
  margin-bottom: 0px;
  max-width: 160px;
  margin-top: 0px;
}
#checkout-step-shipping .actions-toolbar > .primary .action:hover {
  background-color: #66a29e !important;
  border: none !important;
  color: #fff;
}
#checkout-step-shipping .amcheckout-wrapper .amcheckout-button:hover,
#checkout-step-shipping .amcheckout-wrapper .action-select-shipping-item:hover {
  background-color: #66a29e !important;
  border: none !important;
  color: #fff;
}
.checkout-index-index .amcheckout-wrapper .action,
.checkout-index-index .addresses .action,
.checkout-index-index .shipping-address-items .action,
.checkout-index-index #checkout-shipping-address .action {
  background-color: #66a29e !important;
  border: none !important;
  color: #fff;
}
.form.form-login .actions-toolbar .secondary a.action {
  background-color: inherit !important;
  color: #000;
}
.checkout-index-index .shipping-address-item .action {
  background-color: #66a29e !important;
  border: none !important;
  color: #fff;
}
.checkout-shipping-method .shipping-notes {
  padding: 12px 0px 10px 0px;
  display: block;
  font-size: 13px;
  background: #e8f4f3;
  color: #61908e;
  padding-left: 16px;
  font-family: 'ITC Avant Garde Std Bk';
  border-radius: 3px;
  position: relative;
  padding-left: 12px;
  line-height: 15px;
  font-family: 'ITCAvantGardeStdDemi';
  border: 1px solid #e7f0ef;
  margin-bottom: 10px;
}
.checkout-shipping-method .shipping-notes::before {
  font-size: 18px;
  line-height: 21px;
  color: #7baaa8;
  content: '\e628';
  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: 35px;
  position: absolute;
  text-align: center;
  display: none;
}
.product-info-main .product-view-custom-options .control {
  padding-bottom: 30px;
}
.product-info-main .product-view-custom-options .control input {
  height: 40px;
  padding: 0px 10px;
}
.product-info-main .product-view-custom-options .control select {
  height: 40px;
}
.product-info-main .product-view-custom-options .field {
  background-color: #f8f8f8;
}
.product-info-main .product-view-custom-options .field .label,
.product-info-main .product-view-custom-options .field .control {
  padding-left: 15px;
}
.product-info-main .product-view-custom-options .field .label {
  border-top: 1px solid #d3cdcd;
}
.product-info-main .product-view-custom-options .field:last-child .label {
  border-bottom: 0px;
}
.product-info-main .product-view-custom-options .field input:focus {
  outline: 0;
}
.product-info-main .product-view-custom-options .field:first-child .label {
  border-radius: 10px;
  border-top: 0px;
}
.product-info-main .product-view-custom-options .field:last-child {
  margin-bottom: 10px !important;
}
/* CUSTOM OPTION FIELD - PRODUCT VIEW PAGE */
.product-info-main .product-view-custom-options .custom-select .control input {
  height: 16px;
  margin-bottom: 10px;
  width: 16px;
  float: left;
}
.product-info-main .product-view-custom-options .custom-select .control input[type="checkbox"]:checked:after {
  padding: 3px 2px 0px;
}
.product-info-main .product-view-custom-options #input-box-options_38_file input.product-custom-option {
  padding: 0px;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field {
  float: left;
  width: 100%;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field .label {
  background-color: inherit !important;
  border: none !important;
  float: left !important;
  padding: 3px 10px!important;
}
.product-options-wrapper .custom-select .control .field input[type="radio"] {
  position: relative;
  opacity: 1;
}
.product-options-wrapper .custom-select + .field:last-child .label {
  margin-bottom: 0px !important;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"] {
  position: relative;
  opacity: 1;
  width: 17px;
  height: 17px;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"] + label + label span {
  font-family: 'ITCAvantGardeStdDemi' !important;
  font-size: 16px !important;
}
.product-options-wrapper .label.show-collapsed:before {
  right: 14px;
}
/*PRODUCT CUSTOM OPTION - VIEW PAGE*/
.product-view-custom-options {
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.product-view-custom-options .custom-select .control .options-list.nested .field .label {
  border: none;
  padding: 0;
  padding-left: 25px;
  margin-top: 0px;
  padding-bottom: 10px;
  line-height: 20px;
}
.product-view-custom-options .custom-select .control .options-list.nested .field .label:before {
  content: "";
}
.product-view-custom-options .custom-select .control .options-list.nested .field .label span {
  font-family: 'ITC Avant Garde Std Bk';
  font-size: 13px;
}
.product-view-custom-options .custom-select .control .options-list.nested .field .label:before {
  content: "";
}
.product-view-custom-options .custom-select .control .options-list.nested .field .label:last-child {
  margin-bottom: 0px !important;
}
.product-view-custom-options .custom-select .control .options-list.nested .field input[type=radio] {
  display: none;
}
.product-view-custom-options .custom-select .control .options-list.nested .field input[type=radio] + label {
  background: #dddddd;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  margin-top: 0px;
}
.product-view-custom-options .custom-select .control .options-list.nested .field input[type=radio] + label span {
  margin-left: 25px;
  margin-top: -3px;
  display: table;
}
.product-view-custom-options .custom-select .control .options-list.nested .field input[type=radio]:checked + label {
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  background-color: #76aba9;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
  margin-bottom: 11px !important;
}
.product-view-custom-options .custom-select .control .options-list.nested .field input[type=radio]:checked + label span {
  margin-left: 25px;
  margin-top: -3px;
  display: table;
}
.product-view-custom-options .custom-select .control .options-list.nested .field.admin__field-option {
  width: 30%;
  float: left;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
.product-view-custom-options .label:before {
  content: "";
}
.product-view-custom-options .custom-select:last-child .label {
  margin-bottom: 0px !important;
  margin-top: -4px;
}
.product-view-custom-options .field:first-child {
  border-radius: 12px 12px 0 0;
}
.product-view-custom-options .field.custom-select.required:last-child {
  border-radius: 0px 0px 12px 12px;
}
.product-options-wrapper .custom-opt-title {
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 18px;
}
.product-options-wrapper .custom-opt-title .custom-opt-title-value {
  width: 100%;
  float: left;
  line-height: 18px;
}
.product-options-wrapper .custom-opt-title .custom-opt-title-content {
  font-size: 13px;
  font-family: 'ITC Avant Garde Std Bk';
}
.product-options-wrapper .custom-opt-title .custom-opt-title-content + img {
  padding: 10px;
  padding-left: 0px;
}
.product-view-custom-options .custom-select .control .options-list.nested .field input[type=checkbox] + label + .label {
  margin-top: 3px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
}
.product-info-main .product-view-custom-options .field.custom-select .label {
  border-top: 0px solid #e9e1e1;
}
.product-info-main .product-view-custom-options .field .label {
  border-top: 0px solid #eae0e0;
}
.page-product-configurable .product-add-form .product-options-wrapper .field .control {
  width: 98%;
}
.product-options-wrapper .field .note {
  margin-bottom: 0px;
}
.product-info-main .product-view-custom-options .control input.product-custom-option {
  padding: 0px 0px;
}
.product-info-main .product-view-custom-options .control input.input-text.product-custom-option {
  padding: 0px 10px;
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 5px;
  height: 40px;
}
.product-info-main .product-view-custom-options .control {
  padding-bottom: 0px;
}
.product-info-main .product-view-custom-options .control textarea {
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 5px;
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
  padding-bottom: 5px;
}
.product-info-main .product-view-custom-options .field.file {
  padding-bottom: 12px;
  margin-top: 20px;
}
.product-info-main .product-view-custom-options .field.file .label {
  margin-bottom: 5px !important;
}
.product-info-main .product-view-custom-options .field.file .control input {
  height: auto;
}
.product-info-main .product-view-custom-options .field.file .note {
  font-size: 12px;
}
/*.order-form-download{
    background-color: #f8f8f8;
    padding: 14px 10px;
    margin-bottom: -15px;
    border-radius: 12px 12px 0 0;
    position: relative;
    padding-left: 15px;
    a{
        font-size: 14px;
        font-weight: normal;
        padding: 8px 16px;
        border: 1px solid #949494;
        display: table;
        margin-bottom:5px;
        border-radius: 4px;
        background-color: #79aba9;
        color: #fff;
        font-family: 'ITC Avant Garde Std Bk';
        &:hover{
            background-color: #fff;
            color:#79aba9;
        }
    }
  }
*/
.order-form-download {
  font-size: 14px;
  font-weight: normal;
  padding: 14px 10px;
  padding-left: 0;
}
.order-form-download a {
  text-decoration: underline;
  font-family: 'ITCAvantGardeStdDemi';
  color: #76ABA9;
  font-size: 14px;
  font-weight: normal;
}
.order-form-download a:hover {
  text-decoration: none;
  color: #76ABA9;
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
  width: 60%;
  float: left;
  padding-top: 0;
  line-height: 15px;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 13px;
}
.page-product-configurable .product-add-form .product-options-wrapper .field .control {
  width: 37%;
  float: left;
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .file .control,
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .file .label,
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .custom-select .control,
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .custom-select .label {
  width: 100%;
  float: left;
  /*line-height: inherit;*/
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .custom-select .choice .label {
  width: auto;
  float: none;
}
.page-product-configurable .product-add-form .product-options-wrapper .field .control {
  margin-bottom: 10px;
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .input-field-custom .label {
  display: flex !important;
  align-items: center;
  justify-content: left;
  height: 44px;
  font-family: 'ITC Avant Garde Std Bk';
}
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .file .label,
.page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .custom-select .label {
  font-family: 'ITC Avant Garde Std Bk';
}
.product-info-main .product-view-custom-options .field.file .note strong {
  font-weight: normal;
}
.block-authentication .block-customer-login .actions-toolbar > .primary .action {
  border-color: #76ABA9;
  background-color: #76ABA9;
  color: #FFF;
}
.block-authentication .block-customer-login .actions-toolbar > .primary .action:hover {
  background-color: #66a29e;
}
.checkout-cart-index .block-authentication .block-title {
  line-height: 27px;
  margin-bottom: 18px;
}
.checkout-cart-index .block-authentication .actions-toolbar .primary .action {
  font-size: 16px !important;
}
.checkout-cart-index .block-authentication .actions-toolbar .secondary a {
  line-height: 13px;
}
.checkout-cart-index .block-authentication .block-new-customer .actions-toolbar {
  margin-bottom: 20px;
}
.checkout-cart-index .block-authentication .block[class] ul {
  list-style: disc;
}
body._has-modal {
  position: fixed;
}
/*BRAND PAGE - EDIT*/
.dept-product-range.brand-list.mobile-brandlist {
  display: none;
}
.dept-product-range.product-shop.mobproduct-shop {
  display: none;
}
.special-price .price,
.price-box .special-price .price {
  color: #CC0000 !important;
}
.price-box.range.second .special-price .price {
  color: #000 !important;
}
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.sku {
  max-width: 150px;
}
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.price,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.price {
  padding-right: 4px !important;
}
.order-actions-toolbar .action.print {
  margin-top: -40px !important;
}
.amasty_quote-cart-index .cart.actions .action.quote {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  border-radius: 3px;
  color: #fff;
  line-height: 16px;
  padding: 12px 20px;
  padding-bottom: 10px;
  border: none;
  background-color: #76aba9;
  float: right;
  margin-left: 10px !important;
  margin-top: 1px;
  margin-right: 0px !important;
}
.amasty_quote-cart-index .cart.actions .action.quote:hover {
  background-color: #66a29e;
}
.post-list-wrapper .post-list.modern .post-info .post-read-more a:focus {
  background-color: inherit !important;
}
.blog-page .post-list-wrapper .post-list.modern .post-item.post-holder {
  position: relative;
}
.blog-page .post-list-wrapper .post-list.modern .post-item.post-holder .post-read-more {
  position: absolute;
  bottom: 12px;
}
.blog-page .sidebar .magefan-collapse-arrow {
  top: 0%;
  transform: rotate(0deg) !important;
  transition: inherit;
}
.blog-page .sidebar .magefan-collapse-arrow.magefan-expand-arrow {
  transform: rotate(90deg) !important;
  right: -2px;
}
.account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
.column.main .block.block-order-details-view .block-content:not(.widget) .box,
.sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.sku {
  word-wrap: break-word;
}
.field.addresses .box-title,
.checkout-cart-index .block-authentication .actions-toolbar .primary .action,
.cart-summary .block .title strong {
  font-weight: normal !important;
}
.wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
  padding-left: 0px !important;
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  padding-left: 9px;
}
.account .page-wrapper .action.primary span,
.customer-account-login .page-wrapper .action.primary span,
.tradelogin-index-index .page-wrapper .action.primary span {
  font-size: 14px;
}
.amsearch-item .amlabel-position-wrapper .amasty-label-container + .amasty-label-container {
  display: none !important;
}
.amsearch-item .amlabel-position-wrapper .amasty-label-container .amasty-label-text {
  background-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}
.cart-summary .form-login .g-recaptcha {
  transform-origin: left;
}
.amssearch-search-sku {
  font-size: 12px;
  padding-bottom: 3px;
}
/*common class end 1*/
.navigation .level0 .submenu .active > a {
  border-width: 0px !important;
}
.nav-sections .navigation .level0 .submenu .submenu {
  top: -1px !important;
}
/*TOP CART*/
.page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper {
  /*    border: 2px solid #fff; */
  position: relative;
  margin-top: -1px;
}
.page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .action.showcart {
  background-color: inherit;
  border-radius: 60px;
  height: 50px;
  width: 90px;
  border: 0px solid #000;
  float: left;
}
.page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .text {
  color: #fff;
  padding-top: 7px;
  display: inline-block;
  padding-left: 0px;
  width: 106px;
  display: flex;
  font-family: 'ITCAvantGardeStdDemi';
  z-index: 0;
  position: relative;
  height: 27px;
  line-height: 20px;
  text-align: right;
  padding-left: 47px;
}
.page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .text:hover {
  text-decoration: underline;
}
.page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  font-family: 'ITCAvantGardeStdDemi';
  color: #000;
  left: 21px;
  position: absolute;
  top: -2px;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  padding: 0px 0px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
.dupminicart-wrapper.minicart-wrapper .action.showcart {
  background-color: inherit;
  border: 0px;
}
.dupminicart-wrapper.minicart-wrapper .action.showcart:before {
  content: '' !important;
  background-image: url(../images/shopping-cart.svg);
  background-repeat: none;
  background-position: 0 0;
  border: none;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #eee;
  background-color: inherit;
  background-size: 74%;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  /*    -webkit-filter: invert(1); filter: invert(1);*/
  -webkit-filter: invert(1);
  filter: invert(1);
}
.dupminicart-wrapper.minicart-wrapper .action.showcart:hover:before {
  color: #ddd;
}
.page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
  margin-top: 0px;
  padding-left: 0px !important;
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  color: #000;
  left: 21px;
  position: absolute;
  top: -3px;
  background-color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  padding: 0px 0px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  font-family: 'ITCAvantGardeStdDemi';
}
.page-wrapper .page-header .header.content .minicart-wrapper .counter.qty.empty {
  display: block !important;
  z-index: 1;
}
.page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
  /*    height:50px;
    width:50px; */
  margin-top: -1px;
}
.page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  height: 50px;
  width: 50px;
  /*        border: 2px solid #000;*/
  border-radius: 50px;
  float: left;
}
.page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart + .no-class + span {
  display: none;
}
.page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .text {
  color: #fff;
  padding-top: 7px;
  display: inline-block;
  padding-left: 0px;
  width: 75px;
  display: flex;
  font-family: 'ITCAvantGardeStdDemi';
}
.page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .text:hover {
  text-decoration: underline;
}
.page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
  padding-left: 10px;
  color: #000;
  left: 1px;
  position: absolute;
  top: 1px;
  background-color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  padding: 0px 0px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 12px;
  position: relative;
  display: block;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  width: 40px !important;
  background-image: none !important;
}
.page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
  font-size: 33px !important;
  margin: 4px 10px 0 2px!important;
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.close {
  top: 8px;
}
.page-wrapper .page-header .header.content .minicart-wrapper .block-minicart {
  right: 3px;
  top: 104%;
}
/*CHECKOUT PAGE*/
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: none !important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  background-color: #76ABA9;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 15px 30px!important;
  padding-right: 0px;
  padding-left: 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action:after {
  content: '' !important;
  padding: 0px !important;
}
.amcheckout-step-container input {
  height: 45px;
}
#checkout .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  background-color: inherit;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  border: none !important;
  background: #f9f9f9 !important;
}
.amcheckout-step-container .opc-payment-additional,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  background-color: #f9f9f9 !important;
  border: 1px solid #f9f9f9;
}
.payment-methods .message.warning,
.amcheckout-step-container .opc-payment-additional {
  padding: 0 10px!important;
}
#checkout .checkout-payment-method.submit .payment-methods .message.warning {
  padding: 10px 0px 10px 40px !important;
  margin: 0px 10px;
}
.amcheckout-step-container .amcheckout-title,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background-color: #76ABA9;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 8px;
}
.opc-block-summary .table-totals {
  background-color: inherit;
}
.opc-block-summary .table-totals .totals.sub td,
.opc-block-summary .table-totals .grand.totals td,
.opc-block-summary .table-totals .grand.totals th,
.opc-block-summary .table-totals .totals.sub th {
  background: inherit !important;
  padding: 0 10px;
}
.opc-block-summary .table-totals tr.discount td.amount {
  padding-right: 10px;
  padding-bottom: 1px;
}
.opc-block-summary .table-totals tr.discount th {
  padding-left: 10px;
  background-color: inherit !important;
  padding-bottom: 0px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
  margin-bottom: 0px;
}
.amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  background-color: #76ABA9;
  width: 90%;
}
.amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout:hover {
  background-color: #66a29e;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background-color: #76ABA9;
  border: 1px solid #76ABA9;
  color: #fff;
  box-shadow: inherit !important;
  margin: 0px;
  padding: 10.5px 20px;
}
.amcheckout-step-container .form-discount input[type='text'] {
  height: 46px !important;
  font-family: 'ITC Avant Garde Std Bk';
  border-radius: 3px 0 0 3px !important;
  color: #000;
}
.payment-methods .message.warning {
  margin: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
  margin-top: 20px;
  background-color: #f9f9f9;
  margin: 0px 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar input {
  border-radius: 0px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  border: 0px;
  background-color: #66a29e !important;
  height: 46px;
  line-height: 25px;
  color: #fff;
  margin: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border: none !important;
}
#checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background-color: #000;
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 11px 27px;
  text-transform: uppercase;
  padding-bottom: 9px;
  border: 1px solid #000;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action span {
  font-size: 14px;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  text-decoration: none;
}
.payment-methods .message.warning {
  margin: 0px 20px;
}
.checkout-payment-method.submit .payment-methods {
  background-color: #f9f9f9 !important;
}
.amcheckout-step-container .action.checkout.amasty {
  background: #000 !important;
  margin-bottom: 0px;
  margin-top: 20px;
  border: 1px solid #000;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: 100% !important;
}
.dupminicart-wrapper .loading-mask {
  bottom: 0px;
  top: 5px;
  left: 10px;
  background-color: inherit;
}
.dupminicart-wrapper.minicart-wrapper .action.showcart .counter-label {
  left: 0px;
  font-family: 'ITCAvantGardeStdDemi';
  top: -4px;
  font-size: 12px;
}
#custom-sliding-cart .minicart-wrapper .action.showcart .counter-label {
  padding-left: 8px;
}
.page-wrapper #custom-sliding-cart .minicart-wrapper .action.showcart .counter.qty .counter-label span {
  font-family: 'ITCAvantGardeStdDemi';
}
.dupminicart .loading-mask {
  left: -15px;
  top: -16px;
  bottom: inherit;
  background: inherit;
}
.dupminicart.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
  bottom: inherit;
  top: 21px;
  left: 0;
  position: absolute;
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 0px !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  padding: 0 20px 0 20px!important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-bottom: 0px;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
  padding-top: 0px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #76aba9 !important;
  box-shadow: inherit;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background-image: none !important;
  background-color: #76aba9 !important;
  content: '\e84c';
  font-family: 'fontello';
  font-size: 13px;
  color: white;
  width: 10px;
  height: 10px;
  padding: 1px 1px 0px;
  border-radius: 3px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  color: #fff;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action:hover {
  text-decoration: none;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 61px !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding-left: 5px !important;
  padding-top: 0px;
  display: inline-block;
  padding-right: 0px;
}
.amcheckout-step-container input[type='radio'] + label:before {
  margin-bottom: -1px !important;
}
.block-minicart .minicart-items .product-item-details .details-qty,
.block-quotecart .minicart-items .product-item-details .details-qty {
  font-size: 22px;
  font-weight: normal;
  font-family: 'ITCAvantGardeStdDemi';
}
.minicart-items .product-item-details .details-qty .plus {
  padding-top: 2px;
}
.minicart-items .product-item-details .details-qty .minus {
  font-size: 25px;
  top: 2px;
}
#sliding-cart .minicart-items .product-item-details .details-qty {
  font-size: 1.4rem;
  font-weight: normal;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label span {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.block-quotecart.block-minicart #quotecart-content-wrapper .block-content {
  display: flex;
  flex-direction: column;
}
.block-quotecart.block-minicart .subtotal {
  order: 3;
}
.block-quotecart.block-minicart .actions {
  order: 3;
}
.modal-popup .action-primary {
  border-color: #76ABA9;
  background-color: #76ABA9;
}
.modal-popup .action.primary {
  border-color: #76ABA9;
  background-color: #76ABA9;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.modal-popup .fieldset .control input {
  height: 45px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action:hover,
.modal-popup .action.primary:hover,
.modal-popup .action-primary:hover {
  background-color: #66a29e;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  padding-left: 10px;
  padding-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .shipping th,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals .totals th,
.opc-block-summary .items-in-cart > .title {
  font-family: 'ITCAvantGardeStdDemi';
}
#checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  color: #000;
  background-color: inherit !important;
  border-color: #000 !important;
  border: 1px solid #000;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #76ABA9!important;
}
.cms-sidebar ul,
.block-collapsible-nav ul {
  padding-left: 0px;
}
.filter-options-content a:hover {
  background-color: inherit !important;
}
.products.wrapper.list.products-list .products.list li.product-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.products.wrapper.list.products-list .products.list li.product-item .product-item-inner {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  background-color: #76ABA9 !important;
  font-size: 16px !important;
  font-family: 'ITCAvantGardeStdDemi';
  border: none;
  padding: 10px 25px;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover {
  background-color: #66a29e !important;
  color: #000;
  background-color: inherit !important;
  border-color: #000 !important;
  border: 1px solid #000!important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  border: 1px solid #000!important;
}
.cms-home .page-wrapper .mid-bx-pro {
  margin-bottom: 0px;
}
.filter-options .filter-options-content a:hover {
  background-color: inherit;
}
.cart-container .cart-discount .discount .title {
  font-family: 'ITCAvantGardeStdBold';
}
.cart-container .cart-discount .actions-toolbar .action.primary {
  background-color: #76aba9;
  color: #fff;
  box-shadow: inherit;
  border-radius: 0 2px 2px 0px;
}
.cart-container .cart-discount .actions-toolbar .action.primary:hover {
  background-color: #66a29e;
}
.cart-container .cart-discount .discount {
  max-width: 380px;
}
.cart-container .cart-discount .discount .control input {
  height: 34px;
  font-family: 'ITC Avant Garde Std Bk';
  border-radius: 3px 0 0 3px;
}
.cart-container button:hover {
  background-color: #66a29e;
}
.amsl-popup-block .actions-toolbar .action.primary {
  background-color: #76aba9 !important;
  line-height: 22px;
  text-transform: uppercase;
}
.amsl-popup-block .actions-toolbar .action.primary:hover {
  background-color: #66a29e !important;
}
.amsl-login-content .secondary .action.remind {
  color: #666 !important;
}
.product.info.detailed .review-add .fieldset {
  margin-bottom: 10px;
}
.payment-methods .message.warning {
  padding: 10px 0px 10px 40px !important;
  margin: 7px 0;
}
.page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:hover .ui-menu-icon:after,
.navigation .level0.parent.active > .level-top > .ui-menu-icon:after,
.navigation .level0.parent.has-active > .level-top > .ui-menu-icon:after {
  -webkit-transform: rotate(180deg);
}
.toolbar-sorter .sorter-action.sort-asc:before {
  color: #000;
  content: "";
  padding: 20px;
  background-image: url(../images/up-arrow.svg);
  background-repeat: no-repeat;
  background-size: 48%;
  background-position: -1px 12px;
  width: 40px;
  height: 40px;
}
.toolbar-sorter .sorter-action.sort-desc:before {
  color: #000;
  content: "";
  padding: 20px;
  background-image: url(../images/up-arrow.svg);
  background-repeat: no-repeat;
  background-size: 48%;
  background-position: -1px 9px;
  transform: rotateX(180deg);
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  background-color: #fff;
  color: #333 !important;
  border-bottom: 0px;
}
.products.list .product-item-name a {
  font-size: 15px;
  line-height: 22px;
}
.sidebar-main .filter-options-title {
  padding: 10px 20px 0 30px;
}
.sidebar-main .filter-options-title:after {
  -webkit-transform: rotate(-90deg);
  font-weight: bold;
  color: #000;
  right: inherit;
  top: 11px;
  left: 5px;
}
.sidebar-main .active > .filter-options-title:after {
  -webkit-transform: rotate(180deg);
}
.sidebar-main .filter-options-content {
  padding-top: 0px;
}
.sidebar-main .filter-options-content li a {
  color: #000;
}
.products-grid.wishlist .product-item .price-box {
  display: inline-block;
  padding-bottom: 20px;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .qty input {
  width: 40px;
  height: 40px;
}
.products-grid.wishlist .product-item .product-item-inner .product-item-comment {
  height: 100px;
}
.products-grid.wishlist .product-item .product-item-name {
  font-family: 'ITCAvantGardeStdDemi';
  line-height: 14px !important;
}
.wishlist-toolbar .pager .toolbar-amount .toolbar-number {
  font-family: 'ITCAvantGardeStdDemi';
}
.wishlist-toolbar .pager .limiter .limiter-label {
  font-family: 'ITCAvantGardeStdDemi';
}
.wishlist-index-share .fieldset textarea {
  border-radius: 7px;
}
.products-grid.wishlist .product-item-info:hover .product-item-inner,
.products-grid.wishlist .product-item-info.active .product-item-inner {
  position: inherit;
}
.inquiry-page .contact-bg.contact-white-bg.contact-us {
  background-color: #eee;
  padding: 20px;
  padding-top: 5px;
}
.inquiry-page .contact-bg .fieldset .field.field-image {
  width: 100%;
}
.inquiry-page .contact-bg .fieldset .field.field-image label {
  width: 50%;
  float: left;
}
.inquiry-page .contact-bg .fieldset .field.field-image label + .control {
  width: 50%;
  float: none;
  clear: left;
}
.inquiry-page .contact-bg .fieldset .field.field-image label span {
  font-size: 16px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  float: left;
  margin-bottom: 9px;
}
.inquiry-page .contact-bg .fieldset .field.field-image .label-right {
  width: 50%;
  float: left;
  clear: left;
}
.inquiry-page .contact-bg .fieldset .field.field-image .primary {
  text-align: right;
}
.inquiry-page .contact-bg .fieldset .field.field-image .primary button {
  width: 38%;
  text-transform: uppercase;
  margin-left: 8px;
  text-align: center;
}
.inquiry-page .contact-bg .fieldset .field.field-image .primary button span:after {
  content: '\e804';
  padding: 10px;
  font-size: 18px;
  font-family: 'fontello';
}
.product.media .slick-initialized .slick-slide {
  border: 1px solid #c7c6c4;
  margin-right: 12px;
  height: 71px;
  height: 126px;
}
.product.media .slick-initialized .slick-slide img {
  margin: auto;
  height: 100%;
  border: 1px solid #fff;
  object-fit: contain;
}
.product.media #amasty-gallery-container #amasty-gallery-images {
  margin-top: 20px;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-list {
  margin: 0 10px;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-prev {
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  background-color: #cccccc !important;
  border-radius: 0px 20px 20px 0px;
  transform: rotate(180deg);
  top: 32%;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-prev:before {
  content: '\e804';
  font-family: 'fontello';
  width: 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-prev:hover {
  background-color: #D9A301 !important;
  border: none;
  box-shadow: inherit;
  background-image: none;
  background-image: inherit !important;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-next {
  width: 20px;
  height: 40px;
  background-color: #cccccc !important;
  border-radius: 0px 20px 20px 0px;
  right: 11px;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-next:before {
  content: '\e804';
  font-family: 'fontello';
  width: 20px;
  height: 40px;
  color: #fff;
  font-size: 14px;
}
.product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-next:hover {
  background-color: #D9A301 !important;
  border: none;
  box-shadow: inherit;
  background-image: none;
  background-image: inherit !important;
}
.product-options-wrapper .swatch-opt {
  display: inline-block;
  width: 100%;
}
.post-list-wrapper a:active,
.post-list-wrapper .alink:active {
  color: #000;
  text-decoration: none;
}
/*BRAND PAGE */
.mid-bx-pro.feat-arc-desir-pro h2 {
  font-size: 28px;
  font-family: 'ITCAvantGardeStdDemi';
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
  color: #33322C;
}
.mid-bx-pro.feat-arc-desir-pro .bx1 {
  margin-right: 14.8%;
}
.mid-bx-pro.feat-arc-desir-pro .bx1.last {
  margin-right: 0px;
}
.mid-bx-pro.feat-arc-desir-pro .bx1 .midtxt11 {
  font-family: 'ITCAvantGardeStdBold';
  font-weight: normal;
  font-size: 25px;
  color: #33322C;
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  padding-bottom: 12px;
}
.feat-depbx.fe-arde-pr {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.feat-depbx.fe-arde-pr h2 {
  font-size: 28px;
  font-family: 'ITCAvantGardeStdDemi';
  text-align: center;
  color: #33322C;
  margin-bottom: 6%;
}
.feat-depbx.fe-arde-pr .fearc-bx {
  max-width: 47.4%;
  width: 100%;
  margin-right: 5.2%;
  padding: 0px;
  margin-bottom: 40px;
  float: left;
  text-align: center;
}
.feat-depbx.fe-arde-pr .fearc-bx.last {
  margin-right: 0px;
}
.feat-depbx.fe-arde-pr .fearc-bx h3 {
  font-size: 20px;
  font-family: 'ITCAvantGardeStdDemi';
  margin-top: 10px;
}
form[id='co-shipping-method-form'] div.field.choice.item {
  padding-left: 0px !important;
}
.cart-summary .checkout-methods-items {
  margin-top: 0px;
}
.cart.table-wrapper .col.qty .input-text {
  font-weight: normal;
  font-size: 16px;
  border-radius: 4px;
}
.cart.table-wrapper .cart thead tr th.col {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  font-family: 'ITCAvantGardeStdDemi';
}
.header .compare.wrapper .action.compare {
  color: #fff !important;
  text-decoration: none;
  margin-top: 5px;
  float: left;
}
.header .compare.wrapper .action.compare:hover {
  color: #fff;
  text-decoration: none;
}
.header .compare.wrapper .action.compare .counter.qty {
  color: #fff;
}
.table.table-comparison thead {
  border-bottom: 1px solid #ccc;
}
.table.table-comparison tr td {
  background-color: inherit !important;
  border-right: 0px;
}
.table.table-comparison .action.tocart {
  margin-right: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  color: #76aba9;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0 !important;
  margin-bottom: 10px !important;
}
.table-comparison .cell.label .attribute.label {
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
}
.table-comparison td {
  border-right: 0px;
}
.table-comparison td.product {
  background-color: inherit;
}
.table-comparison .cell.remove {
  padding-right: 0px;
}
.account .page-main input[type="checkbox"],
.account .page-main input[type="radio"] {
  float: left;
  margin-right: 5px;
  margin-top: -1px;
}
.account .order-products-toolbar .pages a.page {
  border: none;
}
.account .order-products-toolbar .pages a:hover {
  background: none;
}
.account .order-products-toolbar .pages a:before {
  color: #000;
}
.account .order-products-toolbar .pages strong.page {
  font-size: 15px;
  color: #76ABA9;
  background: none;
}
.account .order-products-toolbar .pages .action {
  background-color: #eae8e7;
  border-radius: 0px;
  border: none;
  box-shadow: inherit;
}
.customer-account-create .page-main input[type="radio"],
.customer-account-create .page-main .page-main input[type="checkbox"] {
  float: left;
  margin-right: 7px;
  margin-top: 0px;
}
.customer-account-create .fieldset.address {
  margin-bottom: 40px;
}
.checkout-index-index .field.addresses .shipping-address-items .shipping-address-item.selected-item {
  border-width: 0px;
  background: none;
  padding-left: 0px;
}
.checkout-index-index .field.addresses .shipping-address-items .shipping-address-item.selected-item:hover {
  box-shadow: inherit;
}
.checkout-index-index .amcheckout-shipping-methods .amcheckout-method {
  background: none !important;
  border: none;
}
.checkout-index-index .amcheckout-shipping-methods .amcheckout-method:hover {
  box-shadow: inherit !important;
  border: none;
  background: none;
}
.checkout-index-index .amcheckout-shipping-methods table tr {
  background-color: inherit;
}
.checkout-index-index .amcheckout-shipping-methods table tr:hover {
  box-shadow: inherit;
}
.checkout-index-index .table-totals .totals.shipping.excl th {
  padding-left: 10px;
  background: none;
}
.checkout-index-index .table-totals .totals.shipping.excl td.amount {
  padding-right: 10px;
}
.checkout-index-index .actions-toolbar .checkout span {
  font-size: 16px !important;
}
.checkout-index-index .actions-toolbar .checkout:hover {
  background-color: #66a29e;
}
.checkout-index-index .block-giftregistry-shared-items .product-image-wrapper {
  height: 100%;
}
.checkout-index-index .checkout-shipping-address button {
  margin-top: 0px;
  margin-bottom: 20px;
}
.checkout-index-index .checkout-header .title {
  font-family: 'ITCAvantGardeStdBold';
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  background: none;
  border-width: 0px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 0px !important;
}
.amcheckout-step-container .fieldset > .field > .label {
  font-family: 'ITCAvantGardeStdDemi';
  margin-bottom: 0px;
  font-size: 14px;
}
.checkout-payment-method .payment-option-title #block-discount-heading {
  font-size: 14px;
  color: #79ABA8;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 0px !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col.col-method label {
  font-family: 'ITCAvantGardeStdDemi';
  width: 100%;
  display: block;
  padding-top: 0px;
}
#checkout-step-shipping_method .amcheckout-shipping-methods .amcheckout-items {
  display: block;
}
.checkout-payment-method.submit .actions-toolbar button.checkout {
  margin-top: 0px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: inherit !important;
}
.account .order-details-items thead tr th.price,
.account .order-details-items thead tr th.qty {
  text-align: left;
}
.account .order-details-items tbody tr td.col.qty {
  padding-top: 10px !important;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: 1 !important;
}
.catalogsearch-result-index .products-grid .product-item-inner {
  position: relative !important;
}
.catalogsearch-result-index .product-item-actions .actions-primary + .actions-secondary {
  display: none !important;
}
.sidebar .cms-sidebar h3 {
  font-family: 'ITCAvantGardeStdBold';
  font-size: 20px;
  padding-left: 12px;
  font-weight: normal;
}
.page-bottom .enquiry-outr #showThumb2 .imagePreviewRow,
.page-bottom .enquiry-outr #showThumb .imagePreviewRow {
  float: left;
  background-color: #76aba9;
  margin-right: 15px;
  border-radius: 5px;
  border: 0px solid #ccc;
  margin-top: 10px;
  padding-left: 10px;
  height: 30px;
}
.page-bottom .enquiry-outr #showThumb2 .imagePreviewRow .thumbnail,
.page-bottom .enquiry-outr #showThumb .imagePreviewRow .thumbnail {
  float: left;
  border: none;
  background-color: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  /*                    font-family: 'ITCAvantGardeStdBold';*/
  font-family: 'ITC Avant Garde Std Bk';
  border-radius: 20px;
  color: #fff;
  padding-bottom: 0px;
  padding-top: 0.3em;
}
.page-bottom .enquiry-outr #showThumb2 .imagePreviewRow input.removeImageButton,
.page-bottom .enquiry-outr #showThumb .imagePreviewRow input.removeImageButton {
  width: 22px;
  height: 30px;
  min-height: inherit;
  border: 0px;
  background-color: inherit;
  margin-top: 10px;
  font-family: 'ITCAvantGardeStdDemi';
  font-weight: normal;
  padding-left: 5px;
  margin-right: 4px;
}
.page-bottom .enquiry-outr .label-right.pdng {
  text-align: left;
  float: left;
  width: 100%;
}
/*FOR ENQUIRY BOX FUL WIDTH - SUBMIT PLAN ETC*/
.inquiry-bx .enquiry-outr .form-bx-full {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f8f8f8;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field {
  padding-left: 0px;
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control {
  width: 50%;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control input {
  width: 100%;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control:last-child {
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control-long {
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field.desc-bdgt {
  padding-left: 0px !important;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset:nth-child(6) .control {
  width: 30%;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset:nth-child(6) .control input {
  width: 100%;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .txt-areabx {
  padding-left: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 {
  padding-left: 0;
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .field .control {
  padding-left: 0;
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .field.name .first {
  padding-left: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .field.name .first:first-child {
  padding-right: 20px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .field.name .first:last-child {
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .txt-areabx,
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .txt-areabx1 {
  padding-left: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .tab,
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .description {
  padding-left: 0;
  padding-right: 0;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .actions-toolbar {
  margin-left: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .txt-lft {
  padding-left: 0px;
}
.cms-page-view .inquiry-bx .enquiry-outr .imgouter1 {
  margin-top: 35px;
}
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control input {
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 5px;
}
.cms-page-view .inquiry-bx .enquiry-outr .drop-zone {
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 14px;
}
.cms-page-view.cms-order-status #attachment-form .control textarea,
.cms-page-view.cms-lodge-warranty #attachment-form .control textarea,
.cms-page-view.cms-submit-plans #attachment-form .control textarea,
.cms-page-view.cms-book-consultation #attachment-form .control textarea,
.cms-page-view.cms-order-status #inquiry-form .control textarea,
.cms-page-view.cms-lodge-warranty #inquiry-form .control textarea,
.cms-page-view.cms-submit-plans #inquiry-form .control textarea,
.cms-page-view.cms-book-consultation #inquiry-form .control textarea {
  background-color: #e9e3e9;
  border: 1px solid #ddd5dd;
  border-radius: 8px;
}
.cms-request-quote.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
.cms-order-status.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
.cms-lodge-warranty.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
.cms-submit-plans.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
.cms-book-consultation.cms-page-view .inquiry-bx .enquiry-outr .imgouter1 {
  margin-top: -35px;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .street-address.control {
  width: 100%;
  padding-right: 0px;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control.state {
  width: 26%;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control.pcode {
  width: 24%;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"],
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input {
  /*    appearance: none;
    padding: 7px;
    background-color: #ddd;
    border-radius:50%;*/
  display: none;
}
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li label + span {
  color: #000;
  font-family: 'ITC Avant Garde Std Bk';
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"] + label,
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input[type=radio] + label {
  background: #dddddd;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  margin-top: -1px;
}
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input[type=radio] + label + label {
  padding-left: 9px;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"]:checked + label,
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input[type=radio]:checked + label {
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  /*  background-image:url(../images/radio-hover.png);*/
  background-color: #76aba9;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"]:checked + label + label span,
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input[type=radio]:checked + label + label span {
  font-family: 'ITCAvantGardeStdDemi';
  line-height: 17px;
  font-size: 14px;
}
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"]:checked + label,
.product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"] + label {
  padding: 0 !important;
  margin-top: 5px;
}
.control.tick1 input,
.field.professional input {
  display: none !important;
}
.control.tick1 label + span,
.field.professional label + span {
  color: #000;
}
.control.tick1 input[type=checkbox] + label,
.field.professional input[type=checkbox] + label,
.control.tick1 input[type=radio] + label,
.field.professional input[type=radio] + label {
  background: #dddddd;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px !important;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  cursor: pointer;
}
.control.tick1 input[type=checkbox] + label + label,
.field.professional input[type=checkbox] + label + label,
.control.tick1 input[type=radio] + label + label,
.field.professional input[type=radio] + label + label {
  padding-left: 9px;
}
.control.tick1 input[type=checkbox]:checked + label,
.field.professional input[type=checkbox]:checked + label,
.control.tick1 input[type=radio]:checked + label,
.field.professional input[type=radio]:checked + label {
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px !important;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  /*            background-image:url(../images/radio-hover.png);*/
  background-color: #76aba9;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
}
.control.tick1 input[type=checkbox]:checked + label + label span,
.field.professional input[type=checkbox]:checked + label + label span,
.control.tick1 input[type=radio]:checked + label + label span,
.field.professional input[type=radio]:checked + label + label span {
  font-family: 'ITCAvantGardeStdDemi';
  line-height: 17px;
  font-size: 14px;
}
.cms-lodge-warranty .control.tick1 input[type=checkbox] + label + label {
  float: left;
  margin-bottom: 10px;
}
.control.tick1 span {
  display: table;
}
.control.tick1 input[type=checkbox]:checked + label,
.control.tick1 input[type=checkbox] + label {
  width: 20px !important;
  height: 20px;
}
.page-main .form .fieldset input[type=checkbox] {
  display: none;
}
.page-main .form .fieldset input[type=checkbox] + label {
  background: #dddddd;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px !important;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  cursor: pointer;
  margin-top: 1px;
}
.page-main .form .fieldset input[type=checkbox] + label + label {
  padding-left: 9px;
}
.page-main .form .fieldset input[type=checkbox]:checked + label,
.page-main .form .fieldset input[type=radio]:checked + label {
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 18px !important;
  height: 18px;
  display: inline-block;
  padding: 0px;
  float: left;
  margin-right: 0px !important;
  /*                background-image:url(../images/radio-hover.png);*/
  background-color: #76aba9;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
}
.page-main .form .fieldset input[type=checkbox]:checked + label + label,
.page-main .form .fieldset input[type=radio]:checked + label + label {
  font-size: 14px;
}
.page-main .form .fieldset input[type=checkbox]:checked + label + label span,
.page-main .form .fieldset input[type=radio]:checked + label + label span {
  font-family: 'ITCAvantGardeStdDemi';
  line-height: 17px;
  font-size: 14px;
}
.field.professional ul {
  list-style: none;
  padding: 0px;
}
.field.professional ul li {
  margin-bottom: 3px;
}
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input[radio]:visited,
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input[radio]:focus,
.cms-page-view .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control ul li input[radio]:checked {
  background-color: #b7aeae;
  appearance: none;
  border-radius: 50%;
  padding: 7px;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control.pro-name,
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control.pro-code {
  width: 50% !important;
}
.inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control.pro-finish {
  padding-right: 0px;
}
.page-wrapper > .page-bottom {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f8f8f8;
}
.cms-home .inquiry-bx {
  border-top: 5px solid #f3f3f3;
  margin-bottom: 20px;
  padding-top: 10px;
}
.control input:-internal-autofill-selected {
  background-color: #ddd !important;
}
.control input:-webkit-autofill,
.control input:-webkit-autofill:hover,
.control input:-webkit-autofill:focus,
.control input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #333 !important;
}
.enquiry-outr.booking-form + .imgouter1 {
  margin-top: -35px;
}
/*COMMON CLASS END*/
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #33322c;
}
.message.info a:hover {
  color: #33322c;
}
.message.info a:active {
  color: #33322c;
}
.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: #33322c;
}
.message.error a:hover {
  color: #33322c;
}
.message.error a:active {
  color: #33322c;
}
.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: #33322c;
}
.message.warning a:hover {
  color: #33322c;
}
.message.warning a:active {
  color: #33322c;
}
.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: #33322c;
}
.message.notice a:hover {
  color: #33322c;
}
.message.notice a:active {
  color: #33322c;
}
.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: #33322c;
}
.message.success a:hover {
  color: #33322c;
}
.message.success a:active {
  color: #33322c;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', 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;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', 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:focus,
.action.primary:active,
.action-primary:active {
  background: #33322c;
  border: 1px solid #33322c;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #33322c;
  border: 1px solid #33322c;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #33322c;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #33322c;
}
.pages a.page:hover {
  color: #33322c;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #33322c;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #33322c;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #33322c;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #33322c;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/*FONTS*/
@font-face {
  font-family: 'ITCAvantGardeStd-Bk';
  src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bk.otf') format('opentype'), url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardeStd-Demi';
  src: url('../fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Demi.otf') format('opentype'), url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardeStd-Bold';
  src: url('../fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bold.otf') format('opentype'), url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'), url('ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**/
@media only screen and (min-width: 1400px) {
  .amsearch-form-container.-opened .amsearch-wrapper-input,
  .search-autocomplete,
  .amsearch-results {
    max-width: 44vw;
  }
}
@media only screen and (min-width: 1025px) {
  .wishlist-wrapper a .wshlst-icn {
    padding: 1px 0px 0 0px;
    line-height: 20px;
  }
  .wishlist-wrapper a .wshlst-icn .counter-number {
    line-height: inherit;
    height: 22px;
    width: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    padding: 2px 0px!important;
    line-height: 20px !important;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart .counter-label {
    top: -3px !important;
  }
  .block.crosssell .products-grid .product-item {
    width: 25% !important;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    width: 24.333333% !important;
  }
}
@media only screen and (min-width: 991px) {
  #menu-slide-toggle:checked ~ .menu-auth,
  .menu-auth {
    display: none !important;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1400px) {
  .category-item .m-img-outr {
    /*        width: 68%!important;*/
  }
  .customer-account-create .page-wrapper .block-static-block img {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget {
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 991px) {
  .catalog-product-view .sticky-wrapper .product-info-content {
    position: relative;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    position: absolute;
    top: 10px;
  }
  .magicmenu ul li input {
    display: none;
  }
  .magicmenu ul li input + label {
    display: none;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1700px) {
  .category-item .m-img-outr {
    width: 68.5% !important;
  }
  .category-item .m-img-outr {
    padding-top: 0px !important;
  }
  .category-item .menu-img {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1367px) {
  .page-wrapper .header.content .block-search .action.search {
    right: 10px;
    top: -3px;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1366px) {
  .main .products-grid .product-item-info:hover .action.tocart.primary {
    width: 48.9%;
  }
  .product .amquote-addto-button.-small:hover {
    width: 48.9%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1300px) {
  .page-wrapper .page-main#maincontent {
    max-width: 1326px !important;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1200px) {
  .search-autocomplete.-bottom-position,
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    max-width: 56vw !important;
  }
}
@media only screen and (max-width: 1365px) and (min-width: 1277px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 101px;
  }
}
@media only screen and (max-width: 1314px) and (min-width: 1025px) {
  .mid-bx-pro .bx1 {
    width: 18%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1231px) {
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart {
    max-width: 27%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a,
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1231px) and (min-width: 1169px) {
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart {
    max-width: 23%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a,
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 813px) {
  /*******MOBILE MENU**********/
  .nav-open .page-wrapper .nav-sections {
    top: 97px;
    overflow: visible;
    background-color: #000;
  }
  .nav-open .page-wrapper .toggle-nav:before {
    content: '\e616' !important;
  }
  .nav-open button {
    font-size: 0px;
  }
  .nav-open button.close {
    opacity: 1;
    position: absolute;
    right: -27px;
  }
  .nav-open button.close:after {
    content: '\e616';
    font-size: 16px;
    position: relative;
    font-family: 'luma-icons';
    color: #fff;
    top: 6px;
    right: 0;
    background-color: #76aba9;
    padding: 6px;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../images/menu-close.svg) !important;
    background-size: 100% !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent img {
    float: left;
    padding-right: 10px;
    filter: invert(1);
    width: 39px;
    padding-left: 10px;
    padding-top: 9px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-8 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-8 img {
    margin-top: -6px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-9 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-9 img {
    margin-top: -4px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-11 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-11 img {
    margin-top: -9px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-12 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-12 img {
    margin-top: 2px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-14 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-14 img {
    margin-top: 3px;
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a.ui-corner-all .ui-menu-icon {
    display: none;
  }
  .nav-sections .mean-nav ul li .submenu a span {
    padding: 0px;
  }
  .nav-open .nav-sections-item-content .navigation ul li.ui-menu-item.all-category a {
    padding-left: 10px;
  }
  .nav-sections .navigation .level0 .submenu .submenu {
    top: 0px !important;
    left: -15px !important;
    width: 103.3%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a:after {
    content: '\e622';
    font-family: 'luma-icons';
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    vertical-align: middle;
    float: right;
  }
  /*******************/
  .nav-toggle:before {
    color: #fff;
  }
  .sidebar-main .filter-options-title {
    padding: 10px 0px 0 18px !important;
  }
  .navigation .ui-menu-item {
    width: 100%;
  }
  .navigation-mobile #hidsignup a {
    padding-left: 10px;
  }
  .nav-open .nav-sections-item-content .navigation > ul > li:nth-child(5) a.ui-corner-all:after,
  .nav-open .nav-sections-item-content .navigation > ul > li:nth-child(6) a.ui-corner-all:after {
    padding-top: 5px !important;
  }
  .nav-sections .navigation .level0 .submenu .submenu {
    height: 185px;
    overflow-y: scroll;
  }
  .nav-sections-item-content > * {
    display: block !important;
  }
}
@media only screen and (max-width: 812px) and (min-width: 675px) {
  .amsearch-form-container.-large .amsearch-wrapper-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .amsearch-wrapper-content .product-item.amsearch-item {
    width: 24.333333% !important;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px;
    flex-basis: auto;
  }
  .amsearch-autocomplete-information,
  .amsearch-autocomplete-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 813px) {
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions {
    clear: left;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart {
    max-width: 32%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1161px) {
  .page-products .products-grid .list.items .product-item {
    width: calc(23.5%) !important;
  }
  .amquote-addto-button.-guest.-small span,
  .page-wrapper .action.primary span {
    font-size: 12px;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 95px !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1150px) {
  .page-wrapper > .breadcrumbs {
    padding-left: 10px !important;
  }
  .dept-category1 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1074px) and (min-width: 1040px) {
  .cms-home .page-wrapper .mid-bx-pro .bx1 {
    margin-right: 2% !important;
  }
}
@media only screen and (max-width: 1132px) and (min-width: 1025px) {
  .magicmenu .nav-desktop .level0 .level-top {
    padding: 16px 6px !important;
  }
  .nav-sections .magicmenu .nav-desktop {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
  .cms-order-status.cms-page-view .inquiry-bx .enquiry-outr .imgouter1 {
    float: right;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 {
    width: 58%;
    float: left;
    padding-left: 20px;
  }
  .cms-get-a-quote .inquiry-bx .enquiry-outr #attachment-form .control {
    width: 100%;
  }
  .cms-get-a-quote .inquiry-bx .enquiry-outr #attachment-form .control input {
    width: 96%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    vertical-align: top !important;
  }
  .page-wrapper .page-header .header.content {
    padding-left: 15px;
  }
  .cms-home .page-wrapper .mid-bx-pro {
    margin-left: 12px;
    width: 98%;
  }
  .cms-home .page-wrapper .mid-bx-pro .bx1 {
    width: 18%;
  }
  .shp-by-room-outer {
    padding: 0 20px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    margin-left: 0;
    max-width: 22.8%;
  }
  .trstd-brand-bx .brands-inbx h2 {
    padding-left: 10px;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 12%;
  }
  .trstd-brand-bx .brands-inbx button.btn {
    right: 12px;
  }
  .guides-bx-outr .guides-bx {
    margin-left: 11px;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 34%;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2) {
    max-width: 27%;
  }
  .socials .soc-in .socialbx {
    max-width: 188px;
  }
  .products .swatch-option {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 813px) {
  .socials .soc-in .socialbx.socialicn {
    max-width: 92px;
  }
  .socials .soc-in .socialbx .sbx1.three.instagram {
    height: 50px;
  }
  .socials .soc-in .socialbx.hrs {
    max-width: 23%;
  }
  .socials .soc-in .socialbx.contact {
    max-width: 17% !important;
    clear: none !important;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1020px) {
  .cms-home .page-wrapper .mid-bx-pro .bx1 {
    width: 30.3% !important;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 1110px) {
  .page-wrapper .shp-by-room-outer .shp-by-room-bx ul li {
    max-width: 23.9%;
    margin-right: 15px;
  }
  .page-wrapper .shp-by-room-outer .shp-by-room-bx ul li:last-child {
    margin-right: 0px;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 11%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 569px) {
  .product-info-main .product-add-form .fieldset .control div:first-child {
    margin: auto;
    display: table;
    margin-bottom: 15px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart {
    padding-left: 0px;
    max-width: 100% !important;
    margin-left: 0px;
    background-image: none;
    margin-top: 20px;
    margin-top: -7px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    max-width: 100% !important;
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions .call-actions {
    max-width: 100% !important;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus {
    margin-bottom: 0px !important;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart span:before {
    content: "";
    background-image: url(../images/1shopping-cart.svg);
    padding: 10px 15px;
    background-size: 26px;
    margin-left: 7px;
    margin-top: 0px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: 12% 50%;
  }
}
@media only screen and (max-width: 1198px) and (min-width: 1025px) {
  .products.wrapper ~ .toolbar .toolbar-amount,
  .toolbar.toolbar-products .toolbar-amount {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1050px) {
  .cms-home .page-wrapper .mid-bx-pro .bx1 {
    width: 17.95%;
  }
  .cms-home .mid-bx-pro .bx1 img {
    min-height: 240px;
  }
  .mid-bx-pro .bx1 {
    min-height: 350px;
  }
  .page-wrapper .trstd-brand-bx .brands-inbx h2 {
    padding-left: 20px;
  }
  .page-wrapper .shp-by-room-outer .shp-by-room-bx ul li {
    max-width: 22.6%;
  }
  .page-wrapper .page-header .header.content .logo {
    /*margin-right: 12%!important;*/
  }
  .socials .soc-in .socialbx.hrs {
    max-width: 233px;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 1025px) {
  .cms-home .page-wrapper .mid-bx-pro .bx1 {
    width: 17.8%;
    min-height: 335px;
  }
  .mid-bx-pro .bx1 img {
    min-height: 232px;
  }
  .product .amquote-addto-button.-small,
  .amquote-addto-button.-guest.-small span,
  .page-wrapper .action.primary span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1000px) {
  .socials .soc-in .socialbx {
    max-width: 14%;
  }
  .socials .soc-in .socialbx.pymntbx {
    max-width: 17% !important;
  }
  .socials .soc-in .socialbx.orderng {
    max-width: 18% !important;
  }
  .socials .soc-in .socialbx.hrs {
    max-width: 25% !important;
  }
  .socials .soc-in .socialbx.contact {
    max-width: 16% !important;
  }
  .products .product-item .product-item-details,
  .products .item .swatch-attribute.colors {
    min-height: 174px;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 88px !important;
    font-size: 12px !important;
  }
  .page-wrapper .action.primary span {
    /*font-size: 12px!important;*/
  }
  .page-products .products-grid.products .product-item {
    width: calc(23.5%) !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .toolbar.toolbar-products .toolbar-amount,
  .products.wrapper ~ .toolbar .toolbar-amount,
  .toolbar.toolbar-products .toolbar-amounts {
    display: none !important;
  }
  .categorypath-shop-products .page-wrapper .action.primary span {
    /*font-size: 12px !important;*/
  }
  .page-with-filter .page-wrapper .action.primary span {
    font-size: 12px !important;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .category-item-box-two .level-left .children.tablilinks:first-child {
    margin-top: -4px;
    padding-bottom: 4px;
  }
  .magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li:first-child a {
    margin-top: -4px;
    padding-bottom: 12px;
  }
  .magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box ul .submenu.ulbox {
    padding-top: 3px;
  }
  .magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li ul li a span {
    padding: 6px 0px 0 !important;
    line-height: 36px !important;
  }
  .magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li ul li a span,
  .magicmenu .nav-desktop .level0 .level-top-mega .children a span,
  .magicmenu .nav-desktop .level0 .level-top-mega .children.catlist a span {
    font-size: 13px !important;
  }
  .page-wrapper .page-header .header .block-search .action.search:before {
    top: 2px !important;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-left: 0 !important;
    margin-top: 0px !important;
  }
  .amsearch-wrapper-input.-right-position,
  .search-autocomplete.-right-position {
    top: 2px !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    height: 33px !important;
    margin-top: 4px !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper,
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    margin-top: 4px !important;
  }
  .page-wrapper .page-header .header.content .logo {
    max-width: 46% !important;
    padding-top: 3px;
  }
  .amsearch-wrapper-input.-left-position {
    top: 2px;
  }
  .search-autocomplete.-right-position {
    top: 37px !important;
  }
  .page-wrapper #custom-sliding-cart .minicart-wrapper {
    top: 112px !important;
  }
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close {
    top: 124.8px !important;
  }
  .magicmenu .nav-desktop li.level-top.brand:hover .level-top-mega .cat-mega li.children .submenu {
    min-height: 378px !important;
  }
  .magicmenu .nav-desktop .level0:hover.parent .level-top-mega {
    min-height: 500px !important;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children a span {
    line-height: 20px !important;
    padding-top: 5px !important;
  }
  .magicmenu .nav-desktop .level0.brand .level-top-mega .children .submenu li a {
    padding-bottom: 5px !important;
  }
  .magicmenu .nav-desktop .level0.brand .level-top-mega .mage-column .children > ul li {
    min-height: 38px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 18.5%;
    margin-right: 1.4%;
  }
  .blog-page-categories-list ul li:nth-child(odd) {
    clear: left;
  }
  .cms-content .contct-qn-block ul li {
    padding-bottom: 7%;
    min-height: 174px;
  }
  .am-checkout.-modern .authentication-wrapper {
    width: 35%;
  }
  .minisearch .amsearch-wrapper-input.-left-position,
  .minisearch .search-autocomplete.-left-position {
    top: 2px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    padding-top: 1px !important;
  }
}
@media only screen and (max-width: 932px) and (min-width: 820px) {
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    font-size: 14px;
    padding-left: 20px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions {
    max-width: 31%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a {
    font-size: 13px;
    line-height: 27px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a:before {
    position: relative;
    top: 2px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    max-width: 32%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote span {
    font-size: 13px;
  }
  #amasty-gallery-images:not(.slick-initialized) .amasty-gallery-thumb-link {
    width: 108px;
    height: 108px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 5px !important;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 14.5% !important;
  }
  .trstd-brand-bx .brands-inbx button.btn {
    width: 165px;
    height: 92px;
    top: 195%;
  }
  .products.wrapper ~ .toolbar .sorter,
  .toolbar.toolbar-products .sorter {
    display: none !important;
  }
  .page-wrapper .nav-sections + #custom-sliding-cart {
    z-index: 0;
  }
  .cart-summary .checkout-methods-items .item .action.primary.checkout {
    padding: 10px 0px;
  }
  .cart-summary .checkout-methods-items .item .action.primary.checkout span {
    font-size: 15px !important;
  }
  .cart-container .cart-summary .checkout-methods-items .amasty-quote-link {
    font-size: 15px !important;
  }
  .cart-container .cart-summary {
    padding: 1px 10px 5px;
  }
  #checkout .fieldset {
    margin-bottom: 0px;
  }
  #checkout .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .nav-open button.close:after {
    top: 11px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 981px) {
  .page-wrapper .page-header .header.content .logo {
    margin-top: 12px !important;
  }
}
@media only screen and (max-width: 999px) and (min-width: 981px) {
  .page-wrapper .page-header .header.content .logo {
    margin-top: 12px !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 813px) {
  .shp-by-room-outer + .shp-by-room-outer {
    padding: 0 20px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-layout-2columns-left .main {
    padding-left: 0px !important;
  }
  .page-layout-2columns-left .sidebar-main {
    font-size: 13px;
    width: 20% !important;
  }
  .page-layout-2columns-left .column.main {
    width: 80% !important;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 83px !important;
  }
  .products .swatch-option {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 920px) and (min-width: 813px) {
  .page-wrapper .action.primary span,
  .product .amquote-addto-button.-small {
    font-size: 11px !important;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 80px !important;
  }
}
@media only screen and (max-width: 837px) and (min-width: 813px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 75px !important;
  }
  .page-wrapper .action.primary span,
  .product .amquote-addto-button.-small {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 890px) and (min-width: 837px) {
  .page-wrapper .action.primary span,
  .product .amquote-addto-button.-small {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 890px) and (min-width: 813px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 71px !important;
  }
  .page-wrapper .action.primary span,
  .product .amquote-addto-button.-small {
    font-size: 11px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 813px) {
  .products.wrapper ~ .toolbar .toolbar-amount,
  .toolbar.toolbar-products .toolbar-amount {
    display: none !important;
  }
  .block-search .amsearch-form-container.-opened .amsearch-wrapper-input {
    position: relative !important;
    width: 100%;
  }
}
@media only screen and (max-width: 860px) and (min-width: 820px) {
  .products.wrapper ~ .toolbar .sorter,
  .toolbar.toolbar-products .sorter {
    display: none !important;
  }
}
@media only screen and (max-width: 932px) and (min-width: 900px) {
  .page-wrapper .page-header .header.content .logo {
    margin-top: 5px !important;
  }
  .page-header .nav-toggle {
    top: calc(34%) !important;
  }
  .page-wrapper .page-header .header .block-search .action.search:before {
    top: -2px !important;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 133px;
  }
  .amsearch-wrapper-input.-left-position {
    top: -3px !important;
  }
  .amsearch-wrapper-input.-left-position {
    top: -3px !important;
  }
  .page-wrapper .page-header .header .block-search .action.search:before {
    top: -3px !important;
  }
}
@media only screen and (max-width: 932px) and (min-width: 813px) {
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 37%;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2) {
    max-width: 24% !important;
  }
  .navigation .custom-topOne-links .level0,
  .navigation .level0 {
    border-top: 0px !important;
  }
  .nav-open .nav-sections-item-title {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 813px) {
  .page-wrapper .page-header .header .block-search {
    z-index: 0;
  }
  .amquote-addto-button.-guest.-small {
    box-shadow: inherit !important;
  }
  .product .amquote-addto-button.-small span {
    padding-top: 2px;
    display: table;
    width: 100%;
  }
  .page-wrapper #custom-sliding-cart .minicart-wrapper #sliding-cart {
    top: -9px;
  }
  .nav-sections-item-content .magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 4px !important;
  }
  .product.info.detailed .items .item.title a {
    padding-top: 10px;
  }
  .nav-sections-item-content .magicmenu .nav-desktop .level0 .level-top,
  .account .nav-sections-item-content .magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 2px !important;
  }
  .nav-sections .magicmenu .nav-desktop {
    padding-left: 10px;
  }
  .page-wrapper .page-header .header.content {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 812px) {
  .pro-bx .imgbx {
    width: 158px;
    height: 158px;
  }
  catalog-product-view .sticky-wrapper .product-sticky-img {
    vertical-align: top !important;
  }
}
@media only screen and (max-width: 813px) and (min-width: 481px) {
  .account.sales-order-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 49%;
    float: left;
    margin-right: 1%;
  }
  .account.sales-order-view .column.main .block.block-order-details-view .block-content:not(.widget) .box.box-order-billing-method {
    clear: left;
  }
}
@media only screen and (max-width: 840px) and (min-width: 814px) {
  .cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 10px 0px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout span {
    font-size: 12px !important;
  }
  .cart-container .cart-summary .checkout-methods-items .amasty-quote-link {
    font-size: 12px !important;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .form-cart {
    order: 1;
    width: 100% !important;
  }
  .cart-container .cart-summary {
    order: 2;
    top: 0px !important;
    width: 100%;
  }
  .cart-container .block.crosssell {
    width: 100%;
    order: 3;
  }
  .search-autocomplete.amsearch-clone-position {
    padding: 0px 0px 0 33px;
  }
}
@media only screen and (max-width: 855px) and (min-width: 814px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .action.primary span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 737px) {
  .block-search .block-content {
    margin-left: 0px;
  }
  .page-wrapper .page-header .header .block-search {
    padding-left: 0% !important;
  }
}
@media only screen and (max-width: 746px) and (min-width: 737px) {
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart {
    padding-left: 39px;
    max-width: 24%;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    font-size: 16px;
    padding-left: 0px;
    font-family: 'ITC Avant Garde Std Bk';
  }
}
@media only screen and (max-width: 639px) and (min-width: 512px) {
  .products .product-item .product-item-details .price-box.range + .product-item-inner {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 569px) {
  .outr-sec.bg-gr .des-inner .cnt-area-bx.active .area-bx-right {
    width: 45%;
  }
  .outr-sec.bg-gr .cnt-area-bx .area-bx-left {
    max-width: 55%;
  }
  .page-footer .footer.content .block.related .block-content ol .slick-list li,
  .page-footer .footer.content .block.upsell .block-content ol .slick-list li {
    width: 8.999% !important;
  }
}
@media only screen and (max-width: 511px) and (min-width: 481px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 106px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .page-products .products-grid .product-item:hover:nth-child(3n + 1) .amquote-addto-button.-guest.-small {
    width: 48.8%;
  }
}
@media only screen and (min-width: 814px) {
  .amsearch-form-container.-large .amsearch-wrapper-content .price {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 812px) {
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.price.qty {
    text-align: right;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.qty,
  .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.qty {
    text-align: center;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1025px) {
  .page-products .products-grid.products .product-item {
    width: calc(28%) !important;
  }
  .crosssell .products.list .product-item-name a {
    font-size: 13px;
  }
  .products .price-box .price {
    font-size: 16px;
  }
  .cart-summary .quote-details .title,
  .cart-container .cart-summary > .title {
    font-size: 20px;
  }
  .cart.table-wrapper .cart thead tr th.col {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 640px) {
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.subtotal .price-including-tax .cart-price,
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.price .price-including-tax .cart-price {
    margin-top: -2px;
    display: table;
    float: right;
  }
}
@media only screen and (min-width: 640px) {
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.col.name {
    width: 60%;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.qty,
  .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.qty,
  .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.sku,
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.sku {
    padding-right: 10px !important;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.price,
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.price {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .page-wrapper .page-header .header .block-search {
    width: 18%;
    margin-right: 10px;
  }
  .page-wrapper .page-header .header .block-search .block-content .control input {
    width: 100%;
    height: 45px;
    border-radius: 30px;
  }
  .category-view .featured-mid.cat-mid {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-wrapper .page-header .header .block-search {
    width: 18%;
    margin-right: 10px;
  }
  .page-wrapper .page-header .header .block-search .block-content .control input {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    font-family: arial;
    font-style: italic;
    color: #666666;
    font-family: 'ITC Avant Garde Std Bk';
  }
  .page-wrapper .header.content .block-search .action.search {
    right: 10px;
    top: -3px;
  }
}
@media only screen and (min-width: 1800px) {
  .page-wrapper .page-header .header .block-search {
    width: 24%;
  }
  .page-wrapper .page-header .header .block-search .block-content .control input {
    width: 100%;
    height: 45px;
  }
}
@media only screen and (max-width: 1920px) {
  .page-wrapper .page-header .header .block-search {
    width: 24%;
    margin-right: 5%;
    margin-top: -7px;
  }
  .amfaq-product-tab .quest_area.active .product-bx-right {
    top: 40px;
  }
}
@media only screen and (max-width: 1563px) {
  .page-wrapper .header.content .header {
    max-width: 46%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    padding: 0 25px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top .ui-menu-icon {
    right: 6px;
  }
  .page-footer .product.info .amfaq-product-tab .product-bx.faq .product-bx-left {
    width: 65%;
  }
  .amfaq-product-tab .quest_area.active .product-bx-right,
  .amfaq-product-tab .chat_area.active .product-bx-right {
    top: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .page-footer .cat_footer_image_banner .img-middle-wrap {
    max-width: 33.3%;
  }
  .page-wrapper .header.content .header ul li {
    padding: 10px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    margin: 5px 5px 0 9px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart .counter.qty {
    margin-right: 0;
    padding-left: 0px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget {
    padding-bottom: 3%;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper {
    top: 16%;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .am-search-box-wrapper {
    top: 33%;
  }
  .product.shop-range-brand ul li {
    max-width: 23%;
  }
  .amfaq-product-tab .chat_area.active .brand_logo {
    top: 32%;
  }
}
@media only screen and (max-width: 1366px) {
  .page-wrapper .page-header .header .block-search {
    width: 20.7%;
  }
  .page-wrapper .page-header .header .block-search .action.search:before {
    font-size: 24px;
    position: relative;
    right: 10px;
    top: 2px;
  }
  .page-wrapper .page-header .header.content {
    padding-top: 14px !important;
    padding-bottom: 7px;
  }
  .page-wrapper .page-header .header.content .logo {
    max-width: 26%;
    margin-right: 20px;
    margin-top: 7px;
    margin-bottom: 0px;
  }
  .page-wrapper .page-header .header.content .logo img {
    width: 100%;
  }
  .page-wrapper .page-header .header.content .header {
    max-width: 46%;
    width: 100%;
    float: left;
  }
  .page-wrapper .page-header .panel.wrapper ul li.hg-reg,
  .page-wrapper .page-header .panel.wrapper ul li.hg-sgn {
    padding-right: 0px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    padding: 0 18px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top .ui-menu-icon {
    right: 2px;
  }
  .page-wrapper #custom-sliding-cart .minicart-wrapper {
    /*			 	top:164px;*/
  }
  .socials .soc-in .socialbx {
    margin-right: 2%;
  }
  .socials .soc-in .socialbx.pymntbx {
    margin-right: 2%;
  }
  .socials .soc-in .socialbx.orderng {
    max-width: 15%;
  }
  .socials .soc-in .socialbx.contact {
    margin-right: 0px;
  }
  .cat-bx {
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
  }
  .modal-inner-wrap #modal-brands .about-info li {
    min-height: 137px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-right: 10%;
  }
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    padding-right: 33px;
    padding-left: 23px;
  }
  .amsearch-wrapper-input.-left-position,
  .search-autocomplete.-left-position {
    top: 3px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 70%;
  }
  .amfaq-product-tab .chat_area.active .brand_logo {
    top: 32%;
  }
  .amfaq-product-tab .chat_area.active .product-bx-right {
    top: 41px;
  }
  .page-wrapper #custom-sliding-cart .minicart-wrapper {
    top: 117px;
  }
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
    top: 31% !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    margin-right: 8px;
  }
  ._amcheckout-selectable-container,
  .amcheckout-step-container .shipping-address-items,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper,
  .amcheckout-step-container .shipping-address-items,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
    font-size: 14px;
  }
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper {
    padding-bottom: 95px !important;
  }
}
/*1366*/
@media only screen and (max-width: 1338px) {
  .inquiry-bx .enquiry-outr #quote_form .control input {
    width: 373px;
  }
}
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 {
    max-width: 20%;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx {
    width: 100%;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx-inn {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .cms-home .page-wrapper .mid-bx-pro {
    margin-left: 10px;
  }
  .mid-bx-pro .bx1 {
    width: 18%;
  }
  .featured-mid {
    width: 98%;
  }
  .trstd-brand-bx .brands-inbx h2 {
    padding-left: 10px;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx {
    padding-left: 13px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    max-width: 22.7%;
    margin-left: 0px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2,
  .guides-bx-outr .guides-bx {
    padding-left: 10px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 294px;
  }
  .socials .soc-in .socialbx {
    padding-left: 3px;
  }
  .category-view,
  .dept-product-range.brand-list,
  .dept-product-range.sub-head,
  .dept-product-range.sub-head,
  .dept-product-range.brand-list,
  .dept-category1 {
    padding-left: 10px;
  }
  .breadcrumbs {
    margin-left: 10px !important;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 {
    max-width: 20%;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx {
    width: 100%;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx-inn {
    width: 100%;
  }
  .socials .soc-in .socialbx {
    margin-left: 5px;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 130px;
  }
  .trstd-brand-bx .brands-inbx button.btn {
    right: 15px;
  }
  .enquiry-outr #inquiry-form .control select,
  .inquiry-bx .enquiry-outr #attachment-form .control,
  .inquiry-bx .enquiry-outr #inquiry-form .control {
    padding-right: 15px;
    width: 49.9%;
    max-width: 100%;
    margin-right: 0;
    float: left;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control textarea {
    width: 98%;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control input {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx {
    padding-right: 0px;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx .control {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 {
    max-width: 20%;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx {
    width: 100%;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx-inn {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 1200px) {
  .page-wrapper .mid-bx-pro .bx1 {
    width: 17.8%;
  }
  .mid-bx-pro .bx1 img {
    min-height: inherit;
  }
  .socials .soc-in .socialbx.hrs {
    max-width: 21%;
  }
  .socials .soc-in .socialbx {
    max-width: 17%;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 1025px) {
  .dept-category1 {
    padding-left: 10px;
  }
  .page-wrapper > .breadcrumbs {
    padding-left: 10px !important;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-right: 14%;
  }
  .page-products .products-grid .list.items .product-item {
    width: calc(23.5%) !important;
  }
  .amquote-addto-button.-guest.-small span,
  .page-wrapper .action.primary span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1336px) and (min-width: 1200px) {
  .breadcrumbs {
    margin-left: 10px !important;
  }
  .category-view,
  .dept-product-range.brand-list,
  .dept-product-range.sub-head,
  .dept-product-range.sub-head,
  .dept-product-range.brand-list,
  .dept-category1 {
    padding-left: 10px;
  }
  .page-products .page-main {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 813px) {
  .socials .soc-in {
    padding-left: 10px;
    display: inline-block;
  }
  .socials .soc-in .socialbx.orderng {
    min-width: 182px;
  }
  .page-products .page-main {
    padding-left: 7px;
    padding-right: 13px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 813px) {
  .socials .soc-in .socialbx.contact {
    clear: left;
    float: left !important;
  }
  .socials .soc-in .socialbx.hrs {
    max-width: 20% !important;
  }
  .search-autocomplete.amsearch-clone-position {
    /*padding: 0px 0px 0 25px; */
  }
}
@media only screen and (max-width: 1160px) and (min-width: 1025px) {
  .nav-sections .magicmenu .nav-desktop {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 992px) {
  .page-wrapper .page-header .header.content .logo {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 990px) and (min-width: 814px) {
  .page-wrapper .page-header .header .block-search .block-content .control input {
    width: auto;
  }
  .navigation .custom-topOne-links .level0 {
    border-top: 0px solid #0000 !important;
    width: 100%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:before {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 12px;
    content: '';
    vertical-align: top;
    position: absolute;
    left: 2%;
    top: 40%;
    background-image: none;
  }
  .navigation-mobile .cls-sign span:before {
    content: '\e629';
    padding: 0px 10px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 24px;
    top: 5px;
    position: relative;
    left: 3px;
  }
  .navigation-mobile .cls-sign-up span:before {
    content: '\e627';
    padding: 0px 16px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 19px;
    top: 4px;
    position: relative;
    left: 7px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .custom-topOne-links .level0 > .level-top:before {
    background-image: none;
  }
  .page-header .nav-toggle {
    top: 15px;
  }
  .navigation .level0:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0.parent > .submenu {
    top: initial !important;
  }
}
@media only screen and (max-width: 980px) and (min-width: 821px) {
  .page-wrapper .page-header .header.content .logo {
    margin-top: -16px !important;
  }
}
@media only screen and (max-width: 820px) and (min-width: 813px) {
  .page-wrapper .page-header .header.content .logo {
    margin-top: -23px !important;
  }
}
@media only screen and (max-width: 980px) and (min-width: 813px) {
  .nav-toggle:before {
    top: -4px;
    position: relative;
  }
  .page-wrapper .page-header .header.content {
    padding-bottom: 0px;
    padding-top: 16px !important;
  }
  .amsearch-wrapper-input.-left-position {
    top: 0px !important;
  }
  .page-wrapper .page-header .header .block-search .action.search:before {
    top: 0px !important;
  }
}
@media only screen and (max-width: 820px) and (min-width: 813px) {
  .page-header .nav-toggle {
    top: calc(32%);
  }
  .page-wrapper .page-header .header.content .logo img {
    top: 5px;
    position: relative;
  }
  .amsearch-wrapper-input.-left-position {
    top: 0px;
  }
  .page-wrapper .header.content .block-search .action.search {
    top: -4px;
  }
  .page-wrapper .page-header .header .block.block-search .action.search:before {
    top: 4px !important;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li {
    font-size: 12px;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 37% !important;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2) {
    max-width: 32% !important;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(3) {
    padding-left: 0;
  }
  .cms-home .inquiry-bx .enquiry-outr .imgouter1 {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 813px) and (min-width: 737px) {
  .page-wrapper .page-header .header.content .minicart-wrapper .wshlst-icn.counter.qty {
    top: -8px;
  }
}
@media only screen and (max-width: 812px) and (min-width: 768px) {
  .block-search .label {
    right: 9px;
    position: relative;
  }
}
@media only screen and (max-width: 812px) and (min-width: 640px) {
  .main .products-grid .product-item-info:hover .amquote-addto-button.-small,
  .main .products-grid .product-item-info:active .amquote-addto-button.-small,
  .main .products-grid .product-item-info:hover .action.primary,
  .main .products-grid .product-item-info:active .action.primary {
    /*width: 47.82%;*/
  }
}
@media only screen and (max-width: 812px) and (min-width: 567px) {
  .page-products .list .product-item-info {
    width: 250px !important;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    padding-left: 5px;
    width: 96%;
    line-height: 14px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 569px) {
  .dept-product-range-in .dept-bx1 .imgbx a.lnk {
    font-size: 12px;
    padding: 7px 9px;
  }
  .dept-product-range-in .dept-bx1 .imgbx span {
    font-size: 12px !important;
    line-height: 16px !important;
    min-height: 52px;
  }
}
@media only screen and (max-width: 610px) and (min-width: 569px) {
  .block-search .label {
    right: 10px;
    position: relative;
  }
  .main .products-grid .product-item-info:hover .action.primary,
  .main .products-grid .product-item-info:active .action.primary,
  .main .products-grid .product-item-info:hover .amquote-addto-button.-small,
  .main .products-grid .product-item-info:active .amquote-addto-button.-small {
    width: 109px;
  }
}
@media only screen and (max-width: 613px) and (min-width: 569px) {
  .products .product-item .product-item-details .product-item-inner,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    width: 100% !important;
    bottom: 0;
  }
  .products-grid .product-item {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1360px) {
  .page-wrapper .page-header .header .block-search {
    width: 21%;
    margin-right: 4%;
  }
  .page-wrapper .header.content .header {
    max-width: 36%;
  }
  .page-wrapper .header.content .minicart-wrapper .amquote-showcart:before {
    margin: 5px 5px 0 5px !important;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    padding: 0 14px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1321px) {
  .page-wrapper .page-header .header .block-search {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 1316px) {
  .shp-by-room-outer .shp-by-room-bx ul li {
    margin-right: 2.1%;
  }
}
@media only screen and (max-width: 1284px) {
  .page-wrapper .page-header .header .block-search {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1276px) {
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 23%;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 100px;
  }
}
@media only screen and (max-width: 1250px) {
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category:nth-child(4),
  .help-center-extra-block .help-center-cnt-blocks:nth-child(4) {
    margin-right: 0px;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category:nth-child(8) {
    margin-right: 0px;
  }
  .page-footer .product.info.detailed .ask-question-form .button-container .button-info {
    width: 60%;
  }
  .product.info.detailed .items .item.content#amfaq_product {
    min-height: 399px;
  }
}
@media only screen and (max-width: 1199px) {
  .modals-wrapper .modal-popup #modal-brands .col-lg-2 ul li {
    width: 50%;
    float: left;
  }
  .inquiry-page .contact-bg .fieldset .field.field-image .primary button {
    float: right;
    clear: right;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-right: 9%;
  }
  .cms-trade-accounts .inquiry-bx .enquiry-outr .imgouter1,
  .cms-trade-accounts .inquiry-bx .enquiry-outr .enq-bx2 {
    width: 100%;
  }
  .cms-trade-accounts .inquiry-bx .enquiry-outr #inquiry-form .control input {
    width: 100%;
  }
  .cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-9,
  .cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-3 {
    width: 40%;
    float: left;
  }
  .cms-trade-accounts .inquiry-bx .enquiry-outr .actions-toolbar {
    padding-left: 15px;
    width: 100%;
    padding-right: 0px;
    text-align: left;
  }
  .cms-trade-accounts .inquiry-bx .enquiry-outr .imgouter1 {
    text-align: center;
  }
  .page-wrapper .page-bottom {
    width: 100% !important;
    max-width: 100%;
  }
  .enquiry-outr .form-bx12 {
    margin: auto;
    float: none;
  }
  .enquiry-outr .form-bx12 #attachment-form .control {
    width: 100%;
  }
  .enquiry-outr .form-bx12 #attachment-form .control.small-in {
    width: 100% !important;
  }
  .enquiry-outr .imgouter1 {
    margin: auto;
  }
  .enquiry-outr .g-recaptcha {
    float: left;
  }
  .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control {
    width: 100% !important;
    padding-right: 0px;
  }
  .inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .field.name .first:first-child {
    padding-right: 0 !important;
  }
  .inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .txt-areabx,
  .inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .txt-areabx1,
  .inquiry-bx .enquiry-outr .form-bx-full + .txt-area11 .field .upload-image .label {
    float: left;
    width: 100%;
  }
  .multi-attach .txt-areabx {
    display: table;
    width: 100%;
  }
  .cms-lodge-warranty .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control.pro-name,
  .cms-lodge-warranty .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field .control.pro-code {
    width: 100% !important;
  }
  .cms-page-view .inquiry-bx .enquiry-outr .fieldset .field .control ul li.other-sec textarea {
    max-width: 210px;
  }
  .inquiry-bx .enquiry-outr .imgouter1 {
    display: table;
  }
  .help-center-extra-block {
    margin-top: -7%;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 76%;
  }
  .page-footer .detailed .related ul li .post-list-item {
    padding: 0;
    padding-top: 20px;
  }
  .banner-outer .featured-mid-bx:nth-child(even),
  .banner-outer .featured-mid-bx:nth-child(odd) {
    width: 50%;
  }
  .page-footer .product.info .amfaq-product-tab .product-bx.faq .product-bx-left {
    width: 58%;
  }
  .page-footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 24%;
    margin-bottom: 20px;
  }
  .page-products .products-grid .product-item {
    margin-left: 0px;
    width: calc(25%) !important;
  }
  .inquiry-bx .enquiry-outr #attachment-form .control,
  .inquiry-bx .enquiry-outr #inquiry-form .control {
    padding-right: 15px;
    width: 49.9%;
    margin-right: 0;
    float: left;
  }
  .inquiry-bx .enquiry-outr #attachment-form .control input,
  .inquiry-bx .enquiry-outr #inquiry-form .control input,
  .inquiry-bx .enquiry-outr #attachment-form .control select,
  .inquiry-bx .enquiry-outr #inquiry-form .control select {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr #attachment-form .txt-areabx,
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx {
    float: left;
    width: 100%;
    padding-right: 14px;
  }
  .inquiry-bx .enquiry-outr #attachment-form .txt-areabx .control,
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx .control {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr #quote_form .control select,
  .inquiry-bx .enquiry-outr #quote_form .control input {
    width: 100%;
  }
  .search-autocomplete.-bottom-position,
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    max-width: 56vw !important;
  }
  .cart-container .cart-summary .block .item-options .field .radio + .label {
    width: 85%;
  }
}
/*max-width 1199 */
@media only screen and (max-width: 1189px) {
  .page-wrapper .page-header .header.content .logo {
    /* margin-right: 15%;*/
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1164px) {
  .shp-by-room-outer .shp-by-room-bx ul li {
    margin-right: 2.9%;
  }
}
@media only screen and (max-width: 1160px) {
  .nav-sections-item-content .magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 6px;
  }
  .magicmenu .nav-desktop .level0 .level-top {
    padding: 16px 6px !important;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 93px;
  }
}
@media only screen and (max-width: 1140px) {
  .page-wrapper .page-header .header.content .logo {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 1129px) {
  .page-wrapper .page-header .header.content .logo {
    z-index: 0;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 90px;
  }
}
@media only screen and (max-width: 1102px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 88px;
  }
}
@media only screen and (max-width: 1100px) {
  .help-center-extra-block .help-center-cnt-blocks {
    max-width: 210px;
    height: 200px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
    width: 31%;
    margin: auto;
    height: auto;
    min-height: inherit;
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksDesc {
    font-size: 15px;
    min-height: 39px;
    margin-bottom: 0;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    max-width: 210px;
    height: 210px;
  }
  .product.info.detailed .items .item.content#amfaq_product {
    min-height: 418px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in {
    margin-right: 21px;
  }
}
@media only screen and (max-width: 1088px) {
  .page-wrapper .page-header .header.content .logo {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 1078px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 86px;
  }
}
@media only screen and (max-width: 1074px) {
  .page-wrapper .page-header .header.content .logo {
    margin-right: 4% !important;
  }
}
@media only screen and (max-width: 1057px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 83px;
  }
  .product .amquote-addto-button.-small span,
  .page-wrapper .products .action.primary span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-wrapper .header.content .header {
    max-width: 100%;
  }
  .page-wrapper .header.content .header ul {
    float: right;
  }
  .page-wrapper .header.content .logo {
    margin-left: 0px;
  }
  .page-wrapper .page-header .header .block-search {
    width: 39%;
  }
  .page-wrapper .page-header .header.content .logo {
    max-width: 50%;
  }
  .page-wrapper .page-header .header .block-search {
    width: 30%;
  }
  .page-wrapper .page-header .header .block-search.block-content .control input {
    width: 100%;
  }
  .wlcm-bx .cat-bx {
    margin-right: 0;
    margin-bottom: 1%;
    margin-left: 1%;
  }
  .see-our-rangebx {
    max-width: 1004px;
    margin: 0 10px;
  }
  .see-our-rangebx .seerange-in {
    max-width: 497px;
  }
  .see-our-rangebx .seerange-in h3 {
    margin-top: 22px;
  }
  .dept-category1 {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .breadcrumbs {
    padding-left: 10px !important;
  }
  .dept-product-range {
    padding-left: 10px;
  }
  .mid-bx-pro {
    padding: 0 10px;
  }
  .mid-bx-pro .bx1 {
    margin-right: 4.4%;
    width: 30.4%;
  }
  .mid-bx-pro .bx1:nth-child(5n-1),
  .mid-bx-pro .bx1:nth-child(8n-1) {
    margin-right: 0px;
  }
  .mid-bx-pro .bx1:nth-child(9) {
    margin-right: 4.4%;
  }
  .mid-bx-pro .bx1:nth-child(10) {
    margin-right: 0%;
  }
  .mid-bx-pro .bx1:nth-child(13) {
    margin-right: 0%;
  }
  .mid-bx-pro .bx1:nth-child(14) {
    margin-right: 4.4%;
  }
  .mid-bx-pro .bx1:nth-child(15) {
    margin-right: 4.4%;
  }
  .mid-bx-pro .bx1:nth-child(16) {
    margin-right: 0% !important;
  }
  .mid-bx-pro .bx1.last {
    margin-right: 4.4%;
  }
  .featured-mid .featured-mid-bx {
    max-width: 48%;
    padding: 0px;
  }
  .featured-mid .featured-mid-bx.last {
    float: right;
  }
  .featured-mid .featured-mid-bx.last h3,
  .featured-mid .featured-mid-bx.last .brnd1 {
    padding-left: 0px;
  }
  .feat-depbx {
    padding: 0 10px;
  }
  .feat-depbx .fet-dbx {
    float: left;
  }
  .trstd-brand-bx .brands-inbx {
    text-align: center;
    padding-bottom: 20px;
  }
  .guides-bx-outr {
    padding: 0 10px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 23%;
    padding-right: 19px;
  }
  .socials {
    padding: 0 10px;
    min-height: 215px;
  }
  .socials .soc-in {
    padding-top: 20px;
  }
  .socials .soc-in .socialbx {
    margin-right: 10px;
  }
  .socials .soc-in .socialbx.hrs {
    max-width: 287px;
  }
  .socials .soc-in .socialbx.contact {
    float: right;
    max-width: 303px;
    margin-top: 0px;
  }
  .dept-product-range-in .dept-bx1 {
    max-width: 19.6%;
    margin-right: 0;
    padding-right: 0px;
  }
  .dept-product-range-in .dept-bx1 .imgbx {
    width: 100%;
  }
  .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn {
    height: auto !important;
    display: block;
    width: auto;
  }
  .mid-bx-pro.acl .bx1 {
    margin-right: 4.4%;
  }
  .dept-category1 .imgbx {
    margin-bottom: -1px;
  }
  .fet-dept-arc .dept-des-pro .dept-des-imgbx {
    width: 48%;
  }
  .page-footer .footer.content .block.related .products-related,
  .page-footer .footer.content .block.upsell .products-related,
  .page-footer .footer.content .block.related .products-upsell,
  .page-footer .footer.content .block.upsell .products-upsell {
    margin-left: 19px;
    margin-right: 19px;
  }
  .page-footer .footer.content .block.related .title,
  .page-footer .footer.content .block.upsell .title {
    text-align: center;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    margin-left: 15px;
    max-width: 11%;
  }
  .trstd-brand-bx .brands-inbx a.btn {
    right: 20px;
    top: 124%;
  }
  .trstd-brand-bx .brands-inbx button.btn {
    right: 10px;
    top: 75%;
  }
  .shpbydept-outr {
    padding-left: 20px;
  }
  .shpbydept-outr .shoppro-dept-bx {
    max-width: 23%;
    margin-right: 2%;
  }
  .shp-by-room-outer .shp-by-room-bx {
    padding-left: 0px;
  }
  .shp-by-style {
    padding-left: 20px;
  }
  .shp-by-style ul li {
    width: 30.5%;
    margin-right: 2.5%;
  }
  .shp-by-style ul li.last {
    margin-right: 2.5%;
  }
  .inquiry-bx .enquiry-outr .legend h2 {
    font-size: 45px;
    text-align: center;
  }
  .inquiry-bx .enquiry-outr .actions-toolbar {
    padding-right: 0;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 {
    padding-left: 15px;
    text-align: center;
    width: 64%;
    float: left;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .inquiry-form .fieldset .field .control {
    float: left;
    width: 32.33%;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .inquiry-form .fieldset .field .control input {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .inquiry-form .fieldset .field .control:last-child {
    padding-right: 0px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .inquiry-form .txt-areabx {
    padding-right: 0px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .inquiry-form .txt-areabx .control {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr .imgouter1 {
    float: right;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 35%;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2) {
    max-width: 31%;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx {
    padding-right: 0;
    width: 100%;
    float: left;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx .control {
    width: 100%;
    padding-right: 16px;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx .control select {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control {
    width: 49.9%;
    float: left;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control input {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control:nth-child(3) {
    padding-right: 0px;
  }
  .inquiry-bx .enquiry-outr .actions-toolbar {
    margin-right: 48px;
    float: left;
    width: 97%;
  }
  .page-footer .footer-container {
    float: left;
  }
  .socials .soc-in .socialbx.pymntbx {
    max-width: 20%;
    margin-right: 2%;
  }
  .socials .soc-in .socialbx.contact {
    margin-right: 20px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    min-width: 50px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li.last {
    margin-right: 14px;
  }
  .product-options-bottom .bx1 {
    max-width: 118px;
    margin-right: 0;
  }
  .product-options-bottom .bx1.log-zip {
    max-width: 155px;
  }
  .product-options-bottom .bx1.log-klarna {
    max-width: 133px;
    margin-right: 17px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.minus,
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus {
    margin-bottom: 0px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions {
    margin-bottom: 20px;
  }
  .product-addto-links .action {
    margin-right: 0;
    margin-top: 10px;
  }
  .page-layout-1column .main .product-info-main .product-addto-links {
    width: 100%;
  }
  .page-layout-1column .main .product-info-main .product-addto-links .action {
    margin-top: 0px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    padding: 0 4px;
    padding-right: 14px;
  }
  .page-wrapper .header.content .header ul li {
    line-height: 10px;
    padding: 5px 10px;
  }
  .header .compare.wrapper .action.compare {
    margin-top: 0;
    line-height: 20px;
  }
  .shp-by-room-outer.dept-block-1.blck3.four .fet-dbx {
    max-width: 24%;
    margin-right: 1%;
  }
  .dept-category1 .category-image {
    width: 20%;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control select {
    width: 100%;
  }
  .featured-mid .featured-mid-bx.last {
    margin-right: 0;
  }
  .shp-by-room-outer {
    padding: 0 20px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    margin-right: 2%;
    max-width: 23.5%;
  }
  .shp-by-room-outer .shp-by-room-bx ul li.last {
    margin-right: 0%;
  }
  .category-view .category-cms .mid-bx-pro .featured-mid-bx {
    width: 50%;
    float: left;
  }
  .page-main .fet-mxr-b {
    display: inline-block;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 {
    max-width: 19.6%;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx {
    width: 100%;
    height: auto;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn {
    width: 100%;
    height: auto;
    display: block;
  }
  .page-footer .newsletter .head {
    float: none;
  }
  .page-footer .newsletter .label {
    padding-left: 3%;
  }
  .modal-inner-wrap #modal-brands .about-info li {
    min-height: 108px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-right: 0%;
    margin-left: 36px;
  }
  .minicart-wrapper .text,
  .wishlist-wrapper .text,
  .myaccount-wrapper .text {
    display: none !important;
  }
  /*AMASTY NAVIGATION MOBILE*/
  .nav-sections .ammenu-menu-wrapper.-mobile .ammenu-link.-main {
    background-color: #000 !important;
  }
  .nav-sections.ammenu-nav-sections .ammenu-link,
  .nav-sections.ammenu-nav-sections .ammenu-link.-main,
  .nav-sections.ammenu-nav-sections .ammenu-menu-header {
    color: #FFF !important;
  }
  .nav-sections.ammenu-nav-sections .ammenu-content,
  .ammenu-nav-sections,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content,
  .ammenu-tabs-container,
  .nav-sections.ammenu-nav-sections .ammenu-title {
    background: #000 !important;
  }
  .nav-sections.ammenu-nav-sections .ammenu-title.active {
    background: #333 !important;
  }
  .nav-sections.ammenu-nav-sections .ammenu-title.active .ammenu-link {
    background: #333 !important;
  }
  .nav-sections.ammenu-nav-sections .ammenu-title > .ammenu-link {
    color: #fff !important;
  }
  .nav-sections .ammenu-drill-btn {
    background-color: #333;
  }
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-submenu-container,
  .nav-sections .ammenu-menu-wrapper.-desktop.ammenu-item.-main:hover,
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-link:not(.-level1) + .ammenu-item.-child,
  .nav-sections .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container,
  .nav-sections .ammenu-nav-sections .ammenu-content,
  .nav-sections .ammenu-menu-wrapper.-mobile .ammenu-submenu,
  .nav-sections .ammenu-menu-wrapper.-mobile .ammenu-link.-main,
  .nav-sections .ammenu-main-container .brand-images .brands-letter .letter .title,
  .nav-sections .ammenu-nav-sections:not(.-hamburger) .ammenu-item.-drill-opened {
    background: #000 !important;
  }
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-submenu-container .ammenu-link,
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-submenu-container,
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-product-list .product-item-info *:not(.-nocolor):not(.swatch-option),
  .nav-sections .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container,
  .nav-sections .ammenu-nav-sections.-hamburger .ammenu-submenu-container,
  .nav-sections .ammenu-menu-wrapper.-mobile .ammenu-link,
  .nav-sections .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content,
  .nav-sections .ammenu-nav-sections .header.links li > a {
    color: #fff !important;
  }
  .nav-sections.ammenu-nav-sections:not(.-hamburger) .ammenu-item.-drill-opened {
    background-color: #000 !important;
  }
  .nav-sections .ammenu-menu-wrapper .ammenu-icon:after,
  .nav-sections .ammenu-menu-wrapper .ammenu-icon:before,
  .nav-sections .ammenu-menu-wrapper .ammenu-icon.-small.-down:before,
  .nav-sections .ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before,
  .nav-sections .ammenu-menu-wrapper .ammenu-arrow:before,
  .nav-sections .ammenu-menu-wrapper .ammenu-arrow:after {
    background: #999 !important;
  }
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-link:hover > .ammenu-wrapper,
  .nav-sections .ammenu-menu-wrapper.-desktop .ammenu-link.-hovered > .ammenu-wrapper,
  .nav-sections .ammenu-menu-wrapper.-mobile .ammenu-link.-level2:hover,
  .nav-sections .ammenu-menu-wrapper.-hamburger-top .ammenu-item:hover .ammenu-link,
  .nav-sections .ammenu-nav-sections.-accordion .ammenu-item:hover > .ammenu-link,
  .nav-sections .ammenu-nav-sections.-hamburger .ammenu-link:hover .ammenu-wrapper {
    color: #ddd !important;
  }
  .nav-sections .ammenu-drill-btn:not(.primary):hover,
  .nav-sections .ammenu-drill-btn:not(.primary):focus,
  .nav-sections .ammenu-drill-btn:not(.primary):active {
    background: #565050 !important;
    color: #fff;
  }
  .nav-sections .ammenu-content + .ammenu-title {
    display: none !important;
  }
  .ammenu-item.-drill-opened .ammenu-link.-level2,
  .ammenu-item .ammenu-link.level2 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 25px;
  }
  .-drill .ammenu-wrapper:not(.-drill-opened) > .ammenu-link.-level2 {
    border-bottom: 1px solid #eee;
  }
  .cmsbx-in-cnt {
    width: 80%;
  }
  .qt-bxt .qt-bxt-icn {
    max-width: 20%;
  }
  .cms-submit-plans .enquiry-outr .form-bx12 #attachment-form .control,
  .cms-customer-help .enquiry-outr .form-bx12 #attachment-form .control,
  .cms-lodge-warranty .enquiry-outr .form-bx12 #attachment-form .control,
  .cms-submit-plans .enquiry-outr .form-bx12,
  .cms-customer-help .enquiry-outr .form-bx12,
  .cms-lodge-warranty .enquiry-outr .form-bx12 {
    width: 100%;
  }
  .cms-submit-plans .inquiry-bx .enquiry-outr .imgouter1,
  .cms-customer-help .inquiry-bx .enquiry-outr .imgouter1,
  .cms-lodge-warranty .inquiry-bx .enquiry-outr .imgouter1 {
    float: none;
    margin: auto;
  }
  .cms-submit-plans .enquiry-outr .form-bx12 #attachment-form .control,
  .cms-customer-help .enquiry-outr .form-bx12 #attachment-form .control,
  .cms-lodge-warranty .enquiry-outr .form-bx12 #attachment-form .control {
    width: 100% !important;
  }
  .cms-submit-plans .page-wrapper > .page-bottom {
    width: 100%;
  }
  .cms-submit-plans .page-wrapper > .page-bottom .enquiry-outr .tab {
    display: inline-block;
    width: 100%;
  }
  .page-bottom .txt-area11 {
    float: left;
    width: 100%;
  }
  .cms-home .inquiry-bx .enquiry-outr .imgouter1 {
    float: right;
  }
  .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .txt-areabx {
    float: left;
    width: 100%;
  }
  .cms-request-quote.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
  .cms-order-status.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
  .cms-submit-plans.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
  .cms-book-consultation.cms-page-view .inquiry-bx .enquiry-outr .imgouter1,
  .cms-lodge-warranty.cms-page-view .inquiry-bx .enquiry-outr .imgouter1 {
    margin-top: 0px !important;
    float: right;
  }
  .inquiry-bx .enquiry-outr .form-bx-full #attachment-form .fieldset .field {
    display: table;
    width: 100%;
  }
  .cms-trade-accounts #inquiry-form .professional label {
    width: 86%;
  }
  .cms-sidebar ul li a,
  .block-collapsible-nav ul li a {
    display: flex;
  }
  .ad-cnt-ryt {
    width: 67%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    max-width: 84% !important;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    padding-left: 10px;
    width: 75%;
  }
  .post-list-wrapper .post-item,
  .post-list-wrappersss .post-item {
    max-width: 45.9%;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category,
  .help-center-extra-block .help-center-cnt-blocks {
    margin-right: 4%;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
    height: 95px;
  }
  .help-center-extra-block {
    margin-left: 2%;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    max-width: 20.9%;
    height: auto;
    padding-bottom: 20px;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    max-width: 21.8%;
    height: auto;
    padding-bottom: 32px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper {
    top: 6%;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .am-search-box-wrapper {
    top: 27%;
  }
  .banner-outer .featured-mid-bx:nth-child(even) {
    padding-top: 5%;
  }
  .product.media .slick-initialized .slick-slide {
    height: 50px;
  }
  .amfaq-product-tab .product-bx.faq .product-bx-right {
    align-items: center;
    display: flex;
    justify-content: center;
    float: left;
    height: auto;
    width: 150px;
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 20px;
    width: auto;
    margin-right: 20px;
  }
  .amfaq-product-tab .product-bx.faq .brand_logo {
    float: left;
    position: relative;
  }
  .product.shop-range-brand ul li {
    max-width: 23%;
  }
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-item,
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-header {
    width: 64%;
    float: right;
    font-size: 16px;
  }
  .product.info.detailed .mfblog-related-posts-block ul li {
    margin-bottom: 40px;
  }
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-image {
    width: 34%;
    float: left;
  }
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-item {
    font-size: 13px;
  }
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-header h2 a {
    font-size: 21px;
  }
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-header h2 {
    padding-top: 0;
    margin-top: 0px;
  }
  .product.data.items > .item.title > .switch {
    padding-right: 5px;
  }
  .page-footer .product.info.detailed .ask-question-form .button-container .button-info {
    width: 100%;
  }
  .page-footer .product.info .amfaq-product-tab .product-bx.faq .product-bx-left {
    width: 100%;
  }
  .amfaq-product-tab .chat_area.active .product-bx-right {
    position: relative;
    float: left;
    width: auto;
    left: 0;
    top: 0;
    margin-right: 20px;
  }
  .amfaq-product-tab .chat_area.active .brand_logo {
    position: relative;
    float: left;
    top: inherit;
  }
  .amfaq-product-tab .chat_area .btn-bx .btn-chat {
    float: left;
    clear: left;
    margin-top: 30px;
  }
  .amfaq-product-tab .chat_area .product-bx.chat p {
    width: 100% !important;
  }
  .page-footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 30%;
    margin-right: 2.4%;
  }
  /*PRODUCT VIEW PAGE - TAB SCROLL*/
  .product.info.detailed.tab-sticky-wrapper .product.data.items {
    width: 100%;
    display: inline-block;
    overflow-y: scroll;
    white-space: nowrap;
  }
  .product.info.detailed .items .item.title {
    overflow-y: scroll;
    display: inline-block;
  }
  .product.info.detailed .items .item.title.active {
    height: 60px;
    margin-bottom: -5px;
  }
  .product.info.detailed .tab-bar {
    width: 100%;
    display: inline-block;
    overflow-y: scroll;
    white-space: nowrap;
  }
  .catalog-product-view .page.messages {
    margin-left: -10px;
  }
  .price-match-guarentee .pro-bx p {
    min-height: 91px;
  }
  .cms-page-view h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .pro-points.kitchn h2 + p {
    font-size: 13px;
  }
  .dept-product-range-in .dept-bx1 .imgbx span {
    font-size: 14px;
    line-height: 18px;
  }
  .product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-prev {
    top: 34% !important;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    padding-left: 0;
    padding-right: 0px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout span {
    font-size: 16px !important;
    line-height: 22px;
  }
  .cart-container .cart-summary .checkout-methods-items .amasty-quote-link {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px 0px;
    font-family: 'ITCAvantGardeStdDemi';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
  }
  .cart-summary .checkout-methods-items .item {
    margin-bottom: 10px !important;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    background-color: inherit;
  }
  .cart-summary._sticky {
    padding-bottom: 12px !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
    padding-right: 5px !important;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 0;
  }
  .account .table > thead > tr > th {
    font-size: 14px;
  }
  .table.table-order-items > tbody > tr > th,
  .table.table-order-items > tbody > tr > td,
  .order-details-items .table-order-items .product-item-name {
    font-size: 13px;
  }
  .order-details-items .col.subtotal .price-excluding-tax,
  .order-details-items .col.price .price-excluding-tax .price,
  .order-details-items .col.price .price-excluding-tax,
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 15px;
  }
  .account .page-main .page-title-wrapper .page-title {
    font-size: 34px;
  }
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date,
  .magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
    font-size: 14px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 16px;
  }
  .page-layout-1column.wishlist-index-index .products-grid .product-item {
    margin-left: 10px !important;
  }
  .mid-bx-pro.dept-block-1 h2 {
    font-size: 30px;
  }
  .banner-outer .featured-mid-bx.last h3 {
    font-size: 20px !important;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 15px !important;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    font-size: 17px !important;
    min-width: 174px !important;
  }
  .category-item .m-img-outr {
    width: auto !important;
  }
  .magicmenu .nav-desktop .level-top a {
    font-size: 12px !important;
    line-height: 14px !important;
    min-height: 34px !important;
  }
  .category-item.brand .level-top-mega .cat-mega li .submenu li a span,
  .magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li p.faq-txt {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .category-item .menu-img {
    min-height: 84px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children a span {
    /*line-height: 30px !important;*/
  }
  .magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li {
    min-height: 160px !important;
  }
  .magicmenu .nav-desktop .level0:hover.mover .level-top-mega .mage-column.cat-mega li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .shp-by-room-outer .products .product-item .product-item-details .price-box {
    position: relative;
  }
  .page-wrapper #custom-sliding-cart .minicart-wrapper {
    top: 115px;
  }
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
    top: 26% !important;
  }
  .blog-page .page-title-wrapper h1 {
    font-size: 40px !important;
  }
  .blog-page-categories-list h2.category-main-title {
    font-size: 25px;
  }
  .featured-item-listssss {
    font-size: 25px !important;
    color: #000;
  }
  .inquiry-bx .enquiry-outr .legend h2 {
    font-size: 32px;
    text-align: left;
  }
  .sep-bx h3 {
    font-size: 20px;
  }
  .inquiry-bx .enquiry-outr .primary button span {
    font-size: 15px;
    line-height: 44px;
    margin-bottom: 0px;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li {
    text-align: left;
    line-height: 20px;
  }
  .sidebar .cms-sidebar h3 {
    font-size: 18px !important;
  }
  .cms-sidebar ul li a {
    font-size: 14px;
  }
  .cms-abt-btn {
    padding: 10px 28px;
    font-size: 12px;
  }
  .cms-sidebar ul li a:before,
  .block-collapsible-nav ul li a:before {
    font-size: 14px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg img {
    height: 100%;
  }
  .blog-page-categories-list ul li a.image-wrap {
    width: 100%;
  }
  .blog-page-categories-list ul li a.image-wrap img {
    width: 100%;
  }
  .blog-page-categories-list ul li {
    max-width: 49%;
  }
  .map-outersec .map-img .mapouter {
    overflow: hidden;
  }
  .visit-swrmbtn a span {
    font-size: 12px;
  }
  .cart-summary .block .fieldset .field,
  .cart-summary .block .item-options .field .radio + .label,
  .cart-summary #block-summary #co-shipping-method-form dl.items.methods > dt.item-title,
  .timing-outr .lv-cht {
    font-size: 13px;
  }
  .brochures-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
    background-size: 10%;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .pager,
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    font-size: 14px;
  }
  .page-footer .footer-container .container .block-content ul li a {
    font-size: 12px;
  }
  .pro-points.live h2 {
    font-size: 22px !important;
  }
  .cms-content.cms-tr h2,
  .page-wrapper h2 {
    font-size: 22px;
  }
  .bx-term11 .hd-term {
    font-size: 18px;
  }
  .help-centre-footer-inner .help-centre-footer-button,
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category .view-all,
  .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,
  .paypal-review .block .box-title > span,
  .account .column.main .block:not(.widget) .box-title > span,
  .multicheckout .box-title > span,
  .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
  .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-size: 14px;
  }
  .cart-container .cart-summary > .title {
    font-size: 20px;
    padding-right: 15px;
  }
  .cart-summary .quote-details .title {
    font-size: 20px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    font-size: 12px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 16px;
    padding: 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
  }
  .cms-lodge-warranty .inquiry-bx .enquiry-outr .actions-toolbar,
  .cms-order-status .inquiry-bx .enquiry-outr .actions-toolbar,
  .cms-request-quote .inquiry-bx .enquiry-outr .actions-toolbar,
  .cms-submit-plans .inquiry-bx .enquiry-outr .actions-toolbar,
  .cms-book-consultation .inquiry-bx .enquiry-outr .actions-toolbar {
    width: 100%;
  }
  .cms-amasty-faq-home-page .page-wrapper h2 {
    font-size: 34px;
  }
  .sub-faq-title {
    font-size: 15px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksDesc,
  .cms-amasty-faq-home-page .faq-category-title {
    font-size: 14px !important;
  }
  .help-centre-footer-inner .help-centre-footer-cont {
    font-size: 30px;
  }
  .help-centre-footer-inner .help-centre-footer-subcont {
    font-size: 22px;
  }
  .help-centre-footer-inner .help-centre-footer-button {
    width: 150px;
    line-height: 16px;
    padding: 13px 0;
  }
  .crosssell .products.list .product-item-name {
    line-height: 17px;
  }
  .crosssell .products.list .product-item-name a {
    font-size: 13px;
  }
  .cart-container .cart.table-wrapper .product-item-name,
  .cart.table-wrapper .cart thead tr th.col {
    font-size: 14px;
  }
  .cart.table-wrapper .cart-price .price {
    font-size: 16px;
  }
  .products .price-box .price {
    font-size: 16px;
  }
  .block.crosssell .block-title strong {
    font-size: 20px;
  }
  .authentication-wrapper {
    width: 36.333333%;
  }
  .amcheckout-step-container input[type='checkbox'] + label span:only-child,
  .amcheckout-step-container input[type='radio'] + label span:only-child,
  .amcheckout-step-container input[type='text'],
  .amcheckout-step-container input[type='password'],
  .amcheckout-step-container input[type='url'],
  .amcheckout-step-container input[type='tel'],
  .amcheckout-step-container input[type='search'],
  .amcheckout-step-container input[type='number'],
  .amcheckout-step-container input[type='datetime'],
  .amcheckout-step-container input[type='email'],
  .amcheckout-step-container select,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
  .form.form-login .actions-toolbar .secondary a.action,
  .field .control._with-tooltip input,
  .am-checkout.-modern .checkout-header .description,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
    font-size: 14px;
  }
  .amcheckout-step-container select {
    font-size: 14px !important;
  }
  .am-checkout.-modern .checkout-header .description,
  .checkout-index-index .am-checkout.-modern .checkout-header .description {
    font-size: 15px !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    font-size: 14px;
  }
  .cart-discount .block > .title strong {
    font-size: 14px !important;
  }
  .amcheckout-step-container .product-item .product-item-name {
    max-height: inherit;
  }
  .cms-page-view .inquiry-page.get-quote h1 {
    font-size: 30px;
  }
  .cart.table-wrapper .cart thead tr th.col {
    font-size: 15px !important;
  }
  .cart.table-wrapper .item-options dt,
  .cart.table-wrapper .item-options dd {
    font-size: 12px;
  }
  .cart-summary .block .item-options .field .radio {
    margin-top: 2px !important;
  }
  .wishlist-wrapper a .wshlst-icn,
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    padding-top: 1px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart .counter-label {
    top: -3px;
  }
  .amcheckout-step-container .amcheckout-button.-new-address span,
  .amcheckout-step-container .addresses button span,
  .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
  .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    font-size: 12px !important;
  }
  .amcheckout-step-container .addresses button {
    line-height: 16px;
  }
  .amcheckout-step-container .amcheckout-button.-new-address {
    line-height: 18px;
  }
  .opc-block-summary .items-in-cart .product .item-options dd,
  #multiship-addresses-table thead tr th,
  .cart.table-wrapper .item-options dt,
  .minicart-items .product-item-details .product .options.list dt,
  .opc-block-summary .items-in-cart .product .item-options dt,
  .block-giftregistry-shared-items .product .item-options dt,
  .multicheckout .item-options dt,
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .checkout-index-index .checkout-shipping-address .checkout-billing-address .actions-toolbar > .primary .action,
  .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
    /*font-size: 12px!important;*/
  }
  .opc-block-summary .items-in-cart .product .item-options dt {
    margin-bottom: 0px !important;
  }
  .socials .soc-in .socialbx .head1 {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus {
    margin-bottom: 20px !important;
  }
  .opc-block-summary .items-in-cart .product .item-options dd,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 12px;
  }
  .cart-summary .block > .title {
    font-family: 'ITCAvantGardeStdDemi';
  }
  .cart-container .cart-summary .block .title strong {
    font-weight: normal;
  }
  #checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    padding: 0px 25px;
    padding: 0px 25px!important;
    text-transform: uppercase;
    height: 40px;
    padding-top: 3px !important;
  }
  .block-authentication .actions-toolbar .primary .action {
    line-height: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    height: 40px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 4px;
  }
  .checkout-index-index .amcheckout-step-container input[type='radio'] + label:before {
    margin-bottom: -2px !important;
    margin-right: 7px;
  }
  .minicart-items .product-item-details .price-including-tax {
    margin-top: 3px !important;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 0 20px;
    height: 40px;
  }
  .amasty_quote-cart-index .cart.main.actions .action span {
    display: table;
    padding-top: 3px;
  }
  .amasty_quote-cart-index .cart.main.actions .action span {
    margin: auto;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .counter.qty .counter-number {
    line-height: 23px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .counter.qty .counter-label {
    line-height: 24px;
  }
  .mid-bx-pro .bx1 a.lnk {
    padding-top: 10px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote:before {
    margin-right: 3px;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
    padding-right: 22px;
  }
  .post-list .post-description {
    min-height: 81px;
    max-height: 85px;
  }
  .blog-post-view.blog-page .page-title-wrapper h1 span {
    font-size: 28px;
  }
  .post-description h2 {
    font-size: 18px !important;
  }
  .post-description h3 {
    font-size: 16px !important;
  }
  .page-footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    width: 65%;
  }
  .check-top-menu ul li a {
    line-height: 21px;
  }
  /* CROSSEL */
  .checkout-cart-index .block.crosssell .products-crosssell .slick-list {
    min-height: 500px;
    max-height: 500px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100%;
  }
  .page-product-configurable .product-add-form .product-options-wrapper .field .control {
    width: 24%;
  }
  .page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
    width: 73%;
  }
  .account.sales-order-view .page-wrapper .page-main#maincontent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .amasty_quote-cart-index .cart.actions .action.quote {
    padding: 12px 20px !important;
  }
  .amasty_quote-cart-index .cart.actions .action.quote span {
    padding-top: 2px;
  }
}
/*1024*/
@media only screen and (max-width: 1023px) {
  .nav-sections-item-content .magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 4px;
  }
  .page-products .products-grid.products .product-item {
    width: calc(24%) !important;
  }
  .check-footer-ewayblock #eWAYBlock {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-header {
    z-index: 1;
  }
  .navigation .submenu:not(:first-child) ul > li a,
  .navigation .submenu:not(:first-child) > li > a {
    width: 98%;
  }
  .nav-open .nav-sections-item-content .navigation > ul > li:nth-child(5) a.ui-corner-all:after,
  .nav-open .nav-sections-item-content .navigation > ul > li:nth-child(6) a.ui-corner-all:after {
    padding-top: 22px;
  }
  .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    border: 0px !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding-top: 0px !important;
    background: #fff;
  }
  .amcheckout-step-container .amcheckout-title {
    background-color: #76ABA9 !important;
    margin-bottom: 20px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px !important;
    padding-bottom: 6px !important;
  }
  .checkout-payment-method .step-title {
    padding-left: 0;
  }
  .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: 0px !important;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    max-width: 23.1%;
    /*min-height:256px;*/
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
    min-height: 30px;
  }
  .navigation .level0 {
    /*border-top: 1px solid #d1d1d1!important; */
    font-size: 1.6rem;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    padding: 0px 0px;
    padding-right: 10px;
    width: 100%;
    background-color: #000;
  }
  .nav-sections .mean-nav ul li .level-top span {
    font-size: 15px;
    padding: 0 40px;
  }
  .navigation .level0 > .level-top {
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a {
    color: #fff !important;
    font-family: 'ITC Avant Garde Std Bk';
    background-color: #666;
    width: 100%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:before {
    content: '';
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    vertical-align: top;
    position: absolute;
    left: 1.4% !important;
    top: 40%;
    width: 32px !important;
    height: 29px !important;
    background-image: url(../images/arrow-icn.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 65%;
    border: 0px solid!important;
    display: none !important;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .nav-mobile {
    display: block;
  }
  .nav-sections .mean-nav ul li .level-top > span {
    padding-left: 15px !important;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a .boder-menu {
    float: right;
    /*background-color: #fff!important; */
    padding: 1px;
    width: 50px !important;
    height: 60px !important;
    top: 9% !important;
    position: absolute;
    right: 0% !important;
    background-image: url(../images/menu-down-arrow.svg) !important;
    background-size: 100% !important;
    background-position: 0 0!important;
    background-repeat: no-repeat !important;
    /*filter: contrast(0) brightness(2)!important;*/
    transform: inherit !important;
    background-color: initial !important;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a .boder-menu:after {
    content: "";
    transform: rotate(-86deg);
    line-height: -1px;
    background-color: #fff !important;
    padding: 1px;
    width: 12px;
    height: 1px;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    left: 6px;
    display: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: "" !important;
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a {
    color: #fff !important;
    font-family: 'ITC Avant Garde Std Bk';
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.active > .level-top {
    background-color: #76aba9;
  }
  .navigation .level0.parent:hover > .submenu {
    top: initial !important;
  }
  .page-header .nav-toggle {
    top: calc(30%);
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 72%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price {
    width: auto;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a .boder-menu {
    padding: 1px !important;
  }
  .blog-page .page-title-wrapper {
    width: 80%;
    float: right;
  }
  .blog-page .page-title-wrapper h1 {
    width: 100%;
    font-size: 32px !important;
  }
  .blog-page .sidebar {
    margin-top: -4.6%;
  }
  .index-description h3 {
    padding-top: 0%;
  }
  .blog-page .subhead {
    font-size: 22px;
  }
  .blog-page-categories-list ul li {
    max-width: 50%;
  }
  .blog-page-categories-list ul li {
    min-height: 265px;
    padding-bottom: 1%;
  }
  .help-center-extra-block {
    margin-top: -8%;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget {
    padding-bottom: 5%;
  }
  .cms-amasty-faq-home-page .sub-title-wrapper {
    padding-top: 0%;
  }
  .amfaq-product-tab .chat_area .product-bx.chat p {
    width: 54%;
  }
  .sections.nav-sections {
    width: 50%;
    z-index: 1;
  }
  .amcheckout-step-container .shipping-address-items {
    display: inline-block !important;
    width: 100%;
    align-items: initial !important;
  }
  #checkout-step-shipping .field.addresses {
    float: none !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-title {
    padding-top: 12px !important;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none !important;
  }
  .amcheckout-step-container .opc-payment-additional.discount-code,
  .checkout-payment-method.submit .payment-methods {
    padding: 0 20px !important;
  }
  .page-products .columns {
    z-index: 0 !important;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx .block.widget.new grid .block-content {
    padding: 0 26px;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx .block.widget.new grid .block-content .slick-prev {
    left: -20px;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx .block.widget.new grid .block-content .slick-next {
    right: -20px;
  }
  .nav-sections .navigation .level0 .submenu .submenu,
  .nav-open .navigation .level0 .submenu {
    background-color: #666;
  }
  .nav-open .nav-sections-item-content .navigation .level0.active .all-category .ui-state-focus {
    border-color: #666;
  }
  /**NAVIGATION MOBILE MENU**/
  .header .nav-toggle2.menu_hide.active {
    /*display: none!important;*/
    width: 30px;
    height: 34px;
  }
  .header .nav-toggle2.menu_hide.active::before {
    content: '\e609';
    font-family: 'luma-icons';
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    top: 2px;
    position: relative;
    display: none;
  }
  .header .nav-toggle2.menu_hide span {
    display: none;
  }
  .header .nav-toggle2.nav-hide {
    display: none;
  }
  .header + .nav-sections.nav-hide {
    display: none;
  }
  .page-wrapper .header.content .nav-toggle.nav-hide {
    /*visibility: hidden;*/
  }
  .nav-open .page-wrapper .nav-sections.nav-hide {
    display: none;
  }
  .page-wrapper .header.content .nav-toggle.nav-hide {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .menu_hide.active + .logo {
    margin-left: 10px;
  }
  .navigation-mobile #hidlogout,
  .navigation-mobile #hidlogin {
    padding-left: 14px;
    line-height: 45px;
  }
  .navigation-mobile #hidsignup a {
    line-height: 45px;
  }
  .navigation-mobile .cls-sign span:before {
    content: '\e629';
    padding: 0px 10px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 0px;
    top: 18px;
    position: relative;
    left: 2px;
    padding: 19px 16px;
    background-image: url(../images/login3.svg);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    background-size: 75%;
    float: left;
    -webkit-filter: invert(1);
    filter: invert(1);
    content: "";
  }
  .navigation-mobile .cls-sign-up span:before {
    content: '\e627';
    padding: 0px 16px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 19px;
    top: 4px;
    position: relative;
    left: 7px;
  }
  .menu-auth span a#hidlogou span:before {
    background-image: url(../images/heart2.svg);
    background-size: 20px;
    background-position: 2px 2px;
  }
  .brandmenu .submenu .all-category {
    display: none;
  }
  .nav-sections .mean-nav ul.submenu li a span {
    font-size: 14px;
  }
  .navigation .submenu:not(:first-child) ul {
    padding-left: 22px !important;
  }
  /* SLIDE MENU */
  /* Sliding menu base styles */
  .nav-mobile {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .nav-mobile li {
    margin-bottom: 0px;
  }
  .menu-toggle {
    position: fixed;
    top: 16px;
    left: 14px;
    z-index: 1100;
    width: 40px;
    height: 68px;
    border-radius: 50%;
    cursor: pointer;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.07);*/
  }
  .menu-toggle:before {
    content: '\e609';
    font-family: 'luma-icons';
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    top: 2px;
    position: relative;
    opacity: 0;
    cursor: pointer;
  }
  #menu-slide-toggle:checked ~ .nav-mobile {
    -webkit-transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-name: slideinfromright;
    scrollbar-width: none;
    background-color: #000;
  }
  #menu-slide-toggle:checked ~ .menu-auth {
    display: block;
  }
  .nav-mobile > li > a,
  .nav-mobile > li > img,
  .nav-mobile > li > .level-top {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #d1d1d1;
    background: #000;
    text-transform: uppercase;
    /*display: none;*/
  }
  .nav-mobile li.hasChild > label {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #605757;
    background: #000;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }
  .nav-toggle:before {
    display: none;
  }
  .nav-mobile ul.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: auto;
    background-color: #000;
    -webkit-transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-name: slideinfromright;
    -webkit-transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 1200;
    padding-left: 0px;
  }
  .nav-mobile ul.submenu li {
    list-style: none;
    background-color: #000;
    padding: 16px 20px;
    border-bottom: 1px solid #605757;
    position: relative;
  }
  .nav-mobile ul.submenu li a {
    color: #fff;
    padding-left: 0px;
    margin-left: -5px;
    width: 100%;
    display: block;
  }
  /* Back button for submenus */
  .nav-mobile .submenu .back-btn {
    display: block;
    padding: 16px 20px;
    background: #000;
    color: #fff;
    font-weight: normal;
    border-bottom: 0px solid #eee;
    cursor: pointer;
  }
  .nav-mobile li img.img-responsive {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: block;
    float: left;
    padding-right: 10px;
    filter: invert(1);
    width: 39px;
    padding-left: 10px;
    padding-top: 9px;
    margin-top: -10px;
  }
  .nav-mobile li img.img-responsive + a {
    /*display: none;*/
  }
  .nav-mobile li img.img-responsive + a::after {
    content: '\e81d' !important;
    font-family: 'fontello';
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    float: right;
    top: -1px;
    position: relative;
  }
  .nav-mobile li img.img-responsive + a + input + label {
    display: none;
  }
  .menu-auth {
    left: 0px !important;
    top: 0 !important;
    border-radius: 0px !important;
    background-color: #000 !important;
    border: none !important;
    width: 100% !important;
    max-width: 400px;
    height: auto;
    border-bottom: 1px solid #ccc;
    -webkittransform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
  }
  .menu-auth span {
    line-height: 64px;
    float: right;
    letter-spacing: 0.8px;
    font-size: 13px;
  }
  .menu-auth span a {
    color: #fff;
  }
  .menu-auth .menu-close {
    left: 6px;
    background-color: inherit;
    border: none;
    opacity: 1;
    color: #fff;
    font-size: 18px;
  }
  .nav-mobile input[type="checkbox"] {
    display: none !important;
  }
  .nav-mobile li a span::after,
  .nav-mobile li.hasChild > label::after {
    content: '\e81d' !important;
    font-family: 'fontello';
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    float: right;
    top: -4px;
    position: relative;
  }
  .nav-mobile li a span {
    width: 100%;
  }
  .nav-mobile li a span.boder-menu:after {
    display: none;
  }
  .nav-mobile li a span::after {
    right: 13px;
    position: absolute;
    top: 30%;
  }
  .nav-mobile li.hasChild img + a + input + label {
    border: 0px;
    padding: 0px;
  }
  .sidebar .block-collapsible-nav {
    z-index: 0;
  }
  .menu-auth span a.cls-sign span:before {
    content: '\e629';
    padding: 0px 10px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 21px;
    top: 3px;
    font-size: 0px;
    top: 18px;
    position: relative;
    left: 2px;
    padding: 19px 16px;
    background-image: url(../images/login3.svg);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    background-size: 75%;
    float: left;
    -webkit-filter: invert(1);
    filter: invert(1);
    content: "";
  }
  .menu-auth span a.cls-sign-up span:before {
    content: '\e627';
    padding: 0px 16px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 19px;
    top: 4px;
    position: relative;
    left: 7px;
  }
  ul.nav-mobile ul.submenu {
    top: 0px !important;
    height: 100%;
    position: fixed;
  }
  .nav-mobile li.noarrow a span::after {
    display: none;
  }
  .menu-auth span.ui-menu-item {
    width: 100%;
    max-width: 294px;
  }
  .menu-auth span a.cls-sign {
    /* display: block!important;
    display: inline-block;
    top: 8px;
    position: absolute;*/
    text-transform: uppercase;
    color: #FFF;
  }
  ul.nav-mobile ul.submenu {
    /*display: block!important;*/
  }
  .nav-mobile li {
    /*position: initial!important;*/
  }
  .nav-mobile > li > a.level-top {
    position: relative;
  }
  .nav-mobile li a span.ui-menu-icon + span::after {
    display: none;
  }
  .nav-mobile .submenu.ui-menu li.ui-menu-item a span.ui-menu-icon::after,
  .nav-mobile .submenu.brandmenu li.ui-menu-item a span.ui-menu-icon::after {
    content: "" !important;
  }
  #menu-slide-toggle:checked ~ .menu-auth {
    -webkit-transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-name: slideinfromright;
  }
  .menu-toggle.active + .menu-auth + .nav-mobile {
    display: block !important;
  }
  .nav-mobile .submenu li.hasChild > label {
    padding: 0px;
    border: 0px;
  }
  .nav-mobile .dept .submenu li img.img-responsive + a::after {
    visibility: hidden;
  }
  .menu-auth span a#hidlogou span {
    text-transform: uppercase;
    margin-right: 10px;
  }
  .menu-auth span a#hidlogou span:before {
    content: '\e627';
  }
  .nav-mobile .submenu li label {
    color: #fff;
  }
  .nav-mobile .submenu li label:after {
    content: '\e81d' !important;
    font-family: 'fontello';
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    float: right;
    top: 0px;
    position: relative;
  }
  .nav-mobile .submenu li.back-btn label:after {
    visibility: hidden;
  }
  .nav-mobile ul.submenu li.category-item.all_nav {
    padding-left: 25px;
  }
  .nav-mobile ul.submenu li.noarrow a {
    padding-left: 5px;
  }
  .nav-mobile .submenu li.dept label:after {
    top: -4px;
  }
  .page-main .fieldset,
  .footer-container {
    z-index: 0;
    position: relative;
  }
  .nav-mobile li ul.submenu.ui-menu.level1 li,
  .nav-mobile li ul.submenu.ui-menu.level2 li {
    padding-left: 30px;
  }
  .nav-mobile li ul.submenu.ui-menu.level1 li.back-btn,
  .nav-mobile li ul.submenu.ui-menu.level2 li.back-btn {
    padding-left: 20px;
  }
  .nav-mobile li ul.submenu.ui-menu.level1 li.category-item {
    padding-left: 25px;
  }
  .menu-open-active {
    overflow: hidden;
  }
  .nav-mobile ul.submenu li.category-item img + input + label:after {
    top: -4px;
  }
  .table-wrapper,
  .products-grid.wishlist {
    z-index: 0;
    position: relative;
  }
  .nav-toggle:hover:before {
    color: #fff !important;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-mobile input[type="checkbox"]:checked ~ ul.submenu {
    overflow-y: auto;
    position: fixed;
  }
  .menu-open-active {
    overflow: hidden;
  }
  .nav-mobile ul.submenu li a,
  .nav-mobile .submenu li label {
    font-size: 15px;
  }
  .product-info-main .product-options-wrapper {
    display: table;
    width: 100%;
  }
}
/* 991 */
@media only screen and (max-width: 999px) {
  .page-wrapper .action.primary span,
  .product .amquote-addto-button.-small {
    font-size: 11px;
  }
}
@media only screen and (max-width: 956px) {
  .guides-bx-outr .guides-bx .guides-bx-in {
    margin-right: 2%;
    height: auto;
  }
  .guides-bx-outr .guides-bx .guides-bx-in.two {
    margin-right: 0px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 49%;
    margin-bottom: 15px;
  }
  .amfaq-product-tab .chat_area .product-bx.chat {
    width: 90%;
  }
  .shp-by-room-outer {
    padding: 0 8px 0 19px;
  }
}
@media only screen and (max-width: 932px) {
  .price-match-guarentee .pro-bx p {
    min-height: 129px;
  }
  .price-match-guarentee .pro-bx .imgbx {
    width: 136px;
    height: 136px;
    background-size: 56%;
  }
  .products.wrapper.list.products-list .product-item-details {
    height: 155px;
    width: 85%;
  }
  .navigation-mobile #hidsignup a,
  .navigation-mobile #hidlogout,
  .navigation-mobile #hidlogin {
    line-height: 45px;
  }
}
@media only screen and (max-width: 892px) {
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 70%;
  }
  .check-top-menu {
    padding-top: 61px;
  }
}
@media only screen and (max-width: 844px) {
  .cms-amasty-faq-home-page .page-wrapper > .widget {
    padding-bottom: 17%;
  }
  .help-center-extra-block {
    margin-top: -6%;
  }
  .tab-sticky-wrapper .product.data.items .item.title a:after {
    content: "";
  }
  .guides-bx-outr .guides-bx .guides-bx-in:nth-child(even) {
    margin-right: 0px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 49%;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li {
    font-size: 12px;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 37% !important;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2) {
    max-width: 32% !important;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(3) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 813px) {
  .cms-kitchen-renovation-guide .modal-popup.modal-slide._inner-scroll .modal-inner-wrap,
  .cms-bathroom-renovation-guide .modal-popup.modal-slide._inner-scroll .modal-inner-wrap,
  .cms-kitchen-renovation-guid .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: inherit;
    margin-top: 4%;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 10px 0!important;
  }
  .cart.table-wrapper .col.qty .input-text,
  .cart.table-wrapper .col.price .control .amquotereq-input {
    font-size: 14px !important;
  }
  .cart.table-wrapper .col.price[data-th]:before {
    padding-bottom: 3px !important;
    padding-top: 7px;
  }
  .am-checkout.-modern .authentication-wrapper {
    text-align: right;
    clear: right;
    position: absolute;
    right: 0;
    top: 77px;
  }
  .products-grid.wishlist .product-item-photo {
    width: 100%;
  }
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item .product-item-name {
    float: left;
    margin-left: 0px !important;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 100% !important;
  }
  .check-top-menu {
    width: 45.2%;
    right: -5px;
    float: right;
  }
  #checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    /* font-family: 'ITC Avant Garde Std Bk'!important;
            font-size: 14px!important;
            padding: 0px 33px !important;
            text-transform: capitalize!important;*/
    font-size: 14px !important;
  }
  .am-checkout.-modern .opc-estimated-wrapper {
    display: none;
  }
  .am-checkout.-modern {
    position: relative;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 13px !important;
  }
  .navigation .submenu:not(:first-child) ul {
    padding-left: 22px !important;
  }
  .checkout-cart-index .block-authentication .block[class] + .block {
    margin-top: 95px;
  }
  .checkout-cart-index .block-authentication .actions-toolbar .secondary a {
    padding-left: 10px;
    line-height: 33px;
  }
  .checkout-cart-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: inherit;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
  .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th:last-child {
    text-align: right;
  }
}
/*813*/
@media only screen and (max-width: 812px) {
  .page-wrapper .header.content {
    background-color: #000;
  }
  .page-wrapper .header.content .nav-toggle {
    display: block !important;
    /*                        visibility: hidden;*/
  }
  .page-wrapper .header.content .ammenu-menu-toggle {
    margin-top: 5px;
  }
  .page-wrapper .header.content .ammenu-menu-toggle .ammenu-icon {
    border-color: #fff !important;
    border-width: 2px;
  }
  .page-wrapper .header.content .header {
    display: none;
  }
  .page-wrapper .header.content .header ul {
    float: right;
  }
  .page-wrapper .header.content .block-search .control {
    border: none;
    position: absolute;
    z-index: 1;
    top: 64px;
    left: 0px;
    width: 100%;
    background-color: #000;
    margin: 0px;
  }
  .page-wrapper .header.content .block-search .block-content .active label {
    float: left;
  }
  .page-wrapper .header.content .block-search .block-content .active .control {
    border-top: 1px solid #ccc;
    z-index: 10;
  }
  .page-wrapper .header.content .block-search .block-content .active .control input {
    width: 100%;
  }
  .page-wrapper .header.content .minicart-wrapper {
    position: absolute;
    right: 92px;
    margin-top: 4px;
  }
  .page-wrapper .header.content .minicart-wrapper + .minicart-wrapper {
    position: absolute;
    right: 3px;
  }
  .page-wrapper .aftr-nav {
    padding: 0 10px;
  }
  .page-wrapper .mid-bx-pro h2 {
    text-align: center;
  }
  .page-wrapper .mid-bx-pro .bx1 {
    max-width: 48%;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
  }
  .page-wrapper .mid-bx-pro .bx1 img {
    margin-bottom: 15px;
    width: 100%;
  }
  .page-wrapper .mid-bx-pro .bx1:nth-child(odd) {
    margin-right: 0px;
    float: right;
  }
  .page-wrapper .mid-bx-pro .bx1:nth-child(even) {
    margin-right: 5px;
  }
  .page-wrapper .page-header .header .block-search {
    width: auto;
    padding-left: 33px;
    padding-top: 3px;
    padding-left: 2%;
  }
  .page-wrapper .page-header .header .block-search .block-content .control input {
    width: 100%;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-left: 40px;
  }
  .page-wrapper .ammenu-nav-sections.nav-sections {
    max-width: 90%;
  }
  .mid-bx-pro,
  .dept-category1,
  .dept-product-range,
  .see-our-rangebx {
    padding: 0 10px;
  }
  .see-our-rangebx .seerange-in {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .featured-mid {
    width: 100%;
    margin: auto;
    float: left;
  }
  .featured-mid .featured-mid-bx {
    margin-bottom: 20px;
    width: 48%;
    padding-right: 0px;
    margin-right: 0px;
  }
  .featured-mid .featured-mid-bx img {
    width: 100%;
  }
  .trstd-brand-bx .brands-inbx {
    text-align: center;
  }
  .trstd-brand-bx .brands-inbx h2 {
    text-align: center;
  }
  .trstd-brand-bx .brands-inbx button {
    margin-bottom: 30px;
    margin-top: 20px;
    background-color: inherit;
    padding: 12px 0px;
  }
  .trstd-brand-bx .brands-inbx a.btn {
    display: inline-block;
    line-height: 98px;
  }
  .trstd-brand-bx .logo-out {
    width: 100%;
    float: left;
  }
  .trstd-brand-bx .logo-out .logo-in {
    float: left;
    padding: 0px;
    margin-right: 0px;
  }
  .trstd-brand-bx button {
    background-color: #76aba9;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    float: none;
    padding: 12px 20px;
  }
  .dept-room .feat-depbx .fet-dbx {
    margin-right: 0;
    padding-left: 0px;
  }
  .shpbydept-outr h2 {
    text-align: center;
  }
  .shpbydept-outr .shoppro-dept-bx {
    max-width: 47.5%;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 2px;
    margin-left: 0px;
    margin: 10px;
  }
  .shpbydept-outr .shp-imgbx {
    width: 88px;
    padding-right: 20px;
    min-height: 50px;
    float: left;
  }
  .shpbydept-outr .shp-imgbx + span {
    /*                margin-top: 15px;*/
    float: left;
    font-size: 14px;
    font-family: 'ITC Avant Garde Std Bk';
  }
  .shp-by-room-outer h2 {
    text-align: center;
  }
  .shp-by-room-outer .shp-by-room-bx ul {
    padding: 0;
    list-style: none;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .shp-by-style {
    text-align: center;
    padding: 0 10px;
  }
  .shp-by-style ul {
    list-style: none;
    padding: 0px;
  }
  .shp-by-style ul li {
    width: 48.7%;
    height: 62px;
    float: left;
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 2%;
    background-color: #f8f8f8;
    margin-left: 0%;
    margin-top: 5px;
  }
  .shp-by-style ul li span {
    font-size: 14px;
    font-family: 'ITCAvantGardeStdDemi';
    margin-left: 5px;
  }
  .shp-by-style ul li:nth-child(even) {
    margin-right: 0px;
  }
  .inquiry-bx {
    background-color: #f8f8f8;
    /*    border-top: 5px solid #f3f3f3;*/
    margin-top: 5px;
  }
  .inquiry-bx .enquiry-outr .legend h2 {
    font-size: 28px;
  }
  .inquiry-bx .enquiry-outr .enq-txt {
    font-size: 20px;
    font-family: 'ITC Avant Garde Std Bk';
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control input {
    width: 100%;
    height: 47px;
    margin-bottom: 10px;
    /*                    border: 1px solid #000;*/
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control textarea {
    margin-bottom: 10px;
    /*                    border: 1px solid #000;*/
    width: 100%;
    height: 90px;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx {
    padding-right: 0;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx .control {
    padding-right: 0;
  }
  .inquiry-bx .enquiry-outr .primary button {
    background-color: #76aba9;
    width: 100%;
    border: none;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ITCAvantGardeStdDemi';
  }
  .inquiry-bx .enquiry-outr .actions-toolbar {
    padding-right: 0px;
    width: 100%;
    text-align: left;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li {
    text-align: left;
  }
  .shp-by-room-outer {
    padding: 0 10px;
  }
  .shp-by-room-outer.dept-room .feat-depbx .fet-dbx {
    width: 30.9%;
    float: left;
    margin-right: 2.2%;
  }
  .see-our-rangebx {
    margin: 0px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 49%;
    margin-bottom: 20px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in:nth-child(even) {
    margin-right: 0px;
  }
  .socials {
    min-height: inherit;
    display: inline-block;
    margin-top: 13px;
  }
  .socials .soc-in .socialbx {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
  }
  .socials .soc-in .socialbx.pymntbx {
    max-width: 100%;
    margin-right: 0;
  }
  .socials .soc-in .socialbx.hrs {
    clear: left;
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
  }
  .socials .soc-in .socialbx.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
    border-bottom: 0px;
    margin-right: 0px;
  }
  .socials .soc-in .socialbx.contact .ph,
  .socials .soc-in .socialbx.contact .email {
    display: table;
  }
  .socials .soc-in .socialbx.orderng {
    padding-bottom: 40px;
  }
  .footer-add {
    padding-bottom: 20px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 {
    width: 100%;
    padding-left: 15px;
  }
  .inquiry-bx .enquiry-outr .imgouter1 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .dept-product-range-in .dept-bx1 {
    max-width: 19.6%;
    /*        &:nth-child(2){
            clear:right;
        }
        &:nth-child(3){
            clear:left;
        }*/
  }
  .dept-product-range-in .dept-bx1:nth-of-type(odd) {
    /*clear:left;*/
  }
  .dept-product-range-in .dept-bx1:nth-of-type(even) {
    /*clear:right;*/
  }
  .dept-product-range-in .dept-bx1.first {
    clear: left;
  }
  .dept-product-range {
    padding-top: 20px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 17.9%;
    clear: none;
    margin-left: 1%;
    margin-right: 1%;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 .brand-name {
    min-height: 50px;
  }
  .page-header .header .nav-toggle {
    top: 27%;
  }
  /*LOGIN PAGE*/
  .page-main .login-container .fieldset .control input {
    max-width: 100%;
  }
  .page-main .login-container .fieldset .field.password label + .control {
    width: 100%;
  }
  .page-main .login-container .fieldset .field.password label + .control + .secondary {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .cms-sidebar ul {
    padding: 0px;
  }
  .cms-page-view .page-main .columns {
    display: flex;
  }
  .cms-page-view .page-main .columns .column.main {
    order: 2;
  }
  .cms-page-view .page-main .columns .sidebar {
    order: 1;
  }
  .cms-page-view .page-main .columns .sidebar.sidebar-additional {
    order: 2;
  }
  .inquiry-page .contact-bg .fieldset .field:nth-child(even) {
    padding-right: 0px;
  }
  .inquiry-page .contact-bg .fieldset .field.telephone,
  .inquiry-page .contact-bg .fieldset .field.comment {
    padding-right: 0px;
  }
  .customer-account-forgotpassword .fieldset .control input {
    max-width: 100%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    padding: 0px 0px;
    padding-right: 10px;
  }
  .page-wrapper .page-header {
    margin-bottom: 0px;
    z-index: 1;
  }
  .page-wrapper .mid-bx-pro .bx1 a.lnk {
    margin: auto;
    font-size: 12px;
    padding-top: 11px;
  }
  .page-wrapper .mid-bx-pro .bx1 span a.lnk {
    padding: 0px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .page-wrapper .mid-bx-pro,
  .page-wrapper .dept-category1,
  .page-wrapper .dept-product-range,
  .page-wrapper .see-our-rangebx {
    /*        padding:0px;*/
  }
  .page-wrapper .navigation .parent .level-top:after {
    top: 0px;
  }
  .aftr-nav .clrnc-tab {
    background-size: 188%;
  }
  .account .block-collapsible-nav {
    top: 0px;
  }
  .account .block-collapsible-nav .content.active {
    background-color: #fff;
    padding: 0 10px;
    border-bottom: 0px;
  }
  .account .column.main {
    margin-top: 10px;
  }
  .account .block .title strong {
    font-size: 18px;
  }
  .footer-container {
    float: left;
  }
  .page-wrapper .nav-sections .nav-sections-item-content {
    background-color: #ccc;
  }
  .page-wrapper #custom-sliding-cart .minicart-wrapper {
    display: none;
  }
  .wlcm-bx .cat-bx {
    width: 49%;
  }
  .shpbydept-outr .shoppro-dept-bx:nth-child(even) {
    margin-right: 0px;
  }
  .wlcm-bx .cat-bx {
    margin-left: 0;
    margin-right: 1%;
  }
  .nav-open .nav-toggle:after {
    width: auto !important;
  }
  .nav-open .nav-sections-item-title {
    display: none;
  }
  .nav-open .nav-sections-item-content {
    padding-top: 0px;
    margin-top: 0px;
  }
  .nav-open .nav-sections-item-content .navigation .level0 > .level-top {
    border-color: #36322f;
  }
  .nav-open .nav-sections-item-content .navigation .level0.active .all-category .ui-state-focus {
    border-color: #36322f;
    border-color: #666666;
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a {
    color: #fff !important;
    font-family: 'ITC Avant Garde Std Bk';
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a.ui-corner-all:after {
    content: '\e622';
    font-family: 'luma-icons';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px !important;
    vertical-align: middle;
    top: 43%;
    right: 10px !important;
    float: right;
    left: inherit;
    position: relative;
    /*                                position: absolute;*/
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a.ui-corner-all.ui-state-active:after {
    content: '\e621';
    font-size: 12px;
    top: 43%;
    right: 2%;
    float: right;
    left: inherit;
  }
  .page-layout-1column .main .product-info-main {
    width: 100%;
  }
  .page-layout-1column .main .product.media {
    width: 100%;
  }
  /*CART PAGE*/
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 2;
  }
  .cart-container .form-cart {
    order: 1;
  }
  .cart-container .cart-discount {
    order: 3;
  }
  .cart-container .cart-discount .discount {
    max-width: 100% !important;
  }
  .cart-container .crosssell {
    order: 4;
  }
  .page-products .products-grid .product-item {
    width: calc(48%) !important;
  }
  .toolbar.toolbar-products .modes-mode {
    background-color: #eae8e7;
    border: none;
    margin-right: 5px;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
  }
  .toolbar.toolbar-products .modes-mode span {
    overflow: hidden;
    font-size: 0px;
  }
  .toolbar.toolbar-products .modes-mode.mode-grid:before {
    color: #76aba9;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .toolbar.toolbar-products .modes-mode.mode-list:before {
    color: #000;
    content: '\e60b';
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .toolbar .modes-label {
    display: none;
  }
  .toolbar .modes {
    display: block;
  }
  .product.info.detailed .items .item.title {
    padding-left: 15px;
  }
  .product.info.detailed .items .item.title:before {
    padding-left: 0px;
  }
  .product.info.detailed .items .item.title a:before {
    padding-left: 0px;
  }
  .product.info.detailed .items .item.content {
    margin-left: 0px;
  }
  .product.info.detailed .product.data.items {
    margin-left: 0;
    margin-right: 0;
  }
  .page-footer .footer.content .block.related {
    display: inline-block;
  }
  .page-footer .product.data.items .item.title a:after {
    font-size: 21px;
    top: 10px;
    content: "";
  }
  .page-layout-1column .main .product-info-main .product-info-price .price-box {
    line-height: 24px;
  }
  .product-reviews-summary {
    margin-bottom: 10px;
  }
  .aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-1 {
    width: 46%;
  }
  .aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-perc {
    font-size: 16px;
    padding-top: 10px;
  }
  #checkout .opc-estimated-wrapper {
    background: #f9f9f9;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
  }
  #checkout .checkout-payment-method .payment-option {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin: 0 10px!important;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100% !important;
  }
  .checkout-payment-method.submit .payment-methods {
    background-color: #f9f9f9 !important;
    padding: 0 20px;
  }
  .checkout-payment-method .payment-option-title {
    border-top: 0px !important;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background-color: #f9f9f9;
    color: #000;
  }
  #checkout .amcheckout-step-container .form-login {
    margin-bottom: 0;
    border-bottom: 0px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper {
    right: 3%;
    position: absolute !important;
  }
  .payment-methods .message.warning,
  .amcheckout-step-container .opc-payment-additional {
    /*padding: 0 10px;*/
  }
  #checkout .checkout-payment-method submit .payment-methods .message.warning {
    padding: 10px 0px 10px 40px !important;
  }
  .page-wrapper .page-header .panel.header {
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav-toggle:before {
    color: #fff;
  }
  .nav-toggle:hover:before {
    color: #fff !important;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    margin-left: 5%;
  }
  .trstd-brand-bx .brands-inbx a.btn {
    display: initial;
    position: relative;
  }
  .shpbydept-outr {
    padding-left: 5px;
  }
  .page-footer .newsletter {
    margin-bottom: 0px;
  }
  .page-footer .footer.content .footer .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-footer .footer.content .footer .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-footer .footer.content .footer .container .col-lg-4,
  .page-footer .footer.content .footer .container .col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
    min-height: inherit;
    display: inline-table;
    width: 100%;
    z-index: 1;
  }
  .page-footer .footer.content .footer .container .col-lg-4 .col-lg-6,
  .page-footer .footer.content .footer .container .col-lg-2 .col-lg-6 {
    min-height: inherit;
    display: inline-table;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
  .page-footer .footer.content .footer .container .block {
    width: 100%;
    margin-bottom: 0;
  }
  .page-footer .footer.content .footer .container .block-title {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    margin-bottom: 0px;
  }
  .page-footer .footer.content .footer .container .block-title:after {
    content: '\e81d';
    font-family: 'fontello';
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    float: right;
  }
  .page-footer .footer.content .footer .container .block-title + .col-lg-2 + .col-lg-2 + .col-lg-2 + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title + .col-lg-2 + .col-lg-2 + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title + .col-lg-2 + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title + .block-content {
    display: none;
  }
  .page-footer .footer.content .footer .container .block-title.active {
    border-bottom: 0px;
  }
  .page-footer .footer.content .footer .container .block-title.active + .col-lg-2 + .col-lg-2 + .col-lg-2 + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title.active + .col-lg-2 + .col-lg-2 + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title.active + .col-lg-2 + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title.active + .col-lg-2 + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title.active + .col-lg-2 .block .block-content,
  .page-footer .footer.content .footer .container .block-title.active + .block-content {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-footer .footer.content .footer .container .block-title.active:after {
    content: '\e81b';
    font-family: 'fontello';
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    float: right;
  }
  .page-footer .footer.content .footer .container .block-title a {
    text-transform: uppercase;
  }
  .page-footer .footer.content .footer .container .col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    margin-top: -5px;
  }
  .socials .soc-in .socialbx.orderng {
    max-width: 100%;
  }
  #amasty-gallery-images button.slick-arrow {
    /* display:none!important;*/
  }
  #amasty-gallery-images .slick-dots {
    top: 0px;
    display: none !important;
  }
  .cart-summary .checkout-methods-items {
    margin-top: 0px;
  }
  .cart-totals tbody tr:last-child td {
    padding-bottom: 0px;
  }
  .cart-discount #discount-coupon-form .field .control {
    float: left;
    width: 100%;
    position: relative;
    height: 34px;
  }
  .cart-discount #discount-coupon-form .field .control .mage-error {
    position: relative;
  }
  .cart-discount #discount-coupon-form .actions-toolbar {
    float: left;
  }
  .cart-summary .block form:not(:last-of-type) .fieldset {
    margin-bottom: 0px;
  }
  .page-footer .footer.content .footer .container .block-title.brand {
    margin-bottom: -133px;
    z-index: 0;
  }
  .page-footer .footer.content .footer .container .block-title.brand.active {
    margin-bottom: 0px;
  }
  .checkout-payment-method .step-title {
    padding-left: 7px;
  }
  .filter-title strong {
    box-shadow: none;
    border: 1px solid #eee;
  }
  .account form fieldset:last-child {
    margin-bottom: 0px;
  }
  .products-grid.wishlist .product-item-name {
    width: auto;
  }
  .toolbar.toolbar-products {
    padding-top: 3px;
  }
  .toolbar.toolbar-products .sorter {
    padding-right: 0px;
  }
  .toolbar.toolbar-products .sorter a:before {
    display: none;
  }
  .toolbar.toolbar-products .sorter select {
    margin-right: 0px;
  }
  .sidebar .filter-title strong {
    box-shadow: inherit;
    border-radius: 0px;
    border: 1px solid #eee;
  }
  .is-blog .page-title-wrapper h1 {
    font-size: 40px;
    margin-top: 30px;
  }
  .is-blog .subhead {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .is-blog .post-image {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
  .is-blog .post-image img {
    width: 100%;
  }
  .is-blog .post-list-item,
  .is-blog .post-list-image {
    padding-left: 0px;
    padding-right: 0px;
  }
  .post-list-wrapper .post-list li {
    padding-bottom: 10px;
  }
  .dept-category1 h2,
  .dept-category1 h1 {
    text-align: center;
  }
  .dept-product-range.sub-head .dept-product-range-in h3 {
    /*                text-align: center;*/
    padding-left: 12px;
  }
  .feat-depbx.fe-arde-pr .fearc-bx {
    float: left;
    max-width: 48.4%;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .block-minicart {
    display: none !important;
  }
  .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin-top: 10px;
  }
  .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
  .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    background-color: #76ABA9 !important;
    font-size: 16px !important;
    font-family: 'ITCAvantGardeStdDemi';
    border: none;
    padding: 10px 25px;
  }
  .account .order-details-items thead tr td.col.subtotal,
  .account .order-details-items tbody tr td.col.subtotal {
    text-align: right;
  }
  .account .order-details-items tbody td.qty {
    padding-left: 5px;
  }
  .account .order-details-items tbody td.subtotal {
    padding-right: 0px;
    text-align: right;
  }
  .account .order-details-items tfoot td.amount {
    text-align: right;
    padding-right: 0px;
  }
  .order-items.table-wrapper .col.subtotal {
    text-align: right;
  }
  .amasty_quote-cart-index .cart-container .actions button.clear-quote {
    margin-bottom: 12px;
  }
  .feat-depbx .fet-dbx h3 {
    font-size: 16px;
  }
  .account .order-details-items tbody tr td.col.qty {
    padding-top: 8px !important;
  }
  .account .actions-toolbar .form-wishlist-items .actions-toolbar .primary button {
    padding: 10px 20px;
    margin-top: 0px;
  }
  .account .wishlist-toolbar + form .pager {
    margin: 0px;
  }
  .account .column.main {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .toolbar.wishlist-toolbar .toolbar-amount {
    float: left;
  }
  .category-view .cat_top_image_banner.wrapper .img-middle-wrap {
    max-width: 49%;
  }
  .category-view .cat_top_image_banner.wrapper .img-middle-wrap:last-child {
    margin-right: 0px;
  }
  .trstd-brand-bx .brands-inbx button.btn {
    position: relative;
    font-size: 12px;
  }
  .cms-specifiers .inquiry-page .contact-bg .fieldset .field,
  .cms-page-view .inquiry-page .contact-bg .fieldset .field {
    width: 100%;
    padding-right: 0px;
  }
  .cms-specifiers .inquiry-page .contact-bg .fieldset .commentbox,
  .cms-page-view .inquiry-page .contact-bg .fieldset .commentbox {
    width: 100%;
    display: inline-block;
    padding-right: 0px;
  }
  .cms-specifiers .inquiry-page .contact-bg .fieldset .commentbox .field.comment,
  .cms-page-view .inquiry-page .contact-bg .fieldset .commentbox .field.comment {
    padding-right: 0px;
    width: 100%;
  }
  .cms-specifiers .inquiry-page .contact-bg .fieldset .actions-toolbar,
  .cms-page-view .inquiry-page .contact-bg .fieldset .actions-toolbar {
    padding-right: 0px;
  }
  .cms-specifiers .inquiry-page .contact-bg .fieldset .actions-toolbar .primary,
  .cms-page-view .inquiry-page .contact-bg .fieldset .actions-toolbar .primary {
    width: 100%;
  }
  .cms-page-view .cms-content.our-location .inquiry-page .contact-bg .fieldset .field {
    width: 100%;
  }
  .cms-page-view .cms-content.our-location .inquiry-page .contact-bg .fieldset .col-lg-12 {
    padding: 0px;
  }
  .cms-page-view .cms-content.our-location .inquiry-page .contact-bg .fieldset .col-lg-12 .field {
    width: 100%;
  }
  .shp-by-room-outer .shp-by-room-bx {
    padding-left: 0;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    width: 50%;
    max-width: 47%;
    margin-left: 2%;
    margin-right: 0px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li:nth-child(odd) {
    padding-right: 0px;
  }
  .imgbx-inn {
    /*       height: 120px;*/
    height: auto;
  }
  .imgbx-inn img {
    /*            height: 100%;*/
  }
  .dept-category1 .category-image {
    margin-top: 0px;
  }
  .dept-product-range-in .dept-bx1 {
    min-height: inherit;
    margin-bottom: 10px;
  }
  .inquiry-bx .enquiry-outr #inquiry-form .control select {
    margin-bottom: 10px;
  }
  .mid-bx-pro .bx1 img {
    min-height: 372px;
  }
  .footer .footer-top .container .ftr-blk11 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .footer .footer-top .container .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dept-product-range-in.brand-list .dept-bx1 {
    max-width: 24.6%;
  }
  .dept-product-range-in.brand-list .dept-bx1.first {
    clear: none;
  }
  .dept-product-range-in.brand-list .dept-bx1:nth-of-type(even) {
    clear: none;
  }
  .dept-product-range-in.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 24.6%;
  }
  .dept-product-range-in.brand-list .dept-product-range-in .dept-bx1 .brand-name {
    min-height: 40px;
  }
  .dept-product-range-in.brand-list .dept-product-range-in .dept-bx1.first {
    clear: none;
  }
  .dept-product-range-in.brand-list .dept-product-range-in .dept-bx1:nth-of-type(even) {
    clear: none;
  }
  .category-view .featured-mid.cat-mid {
    padding: 0 10px;
  }
  .inquiry-page .contact-bg .fieldset .field.field-image .primary button {
    width: 100% !important;
    margin-left: 0px;
  }
  .product-info-main .additional-attributes-wrapper .additional-attributes {
    width: 100%;
  }
  .page-products .category-view {
    padding: 10px;
  }
  .update-msg {
    padding-top: 10%;
  }
  .category-view .category-cms .mid-bx-pro {
    padding: 0px;
  }
  .category-view .category-cms .mid-bx-pro .featured-mid-bx {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .category-view .category-cms .mid-bx-pro .featured-mid-bx:nth-child(odd) {
    padding-right: 0px;
  }
  .category-view .category-cms .mid-bx-pro .featured-mid-bx:nth-child(even) {
    padding-left: 0px;
  }
  .category-view .category-cms .mid-bx-pro .featured-mid-bx img {
    width: 100%;
  }
  .category-view .category-cms .mid-bx-pro .feat-depbx {
    padding: 0px;
  }
  .page-products .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 {
    /*max-width:24.3%;*/
  }
  .navigation .submenu:not(:first-child) ul > li a,
  .navigation .submenu:not(:first-child) > li > a {
    width: 98%;
  }
  .nav-open .nav-sections-item-content .navigation > ul > li:nth-child(5) a.ui-corner-all:after,
  .nav-open .nav-sections-item-content .navigation > ul > li:nth-child(6) a.ui-corner-all:after {
    padding-top: 5px;
  }
  .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    border: 0px !important;
    margin-bottom: 20px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding-top: 0px !important;
    background: #fff;
  }
  .amcheckout-step-container .amcheckout-title {
    background-color: #76ABA9 !important;
    margin-bottom: 20px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    /*padding-top: 10px!important;*/
    padding-bottom: 10px !important;
  }
  .checkout-payment-method .step-title {
    padding-left: 0;
  }
  .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: 0px !important;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    max-width: 23.1%;
    /* min-height:256px;*/
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
    min-height: 30px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
    background-size: 20px;
  }
  .page-footer .newsletter .label {
    float: none;
    padding-left: 0px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .label-right {
    text-align: left;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .g-recaptcha {
    margin-top: 10px;
  }
  .modal-inner-wrap #modal-brands .about-info li {
    min-height: 86px;
    margin-bottom: 0px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    /*                                    display: none;*/
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .text {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .text {
    display: none !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
    display: none;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .text,
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .text {
    display: none !important;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
    display: block;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty,
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    display: block !important;
    color: #000 !important;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    left: 12px;
    top: -4px;
    color: #000;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
    left: 23px;
    top: -1px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    color: #fff;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .action.showcart,
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
    border-color: #000;
  }
  .page-wrapper .page-header .header.content .logo img,
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    filter: none;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    right: 11%;
  }
  .page-wrapper .header.content .minicart-wrapper.wishlist-wrapper {
    right: 18%;
  }
  .page-wrapper .header.content .minicart-wrapper.myaccount-wrapper {
    right: 25%;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .wshlst-icn.counter.qty.empty {
    /*        display: none!important;*/
    top: -8px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    filter: invert(1);
  }
  .dept-category1 h1 {
    margin-top: 20px !important;
  }
  .page-footer .footer .newsletter-inn {
    padding-top: 10px;
  }
  .page-footer .newsletter .field.newsletter {
    margin-right: 20px;
  }
  .cms-content .contct-qn-block ul li {
    min-height: 170px;
  }
  .cms-content .contct-qn-block ul li span {
    height: 88px;
  }
  .sidebar .cms-sidebar h3 {
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
  }
  .sidebar .cms-sidebar h3 + ul {
    display: none;
    cursor: pointer;
  }
  .sidebar .cms-sidebar h3:after {
    content: '\e81d';
    font-family: 'fontello';
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    float: right;
  }
  .sidebar .cms-sidebar h3.active + ul {
    display: block;
  }
  .sidebar .cms-sidebar h3.active:after {
    content: '\e81b';
    font-family: 'fontello';
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    float: right;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn {
    height: auto;
  }
  .customer-account-create .column.main {
    max-width: 100%;
    margin: auto;
  }
  .enquiry-outr .form-bx12 {
    width: 100%;
  }
  .small-in.right {
    margin-right: 0;
  }
  .cms-page-view .inquiry-bx .enquiry-outr .imgouter1 {
    display: table;
  }
  .inquiry-bx .enquiry-outr #attachment-form .control select,
  .inquiry-bx .enquiry-outr #inquiry-form .control select,
  .inquiry-bx .enquiry-outr #attachment-form .control input,
  .inquiry-bx .enquiry-outr #inquiry-form .control input {
    width: 100%;
  }
  .inquiry-bx .enquiry-outr #attachment-form .txt-areabx,
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx,
  .inquiry-bx .enquiry-outr #attachment-form .txt-areabx .control,
  .inquiry-bx .enquiry-outr #inquiry-form .txt-areabx .control,
  .inquiry-bx .enquiry-outr #attachment-form .control,
  .inquiry-bx .enquiry-outr #inquiry-form .control {
    padding-right: 0px;
  }
  .enquiry-outr.booking-form + .imgouter1 {
    margin-top: 0px !important;
  }
  .cms-page-view .inquiry-bx .enquiry-outr .imgouter1 {
    margin-top: 0px;
  }
  .blog-post-view .post-featured-image {
    width: 100%;
  }
  .blog-post-view .post-featured-image img {
    width: 100%;
  }
  .blog-page .page-title-wrapper {
    padding-left: 0px;
  }
  .blog-page .page-title-wrapper h1 {
    font-family: 'ITCAvantGardeStdDemi';
    font-size: 32px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
    line-height: 34px;
    margin-top: 30px;
  }
  .blog-page .page-title-wrapper h1 {
    font-size: 30px !important;
    margin-top: 30px;
    margin-bottom: 0px !important;
  }
  .blog-page .post-list .post-container {
    display: table !important;
    width: 100%;
  }
  .blog-page .post-list .post-image {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .blog-page .post-list.modern .post-info {
    /*                padding: 0px!important;*/
    width: 100%;
    max-width: 100%;
  }
  .post-list-wrapper .post-container .post-info h3 a {
    font-size: 16px !important;
  }
  .post-list-wrapper .post-list .post-date {
    font-size: 17px !important;
  }
  .blog-page .subhead {
    font-size: 23px;
  }
  .block-search .block-content {
    margin-top: 10px;
    margin-left: 52px;
  }
  .block-search .block-content .label:before {
    color: #fff;
    font-size: 27px;
    content: "";
    background-image: url(../images/top-search.svg);
    background-repeat: no-repeat;
    background-position: 0px -2px;
    background-size: 100%;
    padding: 16px;
  }
  .post-list-wrapper .post-item,
  .post-list-wrappersss .post-item {
    min-height: 555px;
    max-height: 555px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    margin: 3px 10px 0 2px !important;
    top: 2px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    top: 5px !important;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    font-size: 17px !important;
    padding-left: 40px !important;
    min-width: 174px !important;
    height: 40px;
    background-size: 24px !important;
    padding-top: 9px !important;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .catalog-product-view .sticky-wrapper .product-info-price .price-box .price {
    font-size: 17px !important;
    line-height: 12px !important;
  }
  .catalog-product-view .sticky-wrapper .product-info-price .product-reviews-summary {
    margin-bottom: 3px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price {
    padding-top: 20px;
  }
  .catalog-product-view .sticky-wrapper .actions {
    padding-top: 5px;
    padding-bottom: 9px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    margin-top: 9px;
  }
  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: inherit !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty .counter-label {
    /*font-size: 0px; */
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    max-width: 100%;
  }
  .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
    margin-bottom: 10px !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    top: 2px;
  }
  /*BLOG PAGE */
  .blog-page-categories-list ul li {
    max-width: 51.5%;
  }
  .blog-page-categories-list ul li a.image-wrap {
    width: 100%;
  }
  .blog-page-categories-list ul li a.image-wrap img {
    width: 100%;
  }
  .blog-page-categories-list ul li:nth-child(even) {
    margin-right: -29px;
  }
  .post-list-wrapper .post-item,
  .post-list-wrappersss .post-item,
  .post-list-wrapper .post-list.modern .post-item.post-holder {
    max-width: 48.5%;
  }
  .post-list-wrapper .post-item:nth-child(even),
  .post-list-wrappersss .post-item:nth-child(even),
  .post-list-wrapper .post-list.modern li:nth-child(even) {
    margin-right: 0px !important;
  }
  .post-list-wrapper .post-item,
  .post-list-wrappersss .post-item {
    margin-right: 0px !important;
  }
  .post-list-wrapper .post-item:nth-child(even),
  .post-list-wrappersss .post-item:nth-child(even) {
    float: right;
  }
  .blog-page .page-title-wrapper {
    float: none;
    width: 100%;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    min-height: 146px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    vertical-align: top;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-search-index .page-main,
  .faq-question-view .page-main,
  .faq-category-view .page-main {
    display: inline-grid;
  }
  .faq-search-index .page-title-wrapper,
  .faq-question-view .page-title-wrapper,
  .faq-category-view .page-title-wrapper {
    width: 100%;
    float: left;
    margin-top: 0;
  }
  .faq-search-index .sidebar,
  .faq-question-view .sidebar,
  .faq-category-view .sidebar {
    margin-top: -10px;
    display: flex;
    flex-direction: column;
  }
  .banner-outer .featured-mid-bx:nth-child(even) {
    padding-left: 3% !important;
    padding-top: 3%;
    padding-right: 3% !important;
    padding-bottom: 5%;
  }
  .product.media .slick-initialized .slick-slide {
    height: 71px;
  }
  .page-layout-1column .main .product-info-main .product-info-price .brand_logo_right {
    top: -47px;
    width: 100px;
  }
  .tab-sticky-wrapper {
    top: 88px;
  }
  .amfaq-product-tab .chat_area.active .brand_logo,
  .amfaq-product-tab .quest_area.active .product-bx-right,
  .amfaq-product-tab .chat_area.active .product-bx-right {
    position: inherit;
    float: left;
  }
  .amfaq-product-tab .chat_area.active .btn-bx {
    float: left;
    width: 100%;
  }
  .catalog-product-view .column.main {
    padding-bottom: 0px;
  }
  .catalog-product-view .column.main .fieldset:last-child {
    margin-bottom: 0px;
  }
  .catalog-product-view .column.main .fieldset:last-child .swatch-opt {
    margin-bottom: 0px;
  }
  .catalog-product-view .page-wrapper .page-main {
    margin-bottom: 0;
  }
  .catalog-product-view .page-footer {
    margin-top: 0;
  }
  .amfaq-product-tab .chat_area .product-bx.chat p {
    width: 100%;
  }
  .banner-outer .featured-mid-bx:nth-child(even),
  .banner-outer .featured-mid-bx:nth-child(odd) {
    width: 100%;
  }
  .amfaq-product-tab .chat_area .product-bx.chat {
    width: 100%;
  }
  .page-footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 45%;
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a.ui-corner-all .ui-menu-icon,
  .nav-open .nav-sections-item-content .navigation ul li.parent.nav-2-1 a:before,
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level1.parent a:before {
    width: 32px !important;
    height: 29px !important;
    background-image: url(../images/arrow-icn.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 65%;
    border: 0px solid !important;
  }
  /*MENU ICON MOBILE*/
  .nav-open .nav-sections-item-content .navigation ul li.parent.nav-2-1 a.ui-corner-all .ui-menu-icon {
    /*background-image: url(../images/icn-mxers.png);
                                        filter: invert(1);
                                        background-size: 67%;
                                        background-position: 4px 0px;*/
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent img {
    float: left;
    padding-right: 10px;
    filter: invert(1);
    width: 39px;
    padding-left: 10px;
    padding-top: 9px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-8 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-8 img {
    margin-top: -6px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-9 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-9 img {
    margin-top: -4px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-11 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-11 img {
    margin-top: -9px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-12 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-12 img {
    margin-top: 2px;
  }
  .nav-open .nav-sections-item-content .navigation ul li .nav-2-14 img,
  .nav-open .nav-sections-item-content .navigation ul li .nav-1-14 img {
    margin-top: 3px;
  }
  .nav-open .nav-sections-item-content .navigation ul li.parent a.ui-corner-all .ui-menu-icon {
    display: none;
  }
  .nav-sections .mean-nav ul li .submenu a span {
    padding: 0px;
  }
  .nav-open .nav-sections-item-content .navigation ul li.ui-menu-item.all-category a {
    /*padding-left: 10px;*/
  }
  .sidebar .filter.active .filter-title {
    border: none;
    top: -4px;
  }
  .sidebar .filter .filter-current {
    background-color: #eee;
    border-width: 0px;
    margin: 8px 0 9px;
  }
  .sidebar .filter .filter-title strong {
    top: -4px;
  }
  .page-products .columns {
    padding-top: 30px !important;
  }
  .page-main .toolbar.toolbar-products .sorter select {
    margin-right: -4px;
  }
  .filter .filter-current.active + .block-actions {
    padding-left: 37px;
  }
  .page-wrapper .page-header .header.content {
    border-bottom: 0px;
  }
  .page-main .page.messages {
    margin-top: 10px;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    display: none !important;
  }
  #block-summary #shipping-zip-form select,
  #block-summary #shipping-zip-form input {
    height: 40px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a:after {
    right: 10px;
    position: relative;
  }
  .page-main .page .message {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    font-family: 'ITCAvantGardeStdBold';
  }
  .catalog-product-view .page.messages {
    margin-left: 0px;
  }
  .order-actions-toolbar .action {
    margin-top: 20px;
    display: table;
  }
  .checkout-index-index .amcheckout-step-container input[type='checkbox']:checked + label:before {
    background-color: #76aba9 !important;
    background-image: none !important;
  }
  .cart-container .block.crosssell {
    width: 100%;
    border: none;
    margin-top: 0px;
  }
  .cart-container .crosssell button:hover {
    background-color: inherit;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    max-width: 100%;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    /*top: -22px!important;*/
  }
  .nav-open .page-wrapper .nav-sections {
    top: 97px;
    overflow: visible;
  }
  .nav-open .page-wrapper .toggle-nav:before {
    content: '\e616' !important;
  }
  .nav-open .nav-toggle:before {
    /*content: '\e616';
        font-size: 24px;
        top: 4px;
        position: relative;
        left: 5px;*/
  }
  .nav-open button {
    font-size: 0px;
  }
  .nav-open button.close {
    opacity: 1;
    position: absolute;
  }
  .nav-open button.close:after {
    content: '\e616';
    font-size: 16px;
    position: relative;
    font-family: 'luma-icons';
    color: #fff;
    top: 0px;
    right: 0;
    background-color: #76aba9;
    padding: 6px;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../images/menu-close.svg) !important;
    background-size: 100% !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
  }
  .navigation-mobile #hidlogout,
  .navigation-mobile #hidlogin,
  .navigation-mobile #hidmyaccount a,
  .navigation-mobile #hidsignup,
  .navigation-mobile #hidsignup a {
    padding-left: 10px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    float: left;
  }
  .navigation-mobile .cls-sign span:before {
    content: '\e629';
    padding: 0px 10px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 21px;
    top: 3px;
    position: relative;
    left: 2px;
  }
  .navigation-mobile .cls-sign-up span:before {
    content: '\e627';
    padding: 0px 16px 0 0;
    width: 20px;
    height: 20px;
    font-family: 'luma-icons';
    font-size: 19px;
    top: 4px;
    position: relative;
    left: 7px;
  }
  .toolbar.toolbar-products .sorter label,
  .toolbar.toolbar-products .limiter label,
  .sidebar .filter .block-subtitle {
    font-family: 'ITCAvantGardeStdDemi';
  }
  .cart-summary .field-tooltip .field-tooltip-content:after,
  .cart-summary .field-tooltip .field-tooltip-content:before {
    top: 1px;
    transform: inherit;
  }
  .nav-open .nav-sections-item-content .navigation ul li.level2.parent2 a {
    padding-left: 5%;
  }
  .page-products .products-grid.products .product-item {
    width: calc(48%) !important;
  }
  .toolbar.toolbar-products .modes-mode {
    padding-right: 4px;
  }
  .sidebar .filter-title strong {
    border-radius: 3px !important;
  }
  .price-match-guarentee .pro-bx p {
    min-height: 91px;
  }
  .form-wishlist-items .product-item-name > a {
    font-size: 13px;
  }
  .page-wrapper h2 {
    font-size: 20px;
  }
  .featured-mid .featured-mid-bx h3 {
    font-size: 16px;
  }
  .featured-mid .featured-mid-bx .brnd1 .brnd-hd,
  .featured-mid .featured-mid-bx .brnd1 {
    font-size: 13px;
  }
  .trstd-brand-bx .brands-inbx a.btn,
  .trstd-brand-bx .brands-inbx button.btn {
    padding: 25px 20px;
    height: 69px;
  }
  .product.info.detailed .items .item.title a {
    font-size: 15px;
  }
  .page-wrapper .page-header .panel.header .topclose {
    top: 18%;
  }
  .inquiry-bx .enquiry-outr #attachment-form .control,
  .inquiry-bx .enquiry-outr #inquiry-form .control {
    width: 100%;
  }
  .cms-order-status .inquiry-bx .enquiry-outr .enq-bx2,
  .cms-lodge-warranty .inquiry-bx .enquiry-outr .enq-bx2,
  .cms-book-consultation .inquiry-bx .enquiry-outr .enq-bx2,
  .cms-submit-plans .inquiry-bx .enquiry-outr .enq-bx2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .brochures-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 19.9%;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg img {
    width: 70%;
  }
  .help-center-extra-block .help-center-cnt-blocks:first-child .helpcenterblocksImg img {
    width: 100%;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 4px;
  }
  .cart-summary .block .item-options .field .radio {
    margin-top: 1px !important;
  }
  .cart-summary #block-summary #co-shipping-method-form dl.items.methods > dt.item-title {
    font-size: 14px;
  }
  .cart-summary #cart-totals tbody tr td,
  .cart-summary #cart-totals tbody tr th {
    font-size: 14px;
  }
  .cart-summary #cart-totals tbody tr.grand.totals td,
  .cart-summary #cart-totals tbody tr.grand.totals th {
    font-size: 20px;
  }
  .checkout-index-index .checkout-shipping-address .checkout-billing-address .actions-toolbar > .primary .action,
  .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
    width: 120px;
    margin-right: 10px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
  }
  .checkout-payment-method .step-title {
    padding-left: 0 !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .product {
    padding-bottom: 0px !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
    padding-top: 0px !important;
  }
  .opc-estimated-wrapper .estimated-block {
    font-family: 'ITCAvantGardeStdBold';
    font-weight: normal;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    padding-left: 0px !important;
  }
  .checkout-payment-method .payment-option.discount-code .payment-option-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-footer .newsletter .label br {
    display: none;
  }
  .page-footer .newsletter .label {
    width: 100%;
    float: left;
    text-align: center;
  }
  .page-products .product-item-info {
    width: 90% !important;
  }
  .modal-popup.modal-slide {
    left: 3% !important;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
    padding-right: 4%;
  }
  .amcheckout-step-container input[type='radio'] + label:before {
    margin-bottom: -2px !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .table-totals .shipping th span {
    padding-bottom: 5px;
    float: left;
    width: 100%;
  }
  .checkout-index-index .block-authentication .block-title {
    font-size: 18px;
    text-align: left;
  }
  .checkout-index-index .block-authentication .actions-toolbar .primary .action {
    font-size: 14px;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .secondary .action:last-child {
    line-height: 32px;
    padding-left: 10px;
  }
  .checkout-index-index .block-authentication .fieldset > .field {
    text-align: left;
  }
  .checkout-index-index .custom-slide {
    left: 2%;
  }
  .checkout-index-index .modal-inner-wrap {
    width: 98% !important;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 8px 15px;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart span {
    font-size: 12px;
  }
  .cart.table-wrapper .cart > .item {
    z-index: 0;
  }
  .cms-page-view .page-main .columns .column.main {
    padding-bottom: 5px;
  }
  .cart.table-wrapper .col.price[data-th]:before {
    padding-top: 6px !important;
    margin-top: -8px !important;
    margin-bottom: 7px !important;
  }
  .amasty_quote-cart-index .cart.table-wrapper .col.price[data-th]:before {
    margin-top: -2px !important;
    margin-bottom: 0px !important;
  }
  .navigation-mobile #hidsignup a {
    line-height: 45px;
  }
  .navigation-mobile #hidlogout,
  .navigation-mobile #hidlogin {
    line-height: 45px;
  }
  .amsearch-form-container .search-autocomplete {
    left: 0;
    top: 100%;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-right: 0% !important;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 109px;
  }
  .page-wrapper .products .action.primary {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-wrapper .products .action.primary span {
    /*display: flex;
        align-items: center;
        justify-content: center;*/
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    /*height: 35px;
    line-height: 33px;*/
    height: 34px;
  }
  .product .amquote-addto-button.-small span,
  .page-wrapper .products .action.primary span {
    line-height: 37px !important;
  }
  .amquote-addto-button.-guest.-small span {
    display: block;
    /*height: 35px;
    line-height: 32px;*/
  }
  .amquote-addto-button.-guest.-small span:hover {
    /*height: 35px;
        line-height: 32px;*/
  }
  .product .amquote-addto-button.-small {
    /*line-height: 36px;
    padding: 10px 0;*/
    line-height: 12px;
    padding: 0;
    border-width: 0px !important;
  }
  .product .amquote-addto-button.-small span {
    line-height: 13px;
  }
  .page-wrapper .cart-container .crosssell .products .action.primary span {
    padding: 0 10px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 0px 0px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout span {
    line-height: 40px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .cart-container .cart-summary .checkout-methods-items .amasty-quote-link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    line-height: 46px;
    padding-top: 3px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout span {
    line-height: inherit;
    padding-top: 3px;
  }
  .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 {
    font-weight: normal !important;
    font-family: 'ITCAvantGardeStdDemi';
  }
  .page-main .columns .column.main {
    min-height: 300px;
  }
  .amasty_quote-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    padding-top: 2px;
    font-weight: normal;
  }
  .inquiry-bx .enquiry-outr #quote_form .control {
    padding-right: 0px;
  }
  .inquiry-bx .enquiry-outr #quote_form button {
    width: 100%;
    margin-top: 0px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .custom-quote-info.container {
    padding: 0px;
  }
  .opc-estimated-wrapper .estimated-block,
  .opc-estimated-wrapper .estimated-block .estimated-label {
    font-weight: normal !important;
  }
  .navigation-mobile #hidsignup {
    border-top: 0px !important;
  }
  .nav-open .nav-sections {
    box-shadow: inherit !important;
  }
  .cart-summary .checkout-block.bc-poa-block {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .modal-popup .modal-inner-wrap .modal-content {
    padding-right: 25px;
  }
  .account .order-details-items thead tr th.col {
    font-size: 13px;
  }
  .page-layout-1column .main .product-info-main .product-addto-links {
    margin-bottom: 5px;
  }
  .bx-term1 .hd-term:after {
    background-size: 78%;
  }
  .products.list.product-items .product-image-container {
    /*width: 100% !important;*/
  }
  .footer.content .product.info.detailed fieldset {
    max-width: 100%;
  }
  .page-wrapper .cart-container .crosssell .products .action.primary span,
  .catalog-product-view .page-wrapper .products .action.primary span {
    line-height: 20px !important;
  }
  .search-autocomplete.-bottom-position,
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    max-width: 100% !important;
  }
  .navigation-mobile #hidlogout,
  .navigation-mobile #hidlogin {
    padding-left: 14px;
  }
  .nav-open .page-wrapper .nav-sections {
    background-color: #000;
  }
  .nav-sections .navigation .level0 .submenu .submenu {
    height: 185px;
    overflow-y: scroll;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    top: 149px !important;
    position: relative;
  }
  .customer-account-create .actions-toolbar .primary button {
    margin-top: 0;
  }
  .checkout-index-index .custom-slide._show {
    top: 80px;
  }
  .checkout-index-index .field .control._with-tooltip {
    z-index: 0;
  }
  .check-top-menu {
    z-index: 0;
  }
  .checkout-index-index .checkout-header {
    width: 100%;
  }
  .checkout-cart-index .block.crosssell .products .action.primary {
    padding-bottom: 4px;
  }
  .products.list.items.product-items .product-image-photo {
    margin-left: 0px;
    margin-right: 0px;
    width: 96%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price,
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box {
    display: table-cell;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    max-width: 75%;
  }
  .checkout-cart-index .block.crosssell .products-crosssell .slick-list {
    min-height: 330px;
    max-height: 330px;
  }
  .check-footer-ewayblock #eWAYBlock img,
  .footer .footer-top .container .ftr-blk11.last #eWAYBlock img {
    margin: 24px;
    margin-bottom: 0px;
    max-width: 160px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .action.showcart {
    width: auto;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .action.showcart {
    width: 40px !important;
  }
  .header .nav-toggle2.menu_hide.active::before {
    top: -3px;
  }
  .nav-sections .mean-nav ul.submenu li.level2 a {
    padding: 5px 0px 5px 17px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent ul.submenu li.all-category a:after {
    top: 5px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent .brandmenu li a:after {
    padding-top: 0px;
  }
  .product-info-main .product-view-custom-options .field .control {
    padding-right: 15px;
  }
  .amasty_quote-cart-index .cart.actions .action.quote {
    margin-left: 0 !important;
    margin-top: 13px;
  }
  /*SEARCH DROPDOWN PRODUCT*/
  .amsearch-form-container.-large .amsearch-wrapper-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .amsearch-wrapper-content .product-item.amsearch-item {
    width: 24.333333% !important;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px;
    flex-basis: auto;
  }
  .amsearch-autocomplete-information,
  .amsearch-autocomplete-image {
    width: 100%;
  }
}
/*812*/
@media only screen and (max-width: 795px) {
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 72%;
  }
}
@media only screen and (max-width: 773px) {
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 73%;
  }
  .check-top-menu {
    width: 84.2%;
  }
}
@media only screen and (max-width: 768px) {
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 49%;
    margin-right: 2%;
  }
  .socials .soc-in .socialbx {
    /*                max-width: 236px;*/
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    margin-left: 3%;
  }
  .aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-1 {
    width: 45%;
  }
  .aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-perc {
    padding-top: 12px;
    padding-left: 11px;
    font-size: 14px;
  }
  .page-wrapper .header.content .block-search .control {
    top: 70px;
  }
  .modal-popup .modal-title {
    font-size: 20px !important;
  }
  .shp-by-room-outer.block-eight .fet-dbx {
    width: 100% !important;
  }
  .pro-points .pro-bx {
    max-width: 48%;
    padding-bottom: 20px;
  }
  .pro-points .pro-bx .imgbx {
    margin: auto;
  }
  .cms-lodge-warranty .control.tick1 input[type=checkbox] + label + label {
    width: 83%;
  }
  .cms-lodge-warranty .control.tick1 input[type=checkbox] + label + label span br {
    display: none;
  }
  .post-list-wrapper .post-list.modern .post-item.post-holder {
    max-width: 48.3%;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget {
    padding-bottom: 5%;
  }
  .help-center-extra-block {
    margin-top: 4%;
  }
  .cms-amasty-faq-home-page .sub-title-wrapper {
    padding-top: 0%;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
    height: 72px;
  }
  .cms-amasty-faq-home-page .am-widget-category .am-category-header .faq-category-image {
    margin: 10px 0px;
  }
  .cms-amasty-faq-home-page .faq-category-title {
    font-size: 14px !important;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksDesc {
    font-size: 14px;
    line-height: 17px;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category .view-all {
    font-size: 15px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper h1 {
    font-size: 37px;
  }
  .cms-amasty-faq-home-page .page-wrapper h2 {
    font-size: 30px;
  }
  .help-centre-footer-inner .help-centre-footer-cont {
    font-size: 28px;
  }
  .help-centre-footer-inner .help-centre-footer-subcont {
    font-size: 22px;
  }
  .help-centre-footer-inner .help-centre-footer-button {
    padding: 10px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    min-height: 156px;
    max-width: 20%;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.sku {
    max-width: 150px;
    word-wrap: break-word;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.name {
    max-width: 200px;
  }
  .cart-container .cart-summary .cart-totals {
    border-top: 0px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 5px;
  }
  .mid-bx-pro .bx1 a.lnk {
    padding-top: 12px !important;
  }
  .page-header .header .nav-toggle {
    top: 25%;
  }
}
/*768*/
@media only screen and (max-width: 767px) {
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    /*display: none !important;*/
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    display: block;
  }
  .catalog-product-view .sticky-wrapper > .page-main {
    max-width: 100%;
    float: left;
    width: 100%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price {
    padding-left: 0px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    /* max-width: 88% !important;*/
    width: auto;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    padding-top: 6px !important;
  }
  .catalog-product-view .sticky-wrapper {
    padding: 0px !important;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 100% !important;
    padding-top: 6px;
    max-width: 70%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    max-width: 75%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price {
    /*padding-top: 0;*/
    display: ruby-text;
  }
  .post-list.modern .post-description {
    display: block !important;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    max-width: 50px !important;
  }
  .catalog-product-view .sticky-wrapper .product-info-price .price-box.price-final_price {
    margin-top: -5px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 6px 9px;
    margin-top: 7px !important;
    max-width: 164px;
    background-size: 19px !important;
    min-width: 108px !important;
    padding-right: 4px;
  }
  ._amcheckout-selectable-item.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-width: 0;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding-right: 0 !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type),
  .checkout-payment-method .payment-method + .payment-method .payment-method-title {
    background-color: #fff;
  }
  .form .search .search-autocomplete {
    top: 78px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box {
    display: table-cell;
  }
  .menu-auth,
  .nav-mobile {
    max-width: 100%;
  }
  .menu-open-active {
    overflow: hidden;
    position: fixed;
    display: inline-grid;
  }
  .nav-mobile {
    height: 91dvh;
    max-height: 100%;
  }
  .nav-mobile input[type="checkbox"]:checked ~ ul.submenu {
    /*height: 91dvh;*/
    overflow-y: auto;
  }
  .nav-mobile input[type="checkbox"]:checked ~ ul.submenu.level1 {
    /*height: 129dvh;*/
  }
  html.sliding-cart-overflow {
    position: inherit;
  }
  .order-details-items .items-qty {
    padding-top: 1px;
    font-size: 12px;
  }
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 708px) {
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 13px;
  }
}
@media only screen and (max-width: 705px) {
  .post-list-wrapper .post-list.modern .post-item.post-holder {
    max-width: 48%;
    margin-right: 0px !important;
  }
  .post-list-wrapper .post-list li:nth-child(even) {
    float: right;
  }
  .check-top-menu {
    width: 83.2%;
  }
}
@media only screen and (max-width: 700px) {
  .cms-content .contct-qn-block .cnt-in-blk-ryt {
    width: 57%;
  }
}
@media only screen and (max-width: 736px) {
  .fet-mxr-b .fet-txtbx {
    width: 100%;
    margin: 0px;
    padding-left: 0px;
  }
  .fet-mxr-b .fet-txtbx h3 {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 1%;
    text-align: center;
  }
  .fet-mxr-b .fet-txtbx .fe-txt {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .fet-mxr-b .logo-out {
    max-width: 100%;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 147px;
  }
  .socials .soc-in .socialbx {
    /*                max-width: 223px;*/
  }
  .featured-mid .featured-mid-bx h3 {
    font-size: 16px;
  }
  .logo img {
    height: auto;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 38%;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2) {
    max-width: 33%;
  }
  .page-wrapper .header.content .minicart-wrapper {
    right: 12.5%;
  }
  .page-wrapper .page-header .header .block-search {
    padding-left: 6%;
    margin-top: 4px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart {
    padding-left: 39px;
    max-width: 24%;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    font-family: 'ITC Avant Garde Std Bk';
    font-weight: normal;
    font-size: 18px;
  }
  #checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background-color: #000;
    font-size: 16px;
    font-family: 'ITCAvantGardeStdDemi';
    padding: 10px 25px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    left: 24px;
    top: -2px;
    line-height: 14px;
  }
  .amcheckout-step-container .amcheckout-title {
    background: #f9f9f9;
  }
  .toolbar-sorter .sorter-action:before {
    display: none;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart {
    background-position: 12px 50%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    padding-left: 0px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    width: 100%;
    max-width: 45%;
    margin-left: 2%;
    margin-right: 3%;
  }
  .shp-by-room-outer .shp-by-room-bx ul li:nth-child(even) {
    /*float:right;*/
  }
  .shp-by-room-outer.dept-block-1.blck3.four .fet-dbx {
    width: 48% !important;
    max-width: 48% !important;
    margin-right: 2%;
  }
  .shp-by-room-outer {
    padding: 0px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 .brand-name {
    line-height: 20px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    /*min-height:226px;*/
  }
  .myaccount-wrapper a:before {
    padding: 17px;
  }
  .wishlist-wrapper a:before {
    padding: 15px;
    background-position: 0px 1px;
  }
  .myaccount-wrapper a:before {
    background-position: 0px -1px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    background-size: 73%;
    top: 3px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    background-size: 79%;
    top: 5px;
  }
  .page-wrapper .header.content .ammenu-menu-toggle {
    margin-top: 2px;
  }
  .wishlist-wrapper a .wshlst-icn {
    left: 22px;
    top: -8px;
  }
  .cms-page-view h1,
  .brochures-index-index .page-title-wrapper h1 {
    font-size: 36px;
  }
  .cms-lodge-warranty .control.tick1 input[type=checkbox] + label + label {
    width: 89%;
  }
  .cms-lodge-warranty .control.tick1 input[type=checkbox] + label + label span br {
    display: none;
  }
  .block-search .block-content {
    margin-top: 1px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .page-header .header .nav-toggle {
    top: 30%;
  }
  .block-search .block-content {
    margin-left: 0px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    width: 38px;
  }
  .pro-points.live h2 {
    font-size: 22px;
  }
  .live-chat-hrs h3 {
    font-size: 19px;
  }
  .live-chat-hrs .timing-outr .timing-hd {
    font-size: 16px;
  }
  .tab-sticky-wrapper {
    top: 66px !important;
  }
  .product.info.detailed .items .item.content {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
  }
  .product .mid-bx-pro .banner-outer {
    display: block;
  }
  .feat-depbx .banner-outer {
    display: table;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
    padding-top: 6px;
    padding-left: 24px;
  }
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    border-width: 0px !important;
    border-color: #fff !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding-right: 0px !important;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart .counter-label {
    top: -5px;
  }
  .product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-prev {
    top: 24% !important;
  }
  .page-layout-1column .main .product-info-main .product-info-price .price-box .price,
  .page-layout-1column .main .product-info-main .page-title-wrapper h1 {
    font-size: 25px;
    line-height: 27px;
  }
  .product.info.detailed .head-bx h3 {
    font-size: 16px;
    background-size: 30px;
    padding-left: 38px;
    padding-bottom: 19px;
    padding-top: 22px;
    margin-top: 0;
  }
  .product #product_info_range .shop-range-brand .shop-range h5 {
    font-size: 15px;
  }
  .product.shop-range-brand .btn-bx button {
    font-size: 14px;
  }
  #product_info_upsell .upsell .title strong,
  #product_info_related .upsell .title strong,
  #product_info_upsell .related .title strong,
  #product_info_related .related .title strong {
    font-size: 18px;
  }
  .product.info.detailed .outr-sec.bg-gr .des-inner .head-bx h3 {
    background-size: 34px;
    padding-left: 42px;
  }
  .product-attachment-container {
    padding-left: 0px;
  }
  .product.shop-range-brand .head-bx h3 {
    background-size: 33px !important;
  }
  #product_info_upsell .head-bx h3 {
    padding-left: 40px;
  }
  .amfaq-product-tab .chat_area .btn-bx .btn-chat a,
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .button-right a {
    font-size: 12px;
  }
  .products.wrapper.list.products-list .product-item-details {
    width: 70%;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx {
    /*padding: 0 30px;*/
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx .block-content .slick-prev {
    left: -20px;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx .block-content .slick-next {
    right: -20px;
  }
  .nav-open button.close:after {
    top: 5px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart .counter-label {
    top: -4px;
  }
  .footer.content .product.info.detailed #amfaq_product button {
    margin-left: 0px;
  }
  .amfaq-product-tab .ask-question-form.widget .button-info,
  .amfaq-product-tab .amfaq_questions.widget,
  .amfaq-product-tab .product-bx.faq,
  .footer.content .product.info.detailed fieldset {
    padding-left: 0px;
  }
  .header .nav-toggle2.menu_hide.active::before {
    top: 1px;
  }
}
/*736*/
@media only screen and (max-width: 680px) {
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart {
    max-width: 24%;
    padding-left: 0px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    max-width: 26%;
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions .call-actions a {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart {
    padding-right: 10px;
  }
  .product-info-main .product-add-form .fieldset .custom-select .control div:first-child {
    width: 100%;
  }
}
/*SEARCH DROPDOWN PRODUCTS*/
@media only screen and (max-width: 674px) {
  .amsearch-wrapper-content .product-item.amsearch-item {
    width: 33.333333% !important;
  }
}
/****/
@media only screen and (max-width: 667px) {
  .fet-mxr-b .logo-out .logo-in {
    margin-right: 25px;
  }
  .socials {
    min-height: 280px;
  }
  .socials .soc-in .socialbx {
    /*                max-width:27%;*/
  }
  .socials .soc-in .socialbx.pymntbx {
    /*                     max-width:34%;*/
    margin-right: 0;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 132px;
  }
  .product-options-bottom .bx1.log-zip {
    max-width: 20%;
  }
  .product-options-bottom .bx1.log-klarna {
    max-width: 25%;
    margin-right: 3%;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart {
    padding-left: 39px;
    max-width: 24%;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart span {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    max-width: 26%;
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions .call-actions {
    max-width: 26%;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions .call-actions a {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .product-addto-links {
    width: 67%;
  }
  .aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-perc {
    padding-top: 14px;
    padding-left: 9px;
    font-size: 12px;
  }
  .page-wrapper .header.content .block-search .control {
    top: 65px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    margin-top: -4px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper {
    margin-top: -4px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper {
    margin-top: -4px;
  }
  .page-header .header .nav-toggle {
    top: 31%;
  }
  .page-layout-1column .main .product-info-main .product-info-price .price-box {
    float: left;
    clear: left;
  }
  .cms-content .contct-qn-block .cnt-in-blk-hd {
    width: 30%;
  }
  .cms-content .contct-qn-block .cnt-in-blk-ryt {
    width: 65%;
  }
  .myaccount-wrapper a:before {
    padding: 17px;
  }
  .wishlist-wrapper a:before {
    padding: 15px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    background-size: 78%;
    top: 6px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    background-size: 79%;
    top: 7px !important;
  }
  .block-search .block-content {
    margin-top: 0px;
    margin-left: 0px;
  }
  .block-search .block-content .label:before {
    color: #fff;
    font-size: 27px;
    padding: 18px;
    background-position: -4px -5px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    top: 0px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    top: 8px !important;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    top: 4px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
    top: 1px;
  }
  .check-top-menu {
    width: 82%;
  }
  .nav-open button.close:after {
    top: 2px;
  }
}
/*667*/
@media only screen and (max-width: 640px) {
  .socials .soc-in .socialbx {
    /*                max-width:31%;*/
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 36%;
  }
  .page-wrapper .header.content .block-search .control {
    top: 60px;
  }
  .sep-bx .nbr-bx {
    font-size: 65px;
    line-height: 155px;
  }
  .sep-bx .img-bx {
    width: 30%;
  }
  .page-wrapper .header.content .ammenu-menu-toggle {
    margin-top: 0px;
  }
  .cms-content .contct-qn-block ul li {
    min-height: 137px;
  }
  .cms-content .contct-qn-block ul li span {
    height: 64px;
  }
  .cms-content .contct-qn-block ul li span img {
    margin-bottom: 6px;
  }
  .cms-content .contct-qn-block ul li span p {
    margin-bottom: 0px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget {
    border: none;
  }
  .cms-amasty-faq-home-page .page-main#maincontent {
    /*border-top: 5px solid #ccc;*/
  }
  .cms-amasty-faq-home-page .page-main {
    margin-top: 0%;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    max-width: 46%;
    min-height: 215px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 0px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .am-search-box-wrapper {
    top: 78px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper {
    top: 0;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
    height: 100px;
  }
  .live-chat-hrs .timing-outr {
    margin-bottom: 25px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    padding-left: 0px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    /*max-width: inherit !important;*/
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    width: 70%;
    margin-top: 5px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 14px !important;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    top: 2px !important;
    left: 1px;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category:nth-child(even) {
    margin-right: 0px;
    float: right;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    max-width: 48%;
    margin-bottom: 5%;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    height: 175px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper h1 {
    font-size: 27px;
  }
  .amfaq-search .am-input {
    font-size: 12px;
  }
  .cms-amasty-faq-home-page .page-wrapper h2 {
    font-size: 25px;
    margin-top: 10px;
  }
  .sub-faq-title {
    padding-bottom: 10px;
  }
  .cms-amasty-faq-home-page .columns .column.main {
    padding-bottom: 0px;
  }
  .cms-amasty-faq-home-page .page-bottom {
    min-height: 210px;
    padding-bottom: 0px;
  }
  .page-wrapper .mid-bx-pro .bx1 img {
    min-height: 250px;
  }
  .products-grid .product-item-actions {
    margin-bottom: 10px;
  }
  .nav-open button.close:after {
    top: 1px;
  }
  .header .nav-toggle2.menu_hide.active::before {
    top: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: right !important;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty::before {
    float: left;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.sku,
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td.name {
    max-width: 100%;
  }
  .order-details-items .order-title {
    border-bottom: 0px !important;
  }
  .page-layout-1column.wishlist-index-index .products-grid .product-item {
    margin-left: 0px !important;
  }
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    margin-bottom: 10px;
  }
  .page-products .products-grid.products .product-item {
    margin-bottom: 20px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 623px) {
  .check-top-menu {
    width: 82%;
  }
  #checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-product-view .product .amquote-addto-button.-small,
  .catalog-product-view .page-wrapper .products .action.primary {
    width: 109px !important;
  }
  .post-list-wrapper .post-container .post-info h3 a {
    font-size: 14px !important;
  }
  /*SEARCH DROPDOWN PRODUCTS*/
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-container {
    float: left;
  }
  .page-footer .newsletter .field.newsletter input {
    width: 220px;
  }
  .dept-category1 h2 {
    font-size: 22px;
  }
  .dept-featred-arch h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .mid-bx-pro.acl .bx1 h3 {
    font-size: 18px;
  }
  .fet-dept-arc .dept-des-pro h3 {
    font-size: 22px;
  }
  .fet-dept-arc .dept-des-pro .dept-des-imgbx .txt-subhd {
    font-size: 18px;
  }
  .page-footer .newsletter .head strong {
    font-size: 22px;
  }
  .socials {
    min-height: auto;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .socials .soc-in .socialbx.pymntbx {
    /*                        max-width: 22%;*/
  }
  .socials .soc-in .socialbx.orderng {
    /*                    max-width: 40%;*/
  }
  .socials .soc-in .socialbx.hrs {
    /*                    max-width:185px;*/
  }
  .account .table > tbody > tr > td {
    border-top: 0px;
  }
  .account .table > tbody > tr > td:last-child {
    border-bottom: 0px;
  }
  .account .page-main {
    padding-top: 54px !important;
  }
  .shp-by-style ul li {
    width: 100%;
  }
  .shpbydept-outr {
    padding: 0 10px;
  }
  .shpbydept-outr .shoppro-dept-bx {
    max-width: 100%;
    margin: 10px 0;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li {
    padding-left: 0;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child {
    max-width: 38%;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    max-width: 29%;
  }
  .page-layout-1column .main .product-info-main .product-addto-links {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart {
    padding-left: 0px;
    max-width: 100%;
    margin-left: 0px;
    background-image: none;
    margin-top: 20px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button.tocart span:before {
    content: "";
    background-image: url(../images/1shopping-cart.svg);
    padding: 10px 15px;
    background-size: 26px;
    margin-left: 7px;
    margin-top: 0px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: 12% 50%;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    max-width: 100%;
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control .actions .call-actions {
    max-width: 100%;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control {
    text-align: center;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control button.minus {
    float: left;
    margin-right: -5px;
    margin-bottom: 0px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control button.plus {
    float: left;
    margin-left: -5px;
    margin-bottom: 0px;
  }
  .page-layout-1column .main .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control input {
    margin-bottom: 0px;
    float: left;
  }
  .page-footer .footer.content .block.related,
  .page-footer .footer.content .block.upsell {
    width: 100%;
    max-width: 100%;
  }
  .page-footer .footer.content .block.related .block-content ol .slick-list,
  .page-footer .footer.content .block.upsell .block-content ol .slick-list {
    border-left: 1px dashed #bbb;
  }
  .page-footer .footer.content .block.related .block-content ol .slick-list li,
  .page-footer .footer.content .block.upsell .block-content ol .slick-list li {
    border-left: 0px dashed #bbb;
    padding-left: 0;
    margin: 0 1%;
  }
  .page-footer .footer.content .block.related .product-item-name,
  .page-footer .footer.content .block.upsell .product-item-name {
    margin: auto;
    width: auto;
  }
  .page-footer .footer.content .block.related .product-item-details,
  .page-footer .footer.content .block.upsell .product-item-details {
    text-align: center;
  }
  .product-item-name {
    width: 90%;
  }
  .page-footer .footer.content .review-add {
    width: 100%;
  }
  .page-footer .footer.content .review-add .fieldset {
    margin-bottom: 20px;
  }
  .aftr-nav .clrnc-tab .clrnce-in .clr-m .clr-perc {
    padding-top: 16px;
    font-size: 10px;
    padding-left: 9px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    border: none;
    top: 16px;
    right: 12%;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper {
    top: 14px;
    border: none;
  }
  .page-wrapper .page-header .header .block-search {
    padding-left: 3%;
    margin-top: 0px;
    padding-top: 5px;
  }
  .column.main .product-items {
    margin-bottom: 20px;
  }
  .cart .product-item-name {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .cart .product-item-name a {
    font-size: 14px;
  }
  .page-wrapper .header.content .block-search .control {
    top: 56px;
  }
  .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 {
    padding: 10px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th:before {
    font-family: 'ITCAvantGardeStdDemi';
    font-weight: normal;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-top: 1px solid #ccc;
  }
  .multicheckout .actions-toolbar > .primary {
    width: 100%;
  }
  .multicheckout .checkout-review .grand.totals {
    text-align: center;
  }
  .account .table-wrapper {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .account .table-wrapper.table-order-items {
    border-bottom: 1px solid #ccc!important;
  }
  .feat-depbx .fet-dbx {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .feat-depbx .fet-dbx img {
    width: 100%;
  }
  .page-layout-1column .main .product-info-main .product-info-price .price-box {
    padding-left: 8px;
  }
  .pages .pages-items {
    padding-top: 0px;
  }
  .toolbar.toolbar-products .toolbar-amount {
    padding-top: 6px;
    line-height: 19px;
  }
  .toolbar.toolbar-products .pages .item a {
    line-height: 30px;
  }
  .modals-wrapper .modal-popup #modal-brands .col-lg-2 ul li {
    width: 100%;
    float: left;
  }
  .shp-by-room-outer.dept-block-2.sec-blck .feat-depbx .fet-dbx {
    width: 100%;
  }
  .shp-by-room-outer.block-seven .feat-depbx .fet-dbx {
    width: 100% !important;
  }
  .shp-by-room-outer.block-six .feat-depbx .fet-dbx {
    width: 100% !important;
  }
  .cms-content iframe {
    width: 100%;
  }
  .shp-by-room-outer.dept-block-1 .fet-dbx {
    margin-right: 0px;
  }
  .shp-by-room-outer.dept-block-1.blck3 .fet-dbx {
    width: 100%;
  }
  .category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck .feat-depbx .fet-dbx {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck .feat-depbx .fet-dbx.clr-blu {
    margin-bottom: 10px;
  }
  .category-view .category-cms .shp-by-room-outer.dept-block-2.sec-blck.block-six .feat-depbx .fet-dbx {
    width: 100% !important;
  }
  .category-view .category-cms .mid-bx-pro.block-six .featured-mid-bx h3 {
    font-size: 14px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    /* min-height:192px;*/
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .action.showcart,
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
    border: none;
  }
  .myaccount-wrapper a:before {
    background-size: 30px;
    background-position: 0;
    padding: 15px;
  }
  .page-wrapper .header.content .minicart-wrapper.myaccount-wrapper {
    right: 24%;
    min-width: 30px;
    top: 13px;
  }
  .page-wrapper .header.content .minicart-wrapper.wishlist-wrapper {
    right: 14.8%;
    top: 11px !important;
    display: none;
  }
  .page-wrapper .header.content .minicart-wrapper.myaccount-wrapper {
    display: none;
  }
  .wishlist-wrapper a .wshlst-icn {
    left: 12px;
    top: -7px;
  }
  .wishlist-wrapper a:before {
    background-size: 75%;
    margin-right: 0px;
    margin-top: 5px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    background-size: 62% !important;
    top: 5px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    left: 8px;
    top: 0;
    left: 26px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    background-size: 69%;
    left: 15px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    top: 1px;
    left: 40px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    left: 27px;
    top: -2px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
    left: 26px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
    top: 2px;
  }
  .page-wrapper .header.content .ammenu-menu-toggle {
    margin-top: -3px;
  }
  .map-outersec .info-txt,
  .map-outersec .map-img {
    width: 100%;
    max-width: 100%;
  }
  .visit-swrmbtn .cms-abt-btn {
    margin-top: 10%;
  }
  .cms-content .contct-qn-block .cnt-in-blk-ryt,
  .abt-img121,
  .abt-imginn,
  .cms-imgblock-abt,
  .cms-2clm {
    width: 100%;
    max-width: 100%;
  }
  .cms-imgblock-abt {
    margin-bottom: 20px;
  }
  .abt-img121 {
    padding: 20px;
  }
  .brand-cms ul li {
    max-width: 50%;
  }
  .cms-content .contct-qn-block .cnt-in-blk-hd {
    width: 100%;
    padding-top: 15px;
  }
  .cms-content .contct-qn-block .cnt-in-blk-ryt {
    float: left;
    padding-left: 20px;
    padding-top: 1%;
  }
  .cms-content .contct-qn-block ul {
    padding-left: 16px;
  }
  .qt-bxt .qt-bxt-icn {
    max-width: 47%;
    margin-bottom: 4%;
  }
  .qt-bxt .qt-bxt-icn:nth-child(even) {
    margin-right: 0px;
  }
  .cmsbx-in-cnt {
    width: 72%;
  }
  .cmsbx-in-cnt h3 {
    margin-top: 0;
  }
  .delivery-loc ul {
    width: 50%;
  }
  .help-center-extra-block .help-center-cnt-blocks:nth-child(even) {
    margin-right: 10px !important;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    max-width: 46% !important;
    margin-right: 4%;
    float: left !important;
    margin-left: 0px;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    max-width: 48% !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper {
    top: 14px;
  }
  .shp-by-room-outer ol .slick-list li {
    padding-bottom: 20px;
  }
  .cms-content .contct-qn-block .cnt-in-blk-hd {
    margin: 10px;
    width: auto;
  }
  .customer-account-create .fieldset.address .field,
  .customer-account-create .fieldset .field {
    width: 100%;
    margin-right: 0%;
  }
  .customer-account-create .account .fieldset .legend {
    margin-bottom: 0px;
  }
  .customer-account-create .actions-toolbar .primary {
    float: none;
  }
  .page-header .header .nav-toggle {
    top: 29%;
  }
  .block-search .block-content {
    margin-left: 19px;
  }
  .block-search .block-content .label:before {
    font-size: 24px;
    padding: 16px;
    background-position: 5px -3px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .wshlst-icn.counter.qty.empty {
    top: -7px;
  }
  .page-layout-1column .main .product-info-main .product-info-stock-sku {
    padding-left: 10px;
  }
  .blog-page-categories-list ul li {
    max-width: 100%;
    padding-right: 0px;
  }
  .post-list-wrappersss .post-item,
  .post-list-wrapper .post-list.modern .post-item.post-holder {
    max-width: 100%;
    width: 100%;
    display: inline-table;
  }
  .post-list.modern .post-item.post-holder {
    display: inline-table;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    min-height: 185px;
  }
  .blog-page-categories-list ul li {
    padding-bottom: 6%;
    display: table;
  }
  .cms-amasty-faq-home-page .page-main#maincontent {
    border: none;
  }
  .cms-amasty-faq-home-page .page-wrapper h2 {
    margin-top: 0px;
  }
  .cms-amasty-faq-home-page .sub-title-wrapper {
    margin-top: 0px;
    padding-top: 0px;
  }
  .help-center-extra-block {
    margin-top: 0px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget {
    padding-bottom: 0 !important;
  }
  .cms-amasty-faq-home-page .sub-title-wrapper {
    float: left;
    width: 100%;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category,
  .help-center-extra-block .help-center-cnt-blocks {
    max-width: 47%;
    margin-bottom: 5%;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category:nth-child(even),
  .help-center-extra-block .help-center-cnt-blocks:nth-child(even) {
    margin-right: 0px;
    float: right;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
    height: 110px;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    height: 175px;
  }
  .mid-bx-pro.dept-block-1 h2 {
    font-size: 25px;
    padding-bottom: 5px;
  }
  .banner-outer .featured-mid-bx.last h3 {
    font-size: 20px !important;
  }
  .shp-by-room-outer #video-popup-slider .slick-track .slide {
    width: auto;
  }
  .page-wrapper .page-header .header.content {
    min-height: inherit;
  }
  .page-layout-1column .main .product-info-main .product-info-price .brand_logo_right {
    top: -50px;
  }
  .product.shop-range-brand ul li {
    max-width: 46%;
  }
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-image,
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-list-item,
  .product #blog_relatedposts_tab .mfblog-related-posts-block ul li .post-header {
    width: 100%;
  }
  .outr-sec.bg-gr .cnt-area-bx {
    float: left;
    width: 100%;
  }
  .outr-sec.bg-gr .cnt-area-bx .area-bx-left {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .outr-sec.bg-gr .cnt-area-bx .area-bx-left .box-specification {
    max-width: 100%;
    width: 100%;
  }
  .outr-sec.bg-gr .cnt-area-bx.active .area-bx-right {
    width: 100% !important;
    float: left;
    margin-top: 4%;
    right: 0;
    position: inherit !important;
  }
  .outr-sec.bg-gr .des-inner .cnt-area-bx.active .area-bx-right {
    position: inherit;
    width: 100%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset {
    margin-left: 0;
  }
  .page-layout-1column.catalog-product-view .main .product-info-main .page-title-wrapper h1 {
    margin-bottom: 5px;
  }
  .product-info-main .product-add-form .fieldset .control div:first-child {
    margin: auto;
    display: table;
    margin-bottom: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button span {
    font-size: 15px !important;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0px;
    background-image: none;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart span:before {
    content: "";
    background-image: url(../images/1shopping-cart.svg);
    padding: 10px 15px;
    background-size: 26px;
    margin-left: 7px;
    margin-top: 0px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: 12% 50%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    max-width: 100%;
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote span {
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions {
    max-width: 100%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a {
    font-size: 15px;
    line-height: 25px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions a:before {
    position: relative;
    top: 3px;
  }
  .page-layout-1column .main .product-info-main .product-info-price .brand_logo_right {
    right: 0;
  }
  .products .product-item .product-item-details {
    min-height: 180px;
  }
  .page-products .products-grid .product-item {
    margin-top: 20px;
  }
  .page-footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 88%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    width: 64%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 13px !important;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    margin-left: -10px;
    margin-top: -7px;
  }
  footer .footer.content .block .block-content .product-item-info .product-item-photo {
    margin: auto;
    display: table;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    max-width: 90% !important;
  }
  .page-wrapper .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
    left: 42px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    left: 1px;
  }
  .fieldset .field.css-blank {
    height: 0;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 47.5%;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .field.qty {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .fieldset .actions {
    display: table;
    width: 100%;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .fieldset .actions button.tocart {
    width: 100%;
    background-image: none;
    max-width: 100%;
    margin: 12px 0px;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .fieldset .actions button.tocart span {
    font-size: 15px !important;
    font-family: 'ITC Avant Garde Std Bk';
    padding-left: 0;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .fieldset .actions button.tocart span:before {
    content: "";
    background-image: url(../images/1shopping-cart.svg);
    padding: 10px 15px;
    background-size: 26px;
    margin-left: 7px;
    margin-top: 0px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: 12% 50%;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .fieldset .actions button.amquote-addto-button {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .call-actions .umprodcall_clickme {
    width: 100%;
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .call-actions .umprodcall_clickme:before {
    top: 3px;
    position: relative;
  }
  .catalog-product_compare-index .columns .print {
    margin-bottom: 10px;
  }
  .page-products .product-item-info {
    width: 250px !important;
  }
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    margin: 0 0px 0 !important;
  }
  .nav-open .nav-sections {
    width: 90%;
  }
  .column.main .block.crosssell .product-item {
    width: 257px;
    margin-left: 0px;
  }
  .column.main .block.crosssell .product-item .product-item-details {
    padding: 0 20%;
  }
  .column.main .block.crosssell .product-item .product-item-details .price-box {
    text-align: center;
  }
  .column.main .block.crosssell .product-item-info {
    width: auto;
  }
  .column.main .block.crosssell .products .actions {
    width: 109px !important;
    margin: auto;
  }
  .column.main .block.crosssell .products.list .product-item-name {
    margin: auto;
    text-align: center;
  }
  .page-layout-1column.wishlist-index-index .products-grid .product-item {
    margin-left: 0px !important;
  }
  .mid-bx-pro.dept-block-1 h2 {
    font-size: 20px;
  }
  .brochures-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 100%;
  }
  .brochures-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
    background-size: 20px;
    background-position: 0px 6px;
  }
  .brochures-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    clear: left;
    float: left;
  }
  .brochures-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    max-width: 100%;
  }
  .top-banner-div {
    font-size: 13px;
  }
  .products .product-item .product-item-details .product-item-inner {
    width: 100% !important;
  }
  .detailed .product-attachment-container .downloads-item .item-info + .item-icon-anchor {
    top: 15%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus:before {
    top: 1px;
    position: relative;
  }
  .products.wrapper.list.products-list .product-item-details {
    width: 80%;
    height: 136px;
  }
  .products .product-item .product-item-details .product-item-inner {
    width: 100% !important;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 106px;
  }
  .product-item.slick-slide .product-item-info .product-item-photo {
    margin: auto;
    display: table;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx .block-content .slick-prev {
    top: 49%;
  }
  .products.wrapper ~ .toolbar .toolbar-amount,
  .toolbar.toolbar-products .toolbar-amount {
    display: none !important;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control button.plus {
    margin-bottom: 0px !important;
  }
  .cms-home .modal-inner-wrap #modal-brands .about-info li {
    display: contents;
  }
  .cms-home .modal-inner-wrap #modal-brands .about-info li img {
    padding: 4px;
    width: 32.7%;
  }
  .cms-home .modal-popup .modal-inner-wrap .modal-content {
    padding-left: 10px;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
    padding-left: 4%;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .fieldset > .field {
    margin-bottom: 10px;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .fieldset > .field > .label {
    font-size: 12px;
  }
  .catalog-product-view .modal-slide._inner-scroll .modal-header,
  .catalog-product-view .modal-popup .modal-heade {
    padding-left: 4%;
  }
  #checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    font-size: 14px;
  }
  .checkout-container .opc-block-summary .mark .value,
  .opc-block-summary .items-in-cart .product .item-options dt,
  .minicart-items .product-item-details .details-qty {
    font-size: 12px;
  }
  .products-grid.wishlist .product-image-container {
    margin: auto;
    display: table;
  }
  .page-wrapper .mid-bx-pro .bx1 span a.lnk {
    font-size: 14px;
  }
  .nav-sections .mean-nav ul li .level-top span {
    font-size: 14px !important;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    line-height: 50px;
  }
  .amasty_quote-cart-index .columns .column.main,
  .checkout-cart-index .columns .column.main {
    padding-bottom: 0;
  }
  .products-grid .product-item-actions {
    margin-bottom: 0px;
  }
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    /*  margin-bottom: 10px!important; */
  }
  .nav-open button.close:after {
    top: 0px;
  }
  .blog-post-view.blog-page .page-title-wrapper h1 span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    display: table;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .field.qty .control input {
    float: none !important;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a .boder-menu {
    background-position: 0px -36% !important;
  }
  .navigation-mobile #hidlogout,
  .navigation-mobile #hidlogin {
    line-height: 35px;
  }
  .navigation-mobile #hidmyaccount a,
  .navigation-mobile #hidsignup a {
    line-height: 26px;
    margin-bottom: 12px;
  }
  .page-wrapper .page-header .header .block-search {
    padding-left: 15%;
  }
  .page-wrapper .cart-container .crosssell .products .action.primary span {
    padding: 0px;
  }
  .checkout-cart-index .products.list.product-items .product-image-container {
    width: 95px !important;
  }
  .cms-home .products.list.product-items .product-image-container,
  .catalog-product-view .products.list.product-items .product-image-container {
    width: 240px !important;
  }
  #back_top {
    display: none !important;
  }
  .table-comparison .cell.remove .action.delete {
    margin-top: 8px;
  }
  /* CROSSEL */
  .checkout-cart-index .block.crosssell .products-crosssell .slick-list {
    min-height: 300px;
    max-height: 300px;
  }
  .checkout-cart-index .block.crosssell .product-item {
    border: 0px;
  }
  .products.wrapper.list.products-list .product-item-details {
    width: 100%;
    height: 140px;
  }
  .header .nav-toggle2.menu_hide.active::before {
    top: -2px;
  }
  .product-options-wrapper .product-view-custom-options .label:before {
    font-size: 16px;
  }
  .product-options-wrapper .label.show-collapsed:before {
    right: 19px;
  }
  .menu-auth span {
    font-size: 0px;
  }
  .menu-auth span.ui-menu-item {
    margin-right: -17px;
  }
  .menu-auth span a#hidlogou span:before {
    background-position: 6px 2px;
    margin-right: -10px;
  }
  .product-view-custom-options .custom-select .control .options-list.nested .field.admin__field-option {
    width: 50%;
  }
  .product-view-custom-options .custom-select .control .options-list.nested .field.admin__field-option {
    margin-bottom: 0px !important;
  }
  .product-view-custom-options .field.custom-select .control {
    padding-bottom: 0px;
  }
  .order-form-download a {
    padding: 8px 0px;
    line-height: 15px;
    font-size: 12px;
  }
  .dept-product-range.product-shop .dept-product-range-in .dept-bx1 {
    max-width: 49%;
  }
  .dept-product-range-in .dept-bx1:nth-of-type(odd) {
    clear: left;
  }
  .dept-product-range-in .dept-bx1:nth-of-type(even) {
    clear: right;
  }
  /*BRAND PAGE - EDIT*/
  .dept-product-range.brand-list {
    display: none;
  }
  .dept-product-range.brand-list.mobile-brandlist {
    display: block;
  }
  .dept-product-range.product-shop {
    display: none;
  }
  .dept-product-range.product-shop.mobproduct-shop {
    display: block;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    margin-right: 2%;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    width: 61%;
  }
  .dept-product-range.brand-list.brands1 {
    display: block;
  }
  .account .column.main .order-details-items {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
  }
}
/*568*/
/*SEARCH DROPDOWN PRODUCTS*/
@media only screen and (max-width: 540px) {
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 13px;
  }
  .amsearch-wrapper-content .product-item.amsearch-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 490px) and (min-width: 481px) {
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .fet-dept-arc .dept-des-pro .dept-des-imgbx {
    margin-right: 0px;
  }
  .fet-dept-arc .dept-des-pro .dept-des-imgbx .txt-subhd {
    font-size: 14px;
  }
  .guides-bx-outr .guides-bx .guides-bx-in {
    max-width: 100%;
  }
  .inquiry-page .contact-bg .fieldset .field {
    width: 100%;
    padding-right: 0;
  }
  .socials .soc-in .socialbx.socialicn {
    /*                        max-width:33%; */
    margin-right: 0px;
  }
  .socials .soc-in .socialbx.pymntbx {
    /*                       max-width:26%;*/
  }
  .socials .soc-in .socialbx.orderng {
    /*                        max-width:40%;*/
    margin-right: 0px;
  }
  .account .column.main {
    margin-top: 10px;
  }
  .dept-product-range-in .dept-bx1 .imgbx {
    width: auto;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li {
    max-width: 100% !important;
    padding-left: 0px !important;
  }
  .page-wrapper .mid-bx-pro,
  .page-wrapper .dept-category1,
  .page-wrapper .dept-product-range,
  .page-wrapper .see-our-rangebx {
    padding: 0px 10px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    width: 100%;
    margin-left: 0;
  }
  .shp-by-room-outer .shp-by-room-bx ul li:nth-child(even) {
    margin-right: 0px;
  }
  .inquiry-bx .enquiry-outr .legend h2 {
    font-size: 24px;
    text-align: center;
  }
  .aftr-nav .wlcm-bx ul {
    display: none;
  }
  .wlcm-bx .cat-bx {
    width: 49%;
  }
  .product-options-bottom .bx1.log-aftrpy {
    max-width: 45%;
    text-align: center;
    padding: 0 18px;
  }
  .product-options-bottom .bx1.log-aftrpy span {
    text-align: center;
    width: 100%;
  }
  .product-options-bottom .bx1.log-zip {
    max-width: 45%;
    margin-bottom: 40px;
    border-right: 0px;
  }
  .product-options-bottom .bx1.log-klarna {
    max-width: 45%;
  }
  .product-options-bottom .bx1.log-humm {
    max-width: 45%;
  }
  .aftr-nav .clrnc-tab {
    display: none;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    width: 30px;
    left: 12px;
    top: 15px;
    background-size: 76%;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    margin: 2px 0px 0 14px!important;
    font-size: 28px !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper {
    top: 0px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart .counter-label {
    font-size: 12px;
  }
  .block-search .label:before {
    margin-top: -5px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    top: 0px;
  }
  .block-search .block-content .label:before {
    padding: 14px;
  }
  .block-search .block-content {
    margin-top: -3px;
  }
  .page-wrapper .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
    margin-left: 4px;
    font-size: 12px;
  }
  .page-header .header .nav-toggle {
    top: 20%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 45px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:after {
    /*        top: 2px;*/
  }
  .nav-sections .mean-nav ul li .level-top span {
    font-size: 14px !important;
    padding: 0 6px!important;
  }
  .page-wrapper .page-header .header .block-search {
    padding-top: 0px;
    padding-left: 16%;
    margin-left: -3px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 3px;
    margin-bottom: 4px;
  }
  .mid-bx-pro .bx1 {
    min-height: 340px;
  }
  .navigation .parent .level-top:after {
    top: 2px;
  }
  .inquiry-bx .enquiry-outr .primary button span {
    font-size: 15px;
    line-height: 46px;
  }
  .shp-by-room-outer .shp-by-room-bx {
    padding-left: 0;
  }
  .product-item-name {
    width: 90%;
  }
  .product-item .price-box .price {
    float: left;
    padding-right: 3px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    margin-top: 10px;
  }
  .toolbar.toolbar-products .sorter {
    padding-right: 0px;
  }
  .toolbar .sorter-action {
    display: none;
  }
  .products.wrapper ~ .toolbar .toolbar-amount,
  .page-products .toolbar .limiter,
  .toolbar.toolbar-products .toolbar-amount {
    display: none !important;
  }
  .toolbar.toolbar-products {
    padding-top: 3px;
  }
  .product-item .price-box span {
    display: inline-block;
  }
  .account .page-main .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .account .fieldset .legend span {
    font-size: 18px;
  }
  .page-wrapper .header.content .block-search .control {
    top: 46px;
  }
  .is-blog .page-title-wrapper h1 {
    font-size: 30px;
  }
  .is-blog .subhead {
    font-size: 20px;
  }
  .is-blog .post-date {
    font-size: 16px;
  }
  .post-list-wrapper .post-list h2 {
    font-size: 20px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .product-item .price-box .price .price + .price {
    padding-left: 3px;
    float: none;
  }
  .category-view .cat_top_image_banner.wrapper .img-middle-wrap {
    max-width: 100%;
    margin-right: 0;
  }
  .dept-category1 h2,
  .dept-category1 h1 {
    font-size: 25px;
  }
  .dept-product-range.sub-head .dept-product-range-in h3 {
    /*                   margin: 20px 0;*/
  }
  .page-wrapper .dept-product-range {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .shp-by-room-outer .shp-by-room-bx ul li .hd-room {
    font-size: 14px;
  }
  .dept-product-range .shp-by-room-outer .shp-by-room-bx h2 {
    font-size: 20px;
  }
  .dept-category1 {
    margin-bottom: 10px;
  }
  .page-wrapper .mid-bx-pro h2 {
    font-size: 24px;
  }
  .page-wrapper .mid-bx-pro.feat-arc-desir-pro .bx1 .midtxt11 {
    font-size: 20px;
  }
  .feat-depbx.fe-arde-pr h2 {
    font-size: 24px;
  }
  .feat-depbx.fe-arde-pr .fearc-bx h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .page-layout-1column .main .product-info-main .box-tocart ul li {
    text-indent: -2.6em;
    margin-left: 36px;
  }
  .amasty_quote-cart-index .cart-container .actions button {
    width: 100%;
  }
  .toolbar .pages .item {
    margin-top: -2px;
  }
  .toolbar .pages .item.pages-item-next,
  .toolbar .pages .item.pages-item-previous {
    margin-top: 1px;
  }
  .shp-by-room-outer.dept-block-1.blck3.four .fet-dbx {
    width: 100% !important;
    max-width: 100%;
  }
  .sep-bx h3 {
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
  }
  .sep-bx .nbr-bx {
    margin-right: 0;
    width: 100%;
    text-align: center;
    line-height: inherit;
  }
  .sep-bx .img-bx {
    padding-right: 0;
    width: 100%;
    text-align: center;
    min-height: 316px;
    max-width: 316px;
    margin: auto;
    float: none;
    background-color: #fff;
  }
  .sep-bx .img-bx img {
    border-radius: 100%;
  }
  .shp-by-room-outer .shp-by-room-bx ul li {
    width: 100%;
    max-width: 100%;
  }
  .shp-by-room-outer .shp-by-room-bx ul li img {
    margin-bottom: 10px;
  }
  .dept-category1 .category-image {
    width: 100%;
    margin-left: 0px;
    padding: 0 18%;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 47.9%;
  }
  .cms-get-a-quote .contact-us .fieldset .primary .g-recaptcha,
  .cms-contact-us .contact-us .fieldset .primary .g-recaptcha,
  .cms-book-consultation .contact-us .fieldset .primary .g-recaptcha,
  .cms-our-locations .contact-us .fieldset .primary .g-recaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mid-bx-pro .bx1 img {
    min-height: inherit;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 .brand-name {
    min-height: 47px;
  }
  .page-products .products-grid .product-item-details .product-item-name {
    max-height: 46px;
    min-height: 80px;
    overflow: hidden;
  }
  .dept-product-range-in .dept-bx1 .imgbx span {
    overflow: hidden;
    width: 87%;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    clear: left;
    max-width: 47%;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1:nth-child(even) {
    /*float:right;
                clear: right;*/
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    max-width: 44%;
    min-height: inherit;
    padding-left: 10px;
    clear: none;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk .brand-name {
    padding-left: 26px;
    line-height: 15px;
  }
  .brochure-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    clear: left;
  }
  .brochure-index-index .dept-product-range.brand-list .dept-product-range-in .dept-bx1.txt-lnk {
    clear: none;
  }
  .modal-inner-wrap #modal-brands .about-info li {
    min-height: 57px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    left: 23px;
    top: -3px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart .counter.qty {
    left: 21px;
    top: -1px;
  }
  .top-banner-div {
    font-size: 12px;
    /*    line-height: 16px;*/
    padding-bottom: 0px;
    text-align: left;
  }
  .page-wrapper .page-header .panel.header .topclose {
    right: 5px;
  }
  .product-info-main .product-add-form .fieldset .control #qty-error {
    bottom: -19px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper {
    right: 0%;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    right: 12.5%;
    margin-top: 10px;
  }
  .page-wrapper .header.content .minicart-wrapper.wishlist-wrapper {
    right: 14%;
    top: 3px !important;
  }
  .page-wrapper .header.content .minicart-wrapper.myaccount-wrapper {
    top: 8px;
    right: 25%;
  }
  .wishlist-wrapper a .wshlst-icn {
    left: 17px;
  }
  .wishlist-wrapper a:before {
    background-position: 0% 60%;
    margin-top: 2px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    left: 25px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    left: 1px;
    top: -8px;
  }
  .myaccount-wrapper a:before {
    background-position: -1px -3px;
  }
  .page-wrapper .header.content .ammenu-menu-toggle {
    margin-top: -7px;
  }
  .cmsbx-in-cnt {
    width: 67%;
  }
  .cms-2clm {
    width: 100%;
  }
  .cms-specifiers .sep-bx .img-bx {
    /*             width: 150px;
            height: 150px;*/
    margin: auto;
    float: none;
    border-radius: 100%;
    background-color: #fff;
  }
  .cms-specifiers .sep-bx .img-bx img {
    border-radius: 100%;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
    left: 23px;
    top: 8px;
  }
  .shp-by-room-outer .block-content .slick-next {
    top: 50%;
  }
  .cms-content .contct-qn-block .cnt-in-blk-hd {
    padding-bottom: 0px;
  }
  .cms-content .contct-qn-block .cnt-in-blk-ryt {
    padding-bottom: 10px;
  }
  .cms-content .contct-qn-block ul li span img {
    max-width: 32px;
  }
  .cms-content .contct-qn-block ul li {
    min-height: 107px;
  }
  .cms-content .contct-qn-block .cnt-in-blk-hd {
    padding-bottom: 10px;
  }
  .cms-content .contct-qn-block ul li span p {
    line-height: 17px;
  }
  .pro-points .pro-bx {
    max-width: 100%;
  }
  .cms-page-view h1 {
    font-size: 30px;
  }
  .cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-9,
  .cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-3 {
    width: 50%;
  }
  .cnct-bx.spec {
    padding: 0 5px;
  }
  .cnct-bx.spec .cms-abt-btn.lft {
    margin-bottom: 15px;
  }
  .blog-post-view.blog-page .page-title-wrapper h1 span {
    font-size: 25px;
    line-height: 30px;
  }
  .post-date {
    font-size: 18px;
  }
  .blog-page .subhead {
    font-size: 18px;
    line-height: 22px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    top: 15px !important;
  }
  .block-search .block-content .label:before {
    background-position: 0px 0px;
  }
  .catalog-product-view .sticky-wrapper .product-info-price .price-box .price,
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    line-height: 16px !important;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 13px;
  }
  .catalog-product-view .sticky-wrapper .product-info-price .price-box .price-wrapper .price {
    line-height: 13px !important;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    padding-top: 6px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-width: 117px !important;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary span {
    float: right;
    padding-right: 13px;
    font-size: 12px;
    display: none;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    min-width: 40px !important;
    background-position: 41% 50% !important;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    line-height: 22px;
  }
  .wishlist-wrapper a .wshlst-icn {
    line-height: 22px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    line-height: 12px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:before {
    left: 3% !important;
  }
  .blog-page-categories-list h2.category-main-title {
    font-size: 25px;
  }
  .sep-bx {
    padding-top: 0px;
  }
  .sep-bx .img-bx img {
    max-width: 250px;
  }
  .help-centre-footer-inner .help-centre-footer-cont {
    font-size: 26px;
  }
  .cms-amasty-faq-home-page .page-bottom {
    min-height: 200px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper h1 {
    font-size: 25px;
  }
  .cms-amasty-faq-home-page .page-wrapper h2 {
    font-size: 24px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .am-search-box-wrapper {
    top: 58px;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .field.qty {
    margin: auto;
    display: table;
    float: none;
    margin-bottom: 14px;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update button {
    width: 97%;
  }
  .page-layout-1column .main .product-info-main .box-tocart.update .call-actions .umprodcall_clickme {
    width: 100%;
    text-align: center;
  }
  .pro-points.live .pro-bx {
    max-width: 100%;
  }
  .product.info.detailed .items .item.title {
    padding-left: 0;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .product.info.detailed .items .item.title::before {
    margin: 0;
  }
  .product .product.data.items > .item.title > .switch,
  .product.data.items .item.title > .switch {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
  }
  .product.info.detailed .items .item.title a:before {
    margin: 0;
  }
  .product.shop-range-brand .brands-inbx {
    padding-left: 0px;
  }
  .product.shop-range-brand .brands-inbx ul li {
    padding: 10px;
  }
  .catalog-product-view .sticky-wrapper .actions {
    position: absolute;
    right: 10px;
  }
  .page-footer .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    /*max-width: 100% !important;*/
  }
  #product_info_upsell .head-bx h3 {
    padding-top: 0px;
    margin-top: 0px;
  }
  .product.info.detailed .items .item.title.active {
    height: auto;
  }
  .product.info.detailed .items .item.title a {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
  }
  .toolbar.toolbar-products .sorter {
    right: 4px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    max-width: 100%;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    max-width: 96%;
  }
  #back_top {
    /* right: 80px !important;*/
  }
  .cart-summary .block .title strong {
    font-size: 18px !important;
  }
  .cart-summary .block .field label,
  #block-summary #shipping-zip-form select,
  #block-summary #shipping-zip-form input {
    font-size: 14px;
  }
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 100% !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart .counter.qty {
    left: 45px;
    top: -14px;
  }
  .nav-open .page-wrapper .nav-sections {
    top: 79px;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 106px;
  }
  .form.password.forget .fieldset:after {
    top: 13px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .wshlst-icn.counter.qty.empty {
    top: -3px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    top: -2px;
  }
  .cms-abt-btn,
  .page-main p {
    font-size: 12px;
  }
  .sidebar .cms-sidebar h3 {
    font-size: 18px;
  }
  .inquiry-bx.pricematch .actions-toolbar .label span {
    font-size: 14px;
    margin: 5px 0px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 .label-right {
    font-size: 12px;
  }
  .page-footer .newsletter .label {
    font-size: 14px;
  }
  .price-match-guarentee .pro-bx p {
    min-height: auto;
  }
  .modal-popup .action.primary,
  .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action:hover,
  .modal-popup .action.primary:hover,
  .modal-popup .action-primary:hover {
    font-size: 13px;
    border: none;
  }
  .cms-content .contct-qn-block ul li span {
    height: 42px;
    padding: 0 15px;
  }
  .cms-content .contct-qn-block ul li span.six {
    padding: 0px;
  }
  .help-center-extra-block {
    margin-left: 14px;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    max-width: 45% !important;
  }
  .help-centre-footer-inner .help-centre-footer-subcont {
    font-size: 19px;
  }
  .help-centre-footer-inner .help-centre-footer-cont {
    font-size: 24px;
  }
  .products.list .product-image-container {
    padding-right: 4px;
  }
  .page-layout-1column .main .product-info-main .product-info-price .price-box .price,
  .page-layout-1column .main .product-info-main .page-title-wrapper h1 {
    font-size: 22px;
    line-height: 25px;
  }
  .product.info.detailed .items .item.title a {
    font-size: 14px;
  }
  .product-options-wrapper .swatch-opt .swatch-attribute-label {
    font-size: 15px;
  }
  .downloads-item .item-link {
    font-size: 12px;
    width: 93%;
  }
  .detailed .product-attachment-container .downloads-item .item-info + .item-icon-anchor {
    top: 24%;
  }
  .product #blog_relatedposts_tab .discover h3 {
    font-size: 16px;
  }
  .catalog-product-view .mid-bx-pro.dept-block-1.banners .feat-depbx h2 {
    font-size: 22px !important;
    margin-top: 15px;
  }
  .products .product-item .product-item-details .product-item-inner {
    width: auto !important;
  }
  .products.wrapper.list.products-list .product-item-details {
    width: 100%;
  }
  .mid-bx-pro h2 {
    margin-top: 20px;
  }
  .shp-by-room-outer {
    padding: 0 10px;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx .block-content .slick-prev {
    top: 45.6%;
  }
  .block.widget .products-grid .product-item .amasty-label-text {
    left: -23px;
    top: 10px;
  }
  .cms-home .modal-inner-wrap #modal-brands .about-info li img {
    width: 32.6%;
  }
  .modal-popup.modal-slide {
    left: 2% !important;
  }
  .am-checkout.-modern .checkout-header .description,
  .checkout-index-index .am-checkout.-modern .checkout-header .description {
    font-size: 14px !important;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksbutton a {
    padding: 6px 14px;
    line-height: 18px;
    font-size: 12px;
  }
  .cms-abt-btn.kitchn {
    margin-bottom: 0px;
  }
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:nth-child(2),
  .inquiry-bx .enquiry-outr .enq-txt-list ul li:first-child,
  .inquiry-bx .enquiry-outr .enq-txt-list ul li {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-wrapper .dept-product-range.brand-list {
    padding-left: 10px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1:nth-child(even) {
    clear: none;
  }
  .wishlist-wrapper a .wshlst-icn {
    top: -4px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 button {
    line-height: 45px;
  }
  .inquiry-bx .enquiry-outr .enq-bx2 button span {
    line-height: 20px;
  }
  .btm-sect + .tab .submitplan .hd-term {
    font-size: 18px;
  }
  .bx-term1 .hd-term:after {
    background-position: 98% 45%;
  }
  .inquiry-bx.lodge-warranty .txt-areabx h6 {
    font-size: 16px;
  }
  .check-top-menu {
    width: 100%;
  }
  .products.list.items.product-items .product-image-photo {
    width: 100%;
  }
  .products.wrapper.list.products-list .product-item-details {
    height: 158px;
  }
  .header .nav-toggle2.menu_hide.active::before {
    top: -10px;
  }
  .product-options-wrapper .custom-select .label.show-collapsed + .control .field input[type="radio"] + label + label span {
    font-size: 14px !important;
  }
  .menu-auth span.ui-menu-item {
    width: 100%;
    /*max-width: 222px;*/
  }
  .product-options-wrapper .custom-opt-title {
    font-size: 15px;
  }
  .page-product-configurable .product-add-form .product-options-wrapper .field .control,
  .page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
    width: 100%;
  }
  .page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .input-field-custom .label {
    height: auto;
    font-size: 12px;
  }
  .product-view-custom-options .input-field-custom {
    margin-bottom: 12px !important;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .button-right {
    width: 73px;
  }
  /*SEARCH DROPDOWN PRODUCTS*/
  .amsearch-wrapper-content .product-item.amsearch-item {
    width: 48.333333% !important;
  }
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 14px !important;
  }
}
/*480*/
@media only screen and (max-width: 479px) {
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 96px;
    font-size: 12px;
  }
  .page-wrapper .action.primary span {
    font-size: 12px;
  }
  .page-products .products-grid .product-item {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 430px) {
  .page-wrapper .page-header .panel.header {
    padding-bottom: 1px;
    padding-top: 4px;
  }
  .top-banner-div {
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .block-search .block-content .label:before {
    background-position: -4px -2px;
    background-size: 106%;
  }
  .mfblog-related-posts-block.block.related ol li a:before {
    margin-bottom: 24px;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    min-height: 148px;
  }
  .product.media .slick-initialized .slick-slide {
    height: 55px;
  }
  .catalog-product-view .column.main .fieldset:last-child .swatch-opt {
    margin-top: 30px;
  }
  .product-options-wrapper .swatch-opt .mage-error {
    top: -9%;
  }
  .product .product.data.items > .item.title > .switch,
  .product.data.items .item.title > .switch {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    line-height: 30px;
    height: 32px;
    font-size: 12px;
  }
  .product.info.detailed .items .item.title a {
    font-size: 12px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    width: 56%;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 13px !important;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    /* min-width: 91px !important;
            background-image: none!important;*/
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    position: absolute;
    top: 0;
  }
  .tab-sticky-wrapper {
    top: 57px !important;
  }
  .catalog-product-view .sticky-wrapper.top {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .catalog-product-view .sticky-wrapper .actions {
    top: -4px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    margin-top: 7px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-name-block h2 {
    line-height: 14px !important;
  }
  #amasty-gallery-images:not(.slick-initialized) .amasty-gallery-thumb-link {
    /*width: 96px;*/
  }
  .product.info.detailed .items .item.title {
    padding-top: 9px;
    padding-bottom: 3px;
  }
  .nav-open .page-wrapper .nav-sections {
    top: 88px;
  }
  .nav-open .nav-toggle:before {
    /*font-size: 19px!important;*/
    top: 5px;
    left: 6px;
  }
  .page-wrapper .action.primary span {
    font-size: 12px;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    font-size: 13px;
  }
  .page-products .products-grid .product-item {
    margin-right: 8px;
  }
  .product.media #amasty-gallery-container #amasty-gallery-images .slick-arrow.slick-prev {
    top: 14% !important;
  }
  .cms-content .contct-qn-block ul li span {
    padding: 0 2px;
  }
  .amasty_quote-cart-index .cart tbody td.price.qty {
    min-width: 130px;
  }
  .am-widget-category .am-category-header .faq-category-title {
    padding: 0 3px;
  }
  .page-wrapper .page-header .panel.header .topclose {
    top: 25%;
  }
  .products.list .product-item-name a {
    font-size: 14px;
  }
  .page-layout-1column .main .product-info-main .box-tocart h3 {
    font-size: 17px;
  }
  .page-layout-1column .main .product-info-main .box-tocart ul li {
    font-size: 13px;
    line-height: 15px;
    text-indent: -2.9em;
  }
  .page-layout-1column .main .product-info-main .product-addto-links .action {
    font-size: 12px;
  }
  .ask-question-form .button-container .button-info {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .page-footer .product.info .amfaq-product-tab .product-bx.faq .product-bx-left strong {
    font-family: 'ITCAvantGardeStdDemi';
  }
  #amasty-gallery-images:not(.slick-initialized) .amasty-gallery-thumb-link {
    width: 80px;
    height: 80px;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    min-height: 125px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-right: -0.5% !important;
  }
  .checkout-cart-index .page-wrapper .products .action.primary span {
    line-height: 34px !important;
  }
  .nav-open button.close:after {
    top: 4px;
  }
  .page-products .products-grid.products .product-item {
    margin-left: 0px;
  }
  .page-wrapper .page-header .header .block-search {
    padding-left: 14%;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    left: 21px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart .counter.qty {
    left: 40px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    right: 13%;
  }
  .product-view-custom-options .custom-select .control .options-list.nested .field .label span,
  .page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
    font-size: 14px;
  }
  .page-wrapper .mid-bx-pro .bx1 img {
    min-height: 240px;
  }
  .checkout-cart-index .block-authentication .actions-toolbar .primary {
    float: left;
    width: 100%;
  }
  .checkout-cart-index .block-authentication .actions-toolbar .secondary a {
    float: left;
    text-align: center;
    padding-left: 0px;
    margin-top: 0px !important;
  }
}
/* 430 */
@media only screen and (max-width: 429px) {
  .page-products .products-grid.products .product-item {
    width: calc(100%) !important;
  }
  .page-products .products-grid.products .product-item .product-item-info {
    margin: auto;
  }
  .page-products .products-grid.products .product-item .product-item-info .action.primary {
    font-size: 13px;
    width: 106px;
  }
  .page-products .products-grid.products .product-item .product-item-info .action.primary span {
    font-size: 13px;
  }
  .products .product-item .product-item-details {
    min-height: 158px;
  }
  .page-products .products-grid.products .product-item .product-item-info .action.primary span,
  .amquote-addto-button.-guest.-small span {
    font-size: 12px;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    /*line-height: 36px;*/
    width: 106px;
  }
  .products .product-item .product-item-details .price-box.range {
    width: 100%;
    text-align: center;
  }
  .products .product-item .product-item-name {
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  .dept-product-range-in .dept-bx1 .imgbx {
    width: auto;
  }
  .mid-bx-pro .bx1 {
    min-height: inherit;
  }
  .mid-bx-pro .bx1 a.lnk {
    margin: 0;
  }
  .socials .soc-in .socialbx.socialicn,
  .socials .soc-in .socialbx.pymntbx,
  .socials .soc-in .socialbx.orderng,
  .socials .soc-in .socialbx.hrs,
  .socials .soc-in .socialbx.contact {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page-footer .newsletter .field.newsletter input {
    width: 195px;
  }
  .page-footer .newsletter .actions button {
    width: 112px;
  }
  .page-main > .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .category-shop-brands .dept-product-range-in .dept-bx1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .category-shop-brands .dept-product-range-in .dept-bx1 .imgbx {
    width: 100%;
  }
  .category-shop-brands .dept-product-range-in .dept-bx1:nth-child(even) {
    float: right;
    clear: right;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wlcm-bx .cat-bx {
    width: 100%;
  }
  .page-wrapper .mid-bx-pro .bx1 {
    /*max-width:100%;*/
  }
  .page-wrapper .mid-bx-pro .bx1 span a {
    padding-top: 0px !important;
    height: auto;
  }
  .page-wrapper .featured-mid .featured-mid-bx {
    width: 100%;
    max-width: 100%;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    right: 13.5%;
    top: 2px !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper {
    top: 10px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    margin: 8px 0px 0 14px!important;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    top: 6px !important;
    background-size: 70%;
  }
  /*        .block-search .label:before{margin-top:-12px !important;}*/
  .page-header .header .nav-toggle {
    top: 28%;
    left: 10px;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-left: 25px;
  }
  .toolbar.toolbar-products {
    padding-top: 3px;
  }
  .toolbar.toolbar-products .toolbar-amount,
  .toolbar.toolbar-products .limiter,
  .toolbar.toolbar-products .sorter {
    display: none;
  }
  .toolbar.toolbar-products .pages {
    margin-left: 0px;
  }
  .products.wrapper ~ .toolbar .sorter {
    display: none;
  }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    margin-top: 1px;
  }
  .inquiry-page .contact-bg .fieldset .field.field-image label + .control {
    width: 100%;
  }
  .inquiry-page .contact-bg .fieldset .field.field-image .label-right {
    width: 100%;
  }
  .inquiry-page .contact-bg .fieldset .field.field-image .primary {
    width: 100%;
    display: table;
  }
  .inquiry-page .contact-bg .fieldset .field.field-image .primary button {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .post-list-wrapper .post-list .post-btn a {
    width: 100%;
    text-align: center;
  }
  .shp-by-room-outer .shp-by-room-bx ul li .hd-room {
    font-size: 17px;
  }
  .fet-mxr-b .logo-out .logo-in {
    margin-right: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-left: 0px;
  }
  .shp-by-room-outer.dept-room .feat-depbx .fet-dbx {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .shp-by-room-outer.dept-room .feat-depbx .fet-dbx img {
    width: 100%;
  }
  .fet-mxr-b .logo-out {
    margin-bottom: 20px;
  }
  .feat-depbx.fe-arde-pr .fearc-bx {
    max-width: 100%;
  }
  .wlcm-bx .cat-bx .catgry-txt {
    margin-top: 6%;
  }
  .wlcm-bx .cat-bx .img-bx {
    min-width: 50px;
  }
  .cms-get-a-quote .contact-us .fieldset .primary,
  .cms-contact-us .contact-us .fieldset .primary,
  .cms-book-consultation .contact-us .fieldset .primary,
  .cms-our-locations .contact-us .fieldset .primary {
    display: block;
  }
  .cms-get-a-quote .contact-us .fieldset .primary .col-lg-6,
  .cms-contact-us .contact-us .fieldset .primary .col-lg-6,
  .cms-book-consultation .contact-us .fieldset .primary .col-lg-6,
  .cms-our-locations .contact-us .fieldset .primary .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cms-get-a-quote .contact-us .fieldset .primary .g-recaptcha,
  .cms-contact-us .contact-us .fieldset .primary .g-recaptcha,
  .cms-book-consultation .contact-us .fieldset .primary .g-recaptcha,
  .cms-our-locations .contact-us .fieldset .primary .g-recaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    float: left;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 70px;
  }
  .top-banner-div {
    line-height: 16px;
    padding-bottom: 4px;
    text-align: left;
  }
  .myaccount-wrapper a:before {
    background-size: 25px;
    padding: 12px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
    height: 30px;
    width: 30px;
  }
  .page-wrapper .header.content .minicart-wrapper.wishlist-wrapper {
    right: 19.5%;
    min-width: 30px;
    top: 4px !important;
  }
  .wishlist-wrapper a:before {
    background-size: 60%;
    background-position: 10px 10px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    background-size: 47%;
    padding: 0;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    margin: 5px 0px 0 14px!important;
  }
  .wishlist-wrapper a .wshlst-icn {
    left: 20px;
  }
  .page-wrapper .header.content .ammenu-menu-toggle {
    margin-top: -9px;
  }
  .cms-content .contct-qn-block ul li {
    max-width: 50%;
    margin: auto;
    float: none;
    margin-bottom: 15px;
    min-height: 150px;
  }
  .cms-content .contct-qn-block ul li.last {
    margin: auto !important;
    margin-bottom: 15px !important;
  }
  .cmsbx-in-cnt {
    width: 60%;
  }
  .wishlist-wrapper a:before {
    margin-top: -1px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    top: -3px;
    background-size: 51% !important;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper .counter.qty {
    top: -1px;
    letter-spacing: -0.5px;
  }
  .page-footer .product.info.detailed .ask-question-form .fieldset .field input[type=checkbox] {
    display: inline-block;
    float: left;
  }
  .page-footer .product.info.detailed .ask-question-form .fieldset .field label {
    float: left;
    width: 90%;
  }
  .cms-content .contct-qn-block ul li span img {
    max-width: 40px;
  }
  .cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-9,
  .cms-trade-accounts #inquiry-form .actions-toolbar .col-lg-3 {
    width: 100%;
  }
  .nav-toggle:before {
    font-size: 20px !important;
  }
  .page-wrapper .header.content .minicart-wrapper.myaccount-wrapper {
    top: 10px;
    right: 25%;
  }
  .wishlist-wrapper a .wshlst-icn {
    top: -3px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 45% !important;
  }
  .product-reviews-summary .reviews-actions {
    display: none !important;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box {
    padding-bottom: 4px;
    padding-top: 3px;
    width: 100%;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    font-size: 15px !important;
  }
  .block-search .block-content .label:before {
    background-position: 5px -1px;
    padding: 14px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
    height: 84px;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    min-height: 198px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg.book-cons {
    width: 55px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg.cnt-dispach {
    width: 65px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg.contact {
    width: 50px;
  }
  #amasty-main-container {
    min-height: inherit;
  }
  .product-options-wrapper .swatch-opt .mage-error {
    top: -8%;
  }
  .page-layout-1column .main .product-info-main .product-info-price .brand_logo_right {
    top: -51px;
  }
  .dept-product-range.brand-list .dept-product-range-in .dept-bx1 {
    /*max-width: 100%;*/
    width: auto;
  }
  .product .product.data.items > .item.title > .switch,
  .product.data.items .item.title > .switch {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
  }
  .product.info.detailed .head-bx h3 {
    font-size: 15px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price {
    padding-top: 27px;
  }
  .product.info.detailed .items .item.title a {
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
  }
  .downloads-item .item-link,
  .detailed .product-attachment-container .downloads-item .item-info a.item-info-anchor {
    font-size: 12px;
  }
  .downloads-item .item-info {
    padding-right: 30px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    left: 20px;
  }
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    line-height: 13px;
  }
  .nav-open .nav-toggle:before {
    /*font-size: 16px!important;*/
    top: 2px;
    left: 3px;
  }
  .page-products .product-item-info {
    width: 80%;
    width: 250px !important;
    text-align: center;
    margin: auto !important;
  }
  .page-products .products-grid .product-item {
    width: 100% !important;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-left: 0px;
  }
  .page-products .products-grid .product-item:last-child {
    border-bottom: 0px;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary {
    width: 106px;
  }
  .products .product-item .product-item-details {
    min-height: 158px;
  }
  .products .product-item .product-item-details .price-box.range {
    position: relative;
    padding-top: 10px;
  }
  .main .products-grid .product-items {
    border-top: 0px;
  }
  .product .amquote-addto-button.-small,
  .page-wrapper .products .action.primary,
  .page-wrapper .action.primary span {
    font-size: 13px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    top: 1px !important;
  }
  .page-footer .product.info .amfaq-product-tab .product-bx.faq .product-bx-left p,
  .page-footer .product.info.detailed .ask-question-form .button-container .button-info {
    font-size: 13px !important;
    line-height: 20px;
  }
  .catalog-product-view .mid-bx-pro.dept-block-1.banners .feat-depbx h2 {
    font-size: 20px !important;
  }
  .banner-outer .featured-mid-bx.banner.last h3 {
    font-size: 18px !important;
  }
  .products.wrapper.list.products-list .product-item-details .price-box,
  .products.wrapper.list.products-list .product-item .product-item-name {
    text-align: left;
  }
  .products.wrapper.list.products-list .product-item-details {
    height: auto;
    min-height: 100px;
  }
  .amasty-label-text {
    font-size: 12px;
    text-align: left;
  }
  .dept-product-range-in .dept-bx1 .imgbx span {
    min-height: 50px;
  }
  .products .item .swatch-attribute.colors {
    min-height: 88px;
  }
  .products .product-item .product-item-details .price-box.range + .product-item-inner {
    width: 100% !important;
  }
  .nav-open button.close:after {
    top: 8px;
  }
  .am-search-box-wrapper .am-widget-center {
    width: 54% !important;
  }
  .top-banner-div {
    width: 92%;
  }
  .header .nav-toggle2.menu_hide.active::before {
    font-size: 20px;
    top: -5px;
  }
  .header .nav-toggle2.menu_hide.active {
    width: 20px;
    margin-left: -5px;
    height: 19px;
  }
  .page-wrapper .mid-bx-pro .bx1 img {
    min-height: 231px;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    width: 60%;
    font-size: 12px;
  }
}
/*414*/
@media only screen and (max-width: 412px) {
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .button-right {
    width: 72px;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    padding-left: 5px;
    width: 56%;
  }
}
@media only screen and (max-width: 390px) {
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    width: 57%;
  }
  .page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
    font-size: 13px;
  }
  .product-options-wrapper .product-view-custom-options .label:before {
    right: 2px;
  }
  .product-options-wrapper .product-view-custom-options .label.show-collapsed:before {
    right: 11px;
  }
  .product-info-main .product-view-custom-options .custom-select .control input {
    margin-top: 1px;
  }
}
/*SEARCH DROPDOWN PRODUCTS*/
@media only screen and (max-width: 380px) {
  .amsearch-wrapper-content .product-item.amsearch-item {
    width: 46.333333% !important;
  }
}
@media only screen and (max-width: 375px) {
  .page-footer .newsletter .field.newsletter input {
    width: 150px;
  }
  .page-wrapper .page-header .header .block-search {
    padding-left: 16%;
  }
  .page-wrapper .page-header .header.content {
    padding-bottom: 11px;
  }
  .account .page-main .page-title-wrapper .page-title {
    font-size: 27px;
  }
  .product-item .price-box .price .price + .price {
    /*    padding-left:0px;
                            float: left;*/
  }
  .dept-product-range-in .dept-bx1 {
    max-width: 100%;
    min-height: inherit;
    margin-bottom: 20px;
  }
  .dept-product-range-in .dept-bx1 .imgbx-inn {
    /*                display: table;*/
    width: 230px;
  }
  .imgbx-inn {
    width: 100%;
  }
  .category-shop-brands .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn,
  .categorypath-brands .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn {
    /*        height: 100px;*/
  }
  .page-wrapper .page-header .header.content .logo {
    max-width: 45%;
    margin-top: 5px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart:before {
    margin: 5px 0px 0 10px!important;
  }
  .timing-outr {
    margin-left: 5%;
  }
  .page-wrapper .header.content .minicart-wrapper.wishlist-wrapper {
    right: 22.5%;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    right: 13.5%;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .counter-label {
    left: 1px;
  }
  .page-wrapper .header.content .minicart-wrapper.myaccount-wrapper {
    right: 27%;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    background-size: 46%;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    background-size: 68%;
  }
  .block-search .block-content .label:before {
    background-position: 0px 0px;
    padding: 12px;
  }
  .wishlist-wrapper a:before {
    margin-top: -2px;
  }
  .page-header .header .nav-toggle {
    top: 30%;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    /*min-width: 88px !important;*/
    right: -8px;
    position: absolute;
    top: 0px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    width: 40px;
    padding-bottom: 10px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    margin-top: 3px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 12px !important;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-info-price {
    padding-top: 20px;
  }
  .catalog-product-view .sticky-wrapper .product-info-price .price-box .price {
    font-size: 15px !important;
  }
  .catalog-product-view .sticky-wrapper.top .page-main {
    padding-left: 5px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksImg {
    height: 65px;
  }
  .cms-amasty-faq-home-page .page-main#maincontent .am-widget-category {
    height: 160px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper h1 {
    font-size: 21px;
    margin-top: 14px;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .page-title-wrapper {
    top: 0;
  }
  .help-centre-footer-inner .help-centre-footer-cont {
    font-size: 19px;
  }
  .help-centre-footer-inner .help-centre-footer-subcont {
    font-size: 16px;
  }
  .help-centre-footer-inner .help-centre-footer-button {
    width: 150px;
  }
  .cms-amasty-faq-home-page .page-wrapper h2 {
    font-size: 22px;
  }
  .product.info.detailed .items .item.content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .downloads-item {
    margin-left: 0px;
    margin-right: 0px;
    padding: 7px;
  }
  .product .product.data.items > .item.title > .switch,
  .product.data.items .item.title > .switch {
    height: 30px;
    line-height: 30px;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions .call-actions,
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button#product-addtoquote {
    max-width: 100%;
  }
  .page-layout-1column .main .product-info-main .box-tocart .fieldset .field.qty .control .actions button.tocart {
    max-width: 100%;
    background-size: 9%;
  }
  .amfaq-product-tab .chat_area.active .brand_logo,
  .amfaq-product-tab .product-bx.faq .brand_logo {
    width: 40%;
  }
  .amfaq-product-tab .product-bx.faq .product-bx-right,
  .amfaq-product-tab .chat_area.active .product-bx-right {
    width: auto;
  }
  .product-options-wrapper .swatch-opt .mage-error {
    top: -8.5%;
  }
  .products .product-item .product-item-details {
    min-height: 180px;
  }
  .page-products .products-grid .product-item {
    padding-top: 20px;
  }
  .products .item .swatch-attribute.colors {
    min-height: 101px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    margin-left: 0;
    margin-top: -4px;
  }
  .catalog-product-view .sticky-wrapper .actions {
    top: 0px;
  }
  footer .footer.content .block .block-content .product-item-info .product-item-photo {
    display: block;
  }
  .downloads-item {
    width: 100%;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 84px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart .counter.qty {
    left: 34px;
  }
  .visit-swrmbtn a {
    padding-left: 4%;
    padding-right: 5%;
  }
  .amasty_quote-cart-index .cart tbody td.price.qty {
    min-width: 119px;
    padding-left: 0;
    padding-right: 0px;
  }
  .amasty_quote-cart-index .cart.table-wrapper .data.table .col.qty {
    padding-left: 0;
    padding-right: 0;
    width: 70px;
  }
  .amasty_quote-cart-index .cart.table-wrapper .col.subtotal {
    float: right;
  }
  .am-search-box-wrapper .am-widget-center {
    width: 60% !important;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    min-height: 174px;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    max-width: 44% !important;
  }
  .page-wrapper .page-header .panel.header {
    padding-left: 5px;
  }
  .detailed .product-attachment-container .downloads-item .item-info + .item-icon-anchor {
    top: 17%;
  }
  .crosssell .products.list .product-item-name a,
  .products-crosssell .products .price-box .price {
    font-size: 14px;
  }
  .crosssell .products.list .product-item-name {
    line-height: 12px;
  }
  .checkout-cart-index .product .amquote-addto-button.-small,
  .checkout-cart-index .page-wrapper .products .action.primary {
    padding: 7px 0px;
  }
  .checkout-cart-index .product .amquote-addto-button.-small span,
  .checkout-cart-index .page-wrapper .products .action.primary span {
    font-size: 12px;
  }
  .crosssell .products.list .product-item-name a {
    font-size: 12px !important;
  }
  .modal-popup .modal-inner-wrap .modal-content {
    padding: 10px;
  }
  .cms-home .modal-inner-wrap #modal-brands .about-info li img {
    width: 32.5%;
  }
  .am-checkout.-modern .checkout-header .description,
  .checkout-index-index .am-checkout.-modern .checkout-header .description {
    width: 100%;
  }
  .column.main .block.crosssell .product-item .product-item-details {
    padding: 0 15%;
  }
  .checkout-cart-index .page-wrapper .products .action.primary span {
    line-height: 23px !important;
  }
  #checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    padding: 0px 15px !important;
    font-size: 12px !important;
    height: 35px;
  }
  .check-top-menu ul li a {
    padding: 8px 15px;
    font-size: 12px;
  }
  .check-top-menu ul li a {
    padding-top: 12px !important;
    line-height: inherit;
  }
  #checkout.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    padding-top: 4px !important;
  }
  .header .nav-toggle2.menu_hide.active::before {
    top: -4px;
  }
  .page-wrapper .mid-bx-pro .bx1 img {
    min-height: 208px;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .left a {
    font-size: 12px;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    line-height: 13px;
  }
}
/*375*/
@media only screen and (max-width: 360px) {
  .dept-product-range-in .dept-bx1 .imgbx span {
    font-size: 14px;
  }
  .cms-get-a-quote .contact-us .fieldset .primary .g-recaptcha,
  .cms-contact-us .contact-us .fieldset .primary .g-recaptcha,
  .cms-book-consultation .contact-us .fieldset .primary .g-recaptcha,
  .cms-our-locations .contact-us .fieldset .primary .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .cms-get-a-quote .contact-us .fieldset .primary .g-recaptcha > div,
  .cms-contact-us .contact-us .fieldset .primary .g-recaptcha > div,
  .cms-book-consultation .contact-us .fieldset .primary .g-recaptcha > div,
  .cms-our-locations .contact-us .fieldset .primary .g-recaptcha > div {
    width: 250px !important;
  }
  .cms-specifiers .inquiry-page .fieldset .actions-toolbar .primary .g-recaptcha,
  .cms-page-view .inquiry-page .fieldset .actions-toolbar .primary .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .page-wrapper .header.content .ammenu-menu-toggle {
    margin-top: -7px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:before {
    left: 4% !important;
  }
  .cms-amasty-faq-home-page .page-wrapper > .widget .am-search-box-wrapper {
    top: 43px;
  }
  .amfaq-product-tab .chat_area.active .brand_logo {
    width: 40%;
  }
  .amfaq-product-tab .chat_area.active .product-bx-right {
    padding-top: 7%;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary span {
    padding-right: 8px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    /*min-width: 81px !important;*/
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    width: 57%;
  }
  .page-layout-1column .main .product-info-main .product-info-price .brand_logo_right {
    top: -20px;
  }
  .page-layout-1column .main .product-info-main .box-tocart {
    margin-top: 40px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 11px !important;
  }
  .cms-home .shp-by-room-outer .shp-by-room-bx {
    padding: 0 18px;
  }
  .cms-home .products .product-item .product-item-details {
    min-height: 87px;
  }
  .cms-home .page-footer {
    margin-top: 0;
  }
  .cms-home .modal-inner-wrap #modal-brands .about-info li img {
    width: 32.4%;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    margin-right: 2px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 12px;
    max-height: 46px;
  }
  .page-wrapper .page-header .header .block-search {
    margin-left: -6px;
  }
  .products.wrapper.list.products-list .product-item-details .product-item-actions button {
    width: 102px !important;
  }
  .product-options-wrapper .custom-select .label.show-collapsed + .control .field .label {
    width: 90%;
  }
  .page-layout-1column .main .product-info-main .product-options-wrapper .fieldset .label {
    padding-right: 10px;
  }
  .product-view-custom-options .custom-select .control .options-list.nested .field .label span {
    font-size: 13px;
  }
  .page-wrapper .mid-bx-pro .bx1 img {
    min-height: 200px;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    width: 54%;
  }
  /*SEARCH DROPDOWN PRODUCTS*/
  .amsearch-wrapper-content .product-item.amsearch-item {
    padding: 12px;
  }
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 14px;
  }
  .amsearch-wrapper-content .product-item.amsearch-item {
    padding-right: 0;
  }
  .amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 12px !important;
  }
}
/*360*/
@media only screen and (max-width: 344px) {
  .block-search .block-content {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .page-footer .newsletter .field.newsletter input {
    width: 134px;
  }
  /*	.page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper{right:-2%;}*/
  .page-wrapper .page-header .header.content .dupminicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    margin-top: 1px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart:before {
    right: inherit;
    left: 10px;
    top: 7px;
  }
  .page-wrapper .page-header .header .block-search {
    padding-left: 13%;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-top: 5px;
  }
  .is-blog .page-title-wrapper h1 {
    font-size: 26px;
  }
  .is-blog .subhead {
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
  }
  .dupminicart-wrapper.minicart-wrapper .action.showcart .counter-label {
    left: -1px;
  }
  .checkout-index-index .checkout-header {
    width: 66% !important;
  }
  .cmsbx-in-cnt {
    width: 53%;
  }
  .sep-bx .img-bx {
    min-height: 290px;
    max-width: 290px;
  }
  .timing-outr {
    max-width: 100%;
    margin-left: 0;
  }
  .timing-outr .tmg-wk {
    max-width: 120px;
  }
  .cms-page-view .inquiry-bx .enquiry-outr .fieldset .field .control ul li.other-sec textarea {
    max-width: 190px;
  }
  .multi-attach .upload-image .drop-zone .button-file {
    padding: 10px 50px;
  }
  .block-search .block-content .label:before {
    font-size: 18px;
  }
  .page-header .header .nav-toggle {
    top: 28%;
  }
  .post-list-wrapper .post-item,
  .post-list-wrappersss .post-item {
    min-height: 522px;
    max-height: 522px;
  }
  .blog-page-categories-list ul li {
    min-height: 236px;
  }
  .help-centre-footer-inner .help-centre-footer-subcont,
  .help-centre-footer-inner .help-centre-footer-cont {
    font-size: 21px;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksDesc,
  .cms-amasty-faq-home-page .faq-category-title {
    font-size: 13px !important;
  }
  .help-center-extra-block .help-center-cnt-blocks .helpcenterblocksbutton a {
    font-size: 12px;
    line-height: 16px;
  }
  .help-center-extra-block .help-center-cnt-blocks {
    min-height: 169px;
  }
  .product.shop-range-brand .btn-bx button {
    padding: 6px 8px;
    font-size: 14px;
  }
  #amfaq_product button {
    font-size: 14px;
  }
  .product-info-price > *:first-child {
    padding-left: 4px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary span {
    font-size: 11px;
    padding-right: 10px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    /*min-width: 80px !important;*/
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box .price-wrapper .price {
    font-size: 13px !important;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    width: 50%;
  }
  .wishlist-wrapper a .wshlst-icn {
    left: 17px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper + .minicart-wrapper .amquote-showcart:before {
    left: 24px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .amquote-showcart .counter.qty {
    left: 39px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper.dupminicart-wrapper {
    right: -1%;
  }
  .products.wrapper.list.products-list .product-item-details .product-item-actions button {
    font-size: 12px;
    width: 90px !important;
  }
  .products.wrapper.list.products-list .product-item-details .product-item-actions button span {
    font-size: 12px;
  }
  .trstd-brand-bx .brands-inbx .logo-in {
    min-height: 97px;
  }
  .page-wrapper .header.content .nav-toggle {
    width: 20px;
  }
  .page-wrapper .page-header .header.content .logo {
    max-width: 50%;
    margin-left: 19px;
    margin-right: -10px !important;
    margin-top: 4px !important;
  }
  .block.widget .products-grid .product-item .amasty-label-text {
    left: 0;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 0px;
  }
  .cms-home .modal-inner-wrap #modal-brands .about-info li img {
    width: 32.3%;
  }
  .g-recaptcha,
  .inquiry-bx .enquiry-outr .enq-bx2 .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .inquiry-bx .enquiry-outr .primary button {
    margin-top: 0px;
  }
  .modal-popup .fieldset {
    margin-bottom: 0px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block {
    margin-top: 6px;
  }
  .page-wrapper .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    right: 16.5%;
  }
  .header .nav-toggle2.menu_hide.active::before {
    top: -5px;
  }
  .header .nav-toggle2.menu_hide.active {
    margin-right: -6px;
  }
  .product-info-main .product-view-custom-options .control input {
    width: 95%;
  }
  .product-info-main .product-view-custom-options .field .control {
    padding-right: 0px;
  }
  .page-wrapper .mid-bx-pro .bx1 img {
    min-height: 176px;
  }
  .brand-list .dept-product-range-in .dept-bx1 .imgbx .imgbx-inn + span.left {
    width: 48%;
  }
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 30%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.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;
}
/**
 * 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;
}
.amconf-matrix-observed {
  overflow: auto;
}
.amconf-matrix-table-wrap {
  margin-top: 50px;
  max-width: 500px;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-title {
  font-size: 12px;
  line-height: 21px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.amconf-matrix-table-wrap .amconf-cell {
  padding: 10px 0;
}
.amconf-matrix-table-wrap .amconf-text {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-row {
  border-bottom: 1px solid #f6f6f6;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.amconf-matrix-table-wrap .amconf-matrix-row:hover {
  background: #fafafa;
}
.amconf-matrix-table-wrap .amconf-matrix-cell {
  padding: 10px 5px;
}
.amconf-matrix-table-wrap .amconf-matrix-attribute .swatch-option {
  margin: 0;
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
  min-width: 72px;
}
.amconf-matrix-table-wrap .amconf-matrix-qty .mage-error:not(.amconf-matrix-input) {
  margin: 3px auto;
  max-width: 100px;
  white-space: normal;
}
.amconf-matrix-table-wrap .amconf-matrix-price {
  font-weight: bold;
}
.amconf-matrix-table-wrap .amconf-matrix-old-price {
  text-decoration: line-through;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow {
  display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-input {
  max-width: 30px;
  padding: 0 3px;
  text-align: center;
}
.product-social-links {
  position: relative;
}
.amconf-flipper-img,
.product-image-photo {
  transition: .3s all;
}
.product-social-links .action.mailto.friend.amconf-share-link {
  margin: 5px 0 0;
}
.product-social-links .action.mailto.friend.amconf-share-link:before {
  content: '';
}
.product-social-links .product-addto-links .action,
.product-social-links .action.mailto.friend {
  margin-right: 10px;
}
.amconf-share-link {
  cursor: pointer;
}
.amconf-share-link:before {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzY2NiIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzY2NiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-link:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-container {
  position: absolute;
  display: none;
  z-index: 9999;
  margin-top: 10px;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  -ms-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.amconf-share-container .amconf-share-input {
  margin-right: 2%;
  width: 75%;
}
.amconf-share-container .amconf-share-button {
  padding: 7px 0;
  width: 20%;
  vertical-align: top;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product-item-details .product .options.list dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.minicart-items .product-item-details .product .options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.swatch-attribute span.swatch-option-price {
  padding-right: 10px;
  text-align: left;
}
.swatch-opt .slick-slider {
  margin-bottom: 20px;
}
dd .swatch-option {
  display: inline-block;
}
.swatch-option.slick-slide,
.swatch-option.slick-slide.text,
.slick-slide .swatch-option {
  margin: 5px;
  padding: 0;
  max-width: none;
}
.swatch-attribute-options .slick-list {
  margin: 0 25px;
}
.swatch-attribute.size .swatch-option {
  vertical-align: sub;
}
.swatch-option-container.slick-slide {
  min-width: 22px;
  margin-right: 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #686868;
}
.swatch-option-container.slick-slide .swatch-option.text {
  margin: 5px 0 0;
  padding: 0;
}
.swatch-opt .slick-track .slick-slide {
  height: 20px;
}
.amconf-matrix-full-subtotal {
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.tintContainer img {
  max-height: none;
}
.amfaq-hidden {
  display: none;
}
.amfaq-question-footer-wrapper {
  display: flex;
  align-items: center;
}
.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table;
}
.amfaq-question-footer-wrapper:after {
  clear: both;
}
.amfaq-product-tab .block-title strong {
  display: block;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1.1;
  margin: 0 0 3rem 0;
}
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: normal;
}
.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}
.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}
.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}
.amfaq-social-buttons a,
.amfaq-social-buttons a:hover {
  color: transparent;
}
.amfaq-social-buttons img {
  width: 30px;
  padding: 0 1px;
  border: 0;
  display: inline;
}
.amfaq_questions .amfaq-title {
  margin-bottom: 2.5%;
  font-size: 125%;
  font-weight: bolder;
  text-align: center;
}
.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0;
}
.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: pre-line;
}
.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}
.amfaq_questions .am-item .am-links {
  font-size: 1.5rem;
  float: right;
  padding: 5px 0;
  word-wrap: break-word;
  margin-right: 10px;
}
.amfaq_questions .am-title {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.amfaq_questions .am-title .am-plus {
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-title .am-minus {
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word;
}
.ask-question-form .button-container {
  margin: 10px 0;
}
.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle;
}
.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}
.ask-question-form .ask-form-container label input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.amfaq-category-description {
  margin-bottom: 20px;
}
.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}
.amfaq_categories .item.current {
  background: #f9f9f9;
}
.amfaq_categories .item.current a {
  color: #000;
}
.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  margin: 20px 0;
  font-weight: 500;
}
.amfaq_tags .title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
  word-wrap: break-word;
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_tags .tags_content {
  margin: 5px;
}
.amfaq_tags .tags_content .current {
  text-decoration: underline;
  font-weight: 600;
}
.amfaq_tags .tags_content .item {
  display: inline-block;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.6rem;
}
.amfaq_tags .tags_content .item a {
  text-decoration: none;
  color: #000000;
}
.question_view {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
.question_view .answer {
  word-wrap: break-word;
}
.am-back-button {
  float: right;
  margin-left: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: left;
}
.am-back-to-product-widget.am-widget-center {
  text-align: center;
}
.am-back-to-product-widget.am-widget-right {
  text-align: right;
}
.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}
.amfaq-search {
  position: relative;
  margin-bottom: 15px;
  max-width: 300px;
}
.amfaq-search .am-input {
  padding-right: 30px;
}
.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}
.amfaq-search .am-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 30px;
  height: 32px;
  border: 0;
  box-shadow: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.amfaq-rating {
  float: left;
}
.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}
.amfaq-rating .amfaq-rate-the-answer {
  font-size: 1.2rem;
  font-weight: 600;
}
.amfaq-rating .amfaq-rate-the-answer.-gray {
  color: #757575;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
  border: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px 20px;
}
.amfaq-rating .average-rate-wrapper.-voted {
  cursor: default;
  pointer-events: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > input {
  display: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.5em;
  color: #ccc;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:before {
  content: '★ ';
}
.amfaq-rating .average-rate-wrapper > input:checked ~ label {
  color: #ffc700;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover,
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover ~ label {
  color: #e4b200;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  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;
  font-size: inherit;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  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;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
}
.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #33322c;
  text-decoration: none;
  cursor: pointer;
}
.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #33322c;
  text-decoration: none;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #33322c;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #ff5501;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  font-weight: bold;
  cursor: auto;
}
.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}
.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}
.am-widget-category .view-all {
  display: block;
  text-align: right;
}
.am-widget-category .am-category-header {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 50px;
}
.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}
.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}
.am-widget-category .am-category-header .faq-category-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  word-wrap: break-word;
}
.am-widget-category .amfaq_questions .am-title {
  font-weight: 300;
  font-size: 1.6rem;
}
.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table;
}
.am-search-box-wrapper:after {
  clear: both;
}
.am-search-box-wrapper .am-widget-center {
  margin: auto;
}
.am-search-box-wrapper .am-widget-right {
  float: right;
}
.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}
.amfaq-pager {
  float: right;
}
#amfaq_search_autocomplete .amfaq-category {
  font-size: 1rem;
  padding-top: 3px;
  color: #575757;
}
.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}
.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 30px;
}
.am-faq-tags-widget .am-tags-main-title span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 1.8rem;
  color: #333333;
}
.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  margin: 0 15px 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #DDDDDD;
  padding: 9px 0px 9px 0px;
  display: inline-block;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #F2C94C;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #585858;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #BEBEBE;
  padding: 11px 12px 10px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  padding: 0px 9px 0px 12px;
  font-weight: 600;
  text-decoration: none;
}
.search-autocomplete .amfaq-question-container.selected {
  background: #fff;
}
.search-autocomplete .amfaq-question-container .amfaq-option-name {
  color: #1979c2;
}
.search-autocomplete .amfaq-question-container.selected .amfaq-option-name {
  text-decoration: underline;
}
.amfaq-link-category {
  margin-bottom: 10px;
}
.amfaq-links-container {
  margin-bottom: 20px;
  transition: height 0.3s ease-in;
}
.amfaq-links-container .amfaq-button.-questions {
  padding: 0;
  border: none;
  background: #fff;
  color: #1979c2;
  letter-spacing: -.015em;
  font-weight: bold;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  position: absolute;
  left: -10000px;
  visibility: hidden;
}
#am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.item.product.product-item.side-banner {
  width: 100%;
  display: block;
}
.side-banner a.product.photo.product-item-photo {
  position: unset;
  display: block;
  text-align: center;
}
.side-banner .product.details.product-item-details.product-item-details {
  margin-left: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 50px;
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #fff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display .3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  transition: opacity .3s ease;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: .75;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #ccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
#update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: 5px;
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
form[id='co-shipping-method-form'] div.field.choice.item {
  padding: 8px;
}
#amasty-shopby-product-list {
  order: 10;
  max-width: 100%;
}
.amsearch-results {
  padding: 15px 0 0;
  background-color: #ffffff;
}
.amsearch-results .amsearch-products.-waste {
  padding: 15px;
}
.amsearch-results .amsearch-item {
  text-transform: capitalize;
  cursor: pointer;
}
.amsearch-results .amsearch-item:hover {
  background-color: #f4f5fa;
}
.amsearch-results .amsearch-item .item-name {
  outline: none;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
}
.amsearch-results .actions-secondary {
  display: none;
  padding: 0 0 0 5px;
}
.amsearch-results .amsearch-item .amsearch-autocomplete-image:not([data-click-url]),
.amsearch-results .amsearch-item .price-box:not([data-click-url]) {
  cursor: pointer;
}
.amsearch-form-container .control {
  min-height: 32px;
}
.amsearch-form-container .amsearch-wrapper-inner .actions-secondary {
  display: none;
}
.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
  background-color: #fff;
}
.amsearch-form-container .search-autocomplete {
  overflow: hidden;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 90vh;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  width: 4px;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  width: 4px;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-form-container.-opened .input-text {
  padding-left: 26px;
}
.amsearch-form-container.-opened .input-text::-ms-clear {
  display: none;
}
.amsearch-form-container.-opened .input-text::-webkit-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text::-moz-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text:-ms-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
  background-color: #ffffff;
}
.amsearch-wrapper-input {
  position: relative;
  max-width: 100%;
  transition: none;
}
.amsearch-wrapper-content > .amsearch-item {
  position: relative;
  display: flex;
  padding: 20px 0 16px 15px;
}
.amsearch-wrapper-content > .amsearch-item:first-child:before,
.amsearch-wrapper-content > .amsearch-item:last-child:after {
  display: none;
}
.amsearch-wrapper-content .product-item.amsearch-item {
  padding: 15px;
}
.amsearch-wrapper-content .product-item-details {
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: auto;
}
.amsearch-wrapper-content .product-item-link {
  margin: 0 0 5px;
  color: #333;
  word-break: keep-all;
}
.amsearch-wrapper-content .product-item-actions {
  display: flex;
  align-items: flex-end;
  margin-top: 6px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  margin: 0 10px 0 0;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
  font-size: 16px;
}
.block-search .search .control {
  position: relative;
  z-index: 99;
}
.block-xsearch.block-search .search .control {
  z-index: 98;
}
.amsearch-form-container .input-text:focus {
  border: 2px solid #54c6ff;
  box-shadow: 0 2px 4px #c2ebff;
}
.amsearch-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  margin: auto;
  padding: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.search .amsearch-loupe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: none;
  margin: auto;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
  box-shadow: none;
}
.amsearch-products .amsearch-highlight {
  padding: 0 2px;
  background-color: #3ac39c;
  color: #fff;
  word-wrap: normal;
}
.amsearch-products {
  order: 10;
  padding: 0 0 15px;
}
.amsearch-products .amasty-xsearch-block-header {
  padding: 0 15px 10px;
}
.amsearch-leftside {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.amsearch-leftside .recent_searches,
.amsearch-leftside .amsearch-item {
  flex-basis: 100%;
  padding: 5px 0;
}
.amsearch-autocomplete-information {
  padding-left: 13px;
  width: 60%;
}
.amsearch-autocomplete-information .action.view {
  color: #757575;
  font-weight: 300;
}
.amasty-xsearch-loader {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 1000;
  margin: auto 5px auto 0;
  width: 16px;
  height: 11px;
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
}
.amasty-message.message.info {
  margin: 0;
}
.amasty-xsearch-num-results {
  float: right;
}
.amsearch-more-results {
  margin-top: 30px;
  text-align: center;
}
.amsearch-more-results .amsearch-link {
  border-bottom: 1px solid #06c;
  color: #06c;
  text-decoration: none;
}
.amsearch-more-results .amsearch-link:hover {
  border-bottom: 1px solid #1979c3;
  background-color: inherit;
  color: #1979c3;
  text-decoration: none;
}
.block-search .action.search.amasty-xsearch-hide,
.amasty-xsearch-hide {
  display: none;
}
.amasty-xsearch-block-header {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 5px;
  color: #000000;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
}
.amsearch-item-container {
  position: relative;
  flex-basis: 100%;
  padding: 0 15px 30px;
}
.amsearch-item-container:last-child:after {
  display: none;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container .amsearch-item {
  cursor: inherit;
}
.amsearch-item-container .amsearch-item:hover {
  background-color: inherit;
}
.amsearch-item-container .amsearch-highlight {
  font-size: 12px;
}
.amsearch-item-container.page a.item-name {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container.recent_searches {
  padding: 0 15px 20px;
}
.amsearch-item-container.recent_searches .amsearch-item {
  display: inline-block;
  order: 1;
  box-sizing: border-box;
  margin: 0 8px 10px 0;
  padding: 5px 10px;
  border: 1px solid #e2e4ee;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
}
.amsearch-item-container.recent_searches .amsearch-item:hover {
  border-color: #3ac39c;
}
.amsearch-item-container.recent_searches .amsearch-item:active {
  border-color: #23745d;
}
.amsearch-item-container.recent_searches .amsearch-item:focus {
  border-color: #3ac39c;
  background-color: #3ac39c;
  color: #fff;
}
.amsearch-item-container.recent_searches .amasty-xsearch-block-header {
  padding: 0 0 10px;
}
.amsearch-item-container.recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.popular_searches .amsearch-item:hover {
  background: #f4f5fa;
}
.amsearch-item-container.popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  display: inline-block;
  float: none;
  color: #ccc;
}
.amasty-xsearch-preload {
  display: none;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
  background: none;
  cursor: default;
}
.amsearch-category-tab .amsearch-item {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
}
.block.block-search,
.form .search-autocomplete {
  z-index: 99;
}
.block.block-xsearch {
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .amsearch-leftside,
  .amsearch-products {
    width: 100% !important;
  }
  .amsearch-products.-waste {
    width: auto !important;
  }
  .form .search-autocomplete {
    top: 66px;
    left: 0;
    overflow-y: auto;
    margin: -15px 15px 0;
    max-height: 70vh;
  }
}
.amsearch-item .product-item-description,
.amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-clone-position {
  position: absolute;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
}
.amsearch-autocomplete-image {
  width: 40%;
}
.amsearch-autocomplete-image .product-image-photo {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
#amsearch-result-tabs {
  margin-top: 5px;
}
#amsearch-result-tabs .data.title {
  margin-right: 5px;
}
#amsearch-result-tabs .data.title.active {
  box-sizing: border-box;
  background: #d8d8d8;
}
#amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
#amsearch-result-tabs .title {
  position: relative;
  box-sizing: border-box;
}
#amsearch-result-tabs .title.active:before {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
}
#amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
#amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
#amsearch-result-tabs .data.content {
  display: none;
}
#amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  margin: 0 0 15px 0;
  width: 100%;
  font-weight: 700;
}
.amsearch-related-terms > .amsearch-item {
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  border-radius: 20px;
  background: #d8eeff;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.am-porto-cmtb .page-header.type1 {
  z-index: 9999;
}
.am-porto-cmtb .amsearch-clone-position {
  padding: 2px 0;
  border: 15px solid transparent;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.am-porto-cmtb .amsearch-clone-position .amsearch-results {
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.am-porto-cmtb .amsearch-autocomplete-information .product-reviews-summary .reviews-actions .action {
  margin: 0;
  padding: 0;
  border: 0;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-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;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 814px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 814px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 814px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 814px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/*SLIDING CART*/
#sliding-cart .cart-right-banner .block-title {
  display: none;
}
#sliding-cart .cart-right-banner .block-content .subtitle {
  display: none;
}
#sliding-cart .cart-right-banner .block-content .product-item-details .product-item-name,
#sliding-cart .cart-right-banner .block-content .product-item-details .product.options,
#sliding-cart .cart-right-banner .block-content .product-item-details .price-container {
  display: none;
}
#sliding-cart .cart-right-banner .block-content .details-qty .label {
  display: none;
}
#sliding-cart .cart-right-banner .block-content .product.actions {
  display: none;
}
#sliding-cart .cart-right-banner .block-content .fixed-totals {
  display: none;
}
#sliding-cart .cart-right-banner .block-content .minicart-items .product > .product-item-photo {
  width: 100%;
  text-align: center;
}
#sliding-cart .cart-right-banner .block-content .minicart-items .product-item-details {
  padding-left: 0;
}
#sliding-cart .cart-right-banner .block-content .minicart-items .item-qty {
  border: none;
  font-size: 20px;
  text-align: center;
}
#sliding-cart .minicart-items-wrapper {
  border: none;
}
.minicart-wrapper .action.showcart .counter-label {
  position: relative;
  clip: inherit;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0px;
  color: #000;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: inherit;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  display: none;
}
/*@@@@*/
#custom-sliding-cart .minicart-wrapper {
  margin-left: 13px;
  position: absolute;
  right: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  width: 450px !important;
  max-width: 100%;
  padding: 0px;
  position: fixed;
  right: -100%;
  top: 0;
  margin-top: 0;
  min-width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title {
  background: #eeeeee;
  color: #ffffff;
  padding: 20px;
  display: block !important;
  margin-bottom: 0;
  position: relative;
  height: 30px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close {
  position: relative;
  float: right;
  position: absolute;
  right: 38px;
  top: 33%;
  border: 1px solid #ccc;
  width: 25px;
  height: 25px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
  color: #ffffff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title #cart-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .items-total {
  display: inline-block;
  float: none;
  font-size: 16px;
  color: #000;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items .product-image-wrapper .product-image-photo {
  position: relative;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  padding: 1rem 2.6rem 1rem;
  display: flex;
  flex-direction: column;
  height: calc(90%);
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
    padding: 1rem 1.6rem 1rem;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
  padding-right: 0px;
  padding-bottom: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
    padding-right: 0px;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper {
  padding-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount {
  width: 100%;
  padding-right: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset.coupon {
  margin-top: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset.coupon .control {
  margin-right: 20px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset .actions-toolbar .primary .action {
  margin: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset:last-child {
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .items-total {
  float: none;
  display: block;
  margin: 15px 0;
  font-weight: 700;
  font-size: 14px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  margin: 0px;
  display: block;
  border: none;
  padding-top: 5px;
  padding-bottom: 0;
  flex: 1;
  overflow: auto;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    height: 216px !important;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details {
  position: relative;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding-bottom: 0px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  position: relative;
  border: 1px solid #ccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-wrapper .product-image-photo {
  border: none;
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-wrapper .product-image-photo {
    width: 70px !important;
    height: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
    padding-left: 84px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals .totals-title {
  margin-top: 5px;
  text-align: left;
  border-top: solid 1px #ccc;
  padding: 10px 0 10px 0;
  font-weight: 700;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table {
  border-top: 1px solid #ccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:first-child > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:first-child > td {
  padding-top: 12px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:last-child > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:last-child > td {
  font-weight: 700;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr > td {
  padding: 0px 10px 6px 10px;
  font-weight: normal;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  top: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .grand-totals {
  width: 100%;
  text-align: right;
  padding-right: 5px;
  font-size: 16px;
  padding-left: 5px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
  width: 100%;
  padding: 15px;
  border: none;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
    font-size: 1.4rem;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .secondary {
  text-align: center;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.actions {
  margin: 0px;
  text-align: right;
  position: absolute;
  top: -2px;
  z-index: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.actions > .primary:not(:last-child) {
    margin-right: 0px;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.options {
  margin-bottom: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item {
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content > .secondary {
  text-align: center;
  margin-top: 8px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart:before {
  border: 0px;
  z-index: -1;
}
#custom-sliding-cart .minicart-wrapper.active .block-minicart {
  right: 0%;
}
@media only screen and (max-width: 767px) {
  .modal-inner-wrap {
    width: 80% !important;
    max-width: 100% !important;
  }
  .sliding-cart-overflow {
    /*position: fixed;*/
    height: 100%;
    overflow: hidden;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomOrderNumber
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.checkout-index-index .field[name*=bss_customer_attributes] {
  margin: 0 0 20px;
}
.checkout-index-index .field[name*=bss_customer_attributes]._required > label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.bss-onestepcheckout .step-title.customer-attributes-title:before {
  content: '' !important;
  background-color: transparent !important;
}
.bss-onestepcheckout #co-payment-form .step-title.customer-attributes-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.bss-onestepcheckout #co-payment-form .step-title.customer-attributes-title:before {
  content: none;
}
.customer-account-create .field.hidden {
  display: none !important;
}
.orderAttribute {
  width: 50%;
}
.orderAttribute img {
  min-height: 100px;
}
.orderAttribute div {
  display: inline-block;
}
.label_attribute {
  float: left;
  overflow: hidden;
  margin: auto 0;
  width: 40%;
}
.value_attribute {
  width: 60%;
  height: 100%;
}
.value_attribute img {
  height: 100%;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
.hide {
  display: none;
}
.box-content div.field.custom_attribute {
  overflow-wrap: break-word;
}
.payment-option-title.field.choice,
.payment-method-content {
  max-width: 70%;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 1700px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 80%;
    overflow-wrap: break-word;
  }
}
@media only screen and (max-width: 1400px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 65%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 768px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 47%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 500px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 37%;
    word-wrap: break-word;
  }
}
.catalog-product-view .sticky-wrapper {
  background-color: #ffffff;
  left: 0;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: block;
}
.catalog-product-view .sticky-wrapper.remove {
  display: none;
}
.catalog-product-view .sticky-wrapper.top {
  top: 0;
  border-bottom: 1px solid #e1e1e1;
}
.catalog-product-view .sticky-wrapper.bottom {
  bottom: 0;
  border-top: 1px solid #e1e1e1;
}
.catalog-product-view .sticky-wrapper .product-info-content {
  float: left;
}
.catalog-product-view .sticky-wrapper .product-sticky-img,
.catalog-product-view .sticky-wrapper .product-sticky-info {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.catalog-product-view .sticky-wrapper .product-sticky-info {
  max-width: 400px;
}
.catalog-product-view .sticky-wrapper .actions {
  float: right;
  margin-left: 15px;
  vertical-align: middle;
}
.catalog-product-view .sticky-wrapper .actions .action.primary {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 10px;
  margin-top: 16px;
  max-width: 175px;
  min-width: 125px;
}
.catalog-product-view .sticky-wrapper .sticky-static-content {
  float: left;
  margin-left: 15px;
  max-width: 300px;
}
.catalog-product-view .sticky-wrapper .sticky-static-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.catalog-product-view .sticky-wrapper .product-sticky-img {
  max-width: 100px;
}
.catalog-product-view .sticky-wrapper .product-sticky-img img {
  position: relative;
  border: 1px solid #e1e1e1;
  display: block;
  max-width: 100%;
}
.catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
  font-size: 16px;
  color: #333333;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 22px;
}
.catalog-product-view .sticky-wrapper .product-info-stock-sku {
  display: block;
  padding-left: 0;
}
.catalog-product-view .sticky-wrapper .product.attibute.sku .value,
.catalog-product-view .sticky-wrapper .product.attribute.sku .value {
  display: inline-block;
}
.catalog-product-view .sticky-wrapper .product.attibute.sku .type,
.catalog-product-view .sticky-wrapper .product.attribute.sku .type {
  margin-right: 5px;
  font-weight: 700;
  color: #333333;
}
.catalog-product-view .sticky-wrapper .product.attibute.sku .type::after,
.catalog-product-view .sticky-wrapper .product.attribute.sku .type::after {
  content: "#:";
}
.catalog-product-view .sticky-wrapper .product.attibute.sku,
.catalog-product-view .sticky-wrapper .product.attribute.sku {
  overflow-wrap: break-word;
  display: inline-block;
}
.catalog-product-view .sticky-wrapper .stock.available,
.catalog-product-view .sticky-wrapper .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: #333333;
  font-size: 14px;
}
.catalog-product-view .sticky-wrapper .stock {
  margin: 0;
}
.catalog-product-view .sticky-wrapper .product-info-price {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .sticky-wrapper .product-info-price .product-info-price-inner > .product-info-stock-sku {
  display: none;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-label {
  display: none;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box {
  padding: 0;
  margin-bottom: 8px;
  display: block;
  width: auto;
  padding-bottom: 0;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .price-wrapper .price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333333;
  display: block;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .special-price {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .special-price .price-label {
  display: none;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .special-price .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .special-price .price-wrapper .price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333333;
  display: block;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .old-price {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .old-price .price-wrapper .price {
  font-size: 14px;
  line-height: 22px;
  display: block;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.catalog-product-view .sticky-wrapper .product-info-price .price-box .old-price .price-wrapper .price:after {
  content: "";
  display: block;
  height: 1px;
  background: #333333;
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  min-width: 175px;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper .sticky-timer-text {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333333;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper .sticky-timer-inner {
  width: 100%;
  max-width: 175px;
  display: block;
  margin: 0;
  text-align: center;
  clear: both;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper .sticky-timer-inner * {
  box-sizing: border-box;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper .sticky-timer-inner .sticky-timer {
  padding: 0;
  display: block;
  font-size: 0;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper .sticky-timer-inner .sticky-timer .timer-wrapper {
  display: inline-block;
  width: 25%;
  padding: 0 5px 0 0;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper .sticky-timer-inner .sticky-timer .timer-wrapper .time {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  background: #333333;
  border-radius: 5px;
}
.catalog-product-view .sticky-wrapper .sticky-timer-wrapper .sticky-timer-inner .sticky-timer .timer-wrapper .text {
  font-size: 12px;
  color: #333333;
  font-weight: 600;
}
@media (max-width: 991px) {
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    margin-right: 10px;
    max-width: 75px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    max-width: 240px;
    margin-right: 10px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
  }
  .catalog-product-view .sticky-wrapper .actions {
    margin-left: 10px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    max-width: 160px;
    min-width: auto;
  }
  .catalog-product-view .sticky-wrapper .sticky-timer-wrapper {
    margin-right: 0;
  }
  .catalog-product-view .sticky-wrapper .product-info-price .price-box {
    margin-bottom: 4px;
  }
  .catalog-product-view .sticky-wrapper .sticky-static-content {
    margin-left: 10px;
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .sticky-wrapper {
    padding: 10px 0;
  }
  .catalog-product-view .sticky-wrapper .sticky-static-content {
    display: none;
  }
  .catalog-product-view .sticky-wrapper > .page-main {
    max-width: 100%;
    margin: 0 auto;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img,
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    margin-right: 8px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    max-width: 329px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    max-width: 50px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    float: left;
    width: 400px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-name-block h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 2px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box {
    margin-bottom: 0;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box .price-wrapper {
    margin-bottom: 0;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box .price-wrapper .price {
    font-size: 14px;
    line-height: 20px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box .special-price .price-wrapper .price {
    font-size: 14px;
    line-height: 24px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .price-box .old-price .price-wrapper .price {
    font-size: 13px;
    line-height: 22px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-info-price .product-info-stock-sku {
    display: none;
  }
  .catalog-product-view .sticky-wrapper .actions {
    float: right;
    margin-left: 5px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    font-size: 13px;
    line-height: 20px;
    padding: 6px 12px;
    margin-top: 7px;
    max-width: 175px;
  }
  .catalog-product-view .sticky-wrapper .sticky-timer-wrapper {
    display: none;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    max-width: 220px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 300px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    max-width: 135px;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .sticky-wrapper .product-sticky-img {
    max-width: 40px;
    margin-right: 5px;
  }
  .catalog-product-view .sticky-wrapper .product-sticky-info {
    max-width: 122px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content {
    width: 180px;
  }
  .catalog-product-view .sticky-wrapper .product-info-content .product-name-block h2 {
    font-size: 13px;
    line-height: 16px;
  }
  .catalog-product-view .sticky-wrapper .actions .action.primary {
    max-width: 100px;
    margin-top: 3px;
  }
}
@keyframes shake {
  0% {
    left: 0;
  }
  1% {
    left: -3px;
  }
  2% {
    left: 5px;
  }
  3% {
    left: -8px;
  }
  4% {
    left: 8px;
  }
  5% {
    left: -5px;
  }
  6% {
    left: 3px;
  }
  7% {
    left: 0;
  }
}
.btn-shake {
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 814px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  display: block;
  position: fixed;
  z-index: 999;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
  margin-bottom: 5px;
}
.am-checkout.-modern .checkout-header .description {
  font-size: 17px !important;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #1979c3;
  color: #fff;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
  margin-top: 0px;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  background: #eee;
  /*            font-weight: 600;*/
  font-size: 17px;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1979c3;
  border-radius: 50%;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1979c3;
  border-bottom: 2px solid #1979c3;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border: none;
  border-radius: 2px;
  background: #1979c3;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #315499;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  display: none;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  display: flex;
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  padding: 20px;
  line-height: 30px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  padding: 0;
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  margin: 0;
  border: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  display: flex;
  align-items: center;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  width: 100%;
  border: none;
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-right: 0;
  padding-left: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.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);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #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;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #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;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  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: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #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: #33322c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #33322c;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #33322c;
  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: #33322c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  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: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #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: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #33322c;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #33322c;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #33322c;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #33322c;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 814px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #33322c;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 814px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #33322c;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .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;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.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: #33322c;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #33322c;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #33322c;
  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;
}
.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;
}
.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;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #33322c;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #33322c;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #33322c;
  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: #33322c;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #33322c;
  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: #33322c;
  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: #33322c;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #33322c;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #33322c;
}
.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: #33322c;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #33322c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #33322c;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #33322c;
  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: #33322c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #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-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #33322c;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #33322c;
}
.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: #33322c;
}
.message.global.demo a:hover {
  color: #33322c;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 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: #33322c;
  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: #33322c;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #33322c;
  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: #33322c;
  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: #33322c;
  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: #33322c;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #33322c;
  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: #33322c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.magicmenu {
  position: relative;
}
.magicmenu .nav-desktop {
  position: static;
  margin: 0;
  padding: 0;
}
.magicmenu .nav-desktop.menufullwidth .full-width .content-mega-horizontal {
  margin: 0 auto;
}
.magicmenu .nav-desktop.click .level0:hover .level-top-mega {
  opacity: 0;
  visibility: hidden;
  top: 130%;
}
.magicmenu .nav-desktop.click .level0.over .level-top-mega {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop.click .level0.dropdown.over > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop.click .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.over .level-top-mega {
  opacity: 1;
  top: 50px;
  visibility: visible;
  /*                                        -webkit-transition: all 0ms ease-in-out 0s;*/
}
.magicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  border-style: solid;
  border-width: 0px;
  padding: 0px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  background-color: #ffffff;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: 'luma-icons';
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
}
.magicmenu .nav-desktop .level0 {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  border-style: solid;
  border-width: 0px;
  padding: 0px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  /*					transition: all 300ms ease-in-out 0s;
					-moz-transition: all 300ms ease-in-out 0s;
					-webkit-transition: all 300ms ease-in-out 0s;
					-o-transition: all 300ms ease-in-out 0s;
					box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);*/
  background-color: #ffffff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: 'luma-icons';
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  /*                                                      font-weight: 700;*/
  font-family: 'ITCAvantGardeStdDemi';
  padding-bottom: 4px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.Sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
  border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  border-width: 0 0 0;
  border-style: solid;
  position: relative;
  font-size: 14px;
  font-family: 'ITCAvantGardeStdDemi';
  padding: 5px 0 8px;
  display: block;
  line-height: 25px;
  margin: 0px;
  text-transform: uppercase;
  font-family: "ITC Avant Garde Std Bk";
  color: #76ABA9;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 14px;
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  /*									transition: all 0.35s ease 0s;*/
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:hover span:after {
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
  margin: 0px;
  overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: left;
  width: 78%;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: left;
  text-align: left;
  width: 100%;
  padding: 5px 15px;
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-right: 0px;
  padding: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 0px 0 20px;
  position: relative;
  list-style: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul li {
  width: 18%;
  float: left;
  margin-right: 10px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul li ul li {
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.submenu li.parent1 a {
  font-weight: 700;
  padding-bottom: 8px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.submenu li.parent1 a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.submenu li.parent1 a span:hover {
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.submenu li.parent1 ul.submenu li a {
  font-weight: normal;
  /*                                                                                            padding-bottom: 4px !important;*/
  /*                                                                                            :hover{
                                                                                                span{
                                                                                                    text-decoration:underline;
                                                                                                }
                                                                                            }*/
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.submenu li.parent1 ul.submenu li a span {
  font-size: 12px;
  font-family: 'ITC Avant Garde Std Bk';
  line-height: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul.submenu li.parent1 ul.submenu li a span:hover {
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
  margin: 0;
  list-style: none;
  padding-left: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .children.level1 > a {
  padding: 0px;
  margin-bottom: 10px;
}
.magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 {
  width: 80%;
}
.magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li {
  width: 14%;
  margin-right: 1.5%;
  width: 174px;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #fff;
  margin-bottom: 4px;
}
.magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li a span {
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  /*                                                           font-family:"ITC Avant Garde Std Bk";*/
}
.magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li a span:hover {
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li:hover {
  background-color: #f8f8f8;
  border: 1px solid #77aba9;
  box-shadow: 2px 2px 5px 0px rgba(197, 161, 161, 0.75);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(197, 161, 161, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(197, 161, 161, 0.75);
}
.magicmenu .nav-desktop .level0 > a:hover .short_desc {
  color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 15px 13px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  outline: medium none;
  display: block;
  text-align: left;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  padding: 0;
  text-decoration: none;
  outline: medium none;
  text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  right: 20px;
  top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  white-space: nowrap;
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-transform: capitalize;
  color: #999;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  opacity: 1;
  top: 49px;
  visibility: visible;
  left: 0;
}
.magicmenu .nav-desktop .level0 .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot {
  color: #fff;
  background-color: #ff0000;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.magicmenu .nav-desktop .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.HOT {
  color: #ff3d49;
}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.Sale {
  color: #00bd33;
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.sale {
  color: #00bd33;
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.New:before {
  border-top-color: #009966;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0.logo.display {
  display: none;
  border: 0;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 20px;
  position: static;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  font-size: 15px;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  padding: 20px 25px 25px;
  min-width: 175px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
  font-size: 14px;
  line-height: 27px;
}
.magicmenu .nav-desktop p {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level-top a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
.magicmenu .nav-desktop .level0.dropdown.home > .level0 {
  width: 200px;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .level0 .level-top img {
  display: none;
  padding-right: 15px;
  vertical-align: middle;
}
.vmagicmenu {
  display: block !important;
  position: relative;
  padding: 0px;
  z-index: 90;
  width: 270px;
  float: left;
}
.vmagicmenu .vmagicmenu-narrow {
  position: absolute;
  margin: 0px;
  padding: 5px 0 25px;
  list-style: outside none none;
  width: 270px;
  display: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  top: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 li a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: 'luma-icons';
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
  text-transform: uppercase;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+12) {
  display: none;
}
.vmagicmenu .vmagicmenu-narrow > li.all-cat {
  display: block;
  margin-top: 15px;
  float: left;
  width: 100%;
  clear: both;
  padding: 0 18px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
  background-color: #ffffff;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: 'luma-icons';
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.vmagicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .nav-desktop .level0.dropdown > .level0 {
  background-color: #ffffff;
}
.vmagicmenu .level0.over .level-top-mega {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .level0 {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 39px;
  width: 100%;
  list-style: none;
  position: static;
}
.vmagicmenu .level0 .level-top-mega {
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  padding: 0 15px;
}
.vmagicmenu .level0 .level-top-mega .children > a {
  border-width: 0px 0 0;
  border-style: solid;
  display: block;
  padding-top: 28px;
  padding-bottom: 8px;
  position: relative;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children > a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  transition: all 0.35s ease 0s;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children > a:hover span:after {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .children a {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level0 .level-top-mega .children a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
  font-size: 100%;
  padding: 0 0 5px;
  line-height: 30px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
  line-height: 26px;
  border-bottom: 1px solid #ececec;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .children > .nav {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.hot {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Hot {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.HOT {
  color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  margin: 0;
  padding: 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 25px 0 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img {
  margin: 0 auto;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: left;
  width: 235px;
  text-align: left;
  padding: 0 15px;
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
  list-style: outside none none;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
  margin: 0;
  position: relative;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.vmagicmenu .level0:hover .level0 {
  background-color: transparent;
}
.vmagicmenu .level0:hover .level-top-mega {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .level0 .level-top {
  border-bottom: 1px solid #e6e6e6;
  margin: 0px 18px;
  padding: 0px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  outline: medium none;
  position: relative;
}
.vmagicmenu .level0 .level-top img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.vmagicmenu .level0 .level-top span {
  font-size: 14px;
  vertical-align: middle;
}
.vmagicmenu .level0 .level0 .children > ul {
  margin: 0;
  padding: 20px 0 35px;
  position: relative;
}
.vmagicmenu .level0 .cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.vmagicmenu .level0 .cat_label.Hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.hot {
  color: #ff3d49;
  background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.HOT {
  color: #ff3d49;
}
.vmagicmenu .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.Sale {
  color: #00bd33;
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.sale {
  color: #00bd33;
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.New {
  border-top-color: #009966;
}
.vmagicmenu .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .block-vmagicmenu-content {
  padding: 0px;
  position: absolute;
}
.vmagicmenu .vmagicmenu-narrow.over {
  display: block;
}
.vmagicmenu .block-title {
  padding: 0 30px;
  line-height: 49px;
}
.vmagicmenu .block-title span {
  font-size: 24px;
  vertical-align: middle;
}
.vmagicmenu .block-title span.fa:before {
  content: "\e871";
  font-family: 'Linearicons-Free';
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  padding: 0 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.vmagicmenu .level0.last {
  border: none;
}
.vmagicmenu .level0.hasChild .level-top:after {
  content: "\f105";
  font-family: 'luma-icons';
  float: right;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}
.vmagicmenu p {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level-top a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.vmagicmenu .banner-menu-position img {
  margin-left: -30px;
}
.sections .nav-sections-item-content > .navigation {
  display: none;
}
.nav-sections-item-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.nav-sections-item-content .magicmenu {
  position: relative;
  display: block;
  text-align: left;
  background-color: #000;
}
.mage-column.mega-block-left {
  float: left;
}
.mage-column.mega-block-right {
  float: right;
  padding: 10px 0 0;
}
.block-left {
  float: left;
}
.block-right {
  float: left;
}
.cat-mega {
  float: left;
}
.block-bottom {
  clear: both;
}
.mage-column-custom {
  padding-top: 32px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: 0px;
}
.all-cat {
  display: block;
  margin-top: 10px;
}
.all-cat span {
  padding: 0px;
  cursor: pointer;
  display: block;
  line-height: normal;
  width: 100%;
  clear: both;
  font-size: 14px;
}
.all-cat span:after {
  content: "\f0d7";
  font-family: 'luma-icons';
  padding-left: 5px;
}
.all-cat:hover span {
  color: #333;
}
.sidebar .accordion-container {
  margin-bottom: 30px;
}
.sidebar .accordion-container .all-cat {
  margin-top: 20px;
  padding: 0 18px;
}
.sidebar .accordion-container .level0 .level-top img {
  display: none;
}
.sidebar .accordion-container .meanmenu-accordion {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 0px 0px 34px;
}
.sidebar .nav-accordion {
  padding: 13px 18px 0;
}
.accor-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
  padding: 15px 18px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}
ul.nav-accordion {
  line-height: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
ul.nav-accordion li {
  position: relative;
  margin: 0;
}
ul.nav-accordion li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 5px 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  color: #333e48;
  outline: medium none;
}
ul.nav-accordion li a span {
  font-size: 14px;
}
ul.nav-accordion li a:hover {
  color: #333;
}
ul.nav-accordion li a span.cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
ul.nav-accordion li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
ul.nav-accordion li a.level-top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
ul.nav-accordion li a.level-top span {
  font-size: 14px;
}
ul.nav-accordion li > ul.submenu > li > a {
  padding-left: 20px;
}
ul.nav-accordion li ul li ul li.parent > a {
  padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent > a span:before {
  display: none;
}
ul.nav-accordion li.last {
  border-bottom: 0 none;
}
ul.nav-accordion ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
ul.nav-accordion ul ul li:hover a:before {
  color: #333;
}
ul.nav-accordion ul ul li a:before {
  color: #cccccc;
  content: "\f105";
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 13px;
  padding-right: 15px;
  text-align: right;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 20px;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  outline: none;
}
ul.nav-accordion ul li.active {
  font-weight: normal;
}
ul.nav-accordion ul.submenu {
  display: none;
}
ul.nav-accordion .expand {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .expand:before {
  content: '\e621';
  color: #333;
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
}
ul.nav-accordion .collapse {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .collapse:before {
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
  content: '\e622';
  color: #7f7f7f;
}
ul.nav-accordion .collapse:hover:before {
  color: #333;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  position: inherit;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0;
}
ul.nav-mobile ul.submenu {
  display: none;
}
.nav-accordion > li:nth-child(n+10) {
  display: none;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  background-color: #fff;
  border-width: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild > a:after {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown > .level0 {
  list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild ul {
  background-color: #fff;
  border-width: 0;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild > a:after {
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 1rem;
  padding-left: 5px;
  font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  list-style: none;
}
.level-top-mega .mage-column.cat-mega {
  margin: 0;
  list-style: outside none none;
}
.fixed {
  z-index: 999;
  width: 100%;
}
.fixed .custom-menu {
  padding-bottom: 7px;
  padding-top: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed .quick-access {
  display: none;
}
.nav-sections .mean-nav {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
}
.nav-sections .mean-nav .mobi-title {
  color: #242628;
  font-size: 16px;
  line-height: 52px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: -56px;
  z-index: 0;
  display: none;
}
.nav-sections .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.nav-sections .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.nav-sections .mean-nav ul li a span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-nav ul li a span.icon.fa-home {
  padding-right: 0;
}
.nav-sections .mean-nav ul li a span.cat_label {
  background-color: #009966;
  color: #fff;
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.nav-sections .mean-nav ul li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.nav-sections .mean-nav ul li a span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .mean-nav ul li a .cat_label.HOT {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.Hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.SALE {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.Sale {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li a .cat_label.sale {
  background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li .level-top span {
  font-size: 15px;
  padding: 0 40px;
}
.nav-sections .mean-nav ul li .level-top span.ui-menu-icon {
  padding: 0px;
}
.nav-sections .mean-nav ul li li a {
  font-size: 14px;
  padding: 10px 0 10px 25px;
  filter: alpha(opacity=75);
  visibility: visible;
}
.nav-sections .mean-nav ul li li li a {
  font-size: 14px;
  padding: 10px 0 10px 40px;
}
.nav-sections .mean-nav ul li li li li a {
  padding: 1em 20%;
}
.nav-sections .mean-nav ul li li li li li a {
  padding: 1em 25%;
}
.nav-sections .mean-nav ul li .expand {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .expand:before {
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: '\e621';
  color: #ccc;
}
.nav-sections .mean-nav ul li .collapse {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .collapse:before {
  font-family: 'luma-icons';
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: '\e622';
  color: #ccc;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot {
  background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-sections .navigation .parent .level-top:after {
  display: none !important;
}
.nav-sections .section-items {
  background-color: #36322f;
}
.mean-nav ul li a span.cat_label.hot {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.Hot {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.HOT {
  color: #ff3d49;
}
.mean-nav ul li a span.cat_label.sale {
  color: #00bd33;
}
.mean-nav ul li a span.cat_label.Sale {
  color: #00bd33;
}
.page-wrapper {
  overflow-x: hidden;
}
.nav-open .navigation .level0 .submenu {
  position: static;
}
@media only screen and (min-width: 991px) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-sections-item-content > .navigation .nav-mobile {
    display: block !important;
    padding: 0;
  }
  .nav-sections-item-content .vmagicmenu {
    display: none !important;
    visibility: hidden;
  }
  .nav-sections-item-content .magicmenu .nav-desktop {
    display: none !important;
    visibility: hidden;
  }
  .sections .nav-sections-item-content > .navigation {
    display: block !important;
    padding: 0;
  }
  .nav-sections {
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0px;
    transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    width: calc(100% - 54px);
  }
  .nav-sections .mean-container .mean-nav ul li.home a span.icon {
    display: none !important;
    visibility: hidden;
  }
  .nav-sections .navigation .level0 > .level-top {
    display: block;
  }
  .header .magicmenu .level0 .level-top img {
    display: none !important;
    visibility: hidden;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .page-header .logo {
    margin: 0 0 10px 40px;
  }
  .page-header .nav-toggle {
    display: inline-block;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    top: calc(35%);
    left: 15px;
    width: 30px;
  }
  .nav-toggle {
    cursor: pointer;
    display: block;
    font-size: 0;
    text-decoration: none;
    top: 0px;
    z-index: 14;
    right: 50px;
  }
  .nav-toggle:before {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .menu-mobile .nav-toggle {
    display: inline-block;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    top: calc(35%);
    left: 15px;
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 99;
    box-shadow: 0;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .navigation .level0 .submenu {
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .nav-before-open .nav-toggle:before {
    position: static;
    /*					content: "\f00d";*/
    content: '\e609';
    font-size: 20px;
    content: '\e616';
    font-size: 15px;
    color: #fff;
    font-family: 'luma-icons';
  }
}
/*Zoe Trinh*/
body .magicmenu .nav-desktop .level0 span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
body ul.nav-accordion li a span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
body .nav-sections .mean-nav li a span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  left: 0;
}
.nav-desktop .content-mega-horizontal .mage-column {
  float: left;
  width: 18%;
  /*                  border-right: 2px solid #000;*/
  list-style: none;
  padding-left: 0;
  padding-top: 0px;
}
.nav-desktop .content-mega-horizontal .mage-column.mega-block-right {
  width: 22%;
  border: 0px;
  padding-left: 10px;
}
.nav-desktop .content-mega-horizontal .mage-column li img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.nav-desktop .content-mega-horizontal .mage-column li.view-all {
  padding-left: 0px !important;
}
.nav-desktop .content-mega-horizontal .mage-column li.view-all:hover {
  background-color: inherit;
}
.nav-desktop .content-mega-horizontal .mage-column li.view-all:hover a span {
  color: #76ABA9;
  text-decoration: underline;
}
.nav-desktop .content-mega-horizontal .mage-column li.view-all a {
  padding-bottom: 13px !important;
  font-family: "ITC Avant Garde Std Bk" !important;
  color: #76ABA9 !important;
}
.nav-desktop .content-mega-horizontal .mage-column li.view-all a:after {
  content: "" !important;
}
.nav-desktop .content-mega-horizontal .mage-column.cat-mega {
  padding-top: 0px;
}
.nav-desktop .content-mega-horizontal .mage-column.level-left li img {
  width: 27px;
  padding-top: 5px;
}
.drop-left {
  display: initial;
  border: 1px solid #000;
  position: absolute;
  height: 100%;
  left: 20.75%;
}
.drop-middle {
  display: initial;
  border: 1px solid #000;
  position: absolute;
  height: 100%;
  left: 63%;
}
.level-left.mage-column .children:hover {
  background-color: #76aba9;
  color: #fff;
}
.level-left.mage-column .children:hover img {
  filter: invert(1);
}
.level-left.mage-column .children:hover a span {
  color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  padding-left: 0px;
}
.magicmenu .nav-desktop .level-top .mega-block-right .product-item {
  display: inline-block;
  text-align: center;
}
.magicmenu .nav-desktop .level-top .mega-block-right .product-item .product-item-info {
  width: 238px;
  min-height: 372px;
  margin-right: 27px;
  background-color: #eee;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.magicmenu .nav-desktop .level-top .mega-block-right .product-item .product-item-info a {
  background-color: #fff;
  border: 2px solid #eee;
  text-align: center;
}
.magicmenu .nav-desktop .level-top .mega-block-right .product-item .product-item-details {
  display: inline-block;
}
.magicmenu .nav-desktop .level-top .mega-block-right .product-item .product-item-details a {
  color: #76ABA9;
  font-size: 15px;
  text-transform: uppercase;
  margin: 16px 20px;
  margin-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 13px 0px rgba(174, 148, 148, 0.71);
  padding: 9px 15px;
  border-radius: 3px;
  border: none;
  font-family: 'ITC Avant Garde Std Bk';
  display: inline-block;
  font-family: 'ITCAvantGardeStdDemi';
}
.submenu.ulbox {
  float: left;
  width: 100%;
}
/*BRNAD NAV*/
.category-item.brand .level-top-mega .cat-mega {
  width: 100% !important;
}
.category-item.brand .level-top-mega .cat-mega li.children a span {
  font-size: 16px;
  /*                                font-family: 'ITCAvantGardeStdDemi';*/
  font-family: "ITC Avant Garde Std Bk";
}
.category-item.brand .level-top-mega .cat-mega li.nav-5-2 span {
  font-size: 20px;
  font-family: 'ITCAvantGardeStdDemi';
  padding-left: 10px;
}
.category-item.brand .level-top-mega .cat-mega li .submenu li {
  /*                            width: 15%!important;*/
}
.category-item.brand .level-top-mega .cat-mega li .submenu li a span {
  /*                                  font-size: 12px!important;
                                    font-family: 'ITC Avant Garde Std Bk';*/
  font-weight: normal !important;
  padding-left: 0px;
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
}
.category-item.brand .level-top-mega .cat-mega li .submenu li a span:hover {
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .mage-column .children > ul li {
  width: 10%;
  display: table;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .mage-column .children > ul li ul.level1.submenu li.level2.noarrow {
  width: 100%;
}
.page-wrapper .nav-sections .nav-sections-item-content {
  max-width: 100%;
  padding: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  padding-left: 0px;
  text-transform: capitalize;
  /* text-transform: uppercase; */
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span:hover {
  color: #76ABA9;
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .submenu li a {
  line-height: 16px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.magicmenu .nav-desktop .level0.nav-2 .level-top-mega .children .submenu li a {
  margin-bottom: 0px;
}
.magicmenu .nav-desktop .level0.nav-3 .level-top-mega .children .submenu li a {
  margin-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 17%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children:hover a:after {
  color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children.active {
  background-color: #76aba9;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children.active:hover a span {
  color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children.active:hover a:after {
  color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children.active img {
  filter: invert(1);
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children.active span {
  color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children.active a:after {
  color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop li.level-top.active,
.magicmenu .nav-desktop li.level-top.has-active,
.magicmenu .nav-desktop li.level-top:hover {
  color: #fff;
  background-color: #76aba9;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  width: 100%;
  border-bottom: 1px solid #dddd;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23);
}
.magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega {
  width: 100%;
  margin-left: 20px;
}
.magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li {
  width: 15%;
  /*                              padding: 20px;*/
  float: left;
  min-height: 217px;
  text-align: center;
  padding-top: 0%;
  padding-bottom: 0%;
  margin-top: 1%;
  margin-bottom: 1%;
  border: 1px solid #fff;
}
.magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li img {
  padding: 0px;
  float: none;
  margin: auto;
  display: inline-block;
  padding: 0 20px;
}
.magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li a {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-family: 'ITCAvantGardeStdDemi';
  color: #76ABA9;
  padding-top: 10px;
  padding-bottom: 5px;
}
.magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li a:hover {
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li p.faq-txt {
  color: #000;
  line-height: 20px;
  text-align: center;
  font-family: 'ITCAvantGardeStdDemi';
}
.magicmenu .nav-desktop .level0.ext .level-top-mega .mage-column.cat-mega li:hover {
  background-color: #f8f8f8;
  border: 1px solid #77aba9;
}
.magicmenu .nav-desktop {
  max-width: 1301px;
  margin: auto;
}
.magicmenu .nav-desktop .level0:hover.drill .level-top-mega,
.magicmenu .nav-desktop .level0:hover.dept .level-top-mega {
  padding-left: 3.5%;
  padding-right: 0.5%;
  -webkit-transition: all 0ms ease-in-out 0s;
  padding-bottom: 1%;
}
.magicmenu .nav-desktop .level0:hover.drill .level-top-mega .mage-column.cat-mega .children,
.magicmenu .nav-desktop .level0:hover.dept .level-top-mega .mage-column.cat-mega .children {
  width: 100%;
  padding-top: 5px;
  /*                                    max-height: 945px;
                                    overflow: scroll;*/
}
.magicmenu .nav-desktop .level0:hover.mover .level-top-mega .mage-column.cat-mega li {
  border: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.magicmenu .nav-desktop .level0:hover.mover .level-top-mega .mage-column.cat-mega li:hover {
  background-color: #f8f8f8;
  border: 1px solid #77aba9;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .mage-column .children {
  /*                            max-height: 400px;*/
  /*                            overflow: scroll;*/
}
.magicmenu .nav-desktop .level0 {
  float: left;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level-left .children.sinks img {
  margin-top: -3px;
  width: 23px;
}
.nav-desktop .content-mega-horizontal .category-item-box-two .mage-column {
  padding-top: 0px;
}
.category-item-box-three .drop-left {
  left: 55.34%;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box {
  width: 63%;
  max-height: 764px;
  min-height: 642px;
  overflow-x: scroll;
  overflow-y: auto;
  margin-bottom: -15px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
  overflow-x: hidden;
  padding-top: 0px;
  -moz-margin-start: -1px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li {
  width: 100%;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li a {
  padding-bottom: 10px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu li {
  width: 100% !important;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu li a {
  padding-bottom: 5px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu li .submenu li {
  width: 100% !important;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li ul {
  padding-bottom: 0px;
  width: 32%;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li ul li a {
  font-size: 12.5px;
  font-family: 'ITC Avant Garde Std Bk';
  line-height: 15px;
  padding-bottom: 0px !important;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li ul li a span {
  /*                        font-size: 12.5px;
                        font-family: 'ITC Avant Garde Std Bk';
                        line-height: 15px; */
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box::-webkit-scrollbar {
  width: 5px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box::-webkit-scrollbar-track {
  background: #eee;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box.four {
  width: 40%;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box.four li ul {
  width: 33%;
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box.four li ul li {
  width: 100% !important;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box.four li ul.submenu li span {
  /*                                font-size: 12px;
                                font-family: 'ITC Avant Garde Std Bk';
                                line-height: 15px; */
  font-family: 'ITCAvantGardeStdDemi';
  font-size: 14px;
  /*                                line-height:41px;*/
}
/*FOR BRAND HEIGHT */
.magicmenu .nav-desktop li.level-top.brand:hover .level-top-mega .cat-mega li.children .submenu {
  min-height: 567px;
}
/*ENDS*/
.category-item .menu-img {
  padding-top: 11%;
  display: block;
  padding-bottom: 11px;
  max-height: 105px;
  min-height: 105px;
}
.category-item .m-img-outr {
  display: block;
  width: 190px;
  margin: auto;
  padding-top: 0px;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .mage-column .children {
  padding-left: 5%;
  padding-right: 0%;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .mage-column .children > ul li {
  width: 10%;
  margin: 5px;
}
.magicmenu .nav-desktop .level0:hover.dept .level-top-mega .mage-column.cat-mega .children,
.magicmenu .nav-desktop .level0:hover.drill .level-top-mega .mage-column.cat-mega .children {
  /*        min-height:610px;*/
  max-height: 610px;
  /*        overflow-x: scroll;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #ccc;
        overflow-x: hidden; */
  /*        &::-webkit-scrollbar {
            width: 5px;

          }
          &::-webkit-scrollbar-track {
            background:#eee;
          }
          &::-webkit-scrollbar-thumb {
            background-color: rgba(155, 155, 155, 0.5);
            border-radius: 20px;
            border: transparent;
          }*/
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span {
  min-height: 32px;
  display: table;
  /*    color: #000;*/
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.catlist a span {
  color: #000;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.catlist a span:hover {
  color: #76ABA9;
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.catlist:hover a span {
  /*           text-decoration: underline; 
           color: #76ABA9;*/
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li {
  padding-left: 2px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li a {
  padding-left: 15px;
  padding-bottom: 8px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu.ulbox li {
  /*        width: 100% !important;*/
  clear: left;
  min-height: 41px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu.ulbox li:hover {
  background-color: #76aba9;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu.ulbox li:hover a {
  text-decoration: inherit;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu.ulbox li:hover a span {
  color: #fff;
  text-decoration: underline;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu.ulbox li a {
  padding-left: 13px;
  padding-right: 4px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu.ulbox li a span {
  min-height: inherit;
}
.nav-desktop .content-mega-horizontal .mage-column.level-left li img.furniture {
  margin-top: -4px;
  width: 26px;
}
.nav-desktop .content-mega-horizontal .mage-column.level-left li img.sinks {
  width: 23px;
  margin-top: -3px;
}
.nav-desktop .content-mega-horizontal .mage-column.level-left li img.heatedtowelrails {
  padding-top: 9px;
}
.nav-desktop .content-mega-horizontal .mage-column.level-left li img.accessories {
  width: 22px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .cat-mega .children .ulbox a span {
  min-height: inherit;
}
/*--- for brand css*/
.magicmenu .nav-desktop .level0.brand:hover .level-top-mega,
.magicmenu .nav-desktop .level0:hover.drill .level-top-mega,
.magicmenu .nav-desktop .level0:hover.parent .level-top-mega {
  min-height: 655px;
}
.magicmenu .nav-desktop .level0 .category-item.mage-column.cat-mega.last-box li .submenu li a:hover {
  text-decoration: underline;
}
.category-item-box-two .level-left.mage-column .children:first-child:hover a span {
  color: #76ABA9 !important;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .children .submenu li a {
  padding-bottom: 2px;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .children .submenu li a span {
  align-items: center;
  display: flex;
  padding-left: 10px;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .children .submenu li a:hover {
  background-color: #76aba9;
}
.magicmenu .nav-desktop .level0.brand .level-top-mega .children .submenu li a:hover span {
  color: #fff;
  text-decoration: underline;
}
.magicmenu .nav-desktop .brand.level0 .level-top-mega .children.level1 > a {
  color: #000;
}
.magicmenu .nav-desktop .brand.level0 .level-top-mega .children.level1 > a:hover {
  color: #76ABA9;
}
/*common ends*/
@media only screen and (max-width: 1920px) and (min-width: 1700px) {
  .category-item-box-three .drop-left {
    left: 55.32%;
  }
}
@media only screen and (max-width: 1920px) {
  .magicmenu .nav-desktop li.level-top.brand:hover .level-top-mega .cat-mega li.children .submenu {
    min-height: 567px;
  }
}
@media only screen and (max-width: 1600px) {
  .magicmenu .nav-desktop li.level-top.brand:hover .level-top-mega .cat-mega li.children .submenu {
    min-height: 564px;
  }
}
@media only screen and (max-width: 1450px) {
  .magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li.last,
  .magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li:nth-child(4) {
    /*        margin-right: 0px;*/
  }
  .magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li {
    margin-right: 1.5%;
  }
}
@media only screen and (max-width: 1466px) {
  .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
    /*        padding:5px 6px;*/
  }
  .magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li {
    width: 164px;
  }
}
@media only screen and (max-width: 1366px) {
  .magicmenu .nav-desktop .level0.brand .level-top-mega .mage-column .children > ul li {
    width: 15%;
  }
}
@media only screen and (max-width: 1260px) {
  .magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li {
    margin-right: 6%;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 1210px) {
  .page-wrapper .page-header .header .block-search {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 1080px) {
  .magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li {
    margin-right: 4%;
  }
  .page-wrapper .page-header .header.content .logo {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 1010px) {
  .magicmenu .nav-desktop .level0:nth-child(2) .category-item.level0 .children .submenu li {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 812px) {
  .ammenu-menu-wrapper .ammenu-link.-main:before {
    content: '';
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 12px;
    vertical-align: top;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0 > .level-top:before {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 12px;
    content: '';
    vertical-align: top;
    position: absolute;
    left: 2%;
    top: 40%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a .boder-menu {
    float: right;
    background-color: #999;
    padding: 1px;
    width: 13px;
    height: 1px;
    transform: rotate(131deg);
    top: 52%;
    position: absolute;
    right: 3%;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a .boder-menu:after {
    content: "";
    transform: rotate(-86deg);
    line-height: -1px;
    background-color: #999;
    padding: 1px;
    width: 12px;
    height: 1px;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    left: 6px;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent a:after {
    content: '\e622';
    font-family: 'luma-icons';
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    vertical-align: middle;
    /*            top: 43%;
            right: 2%;*/
    float: right;
  }
  .nav-sections .mean-nav ul li li li li a {
    padding-right: 0px !important;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.parent .noarrow a::after {
    content: "";
  }
  .nav-sections .mean-nav ul li.active {
    background-color: #76aba9;
  }
  .nav-sections .mean-nav ul li.active a {
    /*           background-color: #76aba9; */
  }
  .nav-sections .mean-nav ul.submenu li,
  .nav-sections .mean-nav ul.submenu li.active {
    background-color: #333;
  }
  .page-wrapper .nav-sections .nav-sections-item-content .navigation .level0.active > .level-top {
    background-color: #76aba9;
  }
}
/*812*/
.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;
}
.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', 'ITC Avant Garde Std Bk', 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: #33322c;
  border: 1px solid #33322c;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #33322c;
  border: 1px solid #33322c;
  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-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;
}
.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: 814px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 813px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    z-index: 10000;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 15px;
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type {
    margin: 0;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .block-search {
    margin-top: 10px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@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;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow {
    display: inline-block;
    width: 13px;
    height: 25px;
    margin-top: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    margin: 0 3px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty > .mage-error:not(.amconf-matrix-input) {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .amsearch-form-container .actions-secondary {
    display: flex;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .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: #33322c;
    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: #33322c;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #33322c;
    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: #33322c;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    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;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'ITC Avant Garde Std Bk', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
