/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .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,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .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,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: "luma-icons";
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .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 {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .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;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .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 {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .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;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .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;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .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 {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch: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;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.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;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper {
    padding-left: 0px;
    padding-right: 20px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category {
    margin-left: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name {
    text-align: left;
    margin: 0 18px;
  }
  .cms-home .items.product-items .item.product.product-item,
  .catalog-category-view .items.product-items .item.product.product-item,
  .catalog-product-view .items.product-items .item.product.product-item,
  .catalogsearch-result-index .items.product-items .item.product.product-item {
    padding-left: 0px;
    padding-right: 20px;
  }
  .navigation .blog-mx.level0:last-child {
    float: left;
  }
}
@media all and (min-width: 1024px), print {
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* text colors */
/* heading */
/* list */
/* buttons */
/* add to links */
/* including active?*/
/* links */
/* icons*/
/* header */
/* header minicart */
/* footer */
/* breadcrumbs */
/* menu items */
/* searchbar */
/* layered navigation */
/* product page */
/* product tiles */
/* forms */
/* pagination */
/* swatches */
/*account link color */
/* checkout */
/* navigation mobile */
.page-wrapper .breadcrumbs {
  max-width: 1280px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.page-wrapper .breadcrumbs ul {
  background-color: transparent;
}
.page-wrapper .breadcrumbs ul li {
  font-family: Helvetica;
  font-size: 16px;
  color: #222222;
}
.page-wrapper .breadcrumbs ul li a {
  font-family: Helvetica;
  font-size: 16px;
  color: #222222;
}
.page-wrapper .breadcrumbs ul li a:after {
  margin: 0 10px;
}
.page-wrapper .breadcrumbs ul li a:visited {
  color: #222222;
}
.page-wrapper .breadcrumbs ul li a span {
  font-family: Helvetica;
  font-size: 16px;
  color: #222222;
}
.page-wrapper .breadcrumbs ul li strong {
  font-family: Helvetica;
  font-size: 16px;
  color: #222222;
}
.page-wrapper .breadcrumbs ul li span {
  font-family: Helvetica;
  font-size: 16px;
  color: #222222;
}
.page-wrapper .breadcrumbs ul li span a {
  font-family: Helvetica;
  font-size: 16px;
  color: #222222;
}
.page-wrapper .breadcrumbs ul li:last-of-type:after {
  content: '';
}
.page-wrapper .breadcrumbs ul .item:not(:last-child):after {
  content: '/';
  font-size: 16px;
  color: #222222;
  font-weight: 700;
}
body .page-wrapper .breadcrumbs {
  display: block;
}
button.action.primary,
a.primary,
a.action.primary,
.action-primary {
  background-color: #881166;
  color: #ffffff;
  border: 1px solid #881166;
  border-radius: 25px;
}
button.action.primary:hover,
a.primary:hover,
a.action.primary:hover,
.action-primary:hover,
button.action.primary:active,
a.primary:active,
a.action.primary:active,
.action-primary:active,
button.action.primary:focus,
a.primary:focus,
a.action.primary:focus,
.action-primary:focus {
  background-color: #6f0251;
  color: #ffffff;
  border: 1px solid #6f0251;
}
button.action.primary:hover span,
a.primary:hover span,
a.action.primary:hover span,
.action-primary:hover span,
button.action.primary:active span,
a.primary:active span,
a.action.primary:active span,
.action-primary:active span,
button.action.primary:focus span,
a.primary:focus span,
a.action.primary:focus span,
.action-primary:focus span {
  color: #ffffff;
}
button.action.primary span,
a.primary span,
a.action.primary span,
.action-primary span {
  color: #ffffff;
}
button.action.primary span:hover,
a.primary span:hover,
a.action.primary span:hover,
.action-primary span:hover,
button.action.primary span:active,
a.primary span:active,
a.action.primary span:active,
.action-primary span:active,
button.action.primary span:focus,
a.primary span:focus,
a.action.primary span:focus,
.action-primary span:focus {
  color: #ffffff;
}
button.action.secondary,
a.secondary,
.action-secondary {
  background-color: #e1e1e1;
  color: #000000;
}
button.action.secondary:hover,
a.secondary:hover,
.action-secondary:hover,
button.action.secondary:active,
a.secondary:active,
.action-secondary:active,
button.action.secondary:focus,
a.secondary:focus,
.action-secondary:focus {
  background-color: #881166;
  color: #ffffff;
}
button.action.secondary:hover span,
a.secondary:hover span,
.action-secondary:hover span,
button.action.secondary:active span,
a.secondary:active span,
.action-secondary:active span,
button.action.secondary:focus span,
a.secondary:focus span,
.action-secondary:focus span {
  color: #000000;
}
button.action.secondary span,
a.secondary span,
.action-secondary span {
  color: #000000;
}
button.action.secondary span:hover,
a.secondary span:hover,
.action-secondary span:hover,
button.action.secondary span:active,
a.secondary span:active,
.action-secondary span:active,
button.action.secondary span:focus,
a.secondary span:focus,
.action-secondary span:focus {
  color: #ffffff;
}
a,
strong a,
span a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul li a,
li a,
.minicart-items .product-item-name a,
.cart-discount .block > .title strong,
body .page-wrapper ul li a,
body .page-wrapper ul li span,
body .page-wrapper ul li a span,
body .page-wrapper ul li span,
body .page-wrapper ul li .action.multicheckout span {
  color: #333333;
}
a:visited,
strong a:visited,
span a:visited,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
ul li a:visited,
li a:visited,
.minicart-items .product-item-name a:visited,
.cart-discount .block > .title strong:visited,
body .page-wrapper ul li a:visited,
body .page-wrapper ul li span:visited,
body .page-wrapper ul li a span:visited,
body .page-wrapper ul li span:visited,
body .page-wrapper ul li .action.multicheckout span:visited {
  color: #333333;
}
.action.primary:hover,
.action.primary:active {
  border: none;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update {
  border: none;
  background-color: #e1e1e1;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update span {
  background-color: #e1e1e1;
  border: none;
  color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active {
  border: none;
  background-color: #881166;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover span,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active span {
  background-color: #881166;
  border: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #333333;
}
.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 {
  background-color: initial;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus span {
  color: #333333;
  background-color: initial;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"] {
  line-height: 16px;
  background-color: #e1e1e1;
  padding: 7px 15px;
  margin-top: 0;
  font-weight: 700;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span {
  color: #000000;
  text-decoration: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span:focus {
  text-decoration: none !important;
}
.block-actions button.action.select {
  color: #e1e1e1;
  background-color: #e1e1e1;
}
.block-actions button.action.select:hover,
.block-actions button.action.select:active,
.block-actions button.action.select:focus {
  color: #ffffff;
  background-color: #881166;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  color: #000000;
  background-color: #e1e1e1;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus {
  color: #ffffff;
  background-color: #881166;
}
.block-content.content .block-actions button.action.select {
  color: #333333;
}
.new-address-popup button.action {
  background-color: #e1e1e1;
  color: #000000;
}
.new-address-popup button.action:hover,
.new-address-popup button.action:active,
.new-address-popup button.action:focus {
  background-color: #881166;
  color: #ffffff;
}
.new-address-popup button.action:hover > span,
.new-address-popup button.action:active > span,
.new-address-popup button.action:focus > span {
  color: #000000;
}
.cart-discount .actions-toolbar .action.primary,
#discount-form .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.action-apply,
#discount-form .actions-toolbar .action.action-apply {
  background-color: #e1e1e1;
  color: #000000;
}
.cart-discount .actions-toolbar .action.primary span,
#discount-form .actions-toolbar .action.primary span,
.cart-discount .actions-toolbar .action.action-apply span,
#discount-form .actions-toolbar .action.action-apply span {
  color: #ffffff;
}
.cart-discount .actions-toolbar .action.primary:hover,
#discount-form .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.action-apply:hover,
#discount-form .actions-toolbar .action.action-apply:hover {
  background-color: #881166;
  color: #ffffff;
}
.cart-discount .actions-toolbar .action.primary:hover span,
#discount-form .actions-toolbar .action.primary:hover span,
.cart-discount .actions-toolbar .action.action-apply:hover span,
#discount-form .actions-toolbar .action.action-apply:hover span {
  color: #ffffff;
}
.page-footer {
  background-color: #6f0251;
  padding-bottom: 0;
}
.page-footer .block.newsletter .action.subscribe {
  margin-left: 0;
}
.page-footer .footer-top {
  background-color: #6f0251;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-footer .footer-top div[class*="footer-top-block"] {
  float: left;
  width: 25%;
  overflow: hidden;
}
.page-footer .footer-top div[class*="footer-top-block"] .footer-section-content .list-links li {
  line-height: 33px;
}
.page-footer .footer-top a {
  color: #ffffff;
}
.page-footer .footer-top a span {
  color: #ffffff;
}
.page-footer .footer-top h1,
.page-footer .footer-top h2,
.page-footer .footer-top h3,
.page-footer .footer-top h4,
.page-footer .footer-top h5,
.page-footer .footer-top h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.page-footer .footer-top p,
.page-footer .footer-top small,
.page-footer .footer-top strong,
.page-footer .footer-top span {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-footer .footer-top .footer-title {
  font-size: 16px;
  font-weight: 700;
}
.page-footer .footer-top a {
  text-transform: initial;
  font-weight: 400;
}
.page-footer .footer-top a:hover {
  text-decoration: underline;
}
.page-footer .footer-middle {
  background-color: #6f0251;
  max-width: 1280px;
  padding-bottom: calc(20px + 2rem);
  padding-left: 20px;
  padding-right: 20px;
}
.page-footer .footer-middle div[class*="footer-middle-block"] {
  float: left;
  width: 25%;
  overflow: hidden;
}
.page-footer .footer-middle div[class*="footer-middle-block"] .footer-section-content .list-links li {
  line-height: 33px;
}
.page-footer .footer-middle a {
  color: #ffffff;
}
.page-footer .footer-middle a span {
  color: #ffffff;
}
.page-footer .footer-middle .newsletter-block .newsletter {
  max-width: 100%;
  width: 100%;
}
.page-footer .footer-middle .newsletter-block .newsletter input {
  padding: 0 0 0 24px;
}
.page-footer .footer-middle [class*=fab] {
  color: #000000;
}
.page-footer .footer-middle h1,
.page-footer .footer-middle h2,
.page-footer .footer-middle h3,
.page-footer .footer-middle h4,
.page-footer .footer-middle h5,
.page-footer .footer-middle h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.page-footer .footer-middle p,
.page-footer .footer-middle small,
.page-footer .footer-middle strong,
.page-footer .footer-middle span {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-footer .footer-middle .footer-title {
  font-size: 16px;
  font-weight: 700;
}
.page-footer .footer-middle a {
  text-transform: initial;
  font-weight: 400;
}
.page-footer .footer-middle a:hover {
  text-decoration: underline;
}
.page-footer .footer-bottom {
  background-color: #881166;
  padding: 0;
  display: flow-root;
}
.page-footer .footer-bottom a {
  color: #ffffff;
}
.page-footer .footer-bottom a span {
  color: #ffffff;
}
.page-footer .footer-bottom h1,
.page-footer .footer-bottom h2,
.page-footer .footer-bottom h3,
.page-footer .footer-bottom h4,
.page-footer .footer-bottom h5,
.page-footer .footer-bottom h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.page-footer .footer-bottom p,
.page-footer .footer-bottom small,
.page-footer .footer-bottom strong,
.page-footer .footer-bottom span {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-footer .footer-bottom .footer-title {
  font-size: 16px;
}
.page-footer .footer-bottom .footer-bottom-links p {
  display: none;
}
.page-footer .footer-bottom a {
  text-transform: initial;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}
.page-footer .footer-bottom a:hover {
  text-decoration: underline;
}
.page-footer .footer-bottom.footer.content {
  max-width: none;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links {
  max-width: 1280px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links {
  order: 2;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links .block-cms-link {
  display: contents;
  float: none;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links .block-cms-link a {
  margin-left: 20px;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .copyright {
  background-color: transparent;
  text-align: left;
  padding: 0;
  line-height: 22px;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .copyright span {
  font-family: Helvetica;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}
.page-footer .footer-middle.footer.content,
.page-footer .footer-top.footer.content {
  overflow: auto;
  width: 100%;
}
.page-footer .widget.block {
  margin: 0;
}
.page-footer .footer.content ul {
  padding-right: 0;
}
.page-footer .footer.content div[class*="footer-middle-block"] .block,
.page-footer .footer.content div[class*="footer-top-block"] .block {
  float: none;
}
@media (min-width: 577px) {
  .page-footer .footer-top .footer-section-content.hidden,
  .page-footer .footer-middle .footer-section-content.hidden {
    display: block;
  }
  .page-footer .footer-top .footer-title.toggle:after,
  .page-footer .footer-middle .footer-title.toggle:after {
    margin-left: 0;
    font-family: "luma-icons";
    content: '';
  }
  .page-footer .footer-top .footer-title.toggle.active:after,
  .page-footer .footer-middle .footer-title.toggle.active:after {
    margin-left: 0;
    font-family: "luma-icons";
    content: '';
  }
}
.page-footer .footer.content {
  border-top-color: transparent;
}
.page-footer .footer-section-content.hidden {
  display: none;
}
.page-footer .footer-title.toggle:after {
  margin-left: 15px;
  font-family: "luma-icons";
  content: '\e622';
}
.page-footer .footer-title.toggle.active:after {
  margin-left: 15px;
  font-family: "luma-icons";
  content: '\e621';
}
@media (max-width: 768px) {
  .page-footer .footer-middle .newsletter-block .newsletter {
    max-width: 100% !important;
  }
  .page-footer .footer-bottom.footer.content .footer-bottom-cr-links {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links .block-cms-link a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.webforms-success-text p {
  margin-bottom: 3rem;
}
.webforms-success-text a {
  text-decoration: underline;
}
body .carousel-container div#banner-slider-carousel .owl-item:not(.active) img {
  display: none;
}
body ul.items,
body ol.items {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .page-wrapper ul {
  list-style: disc;
}
body .page-wrapper .sidebar ul,
body .page-wrapper .sidebar nav.items ul[class*="menu"] {
  list-style: none;
}
body .page-wrapper .footer-top.footer-usp.content .footer-top-usp-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
body button {
  box-shadow: none !important;
}
body p {
  font-size: 16px;
  color: #222222;
}
body a {
  color: #333333;
  font-weight: 400;
}
body a:hover {
  color: currentColor;
}
body a:active {
  color: currentColor;
}
body .page-wrapper .headerimg-block code {
  padding: 0;
}
body .page-wrapper h1,
body .page-wrapper h2,
body .page-wrapper h3,
body .page-wrapper h4,
body .page-wrapper h5,
body .page-wrapper h6 {
  font-family: Helvetica;
}
body .page-wrapper h1 {
  color: #333333;
  font-size: 32px;
}
body .page-wrapper h2 {
  color: #333333;
  font-size: 24px;
}
body .page-wrapper h3 {
  color: #333333;
  font-size: 19px;
}
body .page-wrapper h4 {
  color: #333333;
  font-size: 16px;
}
body .page-wrapper h5 {
  color: #333333;
  font-size: 13px;
}
body .page-wrapper h6 {
  color: #333333;
  font-size: 10px;
}
body .page-wrapper ul {
  list-style: disc;
}
body .page-wrapper ul li {
  color: #333333;
}
body .page-wrapper ul li a,
body .page-wrapper ul li span,
body .page-wrapper ul li a span {
  color: #333333;
}
body .page-wrapper .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: inherit;
}
body .margin-t1 {
  margin-top: 5px;
}
body .margin-t2 {
  margin-top: 10px;
}
body .margin-t3 {
  margin-top: 15px;
}
body .margin-t4 {
  margin-top: 20px;
}
body .margin-t5 {
  margin-top: 25px;
}
body .margin-t6 {
  margin-top: 30px;
}
body .margin-b1 {
  margin-bottom: 5px;
}
body .margin-b2 {
  margin-bottom: 10px;
}
body .margin-b3 {
  margin-bottom: 15px;
}
body .margin-b4 {
  margin-bottom: 20px;
}
body .margin-b5 {
  margin-bottom: 25px;
}
body .margin-b6 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .page-layout-1column .breadcrumbs,
  .page-layout-2columns-left .breadcrumbs,
  .page-layout-2columns-right .breadcrumbs,
  .page-layout-3columns .breadcrumbs,
  .page-layout-1column #maincontent.page-main,
  .page-layout-2columns-left #maincontent.page-main,
  .page-layout-2columns-right #maincontent.page-main,
  .page-layout-3columns #maincontent.page-main,
  .page-layout-1column header.page-header .header.content,
  .page-layout-2columns-left header.page-header .header.content,
  .page-layout-2columns-right header.page-header .header.content,
  .page-layout-3columns header.page-header .header.content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-wrapper .page-header {
  background-color: #ffffff;
}
.page-wrapper .page-header .minicart-wrapper .action.showcart .counter.qty {
  background-color: #333333;
  border-radius: 20px;
  height: 18px;
  width: 18px;
  font-size: 10px;
  line-height: 18px;
}
.page-wrapper .page-header .panel.wrapper {
  background-color: #e1e1e1;
  border-bottom: 0px;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links {
  display: inline-flex;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"],
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-left-link"],
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-right-link"],
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] {
  margin: 0 10px;
  display: flex;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links {
  float: left;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links {
  float: right;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-name button.action.switch {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .greet.welcome {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li a {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li span {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .link.authorization-link:after {
  display: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome.active .header.links {
  list-style: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome.active .header.links li a {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome.active .header.links li a span {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome button.action.switch {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] a,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] span,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] p {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] ul li a {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] a,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] span,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] p {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] ul li a {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .actions.dropdown.options.switcher-options .action.toggle.switcher-trigger strong span {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .header.content {
  background-color: #ffffff;
}
.page-wrapper .page-header .header.content .block-search {
  margin-bottom: 20px;
}
.page-wrapper .page-header .header.content .search-mobile-full-width .field.search .label {
  display: none;
}
.page-wrapper .page-header .header.content .user-icon-header {
  display: inline;
}
.page-wrapper .page-header .header.content .user-icon-header .header-user-icon {
  margin-left: 10px;
  margin-top: 5px;
  float: right;
  display: inline;
}
.page-wrapper .page-header .header.content .header-content-middle-container {
  font-size: 16px;
  color: #ffffff;
  float: left;
  margin: 0 0 10px 15px;
  position: relative;
  z-index: 4;
  font-family: Helvetica;
}
.page-wrapper .page-header .header.content .form.minisearch .field.search .control input#search {
  background-color: #ffffff;
  width: 100%;
  height: 32px;
  border-color: #333333;
  color: #333333;
}
.page-wrapper .page-header .header.content .form.minisearch .field.search .control input#search:focus {
  box-shadow: 0 0 3px 1px #333333;
}
.page-wrapper .page-header .header.content .form.minisearch .field.search .control input#search::placeholder {
  color: #333333;
  font-size: 16px;
  font-style: initial;
}
.page-wrapper .page-header .header.content .form.minisearch .actions .action.search:before {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 32px;
  font-family: "luma-icons";
  content: '\e615';
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:before {
  color: #881166;
  font-size: 24px;
  line-height: 32px;
  font-family: "luma-icons";
  content: '\e611';
}
.page-wrapper .sections.nav-sections.open-menu {
  width: 100%;
}
.page-wrapper .sections.nav-sections ul {
  list-style: none;
}
.page-wrapper .sections.nav-sections .nav-sections-items {
  background-color: #881166;
  border-top: 0px;
  border-bottom: 0px;
  border-color: #ffffff;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .category-item.active a.level-top {
  border: none;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .category-item.active a.level-top span {
  color: #ffffff;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.has-active .level-top {
  border-color: 0, 57, 108;
  border-width: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 {
  background-color: #881166;
  padding-right: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top {
  background-color: #881166;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:hover {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:hover > span {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:active {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:active > span {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top span {
  background-color: #881166;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top span:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top span:hover {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top span:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top span:active {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 span {
  padding-right: 5px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0:hover {
  background-color: #6f0251;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active {
  background-color: #6f0251;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top span {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top:active {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top:active > span {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .active a,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .active a,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .active a,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .active a {
  border-color: 0, 57, 108;
  border-width: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item {
  border-radius: 1px;
  margin-right: 0 !important;
  padding-right: 10px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item {
  padding-right: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all {
  background-color: #881166;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:hover {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:hover > span {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:active {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:active > span {
  background-color: #6f0251;
  color: #ffffff;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all span {
  background-color: #881166;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header.content .header-content-middle-container {
    display: block;
  }
  .section-items.nav-sections-items .header-x-marker {
    display: none;
  }
  .header-mobile-logo > img {
    width: inherit;
    margin-top: inherit;
  }
  .block-search .label:before {
    margin: inherit;
  }
}
.header-content-middle-container {
  display: none;
}
.header-mobile-logo > img {
  width: 70%;
  margin-top: 20px;
}
.section-items.nav-sections-items .header-x-marker {
  font-size: 50px;
  top: 0px;
  right: 100px;
  position: absolute;
}
.section-items.nav-sections-items .header-x-marker:after {
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .page-wrapper .page-header .panel.wrapper .header.content .block-search {
    margin-bottom: 0;
  }
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .nav-sections-item-content img {
  width: 70%;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .nav-sections-item-title {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .nav-sections-item-title a {
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .parent .level-top:after {
  content: '\e622';
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .parent .level-top.ui-state-active:after {
  content: '\e621';
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent {
  border-color: #ffffff;
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent:active {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .submenu,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu {
  background-color: #881166;
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:hover {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:active span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:active span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:hover span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:hover span {
  background-color: #881166;
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span {
  background-color: #881166;
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span:focus,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span:focus {
  color: #ffffff;
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span.ui-menu-icon,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span.ui-menu-icon {
  display: none;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item .ui-corner-all {
  background-color: #881166;
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item .ui-corner-all span {
  background-color: #881166;
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .submenu .ui-menu-item {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .submenu .ui-menu-item a.ui-state-focus {
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .level0.parent:hover {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .level0.parent:hover span {
  background-color: #881166;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items ul.header.links .customer-welcome .customer-menu .header.links li a {
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items ul.header.links .customer-welcome .customer-menu .header.links li a:hover {
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items ul.header.links .customer-welcome .customer-menu .header.links li a span {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .section-item-content .menu-container .menu.horizontal {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .block-search .control {
    border: none;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links,
  .page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links {
    display: none;
  }
  .page-wrapper .page-header .header.content .user-icon-header .header-user-icon {
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-wrapper .page-header .header.content .search-mobile-full-width .form.minisearch .field.search .control:after {
    content: '\e615';
    font-family: luma-icons;
    position: absolute;
    right: 25px;
    bottom: 35px;
    z-index: 99999;
    color: #000000;
    font-size: 14px;
  }
  .page-wrapper .page-header .header.content .search-mobile-full-width .form.minisearch .field.search .control input#search {
    position: static;
    border-radius: 0;
    border-color: #000000;
    background-color: #ffffff;
    width: 100%;
    height: auto;
  }
}
.product-reel .block-title {
  text-align: left;
  margin: 10px 0 20px;
}
.product-reel .block-title strong {
  position: relative;
  background: #ffffff;
  padding-right: 10px;
  margin: 0;
  display: inline-block;
  color: #333333;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 32px;
}
.product-reel .products {
  margin: 0 0 30px;
}
.product-reel .products-grid .product-item-inner {
  overflow: inherit !important;
  display: flex !important;
  position: relative !important;
  box-shadow: none !important;
  border: none;
  margin-top: 10px;
}
.product-reel .products-grid .product-item-actions {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.product-reel .products-grid .product-item-actions .actions-primary .stock {
  display: none;
}
.product-reel .products-grid .product-item-actions .actions-secondary {
  display: flex;
  flex-direction: row;
}
.product-reel .products-grid .swatch-attribute-options {
  margin: 10px 0 0;
}
.product-reel .products-grid .product-item-info:hover .product-item-inner {
  padding: 0px;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer {
  padding-bottom: 10px;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: flex !important;
  justify-content: stretch;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item {
  height: 100%;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-container {
  width: 100% !important;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-wrapper {
  width: 100%;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-photo {
  width: 100%;
  object-fit: cover;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-inner {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-details {
  height: 100%;
}
.product-reel .product-item .minimal-price {
  line-height: 20px;
}
.product-reel .product-item .minimal-price .price-container {
  display: inline;
}
.carousel-container .owl-stage .owl-item.active {
  margin-left: -2px;
}
.carousel-container .owl-stage .block-promo {
  min-width: 100%;
}
.carousel-container .owl-stage .banner-item.banner-slider .slider-banner-container {
  position: relative;
  width: 100%;
}
.carousel-container .owl-stage .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
  position: absolute;
  top: 250px;
  left: 100px;
  width: 50%;
}
.carousel-container .owl-stage .banner-item.banner-slider .blocks-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0;
}
.cms-home .owl-wrapper-outer .product-image-container {
  display: inline;
}
.cms-home .owl-wrapper-outer .product-image-container .product-image-wrapper {
  padding-bottom: 115% !important;
}
.cms-home .owl-wrapper-outer .product-image-container .product-image-wrapper .product-image-photo {
  margin: 0 auto;
}
.cms-home .banners-3 .banners-3-item img {
  position: relative;
  width: 100%;
  /* for IE 6 */
}
.cms-home .banners-3 .banners-3-item .banner-content {
  position: absolute;
  top: 250px;
  left: 50px;
  width: auto;
  min-width: 50%;
  background-color: #ffffff;
}
.cms-home .banners-3 .banners-3-item .banner-content h2 {
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
.cms-home .banners-3 .banners-3-item .banner-content h3 {
  margin: 0 auto;
  padding: 0 0 30px 10px;
}
.carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
  top: 50px;
}
@media only screen and (min-width: 401px) {
  .carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
    top: 90px;
    left: 30px;
  }
}
@media only screen and (min-width: 551px) {
  .carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
    top: 130px;
    left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
    top: 0;
    left: 0;
  }
}
@media (max-width: 1350px) and (min-width: 992px) {
  .banners-3 .banners-3-item .banner-content {
    top: 150px;
  }
}
@media (max-width: 992px) {
  .cms-home .home-erin .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blocks-promo .block-promo {
    max-width: none;
    border-right: 0;
    bottom: 0;
    padding: 32px 42px;
    width: 100%;
    border-bottom: 0;
    margin-bottom: 16px;
  }
  .blocks-promo .block-promo:last-of-type {
    margin-bottom: 16px;
  }
  .blocks-promo .block-promo span.content {
    background-color: rgba(255, 255, 255, 0.9);
    width: calc(100% - 50px);
    text-align: center;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 20px;
  }
  .blocks-promo .block-promo span.content .title {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 10px;
  }
  .blocks-promo .block-promo span.content .info {
    font-size: 16px;
  }
  .blocks-promo .block-promo span.content .icon.more {
    font-size: 14px;
  }
  .blocks-promo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 0;
  }
  .blocks-promo .home-performance img {
    top: 0;
  }
  .blocks-promo .block-promo-wrapper .block-promo:last-child {
    margin-bottom: 0;
  }
  .blocks-promo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .womens-main,
  .home-main,
  .mens-main,
  .new-main,
  .sale-main,
  .gear-main,
  .home-pants,
  .home-t-shirts,
  .home-erin,
  .home-performance,
  .home-eco {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}
.blocks-promo .block-promo span.content {
  background-color: rgba(255, 255, 255, 0.9);
}
body .columns .column.main {
  padding-bottom: 0;
}
body .columns .column.main p {
  margin-bottom: 0;
}
body .page-footer {
  margin-top: 32px;
}
body .page-wrapper .nav-sections {
  margin-bottom: 32px;
}
body .block-static-block.widget,
body .block-cms-link.widget {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blocks-promo .block-promo .content .title {
    font-size: 20px !important;
  }
  .blocks-promo .block-promo .content .info {
    font-size: 16px;
  }
}
p,
li {
  color: #e1e1e1;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span {
  font-family: Helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #881166;
}
li,
p,
a {
  font-size: 16px;
}
p {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 28px;
  color: #e1e1e1;
}
.bundle-options-container .product-add-form {
  display: block;
}
.bundle-options-wrapper {
  display: none;
}
.bundle-options-container .block-bundle-summary {
  width: 100%;
  padding: 0;
  /* margin-top: 0; */
  margin: 0;
  float: none;
}
.bundle-options-container .block-bundle-summary .price-box {
  display: none;
}
.bundle-options-container {
  margin-bottom: 0;
}
.bundle-actions {
  margin: 0;
}
.cms-index-index .actions-secondary .action.towishlist,
.page-products .actions-secondary .action.towishlist,
.catalog-product-view .actions-secondary .action.towishlist,
.cms-index-index .actions-secondary .action.tocompare,
.page-products .actions-secondary .action.tocompare,
.catalog-product-view .actions-secondary .action.tocompare,
.cms-index-index .actions-secondary .action.mailto.friend,
.page-products .actions-secondary .action.mailto.friend,
.catalog-product-view .actions-secondary .action.mailto.friend {
  background-color: transparent;
  color: #6f0251;
}
.cms-index-index .actions-secondary .action.towishlist:hover,
.page-products .actions-secondary .action.towishlist:hover,
.catalog-product-view .actions-secondary .action.towishlist:hover,
.cms-index-index .actions-secondary .action.tocompare:hover,
.page-products .actions-secondary .action.tocompare:hover,
.catalog-product-view .actions-secondary .action.tocompare:hover,
.cms-index-index .actions-secondary .action.mailto.friend:hover,
.page-products .actions-secondary .action.mailto.friend:hover,
.catalog-product-view .actions-secondary .action.mailto.friend:hover,
.cms-index-index .actions-secondary .action.towishlist:active,
.page-products .actions-secondary .action.towishlist:active,
.catalog-product-view .actions-secondary .action.towishlist:active,
.cms-index-index .actions-secondary .action.tocompare:active,
.page-products .actions-secondary .action.tocompare:active,
.catalog-product-view .actions-secondary .action.tocompare:active,
.cms-index-index .actions-secondary .action.mailto.friend:active,
.page-products .actions-secondary .action.mailto.friend:active,
.catalog-product-view .actions-secondary .action.mailto.friend:active {
  background-color: transparent;
  color: #881166;
}
.cms-index-index .action.mailto.friend,
.page-products .action.mailto.friend,
.catalog-product-view .action.mailto.friend {
  background-color: transparent;
  color: #6f0251;
}
.cms-index-index .action.mailto.friend:hover,
.page-products .action.mailto.friend:hover,
.catalog-product-view .action.mailto.friend:hover,
.cms-index-index .action.mailto.friend:active,
.page-products .action.mailto.friend:active,
.catalog-product-view .action.mailto.friend:active {
  background-color: transparent;
  color: #881166;
}
.cms-index-index .product-social-links .product-addto-links .action.towishlist,
.page-products .product-social-links .product-addto-links .action.towishlist,
.catalog-product-view .product-social-links .product-addto-links .action.towishlist,
.cms-index-index .product-social-links .product-addto-links .action.tocompare,
.page-products .product-social-links .product-addto-links .action.tocompare,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare,
.cms-index-index .product-social-links .product-addto-links .action.mailto.friend,
.page-products .product-social-links .product-addto-links .action.mailto.friend,
.catalog-product-view .product-social-links .product-addto-links .action.mailto.friend {
  background-color: transparent;
  color: #6f0251;
}
.cms-index-index .product-social-links .product-addto-links .action.towishlist:hover,
.page-products .product-social-links .product-addto-links .action.towishlist:hover,
.catalog-product-view .product-social-links .product-addto-links .action.towishlist:hover,
.cms-index-index .product-social-links .product-addto-links .action.tocompare:hover,
.page-products .product-social-links .product-addto-links .action.tocompare:hover,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare:hover,
.cms-index-index .product-social-links .product-addto-links .action.mailto.friend:hover,
.page-products .product-social-links .product-addto-links .action.mailto.friend:hover,
.catalog-product-view .product-social-links .product-addto-links .action.mailto.friend:hover,
.cms-index-index .product-social-links .product-addto-links .action.towishlist:active,
.page-products .product-social-links .product-addto-links .action.towishlist:active,
.catalog-product-view .product-social-links .product-addto-links .action.towishlist:active,
.cms-index-index .product-social-links .product-addto-links .action.tocompare:active,
.page-products .product-social-links .product-addto-links .action.tocompare:active,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare:active,
.cms-index-index .product-social-links .product-addto-links .action.mailto.friend:active,
.page-products .product-social-links .product-addto-links .action.mailto.friend:active,
.catalog-product-view .product-social-links .product-addto-links .action.mailto.friend:active {
  background-color: transparent;
  color: #881166;
}
/* only active when related products are on right side two column*/
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row {
  display: block;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item {
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item .product-item-info .product-item-photo {
  position: relative;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item .product-item-info:hover .product-item-photo {
  left: 0;
  top: 0;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item .product.details.product-item-details {
  min-height: auto !important;
}
.sidebar.sidebar-main dl dd,
.sidebar.sidebar-main dl dt {
  word-break: break-word;
}
.sidebar.sidebar-main li.item a {
  color: #e1e1e1;
}
.navigation .category-item.active a.level-top {
  border: none;
}
.navigation .category-item.active a.level-top span {
  color: #e1e1e1;
}
.filter-options ol.items {
  list-style: none;
  padding: 0;
}
.block.widget.block-products-list.grid .owl-wrapper .owl-item .product-item {
  margin-left: 2.5%;
  width: 95% !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.filter-options .swatch-attribute.swatch-layered.color a.swatch-option-link-layered .swatch-option {
  height: 30px;
}
.products-grid.grid div:not(.owl-wrapper-outer) .product-item-details {
  max-width: 100%;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.item.product.product-item.col-sm-6.col-md-6.col-lg-4 {
  width: 100% !important;
}
a.action > span {
  color: #333333;
}
span.block-subtitle.filter-current-subtitle {
  color: #881166;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}
.filter-options-content a:hover {
  background-color: inherit;
}
.product-item-info:hover .product.details.product-item-details strong.product.name.product-item-name a.product-item-link {
  text-decoration: underline;
}
.page-products .product-item-info {
  background: #ffffff;
  border: none;
  position: relative;
  padding: 0px;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-top: 1px solid #ebebeb;
}
.catalog-category-view .products-grid .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-inner {
  box-shadow: none;
  border: none;
  border-top: 1px transparent solid;
  top: 0;
  left: auto;
  right: auto;
  margin: 0 !important;
  padding: 0px;
  height: auto !important;
  width: auto !important;
  clip: auto !important;
  position: absolute !important;
  display: flex;
  bottom: 20px;
}
.catalog-category-view .message.notice a,
.catalogsearch-result-index .message.notice a {
  color: #333333;
}
.catalogsearch-result-index .products-grid .product-item-info:hover {
  border-top: 1px transparent solid;
}
.catalogsearch-result-index .products-grid .product-item-actions {
  margin: 0;
}
.page-products .product-item .minimal-price {
  line-height: 15px;
}
.page-products .product-item .minimal-price .price-container {
  display: inline;
}
.catalog-category-view .products-grid .product-item-inner {
  height: auto !important;
  width: auto !important;
  clip: auto !important;
}
.catalog-category-view .products-grid .product-item-actions {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.catalog-category-view .products-grid .product-item-actions .actions-primary {
  display: inline !important;
}
.catalog-category-view .products-grid .product-item-actions .actions-primary + .actions-secondary > .action {
  width: 20px;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer {
  padding-bottom: 10px;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: flex !important;
  justify-content: stretch;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item {
  height: 100%;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-container {
  width: 100% !important;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-wrapper {
  width: 100%;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-photo {
  width: 100%;
  object-fit: cover;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-inner {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-details {
  height: 100%;
}
.block.widget.block-products-list.grid .products-grid .owl-wrapper-outer .owl-item .product-item .product-item-inner {
  height: auto;
  margin: 0;
  box-shadow: none;
  border: none;
}
.pages ul.pages-items li.item .page span {
  color: #333333;
}
.pages ul.pages-items .item.current .page span {
  color: #333333;
}
.catalog-category-view .products.list.items.product-items,
.catalogsearch-result-index .products.list.items.product-items {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap !important;
  -ms-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
}
.catalog-category-view .products.list.items.product-items .item.product.product-item,
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item {
  display: flex;
  margin-bottom: 15px;
}
.catalog-category-view .products.list.items.product-items .product-image-container,
.catalogsearch-result-index .products.list.items.product-items .product-image-container {
  width: 100% !important;
}
.catalog-category-view div[class*="swatch-opt"],
.catalogsearch-result-index div[class*="swatch-opt"] {
  width: auto;
}
.page-products .sorter,
.catalog-category-view .sorter {
  position: relative;
}
@media (max-width: 768px) {
  .sidebar.sidebar-main-before {
    width: 100%;
  }
  .toolbar-products {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-left .sidebar.sidebar-main-before {
    width: 20.83333333%;
    float: left;
  }
  .sidebar.sidebar-main-before {
    max-width: min-content;
  }
}
@media (max-width: 767px) {
  div#layered-filter-block .block-title.filter-title strong {
    float: right;
    width: 100%;
    position: relative;
    margin-top: 5px;
  }
}
@media (max-width: 1385px) and (min-width: 768px) {
  .sidebar.sidebar-main-before {
    max-width: inherit;
  }
}
a.apptrian-subcategories-category {
  background: #ffffff;
  border: none;
  position: relative;
  padding: 0;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.amshopby-filter-value {
  border-radius: 4px;
  background-color: #0066c1;
  padding: 16px 52px 13px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  font-family: Helvetica;
}
a.apptrian-subcategories-category {
  border-top: 1px solid transparent;
}
.amshopby-filter-current .amshopby-filter-name {
  display: none;
}
a.amshopby-remove {
  left: 82% !important;
  top: 17px;
}
.amshopby-filter-current .amshopby-remove:before,
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:hover:before,
.amshopby-filter-current .amshopby-remove:hover:after {
  background-color: #ffffff;
  font-weight: 700;
}
ol.amshopby-items.items,
li.amshopby-button,
li.filter-clear-wrapper {
  display: inline;
}
a.apptrian-subcategories-category:hover,
.products-grid .product-item-info:hover {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.above-main .amshopby-filter-current-inner {
  border-bottom: 1px solid rgba(153, 176, 196, 0.4);
  border-top: 1px solid rgba(153, 176, 196, 0.4);
  padding: 20px 0px 20px 0px;
}
a.apptrian-subcategories-category,
.owl-wrapper li.product-item,
.owl-item .product-item-info {
  border-top: 1px solid #ebebeb;
}
/* changes 12-7 */
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .product-item-inner,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .product-item-inner,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .product-item-inner {
  position: relative !important;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size {
  display: grid;
  flex-direction: column;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
/* end changes 12-7 */
/* prices */
@media (min-width: 993px) {
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box p.price-to {
    width: 48%;
    display: inline-block;
    padding-left: 5px;
    line-height: 1;
  }
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box .price-from {
    width: 45%;
    display: inline-block;
    line-height: 1;
  }
}
/* end prices */
@media (min-width: 768px) {
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box p.price-to {
    width: auto;
  }
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box .price-from {
    width: auto;
  }
}
.block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box p.price-to {
  width: 48%;
  display: inline-block;
  padding-left: 5px;
  line-height: 1;
}
.block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box .price-from {
  width: 45%;
  display: inline-block;
  line-height: 1;
}
.page-products .products-grid .item.product.product-item .product-item-info .product.details.product-item-details {
  padding: 20px 20px 50px 20px;
}
.page-products .products-grid .item.product.product-item .product-item-info .product.details.product-item-details .price-box {
  margin-top: 0;
}
.page-products .products-grid .item.product.product-item .product-item-info .product.details.product-item-details .price-box > .price-box {
  margin-top: 0;
}
.page-products .products-grid .item.product.product-item .product-item-info .product-image-container .product-image-photo {
  bottom: 0 !important;
}
.page-products .products-grid .item.product.product-item .product-item-info:hover .product.details.product-item-details {
  margin-bottom: 0;
}
.page-products .products-grid .item.product.product-item .product-item-info:hover .product.details.product-item-details .price-box {
  float: none;
  width: auto;
}
.page-products .products-grid .item.product.product-item .product-item-details .product-item-inner {
  position: relative !important;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.size {
  display: grid;
  flex-direction: column;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.color {
  display: flex;
  flex-direction: column;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.page-products .products-list .product-item-details .swatch-attribute.size {
  flex-direction: column;
}
.page-products .products-list .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.page-products .products-list .product-item-details .swatch-attribute.color {
  display: flex;
  flex-direction: column;
}
.page-products .products-list .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item {
  margin-left: 0;
}
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details {
  margin-bottom: 50px;
}
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item .product-item-info:hover .product.details.product-item-details {
  margin-bottom: 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  height: 30px;
  margin: 0 10px 10px 0;
  padding: 4px 0px;
  font-size: 11px;
  padding: 4px 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.text {
  padding: 4px 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options {
  margin: 10px 0 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  height: 30px;
  margin: 0 10px 10px 0;
}
.catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
  color: #333333;
}
.catalog-product-view .product.attribute.description p,
.catalog-product-view .product.attribute.description ul,
.catalog-product-view .product.attribute.description ol span {
  color: #333333;
}
.catalog-product-view .product.attribute.description p li,
.catalog-product-view .product.attribute.description ul li,
.catalog-product-view .product.attribute.description ol span li {
  color: #333333;
}
.catalog-product-view .product.attribute.description p li p,
.catalog-product-view .product.attribute.description ul li p,
.catalog-product-view .product.attribute.description ol span li p,
.catalog-product-view .product.attribute.description p li span a,
.catalog-product-view .product.attribute.description ul li span a,
.catalog-product-view .product.attribute.description ol span li span a {
  color: #333333;
}
.catalog-product-view .product.attribute.description p li p:hover,
.catalog-product-view .product.attribute.description ul li p:hover,
.catalog-product-view .product.attribute.description ol span li p:hover,
.catalog-product-view .product.attribute.description p li span a:hover,
.catalog-product-view .product.attribute.description ul li span a:hover,
.catalog-product-view .product.attribute.description ol span li span a:hover,
.catalog-product-view .product.attribute.description p li p:active,
.catalog-product-view .product.attribute.description ul li p:active,
.catalog-product-view .product.attribute.description ol span li p:active,
.catalog-product-view .product.attribute.description p li span a:active,
.catalog-product-view .product.attribute.description ul li span a:active,
.catalog-product-view .product.attribute.description ol span li span a:active {
  color: #333333;
}
.catalog-product-view .block.related .block-content.content .block-actions .action.select {
  color: #333333;
}
.catalog-product-view .block.related .block-content.content .block-actions .action.select:hover,
.catalog-product-view .block.related .block-content.content .block-actions .action.select:active,
.catalog-product-view .block.related .block-content.content .block-actions .action.select:focus {
  color: #333333;
}
.catalog-product-view .block.related .field.choice input[type="checkbox"] {
  top: 0px;
  left: 20px;
}
.catalog-product-view .block.related .products.wrapper.grid.products-grid.products-related .products.list.items.product-items.row .item.product.product-item .product-item-info {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
}
.catalog-product-view .block.related .products.wrapper.grid.products-grid.products-related .products.list.items.product-items.row .item.product.product-item .product-item-info:hover {
  box-shadow: 0 2px 4px 0 #fff;
  background: #ffffff;
}
.catalog-product-view .block.upsell .block-title.title strong#block-upsell-heading {
  color: #333333;
}
.swatch-attribute-options {
  margin: 10px 0 0;
}
.catalog-product-view .product-info-main {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-info-main .product-info-price {
  border: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  float: left;
}
.catalog-product-view .product-info-main .product-options-bottom .actions .action.primary.tocart {
  width: auto;
  padding: 14px 28px;
}
.catalog-product-view .product-item-details a.product-item-link {
  color: #6f0251;
  font-weight: 700;
}
.catalog-product-view .product-items .product-item .product-item-actions .tocompare {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap {
  margin-top: 20px;
}
.catalog-product-view .fotorama__thumb-border {
  border: #881166 1px solid;
}
.catalog-product-view .product.details.product-item-details {
  text-align: left;
  padding: 20px;
  min-height: 120px;
}
.catalog-product-view .product.media img.gallery-placeholder__image {
  margin: auto;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 0px !important;
}
.catalog-product-view .product-info-main .product.attribute.overview ul {
  padding-left: 20px;
}
.catalog-product-view .products-grid .product-item {
  margin-left: 0% !important;
}
.catalog-product-view .products-grid .product-item .product-item-info {
  width: 100% !important;
  margin-bottom: 30px;
  border-top: 1px solid transparent;
}
.catalog-product-view .page-title-wrapper.product .page-title {
  margin-top: 0px;
}
.catalog-product-view .products-upsell a.product-item-link {
  color: #6f0251;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
}
.catalog-product-view .products-upsell strong#block-upsell-heading {
  color: #881166;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
}
.catalog-product-view .products-upsell .item.product.product-item {
  display: flex;
}
.catalog-product-view .products-upsell .product-item-info,
.catalog-product-view .products-upsell .product-item-info:hover {
  border-radius: inherit;
  background-color: inherit;
  box-shadow: none;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.catalog-product-view .products-upsell .product-item-info li,
.catalog-product-view .products-upsell .product-item-info:hover li {
  text-align: center;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: initial;
  border: initial;
  margin: auto;
  padding: initial;
  position: relative;
  z-index: 2;
}
.additional-attributes th.col.label {
  padding: 25px 0px;
  font-family: Helvetica;
  color: #e1e1e1;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  width: 50%;
  white-space: break-spaces;
}
.additional-attributes td.col.data {
  color: #e1e1e1;
  padding: 25px 0px;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 16px;
  padding-right: 87px;
  white-space: nowrap;
  white-space: inherit;
}
.block-viewed-products-grid .recently-viewed-slider {
  display: flex !important;
}
.block-viewed-products-grid .recently-viewed-slider .owl-carousel .owl-wrapper-outer {
  height: auto;
}
.block-viewed-products-grid .recently-viewed-slider .owl-carousel .owl-wrapper-outer li.item.product.product-item {
  border: none;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item {
  margin-right: 1px;
  float: left;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item {
  display: flex !important;
  flex: 1 0 auto !important;
  height: 100% !important;
  width: auto !important;
  margin-right: 15px !important;
  box-shadow: 0px 1px 1px 1px #eee8e8;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: white;
  margin-bottom: 40px;
  margin-top: 40px;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  position: relative;
  padding: 0;
  z-index: 2;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item:hover {
  width: 100%;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info {
  box-shadow: none;
  width: 100% !important;
  padding: 15px !important;
  margin-bottom: 30px !important;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info:hover {
  margin: auto;
  padding: 15px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info .product-item-details strong > a {
  color: #881166;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: 700;
  color: none;
  font-size: 16px;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info .product-item-details .stock {
  display: none;
}
.block-viewed-products-grid .block-title {
  margin-bottom: 0px;
}
.block-viewed-products-grid .block-title .block-related-heading {
  position: relative;
  background: #ffffff;
  padding-right: 10px;
  margin: 0;
  display: inline-block;
  color: #333333;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
}
.product.data.items > .item.content {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-layout-1column .block.widget .products-grid .recently-viewed-slider .product-item:nth-child(4n + 1) {
    width: auto !important;
  }
}
@media (min-width: 1500px) {
  .owl-wrapper-outer .owl-item .product-item-info {
    min-width: auto;
  }
}
@media (max-width: 992px) {
  .page-layout-1column .block.widget .products-grid .recently-viewed-slider .product-item:nth-child(4n + 1) {
    width: 95% !important;
  }
}
@media (max-width: 479px) {
  .recently-viewed-slider .owl-item span.product-image-wrapper {
    max-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .product-image-container span.product-image-wrapper {
    padding-bottom: 75% !important;
  }
}
@media (max-width: 639px) {
  td.col.data {
    padding: 5px 10px !important;
  }
  .product-item-inner .product-item-actions .actions-primary {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .product-item-inner .product-item-actions .actions-primary + .actions-secondary > .action {
    width: 20px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
    padding-right: 0px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .catalog-product-view .products-related.products-grid .product-items {
    margin-right: 0;
  }
  .catalog-product-view .products-related.products-grid .product-items .product-item {
    margin-left: auto !important;
    display: flex;
    width: calc((100% - 4%) / 2);
  }
}
@media (max-width: 576px) {
  .catalog-product-view .products-related.products-grid .product-items {
    margin: 0;
  }
  .catalog-product-view .products-related.products-grid .product-items .product-item {
    margin-left: auto !important;
    display: flex;
  }
}
/*All devices / sizes */
.cms-index-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover,
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover,
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover,
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover {
  border-top: 1px solid #ebebeb;
  box-shadow: 0 2px 4px 0 #fff;
  background: #fff;
}
.cms-index-index .items.product-items .item.product.product-item .price-box,
.catalog-category-view .items.product-items .item.product.product-item .price-box,
.catalog-product-view .items.product-items .item.product.product-item .price-box,
.catalogsearch-result-index .items.product-items .item.product.product-item .price-box {
  float: left;
  width: 100%;
}
.cms-index-index .items.product-items .item.product.product-item .product-item-info,
.catalog-category-view .items.product-items .item.product.product-item .product-item-info,
.catalog-product-view .items.product-items .item.product.product-item .product-item-info,
.catalogsearch-result-index .items.product-items .item.product.product-item .product-item-info {
  margin: 0px;
}
.cms-index-index .items.product-items .item.product.product-item .product-item-info:hover,
.catalog-category-view .items.product-items .item.product.product-item .product-item-info:hover,
.catalog-product-view .items.product-items .item.product.product-item .product-item-info:hover,
.catalogsearch-result-index .items.product-items .item.product.product-item .product-item-info:hover {
  padding: 0px;
  box-shadow: none;
  border: none;
  border-top: 1px solid #ebebeb;
}
.cms-index-index .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner,
.catalog-category-view .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner,
.catalog-product-view .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner,
.catalogsearch-result-index .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner {
  margin: -1px;
}
.cms-index-index .list.products-list .list.items.product-items .item.product.product-item,
.catalog-category-view .list.products-list .list.items.product-items .item.product.product-item,
.catalog-product-view .list.products-list .list.items.product-items .item.product.product-item,
.catalogsearch-result-index .list.products-list .list.items.product-items .item.product.product-item {
  margin-bottom: 20px;
}
.cms-index-index .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo,
.catalog-category-view .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo,
.catalog-product-view .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo,
.catalogsearch-result-index .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo {
  width: auto;
}
.cms-index-index .list.products-list .list.items.product-items .product-item-info .product-item-name,
.catalog-category-view .list.products-list .list.items.product-items .product-item-info .product-item-name,
.catalog-product-view .list.products-list .list.items.product-items .product-item-info .product-item-name,
.catalogsearch-result-index .list.products-list .list.items.product-items .product-item-info .product-item-name {
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cms-index-index .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner,
.catalog-category-view .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner,
.catalog-product-view .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner,
.catalogsearch-result-index .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner {
  margin: auto;
}
.cms-index-index .owl-wrapper-outer .owl-wrapper li.product-item,
.catalog-category-view .owl-wrapper-outer .owl-wrapper li.product-item,
.catalog-product-view .owl-wrapper-outer .owl-wrapper li.product-item,
.catalogsearch-result-index .owl-wrapper-outer .owl-wrapper li.product-item {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.cms-index-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name,
.catalog-category-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name,
.catalog-product-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name,
.catalogsearch-result-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name {
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cms-index-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info,
.catalog-category-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info,
.catalog-product-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info,
.catalogsearch-result-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.cms-index-index .products-upsell .product-item-info:hover,
.catalog-category-view .products-upsell .product-item-info:hover,
.catalog-product-view .products-upsell .product-item-info:hover,
.catalogsearch-result-index .products-upsell .product-item-info:hover {
  border-top: 1px solid #ebebeb !important;
  box-shadow: 0 2px 4px 0 #fff !important;
  margin: 0;
  padding: 0;
}
.cms-index-index .sidebar.sidebar-main,
.catalog-category-view .sidebar.sidebar-main,
.catalog-product-view .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-main {
  padding-right: 20px;
}
.cms-index-index .owl-carousel .owl-wrapper .owl-item img,
.catalog-category-view .owl-carousel .owl-wrapper .owl-item img,
.catalog-product-view .owl-carousel .owl-wrapper .owl-item img,
.catalogsearch-result-index .owl-carousel .owl-wrapper .owl-item img {
  width: auto;
}
.cms-index-index .products-grid .product-item-info:hover,
.catalog-category-view .products-grid .product-item-info:hover,
.catalog-product-view .products-grid .product-item-info:hover,
.catalogsearch-result-index .products-grid .product-item-info:hover {
  border-top: 1px solid #ebebeb;
}
.cms-index-index .related .products-related .related-available .product-item-name,
.catalog-category-view .related .products-related .related-available .product-item-name,
.catalog-product-view .related .products-related .related-available .product-item-name,
.catalogsearch-result-index .related .products-related .related-available .product-item-name {
  margin-left: 0;
}
.catalog-category-view .products-grid .item.product.product-item {
  display: flex;
  margin-left: 0 !important;
}
.catalog-category-view .products-grid .item.product.product-item .product-item-info {
  width: 100%;
}
.catalog-category-view .products-grid .item.product.product-item .product-item-info .product-image-container img.product-image-photo {
  bottom: auto;
}
.catalog-category-view .products-grid .item.product.product-item .product.details.product-item-details {
  padding-bottom: 50px;
  padding: 20px 20px 0 20px;
}
.catalog-category-view .products-grid .item.product.product-item .product.details.product-item-details .product-item-inner {
  position: static !important;
  width: 1px !important;
}
.catalog-category-view .products-grid .item.product.product-item .product.details.product-item-details .product-item-inner .product-item-actions {
  bottom: 12px !important;
  position: absolute;
}
/* Above 992px */
@media only screen and (min-width: 992px) {
  .catalog-category-view.page-layout-2columns-left .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 20px;
  }
}
/* Above 768px */
/* Between 992px and 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 20px;
  }
}
/* Between 992px and 993px */
@media only screen and (min-width: 992px) and (max-width: 993px) {
  .cms-home .columns,
  .catalog-category-view .columns,
  .catalog-product-view .columns,
  .catalogsearch-result-index .columns {
    padding: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n) {
    padding-right: 20px;
  }
  .catalog-category-view.page-layout-2columns-left .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 0px;
  }
}
/* Between 768px and 992px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cms-home .columns,
  .catalog-category-view .columns,
  .catalog-product-view .columns,
  .catalogsearch-result-index .columns {
    padding: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n) {
    padding-right: 20px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n) {
    padding-right: 0px;
  }
}
/* Under 768px */
/* Under 576px */
@media only screen and (max-width: 576px) {
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper {
    padding-right: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type {
    padding-right: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd) {
    padding-right: 0px;
  }
}
.products.wrapper.grid.products-grid.products-crosssell .products.list.items.product-items.row .item.product.product-item .product-item-info {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-top: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.products.wrapper.grid.products-grid.products-crosssell .products.list.items.product-items.row .item.product.product-item .product-item-info:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.block-products-list .products-grid.grid .owl-wrapper-outer .owl-wrapper .owl-item .product-item-info .product-item-inner {
  width: auto !important;
}
.block-products-list .products-grid.grid .owl-wrapper-outer .owl-wrapper .owl-item .product-item-info .product-item-inner .product-item-actions {
  display: flex !important;
  justify-content: space-between;
}
.catalog-category-view .products-list .products.list.items.product-items .item.product.product-item,
.cms-index-index .products-list .products.list.items.product-items .item.product.product-item,
.catalogsearch-result-index .products-list .products.list.items.product-items .item.product.product-item {
  display: block;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-top: 1px solid #ebebeb;
}
.catalog-category-view .products-list .products.list.items.product-items .item.product.product-item .product-item-info,
.cms-index-index .products-list .products.list.items.product-items .item.product.product-item .product-item-info,
.catalogsearch-result-index .products-list .products.list.items.product-items .item.product.product-item .product-item-info {
  background-color: transparent !important;
  box-shadow: none;
}
.page-products .products-grid .product-item {
  margin-left: 0;
}
.page-products .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.page-products .products-grid .product-item .product-image-container span.product-image-wrapper {
  padding-bottom: 115% !important;
}
.page-products .products-grid .product-item .product.details.product-item-details .product-item-inner .product-item-actions {
  bottom: 12px !important;
}
@media (min-width: 640px) and (max-width: 768px) {
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    padding-left: 0 !important;
  }
}
@media (max-width: 639px) {
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    padding-left: 0 !important;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-actions .actions-toolbar,
.checkout-index-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-actions .actions-toolbar {
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update {
  border-color: #6f0251;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:hover,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:active,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:focus,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:focus {
  border-color: #881166;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover span,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:hover span,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active span,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:active span,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:focus span,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:focus span {
  border: none;
}
.checkout-cart-index ul.opc-progress-bar span,
.checkout-index-index ul.opc-progress-bar span {
  color: #333333;
}
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active:before {
  border-color: #881166;
  background-color: #881166;
}
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active > span:after,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:after,
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before {
  border-color: #881166;
}
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background-color: #881166;
}
.checkout-cart-index li#payment span.action,
.checkout-index-index li#payment span.action {
  color: #333333;
}
.checkout-cart-index li#payment button:not(.primary) span,
.checkout-index-index li#payment button:not(.primary) span {
  color: #333333;
}
.checkout-index-index .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row {
  display: block;
  margin: 0;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row td.col-method {
  text-align: left;
  padding-left: 15px;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row .col-price {
  width: 10%;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row [id*="label_method"] {
  width: 20%;
}
@media (max-width: 639px) {
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background-color: #ffffff;
  }
}
.box-content address {
  font-family: Helvetica;
}
.customer-account-create .mage-error {
  text-align: center;
  color: #ffffff;
  background-color: #DD6363;
  height: 60px;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  padding-top: 5%;
  margin-left: 10%;
  width: 100%;
}
.customer-account-login .secondary.email {
  margin-right: 15px;
}
body.account main#maincontent .columns a {
  color: #333333;
}
body.account main#maincontent .columns .block-collapsible-nav .nav.items li.nav.item:not(.current) a {
  color: #333333;
}
body.account main#maincontent .columns .block-collapsible-nav .nav.items .item.current > strong {
  border: none;
}
.amcompany-customer-account .page-wrapper .page-main a {
  color: #333333;
}
.amcompany-customer-account .page-wrapper .page-main a:hover {
  color: #333333;
}
.amcompany-customer-account .page-wrapper .page-main a .action {
  color: #333333;
}
.amcompany-customer-account .page-wrapper .page-main a .action:hover {
  color: #333333;
}
.amcompany-customer-account .page-wrapper .page-main a .view {
  color: #333333;
}
.amcompany-customer-account .page-wrapper .page-main a .view:hover {
  color: #333333;
}
.account .order-links .item {
  list-style: none;
}
.account .actions-toolbar > .primary button.action {
  background-color: #881166;
}
.account .actions-toolbar > .primary button.action span {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action:hover {
  background-color: #6f0251;
}
.account .actions-toolbar > .primary button.action:hover span {
  color: #ffffff;
}
.account .sidebar-main .block-collapsible-nav {
  z-index: 8;
}
.account.wishlist-index-index .products-grid .product-item-info {
  width: auto !important;
  margin-bottom: 0;
  border: 1px solid transparent;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0);
  padding: 9px;
  position: relative;
  z-index: 8;
  margin: -10px;
}
.account.wishlist-index-index .products-grid .product-item-info:hover,
.account.wishlist-index-index .products-grid .product-item-info .product-item-info.active {
  background: #ffffff;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
  padding: 9px;
  position: relative;
  z-index: 9;
  width: auto;
  margin: -10px;
}
ol#wishlist-sidebar li.product-item .product-item-info {
  border: none;
  box-shadow: none;
}
.wishlist-index-index .products-grid.wishlist .product-item-description,
.wishlist-index-index .products-grid.wishlist .product-item-tooltip {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-item-name {
  width: 100%;
  height: 53px;
  display: inline !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info {
  border: none !important;
  padding-right: 10px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-image-container span.product-image-wrapper {
  padding-bottom: 115% !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-photo {
  max-width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-photo .product-image-container {
  max-width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-item-info:hover {
  background-color: #fff;
  width: 100% !important;
  padding-right: 10px;
  border: none;
  display: block;
  flex-direction: inherit;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner {
  box-shadow: none;
  border: none;
  background-color: #fff;
  margin: auto;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner .field.comment-box .control {
  margin-top: 20px;
}
.wishlist-index-index .actions-toolbar .primary button.action {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.wishlist-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.wishlist-index-index .products-grid .product-item-info:hover .product-item-inner {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  overflow: inherit;
}
@media (max-width: 576px) {
  .wishlist-index-index .products-grid .product-item {
    width: 48%;
  }
}
@media (max-width: 639px) {
  .wishlist-index-index .products-grid.wishlist .product-item {
    width: 48%;
    padding-right: 10px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-photo {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-name,
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-description,
  .wishlist-index-index .products-grid.wishlist .product-item .product-item .price-box,
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-tooltip {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty,
  .wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: block;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-name {
    display: inline-block !important;
    z-index: 999;
  }
}
@media (max-width: 768px) {
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-info {
    box-shadow: none;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-info .price-box {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .wishlist-index-index .products-grid .product-item {
    width: 30%;
  }
}
.page-with-filter .page-products .sorter {
  position: relative;
}
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option,
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.color,
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.image {
  width: auto;
  height: 30px;
}
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.size,
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.text {
  width: auto;
  height: 30px;
}
@media (min-width: 421px) {
  .page-with-filter .toolbar-amount {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }
  .page-with-filter .toolbar-sorter.sorter {
    float: right;
    position: initial;
  }
}
.block.widget.block-viewed-products-grid .block-title strong {
  color: #881166;
  font-weight: 700;
}
/* 3rd party modules specific */
.amblog-index-index .amblog-element-block .amblog-categories .amblog-link,
.amblog-index-post .amblog-element-block .amblog-categories .amblog-link {
  color: #333333;
  font-weight: 700;
}
.amblog-index-index .amblog-post-container .amblog-ref,
.amblog-index-post .amblog-post-container .amblog-ref,
.amblog-index-index .amblog-post-container .amblog-read,
.amblog-index-post .amblog-post-container .amblog-read {
  color: #333333;
  font-weight: 700;
}
.amblog-index-index .amblog-post-container .amblog-title,
.amblog-index-post .amblog-post-container .amblog-title,
.amblog-index-index .amblog-comments-wrapper .amblog-title,
.amblog-index-post .amblog-comments-wrapper .amblog-title {
  color: #000000;
  font-weight: 700;
}
.amblog-index-index .amblog-form-search .amblog-btn,
.amblog-index-post .amblog-form-search .amblog-btn,
.amblog-index-index .amblog-form-comment .amblog-btn,
.amblog-index-post .amblog-form-comment .amblog-btn {
  background-color: #881166;
  color: #ffffff;
  font-weight: 700;
}
.amblog-index-index .post-slider .post-item-details .post-item-name a,
.amblog-index-post .post-slider .post-item-details .post-item-name a,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name a,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name a,
.amblog-index-index .post-slider .amblog-content .post-item-name a,
.amblog-index-post .post-slider .amblog-content .post-item-name a,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name a,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name a,
.amblog-index-index .post-slider .post-item-details .amblog-title a,
.amblog-index-post .post-slider .post-item-details .amblog-title a,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title a,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title a,
.amblog-index-index .post-slider .amblog-content .amblog-title a,
.amblog-index-post .post-slider .amblog-content .amblog-title a,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title a,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title a,
.amblog-index-index .post-slider .post-item-details .post-item-name .amblog-headline,
.amblog-index-post .post-slider .post-item-details .post-item-name .amblog-headline,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .amblog-headline,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .amblog-headline,
.amblog-index-index .post-slider .amblog-content .post-item-name .amblog-headline,
.amblog-index-post .post-slider .amblog-content .post-item-name .amblog-headline,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .amblog-headline,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .amblog-headline,
.amblog-index-index .post-slider .post-item-details .amblog-title .amblog-headline,
.amblog-index-post .post-slider .post-item-details .amblog-title .amblog-headline,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .amblog-headline,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .amblog-headline,
.amblog-index-index .post-slider .amblog-content .amblog-title .amblog-headline,
.amblog-index-post .post-slider .amblog-content .amblog-title .amblog-headline,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .amblog-headline,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .amblog-headline,
.amblog-index-index .post-slider .post-item-details .post-item-name .post-item-link,
.amblog-index-post .post-slider .post-item-details .post-item-name .post-item-link,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .post-item-link,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .post-item-link,
.amblog-index-index .post-slider .amblog-content .post-item-name .post-item-link,
.amblog-index-post .post-slider .amblog-content .post-item-name .post-item-link,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .post-item-link,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .post-item-link,
.amblog-index-index .post-slider .post-item-details .amblog-title .post-item-link,
.amblog-index-post .post-slider .post-item-details .amblog-title .post-item-link,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .post-item-link,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .post-item-link,
.amblog-index-index .post-slider .amblog-content .amblog-title .post-item-link,
.amblog-index-post .post-slider .amblog-content .amblog-title .post-item-link,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .post-item-link,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .post-item-link {
  color: #000000;
  font-weight: 700;
}
.amblog-index-index .post-slider .post-item-details .post-item-name a:hover,
.amblog-index-post .post-slider .post-item-details .post-item-name a:hover,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name a:hover,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name a:hover,
.amblog-index-index .post-slider .amblog-content .post-item-name a:hover,
.amblog-index-post .post-slider .amblog-content .post-item-name a:hover,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name a:hover,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name a:hover,
.amblog-index-index .post-slider .post-item-details .amblog-title a:hover,
.amblog-index-post .post-slider .post-item-details .amblog-title a:hover,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title a:hover,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title a:hover,
.amblog-index-index .post-slider .amblog-content .amblog-title a:hover,
.amblog-index-post .post-slider .amblog-content .amblog-title a:hover,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title a:hover,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title a:hover,
.amblog-index-index .post-slider .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-post .post-slider .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-index .post-slider .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-post .post-slider .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-index .post-slider .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-post .post-slider .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-index .post-slider .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-post .post-slider .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-index .post-slider .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-post .post-slider .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-index .post-slider .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-post .post-slider .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-index .post-slider .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-post .post-slider .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-index .post-slider .amblog-content .amblog-title .post-item-link:hover,
.amblog-index-post .post-slider .amblog-content .amblog-title .post-item-link:hover,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .post-item-link:hover,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .post-item-link:hover {
  color: #000000;
}
.am-checkout .minicart-items-wrapper {
  list-style: none;
}
.am-checkout .minicart-items-wrapper li.product-item {
  color: #333333;
}
.am-checkout .checkout-shipping-address,
.am-checkout .checkout-shipping-method {
  color: #333333;
}
.am-checkout .checkout-shipping-address .primary button.action.action-update {
  background-color: #881166;
  color: #ffffff;
}
.am-checkout .checkout-shipping-address .primary button.action.action-update:hover,
.am-checkout .checkout-shipping-address .primary button.action.action-update:active,
.am-checkout .checkout-shipping-address .primary button.action.action-update:visited,
.am-checkout .checkout-shipping-address .primary button.action.action-update:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.am-checkout .checkout-shipping-address .primary button.action.action-cancel {
  background-color: #e1e1e1;
  color: #000000;
}
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:hover,
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:active,
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:visited,
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:focus {
  color: #ffffff;
  background-color: #881166;
}
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button {
  background-color: #881166;
  color: #ffffff;
}
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:hover,
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:active,
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:visited,
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.am-checkout #checkout-step-payment .payment-group button.primary {
  background-color: #881166;
  color: #ffffff;
}
.am-checkout #checkout-step-payment .payment-group button.primary:hover,
.am-checkout #checkout-step-payment .payment-group button.primary:active,
.am-checkout #checkout-step-payment .payment-group button.primary:visited,
.am-checkout #checkout-step-payment .payment-group button.primary:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.am-checkout .payment-methods .action.primary.checkout.amasty {
  background-color: #881166;
  color: #ffffff;
}
.am-checkout .payment-methods .action.primary.checkout.amasty:hover,
.am-checkout .payment-methods .action.primary.checkout.amasty:active,
.am-checkout .payment-methods .action.primary.checkout.amasty:visited,
.am-checkout .payment-methods .action.primary.checkout.amasty:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button {
  background-color: #881166;
  color: #ffffff;
}
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:hover,
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:active,
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:visited,
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button {
  background-color: #881166;
  color: #ffffff;
}
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:hover,
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:active,
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:visited,
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary {
  background-color: #881166;
  color: #ffffff;
}
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:hover,
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:active,
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:visited,
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .secondary a {
  color: #333333;
}
.am-checkout .amcheckout-note a,
.am-checkout .amasty-module-status a,
.am-checkout .fields-comment.message a {
  color: #333333;
}
.am-checkout .amcheckout-module-link .amcheckout-link {
  color: #333333;
}
.am-checkout .checkout-success a {
  color: #333333;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column p.step-title.amcheckout-title {
  background: #ffffff;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background-color: #ffffff;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container div#onepage-checkout-shipping-method-additional-load .amdelivery-main-container.fieldset .field.date,
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container div#onepage-checkout-shipping-method-additional-load .amdelivery-main-container.fieldset span.amdelivery-rules.value {
  padding-left: 40px;
  padding-right: 40px;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items {
  background-color: #ffffff;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  background-color: #ffffff;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-wrapper #shipping-new-address-form {
  padding-left: 40px;
  padding-right: 40px;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-wrapper #shipping-new-address-form .control .input-text {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #dddddd;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-wrapper #shipping-new-address-form .label span {
  color: #00192f;
  font-weight: 700;
  font-size: 16px;
  font-family: Overpass, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #dddddd;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-form-login fieldset#customer-email-fieldset label span {
  color: #00192f;
  font-weight: 700;
  font-size: 16px;
  font-family: Overpass, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-form-login .fieldset {
  padding-left: 40px;
  padding-right: 40px;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-step-container .amcheckout-title {
  background: #ffffff;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary,
.checkout-payment-method.submit,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
  background-color: #ffffff;
}
ul.amfinder-toggle li {
  width: 20% !important;
}
.amfinder-vertical .last {
  display: inline-block !important;
}
.amfinder-horizontal .last {
  display: inline-block !important;
}
.amfinder-horizontal .amfinder-buttons {
  text-align: left;
  margin-left: 15px;
  margin-top: 20px;
}
.amfinder-horizontal .amfinder-buttons > button.button.action.primary {
  float: left;
  text-align: left;
  margin-right: 15px;
}
.header-amasty-finder {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.amfinder-vertical,
.amfinder-horizontal {
  background-color: transparent;
}
.amfinder-buttons > button {
  background-color: #e1e1e1;
  color: #000000;
}
.amfinder-buttons > button span {
  color: #000000;
}
.amfinder-buttons > button span:hover {
  color: #ffffff;
}
.amfinder-buttons > button:hover,
.amfinder-buttons > button:active,
.amfinder-buttons > button:focus {
  background-color: #881166;
  color: #ffffff;
}
.amfinder-buttons > button:hover span,
.amfinder-buttons > button:active span,
.amfinder-buttons > button:focus span {
  color: #000000;
}
.amfinder-buttons .button.action.primary {
  background-color: #881166;
  color: #ffffff;
}
.amfinder-buttons .button.action.primary span {
  color: #ffffff;
}
.amfinder-buttons .button.action.primary span:hover {
  color: #ffffff;
}
.amfinder-buttons .button.action.primary:hover,
.amfinder-buttons .button.action.primary:active,
.amfinder-buttons .button.action.primary:focus {
  background-color: #6f0251;
  color: #ffffff;
}
.amfinder-buttons .button.action.primary:hover span,
.amfinder-buttons .button.action.primary:active span,
.amfinder-buttons .button.action.primary:focus span {
  color: #ffffff;
}
.amfinder-index-index .products.list.items.product-items {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap !important;
  -ms-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
}
.amfinder-index-index .products.list.items.product-items .item.product.product-item {
  display: flex;
  margin-bottom: 15px;
}
.amfinder-index-index div[class*="swatch-opt"] {
  padding-bottom: 30px;
  width: auto;
}
.amfinder-index-index .products-grid .product-item-info:hover {
  border-top: 1px transparent solid;
  margin: inherit !important;
  margin-bottom: 30px !important;
}
.amfinder-index-index .products-grid .product-item-info:hover .product-item-inner {
  bottom: 20px;
}
.amfinder-index-index .products-grid .product-item-inner {
  box-shadow: none;
  border: none;
  left: auto;
  right: auto;
  margin: 10px 0 0 0 !important;
  padding: 0px;
  height: auto !important;
  width: auto !important;
  clip: auto !important;
  position: relative !important;
  display: flex;
  bottom: 20px;
}
.amfinder-index-index .message.notice a {
  color: #333333;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container {
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-wrapper .amlocator-select {
  border: 1px solid transparent;
  background-color: #000000;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button {
  border: 1px solid transparent;
  background-color: #881166;
  color: #ffffff;
  margin-bottom: 45px;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:hover,
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:active,
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:focus,
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:focus-within {
  border: 1px solid transparent;
  background-color: #881166;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container {
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter {
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter span {
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter .amlocator-arrow:after,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter .amlocator-arrow:before {
  background-color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-clear {
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button {
  border: 1px solid transparent;
  background-color: #881166;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:hover,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:active,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:focus,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:focus-within {
  border: 1px solid transparent;
  background-color: #881166;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-select {
  border: 1px solid transparent;
  background-color: #000000;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper {
  border: 1px solid transparent;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc {
  background-color: #ffffff;
  color: #e1e1e1;
  border-bottom: 1px solid transparent;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc:last-of-type {
  border-bottom: none;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information {
  color: #e1e1e1;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link {
  color: #000000;
  font-weight: 700;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary {
  background-color: #881166;
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary span {
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary span:hover {
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:hover,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:active,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:focus {
  background-color: #6f0251;
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:hover span,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:active span,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:focus span {
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .secondary a.action.back {
  color: #333333;
}
.am-attachments .am-fileline a,
.am-attachments .am-fileline .am-filelink {
  color: #333333;
}
.catalog-category-view .products-grid .amquote-action-wrap .product-item-inner {
  position: relative !important;
}
.catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .actions-primary .amquote-addto-button {
  height: 33px;
}
.catalog-product-view button#product-addtoquote.amquote-addto-button {
  height: 49.6px;
}
.mpbrand-index-view button#product-addtoquote.amquote-addto-button {
  height: 49.6px;
}
.amquote-addto-button.-guest {
  white-space: nowrap !important;
}
@media (max-width: 992px) {
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner {
    position: relative !important;
    display: block !important;
  }
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .amquote-addto-button.-small,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .amquote-addto-button.-small {
    white-space: nowrap !important;
  }
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .product-item-info .product-item-details .actions-secondary,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .product-item-info .product-item-details .actions-secondary {
    margin-top: 0px;
  }
}
@media (max-width: 1250px) {
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary button,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary button {
    width: 100%;
  }
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary .amquote-addto-button,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary .amquote-addto-button {
    display: block;
  }
}
@media (min-width: 993px) and (max-width: 1350px) {
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner {
    display: block !important;
  }
}
@media (min-width: 1351px) {
  .cms-index-index .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner,
  .catalog-category-view .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner,
  .catalog-product-view .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner {
    margin: -1px 3px -1px -1px;
  }
  .mpbrand-index-view .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner {
    margin: -1px -1px -1px;
  }
}
.mpbrand-index-view .products-grid .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover {
  padding: 0;
  margin: 0;
}
.mpbrand-index-view .products-grid .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover .product-item-inner {
  padding: 0;
}
.mpbrand-index-view .products-grid .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap .product-item-inner {
  position: relative !important;
  height: auto;
  width: auto;
}
.amshopby-filter-tooltip {
  max-width: 45px !important;
}
.am_shopby_link_selected {
  font-weight: 400;
}
div#amasty-shopby-product-list .products.wrapper.grid .product-items .product-item {
  display: flex;
}
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button {
  background-color: #6f0251;
  color: #ffffff;
}
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:hover,
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:active,
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:visited,
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a {
  color: #333333;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go {
  background-color: #6f0251;
  color: #ffffff;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:hover,
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:active,
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:visited,
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.sidebar.amasty-shopby .block.filter .am-shopby-form a.am-swatch-link {
  color: #333333;
}
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close {
  background-color: #e1e1e1;
  color: #000000;
}
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:hover,
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:active,
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:visited,
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:focus {
  color: #ffffff;
  background-color: #881166;
}
.sidebar.amasty-shopby .amslider .children-category-container a {
  color: #333333;
}
.sidebar.amasty-shopby .amshopby-items .amshopby-item a {
  color: #333333;
}
.sidebar.amasty-shopby .am-show-more,
.sidebar.amasty-shopby a[class*="am-filter-item"] {
  color: #333333;
}
.sidebar.amasty-shopby {
  padding-right: 0;
  margin-bottom: 20px;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a {
  font-weight: 400;
  color: #333333;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a:hover {
  color: #0072ce;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a:hover span {
  color: #0072ce;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a.amshopby-link-selected {
  color: #0072ce;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a.amshopby-link-selected span {
  color: #0072ce;
}
.sidebar.amasty-shopby .am-show-more {
  padding-left: 0;
}
.catalog-category-view .subcategory-heading.category-name {
  margin: 0 auto;
  padding: 0px;
  background-color: #ffffff;
  padding-top: 0px;
  font-size: 32px;
  margin-bottom: 20px;
}
.catalog-category-view .subcategory-heading.category-name span {
  color: #881166;
}
.apptrian-subcategories-grid.row,
.apptrian-subcategories-grid {
  display: flex;
  box-sizing: inherit;
}
.apptrian-subcategories-grid.row li,
.apptrian-subcategories-grid li {
  width: 23% !important;
}
.apptrian-subcategories-grid.row li.apptrian-subcategories-category-wrapper,
.apptrian-subcategories-grid li.apptrian-subcategories-category-wrapper {
  margin-bottom: 40px !important;
  margin-right: 10px !important;
  margin-top: 20px !important;
  margin-left: 10px !important;
  min-height: 250px;
  box-shadow: 0px 1px 1px 1px #eee8e8;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.025);
  background-color: #ffffff;
}
.cms-home .apptrian-subcategories-grid,
.catalog-category-view .apptrian-subcategories-grid,
.catalog-product-view .apptrian-subcategories-grid,
.catalogsearch-result-index .apptrian-subcategories-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper {
  padding-right: 0;
}
.cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category {
  margin-left: 16px;
}
.cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
  padding-right: 0 !important;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button {
  background-color: #e1e1e1;
  color: #000000;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button span {
  color: #000000;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button span:hover {
  color: #ffffff;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:hover,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:active,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:focus {
  background-color: #881166;
  color: #ffffff;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:hover span,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:active span,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:focus span {
  color: #000000;
}
.bss-box-button button.main-color,
.bss-fastorder-autocomplete button.main-color {
  background-color: #881166;
  color: #ffffff;
}
.bss-box-button button.main-color span,
.bss-fastorder-autocomplete button.main-color span {
  color: #ffffff;
}
.bss-box-button button.main-color span:hover,
.bss-fastorder-autocomplete button.main-color span:hover {
  color: #ffffff;
}
.bss-box-button button.main-color:hover,
.bss-fastorder-autocomplete button.main-color:hover,
.bss-box-button button.main-color:active,
.bss-fastorder-autocomplete button.main-color:active,
.bss-box-button button.main-color:focus,
.bss-fastorder-autocomplete button.main-color:focus {
  background-color: #6f0251 !important;
  color: #ffffff;
}
.bss-box-button button.main-color:hover span,
.bss-fastorder-autocomplete button.main-color:hover span,
.bss-box-button button.main-color:active span,
.bss-fastorder-autocomplete button.main-color:active span,
.bss-box-button button.main-color:focus span,
.bss-fastorder-autocomplete button.main-color:focus span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload {
  background-color: #881166;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload span:hover {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:hover,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:active,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:focus {
  background-color: #6f0251;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:hover span,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:active span,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:focus span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart {
  background-color: #881166;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart span:hover {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart:hover,
#bss-fastorder-form .bss-fastorde-bottom .tocart:active,
#bss-fastorder-form .bss-fastorde-bottom .tocart:focus {
  background-color: #6f0251;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart:hover span,
#bss-fastorder-form .bss-fastorde-bottom .tocart:active span,
#bss-fastorder-form .bss-fastorde-bottom .tocart:focus span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add {
  background-color: #e1e1e1;
  color: #000000;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add span {
  color: #000000;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add span:hover {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:hover,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:active,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:focus {
  background-color: #881166;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:hover span,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:active span,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:focus span {
  color: #000000;
}
#bss-fastorder-form .bss-search-bar .bss-search-input2 {
  z-index: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option {
  background-color: #e1e1e1;
  color: #000000;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option span {
  color: #000000;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option span:hover {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:hover,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:active,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:focus {
  background-color: #881166;
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:hover span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:active span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:focus span {
  color: #000000;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option {
  background-color: #881166;
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option span {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option span:hover {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:hover,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:active,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:focus {
  background-color: #6f0251;
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:hover span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:active span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:focus span {
  color: #ffffff;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent {
  z-index: 9;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 {
  z-index: 9;
}
.page-wrapper .sections.nav-sections .nav-sections-items [class*="level"] .submenu .category-item {
  z-index: 9;
}
.page-wrapper .sections.nav-sections .nav-sections-items [class*="level"] .submenu .ui-menu-item {
  z-index: 9;
}
.bss-fastorde-bottom button.primary,
.bss-fastorde-bottom button.main-color {
  background-color: #881166;
  color: #ffffff;
}
.bss-fastorde-bottom button.primary span,
.bss-fastorde-bottom button.main-color span {
  color: #ffffff;
}
.bss-fastorde-bottom button.primary span:hover,
.bss-fastorde-bottom button.main-color span:hover {
  color: #ffffff;
}
.bss-fastorde-bottom button.primary:hover,
.bss-fastorde-bottom button.main-color:hover,
.bss-fastorde-bottom button.primary:active,
.bss-fastorde-bottom button.main-color:active,
.bss-fastorde-bottom button.primary:focus,
.bss-fastorde-bottom button.main-color:focus {
  background-color: #6f0251 !important;
  color: #ffffff;
}
.bss-fastorde-bottom button.primary:hover span,
.bss-fastorde-bottom button.main-color:hover span,
.bss-fastorde-bottom button.primary:active span,
.bss-fastorde-bottom button.main-color:active span,
.bss-fastorde-bottom button.primary:focus span,
.bss-fastorde-bottom button.main-color:focus span {
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color {
  background-color: #881166;
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color span {
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more span:hover,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color span:hover {
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more:hover,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:hover,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:active,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:active,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:focus,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:focus {
  background-color: #6f0251 !important;
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more:hover span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:hover span,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:active span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:active span,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:focus span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:focus span {
  color: #ffffff;
}
.cwiw .owl-theme .owl-controls {
  position: absolute;
  top: calc(50% - 26px);
  width: 100%;
}
.cwiw .owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  color: transparent;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -28px;
  position: absolute;
  z-index: 9;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\f053';
  font-family: "Font Awesome 5 Free";
  color: #6f7378;
  font-size: 36px;
  font-weight: 900;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -28px;
  position: absolute;
  z-index: 9;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  color: #6f7378;
  font-size: 36px;
  font-weight: 900;
  order: 2;
}
@media (max-width: 1440px) {
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -14px;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    float: left;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -14px;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-next:before {
    float: right;
  }
}
@media (max-width: 768px) {
  .cwiw {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cwiw .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    color: transparent;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 12%;
  }
}
.mp-banner-slider #banner-slider-carousel .owl-carousel .owl-stage-outer.owl-height {
  height: auto !important;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn {
  background-color: #881166;
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn span {
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn span:hover {
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:hover,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:active,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:focus {
  background-color: #6f0251;
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:hover span,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:active span,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:focus span {
  color: #ffffff;
}
.mp-option-item {
  color: #333333;
}
.brand-name-type-label-only .product.name.product-item-name .product-item-link {
  color: #333333;
}
.ui-menu-item.mpbrand-top-link .level-top span {
  color: #333333;
}
.block-brand-list .nav.brand-options .mp-option-item {
  color: #333333;
}
.block-brand-list .nav.brand-options .control .mp-option-item {
  color: #333333;
}
.product-brand-name a {
  color: #333333;
}
.block-brand-list .nav.brand-options .mp-first-opt .mp-option-item {
  color: #333333;
}
.block-brand-list .nav.brand-options li .mp-option-item {
  color: #333333;
}
.block-category-brand .block-content #category-brand-menu a span {
  color: #333333;
}
#block-brand-thumbnail-container #brand-thumbnail-bottom a.action {
  color: #333333;
}
.submenu .ui-menu-item.mpbrand-dropdown-menu .ui-menu-item #ui-all-brand {
  color: #333333;
}
.submenu .ui-menu-item.mpbrand-dropdown-menu .ui-menu-item > a > span {
  color: #333333;
}
#mwReviewPopup .save.primary {
  background-color: #881166;
  color: #ffffff;
}
#mwReviewPopup .save.primary:hover,
#mwReviewPopup .save.primary:active,
#mwReviewPopup .save.primary:focus {
  background-color: #6f0251;
  color: #ffffff;
}
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item {
  color: #000000;
  background-color: #e1e1e1;
}
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item:hover,
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item:active,
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item:focus {
  color: #ffffff;
  background-color: #881166;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default {
  background-color: #881166;
  color: #ffffff;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default:hover,
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default:active,
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default:focus {
  background-color: #6f0251;
  color: #ffffff;
}
.actions .action.primary.tocart#product-addtocart-button {
  background-color: #881166;
  color: #ffffff;
}
.actions .action.primary.tocart#product-addtocart-button:hover,
.actions .action.primary.tocart#product-addtocart-button:active,
.actions .action.primary.tocart#product-addtocart-button:focus {
  background-color: #6f0251;
  color: #ffffff;
}
.entry-edit-head-mageworx .entry-edit-head-link a {
  color: #333333;
}
#mageworx-installed-extenstions .mw-ext-container a {
  color: #333333;
}
.mageworx-shareable-link-container .mageworx-shareable-link-text a {
  color: #333333;
}
.blog-category-index .blog__post-list-wrapper h2.blog__post-title a {
  font-weight: 700;
  color: #881166;
}
.column.main .webforms .actions-toolbar .primary.action {
  background-color: #881166;
  color: #ffffff;
}
.column.main .webforms .actions-toolbar .primary.action:hover,
.column.main .webforms .actions-toolbar .primary.action:active,
.column.main .webforms .actions-toolbar .primary.action:visited,
.column.main .webforms .actions-toolbar .primary.action:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.column.main .webforms .actions-toolbar .secondary .button {
  background-color: #e1e1e1;
  color: #000000;
}
.column.main .webforms .actions-toolbar .secondary .button:hover,
.column.main .webforms .actions-toolbar .secondary .button:active,
.column.main .webforms .actions-toolbar .secondary .button:visited,
.column.main .webforms .actions-toolbar .secondary .button:focus {
  color: #ffffff;
  background-color: #881166;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary {
  background-color: #881166;
  color: #ffffff;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary:hover,
.column.main .webforms .actions-toolbar #webforms-show-form.primary:active,
.column.main .webforms .actions-toolbar #webforms-show-form.primary:visited,
.column.main .webforms .actions-toolbar #webforms-show-form.primary:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary {
  background-color: #881166;
  color: #ffffff;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:hover,
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:active,
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:visited,
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.column.main .webforms .block-webforms-form .primary .primary.action {
  background-color: #881166;
  color: #ffffff;
}
.column.main .webforms .block-webforms-form .primary .primary.action:hover,
.column.main .webforms .block-webforms-form .primary .primary.action:active,
.column.main .webforms .block-webforms-form .primary .primary.action:visited,
.column.main .webforms .block-webforms-form .primary .primary.action:focus {
  color: #ffffff;
  background-color: #6f0251;
}
.column.main .webforms .webforms-results-field .webforms-results-value a {
  color: #333333;
}
.column.main .webforms .block-webforms-navigation a {
  color: #333333;
}
.column.main .webforms .webforms-customer-account-result-view .secondary a {
  color: #333333;
}
#gdpr-custom-form .actions-toolbar .primary.action {
  background-color: #881166;
  color: #ffffff;
}
#gdpr-custom-form .actions-toolbar .primary.action:hover,
#gdpr-custom-form .actions-toolbar .primary.action:active,
#gdpr-custom-form .actions-toolbar .primary.action:visited,
#gdpr-custom-form .actions-toolbar .primary.action:focus {
  color: #ffffff;
  background-color: #6f0251;
}
#gdpr-custom-form .actions-toolbar .secondary .action {
  background-color: #e1e1e1;
  color: #000000;
}
#gdpr-custom-form .actions-toolbar .secondary .action:hover,
#gdpr-custom-form .actions-toolbar .secondary .action:active,
#gdpr-custom-form .actions-toolbar .secondary .action:visited,
#gdpr-custom-form .actions-toolbar .secondary .action:focus {
  color: #ffffff;
  background-color: #881166;
}
.page-products .products-grid .cards.cards-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.page-products .products-grid .cards.cards-products .card-column {
  padding-bottom: 30px;
}
.page-products .products-grid .cards.cards-products .card-column .card {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  height: 100%;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-top {
  width: auto;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-top a {
  padding-bottom: 0;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-top a img {
  position: relative;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-middle {
  height: 100%;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom {
  display: flex;
  flex-direction: column;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom div[class*=swatch-opt] {
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom div[class*=swatch-opt] .swatch-attribute.color {
  height: 30px;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom div[class*=swatch-opt] .swatch-attribute.color .swatch-attribute-options {
  height: 30px;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom .product-item-inner {
  background-color: transparent;
  bottom: inherit;
  position: relative !important;
}
/* Magento specific */
body .page-wrapper ul li a span,
body .page-wrapper ul li span span {
  color: #ffffff;
}
body .page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu a:hover,
body .page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu a.ui-state-focus:hover {
  background-color: #6f0251;
  color: #ffffff;
}
body .page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent:hover {
  background-color: #881166;
  color: #ffffff;
}
body .page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0:hover {
  background-color: #881166;
  color: #ffffff;
}
.product-item .price-box .price {
  color: #000000;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update span {
  color: #000000;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update:hover {
  background: #e1e1e1;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update:hover span {
  background: #e1e1e1;
  color: #333333;
}
.cart-discount .actions-toolbar .action.primary span {
  color: #000000;
}
.cart-discount .actions-toolbar .action.primary:hover {
  background: #e1e1e1;
}
.cart-discount .actions-toolbar .action.primary:hover span {
  color: #000000;
}
#discount-form .actions-toolbar .action.action-apply {
  background: #881166;
}
.minicart-items .product-item-details span {
  color: #000000;
}
.minicart-items .product-item-details .label {
  color: #000000;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after {
  color: #000000;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after {
  color: #000000;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
  color: #000000;
}
.content .additional-attributes td.col.data {
  color: #000000;
}
.content .additional-attributes th.col.label {
  color: #000000;
}
.page-footer .footer-middle div[class*=footer-middle-block] {
  max-width: 21%;
  flex: 25%;
}
.page-footer .footer-middle div[class*=footer-middle-block].offset-lg-1 {
  margin-left: 4.333333%;
}
.page-footer .footer-middle div[class*=footer-middle-block] .footer-phone:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #ffffff;
  float: left;
  height: 80%;
  align-items: center;
  display: flex;
  margin-right: 5%;
}
.page-footer .footer-middle div[class*=footer-middle-block] .footer-phone p {
  margin-left: 8px;
  float: left;
}
.page-footer .footer-middle div[class*=footer-middle-block] .footer-mobile:before {
  content: "\f10b";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #ffffff;
  float: left;
  height: 80%;
  align-items: center;
  display: flex;
  margin-right: 5%;
}
.page-footer .footer-middle div[class*=footer-middle-block] .footer-mobile p {
  margin-left: 8px;
  float: left;
}
.page-footer .footer-middle div[class*=footer-middle-block] .footer-email:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #ffffff;
  float: left;
  height: 80%;
  align-items: center;
  display: flex;
  margin-right: 5%;
}
.page-footer .footer-middle div[class*=footer-middle-block] .footer-email p {
  margin-left: 8px;
  float: left;
}
.page-footer .footer-middle div[class*=footer-middle-block] a:visited {
  color: #ffffff;
}
.page-footer .footer.content ul {
  list-style: disc;
  padding-left: 1.5em;
}
.page-footer .footer.content ul li {
  color: #ffffff;
}
.page-footer .footer.content ul li a {
  font-size: 12px;
}
@media (max-width: 992px) {
  .page-footer .footer-middle div[class*=footer-middle-block] {
    width: 100%;
    max-width: 45%;
    flex: 50%;
  }
  .page-footer .footer-middle div[class*=footer-middle-block].offset-lg-1 {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .page-footer .footer-middle div[class*=footer-middle-block] {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .page-footer .footer-middle div[class*=footer-middle-block].offset-lg-1 {
    margin-left: 0;
  }
}
body.page-products .products-grid .product-item-actions {
  width: 100%;
  padding-right: 25px;
}
body.page-products .products-grid .product-item-actions .actions-primary + .actions-secondary {
  display: block;
}
a.action.compare.primary span {
  color: #000000;
}
body.page-products .products-grid .product-items .product-item {
  width: calc((100% - 0%) / 2);
}
@media (min-width: 640px) {
  body.page-products .products-grid .product-items .product-item {
    width: calc((100% - 0%) / 3);
  }
}
@media (min-width: 769px) {
  body.page-products .products-grid .product-items .product-item {
    width: calc((100% - 0%) / 3);
  }
}
@media (min-width: 1024px) {
  body.page-products .products-grid .product-items .product-item {
    width: calc((100% - 0%) / 4);
  }
}
body.page-products .products-grid .product-item-actions {
  justify-content: flex-start;
}
body.page-products .products-grid .product-item-actions .actions-primary + .actions-secondary {
  display: flex;
}
.opc-wrapper .form-shipping-address .fieldset .field .label span {
  color: #000;
}
.table-checkout-shipping-method span {
  color: #000;
}
.table-checkout-shipping-method td {
  color: #000;
}
.items-in-cart strong {
  color: #000;
}
dl.item-options .values {
  color: #000;
}
.checkout-billing-address label {
  color: #000;
}
.checkout-billing-address .billing-address-details {
  color: #000;
}
.checkout-payment-method .payment-method-title {
  color: #000;
}
