/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.requisition-list.wishlist.split.button:before {
  color: #666;
  content: '\e901';
  font-family: 'magento-icons', serif;
  vertical-align: middle;
  display: inline-block;
}
.requisition-list.wishlist.split.button > .action.toggle:before {
  border-left: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@media print {
  body {
    min-width: 102.4rem;
  }
}
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  *************************************************************************/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #333333;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
  transition: colors all ease-in;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #333333;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
 * ***********************************************************************
 *  *
 *  * ADOBE CONFIDENTIAL
 *  * ___________________
 *  *
 *  * Copyright 2024 Adobe
 *  * All Rights Reserved.
 *  *
 *  * NOTICE: All information contained herein is, and remains
 *  * the property of Adobe and its suppliers, if any. The intellectual
 *  * and technical concepts contained herein are proprietary to Adobe
 *  * and its suppliers and are protected by all applicable intellectual
 *  * property laws, including trade secret and copyright laws.
 *  * Dissemination of this information or reproduction of this material
 *  * is strictly forbidden unless prior written permission is obtained
 *  * from Adobe.
 *  * ************************************************************************
 *
 */
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  ************************************************************************
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.aw-customer-attr__file-uploader-area {
  position: relative;
}
.aw-customer-attr__file-uploader-drop-zone {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding-left: 35px;
}
.aw-customer-attr__file-uploader-dragging .aw-customer-attr__file-uploader-drop-zone-inner {
  opacity: 0.4;
}
.aw-customer-attr__file-uploader-drop-zone-inner {
  background: #fff;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aw-customer-attr__file-uploader-placeholder-text::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: 0 0;
  width: 24px;
  height: 21px;
  position: absolute;
  margin-left: -31px;
  display: inline-block;
  content: " ";
}
.aw-customer-attr__file-uploader-spinner::after {
  animation: ellipsis 2s steps(3) infinite;
  content: "...";
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
@keyframes ellipsis {
  0% {
    width: 0;
  }
  75% {
    width: 1.5ch;
  }
  100% {
    width: 2ch;
  }
}
.aw-customer-attr__file-uploader-spinner {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #636363;
  display: none;
}
.aw-customer-attr__file-uploader._loading .aw-customer-attr__file-uploader-spinner {
  display: inline-block;
}
.aw-customer-attr__file-uploader-preview {
  position: relative;
  margin-top: 5px;
  width: 150px;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove {
  cursor: pointer;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 3;
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove:before {
  font-size: 2rem;
  line-height: inherit;
  color: #9e9e9e;
  content: 'X';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-customer-attr__file-uploader-preview .title {
  width: 80%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#checkout select[multiple] {
  height: auto;
  background-image: none;
}
.form-edit-account .fieldset.additional_info .field-recaptcha {
  float: left;
}
.onestepcheckout-index-index .stripe-icon-container img {
  display: inline-block !important;
}
.onestepcheckout-index-index .stripe-icon-container.right {
  top: -0.15em !important;
}
.onestepcheckout-index-index .stripe-icon-container img.stripe-icon {
  top: 0.2rem !important;
}
.onestepcheckout-index-index .stripe-payments-brand {
  margin-left: -49px !important;
}
.onestepcheckout-index-index .payment-method.stripe-payments._active .stripe-payments-card-form {
  overflow: inherit;
}
.onestepcheckout-index-index .payment-method.stripe-payments .stripe-payments-card-form {
  overflow: hidden;
}
.onestepcheckout-index-index #adyen-cc-form .adyen-checkout__field {
  padding: 5px;
}
.onestepcheckout-index-index #adyen-cc-form .adyen-checkout__card__cvc__hint__wrapper {
  right: 5px;
}
.onestepcheckout-index-index message.message-error.hpp-message {
  display: none;
}
.onestepcheckout-index-index #payment_form_anet_creditcard input[type="number"] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: 'aw-osc_icons-font';
  src: url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1 0.1s linear;
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
@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-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;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.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;
}
/* phpcs:ignoreFile */
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
/*
 * @copyright Copyright (c) Gorilla, Inc. (http://www.gorillagroup.com)
 */
.navigation {
  /*
    * Not Enhanced
    */
  /*
    * Enhanced
    */
  /*
    * Category Thumbnail
    */
  /*
    * CMS CONTENT
    */
}
.navigation > ul {
  width: 100%;
  max-width: 1140px;
  position: static;
  margin: 0 auto;
}
.navigation .not-enhanced .submenu ul {
  display: block;
  position: inherit;
  border: none;
}
.navigation .not-enhanced .submenu ul.gor-active {
  position: absolute;
}
.navigation .enhanced {
  position: static;
}
.navigation .enhanced .menu-thumbnail {
  display: none;
}
.navigation .enhanced > .submenu {
  width: 99%;
  max-width: 1140px;
  min-height: 500px;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
.navigation .enhanced > .submenu:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(20% - 2px);
  width: 1px;
  height: 100%;
  border-right: 1px solid black;
}
.navigation .enhanced li.level1 {
  width: 20%;
}
.navigation .enhanced li.level1 > a {
  display: block;
  padding: 10px 30px;
}
.navigation .enhanced li.level1.gor-active > .submenu {
  display: flex;
  flex-wrap: nowrap;
}
.navigation .enhanced ul.level1 {
  position: absolute;
  top: 0;
  left: 20% !important;
  width: 80%;
  padding: 2.5%;
  border: none;
  height: 100%;
}
.navigation .enhanced li.level2 {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 25px;
}
.navigation .enhanced li.level2 .submenu {
  padding: 0;
}
.navigation .menu-thumbnail {
  display: block;
  width: 100%;
}
.navigation .menu-thumbnail img {
  display: block;
  width: 100%;
  max-width: none;
}
.navigation .not-enhanced .content-position-right > ul {
  min-width: 800px;
  padding-right: 400px;
}
.navigation .not-enhanced .content-position-right .mega-cms-content {
  min-width: 380px;
  position: absolute;
  background-color: darkgrey;
  right: 10px;
  top: 10px;
}
.navigation .enhanced .content-position-bottom,
.navigation .enhanced .content-position-top {
  width: 100%;
}
.navigation__submenu {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .navigation ul > .level0.navigation__top-link--full-width.gor-active {
    position: static !important;
  }
  .navigation ul > .level0.navigation__top-link--full-width.gor-active > .navigation__wrapper--full-width {
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc( -1 *((100vw - 1140px) / 2));
    margin-right: calc( -1 *((100vw - 1140px) / 2));
    background: white;
  }
  .navigation ul > .level0.navigation__top-link--full-width.gor-active > .navigation__wrapper--full-width .navigation__submenu {
    position: static !important;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto !important;
    display: block !important;
    border: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .navigation ul > .level0.navigation__top-link--full-width.gor-active > .navigation__wrapper--full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .navigation__top-link--full-width .level0.navigation__submenu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 20px;
    column-width: auto;
  }
  .navigation__top-link--full-width .level0.navigation__submenu > li,
  .navigation__top-link--full-width .level0.navigation__submenu .navigation__cms-block {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .navigation__top-link--full-width .level0.navigation__submenu li.parent > a {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .navigation .navigation__submenu {
    position: static !important;
  }
}
/* MEDIA QUERIES */
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 1023px) {
  /* Use 1023px to hide *below* 1024px */
}
@media only screen and (max-width: 1023px) {
  .vehicle-selector-section {
    background-color: #052726 !important;
  }
  .page-wrapper {
    background-color: #ffffff !important;
  }
  .page-header-container-sticky .vehicle-selector-desktop .vehicle-selector-button {
    background-color: #00675e !important;
    color: #ffffff !important;
  }
}
@media only screen and (min-width: 1024px) {
  .vehicle-selector-section {
    background-color: #052726 !important;
  }
  .plp-vehicle-selector .vehicle-selector-section {
    background-color: #00675e !important;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-product-view #menu-anchor-sticky .menu-contaniner {
    padding: 0 20px;
  }
  .catalog-product-view .t-pdp .pdp-tabs .desktop-container .pdp-tabs--headings .data.item {
    float: none;
    padding-left: 2%;
    padding-right: 2%;
  }
  .catalog-product-view .t-pdp .pdp-tabs .desktop-container .pdp-tabs--headings .data.item.title a {
    color: #091235;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media all and (max-width: 1439px) and (min-width: 1024px) {
  .page-with-filter .toolbar-top .m-list-toolbar {
    padding: 24px 0 0 !important;
  }
  .page-with-filter .toolbar-top {
    padding: 0 24px 10px !important;
  }
  .t-plp__main.products {
    padding: 0 24px !important;
  }
  .page-with-filter .toolbar-bottom .m-list-toolbar {
    padding: 24px 0px !important;
  }
  .amelsearch-further-section {
    padding: 0 24px !important;
  }
  .search-suggestions {
    display: flex;
    margin: 10px 24px 0;
  }
  .search-results-title .page-title-wrapper {
    padding: 0px 24px 19px !important;
  }
}
@media all and (max-width: 767px) {
  .page-with-filter .toolbar-top {
    padding: 10px 19px 20px;
  }
  .search-suggestions {
    display: flex;
    margin: 10px 0px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .page-with-filter .toolbar-top .m-list-toolbar {
    padding: 0px 0 0;
  }
  .t-plp__main.products {
    padding-top: 15px !important;
  }
}
@media all and (max-width: 767px) {
  .page-with-filter .toolbar-top .m-list-toolbar {
    padding: 0px 0 0;
  }
  .t-plp__main.products {
    padding-top: 15px !important;
  }
  .vehicle-selector-section {
    background-color: #052726 !important;
  }
  .plp-vehicle-selector .vehicle-selector-section {
    background-color: #052726 !important;
  }
}
@media only screen and (max-width: 1120px) {
  .vehicle-selector-home .amfinder-toggle select {
    min-width: 200px;
  }
}
@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
    width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning p {
    margin-bottom: 3rem;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap {
    width: 580px;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap {
    width: 650px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .item-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col-proposed-price {
    width: 95px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.item {
    width: 200px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.price,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.stock,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.subtotal {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.discount {
    text-align: left;
    min-width: 145px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty .input-text {
    text-align: center;
    width: 47px;
    margin-top: -5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar .primary {
    float: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 10px;
  }
  .mass-actions-items-popup .modal-footer .secondary {
    color: #1979c3;
    font-weight: 400;
    background: none;
    border: none;
    margin: 0.7rem 1.5rem;
  }
}
@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;
  }
  .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,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .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) + *,
  .magento-payments-review-discount .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 .magento-payments-review .actions-toolbar,
  .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,
  .block-requisition-management:before,
  .block-requisition-management:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form: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,
  .block-requisition-management:after,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form: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,
  .checkout-cart-index .page-title-wrapper,
  .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,
  .checkout-cart-index .page-title-wrapper,
  .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-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;
  }
  .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,
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content,
  .account .column.main .block.block-dashboard-info,
  .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: "\e931";
    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;
  }
  .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,
  .checkout-cart-index .page-title-wrapper,
  .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,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .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;
  }
  .checkout-cart-index .page-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-right: 4%;
  }
  .checkout-cart-index .cart-container .block-requisition-list {
    display: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div,
  .cart.table-wrapper .cart.item .actions-toolbar > .action {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    margin-bottom: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .action {
    padding: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .action.split,
  .cart.table-wrapper .cart.item .actions-toolbar .action.toggle.change {
    float: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .requisition-list-action {
    vertical-align: baseline;
  }
  .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .modal-popup.requisition-popup .modal-footer .secondary {
    line-height: 1.42857143;
    margin: 0;
    padding: 0.7rem 1.5rem;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover,
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:focus {
    background: none;
    border: 0;
  }
  .modal-popup.requisition-popup .modal-footer .secondary.disabled,
  .modal-popup.requisition-popup .modal-footer .secondary[disabled],
  fieldset[disabled] .modal-popup.requisition-popup .modal-footer .secondary {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 10px;
  }
  .modal-popup.requisition-popup .modal-content {
    padding-bottom: 0;
  }
  .modal-popup .fieldset {
    margin-bottom: 0;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 5px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 10px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 10px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -5px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 10px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 5px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .wishlist.split.button {
    margin-right: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 25px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    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;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    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;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container 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);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .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;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 50px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -10px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 10px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .account .column.main .block.block-dashboard-info {
    line-height: 24px;
  }
  .account .column.main .block.block-dashboard-info .block-content:before,
  .account .column.main .block.block-dashboard-info .block-content:after {
    content: normal;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .negotiable_quote-quote-view .tooltip.content.no-actions {
    min-width: 110px;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal,
  .quote-details-items thead .col.actions,
  .quote-details-items .item .col.actions {
    text-align: right;
  }
  .quote-details-items thead .col.sku,
  .quote-details-items .item .col.sku {
    width: 65px;
  }
  .quote-details-items thead .col.discount,
  .quote-details-items .item .col.discount {
    width: 110px;
    text-align: right;
  }
  .quote-details-items thead .col.discount span,
  .quote-details-items .item .col.discount span {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 1.4rem;
  }
  .quote-details-items thead .col.notes,
  .quote-details-items .item .col.notes {
    border-top: hidden;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-main .block.quote-shipping-info {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    font-size: 1.6rem;
    margin-bottom: 20px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 20px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 1.4rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 10px;
  }
  .quote-actions-toolbar {
    margin-bottom: 2.8rem;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 20px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 600;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: "Montserrat", sans-serif, '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;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    opacity: 0.5;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 10px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 20px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 10px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 10px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .quote_templates-template-index .table-wrapper th {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper td {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper .name-field {
    width: 150px;
  }
  .quote_templates-template-index .table-wrapper .total-field {
    width: 116px;
  }
  .quote_templates-template-index .table-wrapper .order-count-field {
    width: 60px;
  }
  .quote_templates-template-index .table-wrapper .view-action {
    margin-right: 30px;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .my-orders-search-advanced .field-50 {
    float: left;
    position: relative;
    width: 48%;
  }
  .my-orders-search-advanced .field-50:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .my-orders-search-advanced .field-50:nth-child(even) {
    margin-left: 2%;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .purchaseorder-purchaseorder-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .purchaseorder-purchaseorder-view .purchase-order-status {
    margin-top: .7rem;
  }
  .purchase-order-totals-wrap .purchase-order-totals {
    float: right;
    width: 55%;
  }
  .multiple-skus-item .field.qty .label {
    visibility: hidden;
  }
  .account .toolbar .limiter {
    float: right;
  }
  .purchaseorder-actions-toolbar {
    float: right;
  }
  .col-150-max {
    max-width: 150px;
  }
  .form-create-purchase-order-rule .field .control {
    max-width: 500px;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control {
    display: flex;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control > .control {
    max-width: 46%;
    width: 100%;
  }
  .form-create-purchase-order-rule .field-condition-order-total .additional {
    margin-left: 10px;
    margin-top: 0;
  }
  .form-create-purchase-order-rule .field-tooltip-content {
    width: 458px;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints {
    justify-content: space-between;
    align-items: center;
  }
  .onestepcheckout-index-index .modal-custom.authentication-dropdown {
    max-width: 360px;
    width: 100%;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    background: #fafafa;
    padding: 5px 10px;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    border: none;
    flex-basis: auto;
    margin: 0;
    padding: 0;
  }
  .amrev-toolbar-container .amrev-sorting {
    flex-basis: 250px;
    order: 2;
    padding: 0 0 0 15px;
  }
  .amrev-toolbar-container.-all .amrev-sorting {
    border-left: 1px solid #d6d6d6;
  }
  .amrev-toolbar-container .amrev-label {
    margin: 0 7.5px;
  }
  .amrev-toolbar-container .amrev-select {
    max-width: 175px;
  }
  .amreview-images.slick-slider .slick-slide {
    display: inline-block;
  }
  .amreview-images.slick-slider .slick-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat;
  }
  .amrev-comment-block {
    margin: 0;
  }
  .amrev-area-field div.mage-error {
    margin-top: 4px;
    position: absolute;
    top: 100%;
  }
  .amrev-comment-form .amrev-fieldset {
    flex-basis: 70%;
  }
  .amrev-comment-toolbar {
    flex-wrap: nowrap;
    padding: 25px 0 20px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: auto;
    order: 3;
    padding: 0 15px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus {
    margin: 0 10px 0 0;
  }
  .amrev-comment-toolbar .amrev-comment {
    border-right: 1px solid #767676;
    flex-basis: auto;
    justify-content: initial;
    margin: 0;
    order: 2;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amreview-helpful-wrap .amreview-helpful {
    font-size: 12px;
  }
  .amreview-submit-form .field.review-field-nickname.-half,
  .amreview-submit-form .field.review-field-email {
    width: 48%;
  }
  .amreview-submit-form .review-form .action.submit.primary {
    padding: 11px 22px;
  }
  .amreview-submit-form > .block-content {
    padding: 25px 0 55px;
  }
  .amreview-submit-form .review-fieldset {
    margin: 0 0 40px;
  }
  .amreview-submit-form .review-fieldset .field {
    margin: 0 0 15px 0;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info.amreview-showmore {
    display: none;
  }
  .amreview-review-list {
    margin: 0;
    padding: 50px 0 20px 0;
  }
  .amreview-review-list.-empty {
    padding: 40px;
  }
  .amrev-desc-title {
    flex-wrap: nowrap;
  }
  .amreview-author-details {
    margin: 10px 0 20px;
  }
  .amreview-percent-block {
    display: flex;
    align-items: center;
  }
  .amreview-summary-info {
    display: inline-block;
  }
  .amreview-add-new {
    margin: 40px 0 0;
  }
  .amreview-add-new .amreview-label {
    max-width: 160px;
    text-align: left;
  }
  .amreview-author-details {
    display: inline-block;
    margin: 0 auto 0 0;
    vertical-align: top;
    width: 25%;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    background: #f1f1f1;
    border-left: 2px solid #1ab900;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0;
    max-width: 78px;
    padding: 4px 4px 4px 6px;
    position: relative;
  }
  .amreview-recommended:after {
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: 0;
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    border: 0;
    float: right;
    padding: 20px 0;
  }
  .amreview-toolbar-wrap.review-toolbar .limiter {
    float: left;
    padding: 20px 0;
  }
  .amreview-review-wrapper.review-item {
    padding: 30px 0 40px 0;
  }
  .amreview-description-wrap {
    display: inline-block;
    position: relative;
    width: 75%;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-left: 35px;
    padding-right: 35px;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful {
    margin: 0;
    width: auto;
  }
  .amreview-widget-container.-summary-widget .amreview-icon {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-plus {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-minus {
    margin: 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-wrapper {
    padding: 25px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    padding: 35px;
  }
  .amelsearch-further-section {
    display: block;
  }
  .sidebar-main .amfinder-toggle {
    padding: 0;
  }
  .sidebar-main .amfinder-toggle .amfinder-select {
    padding: 0 15px 0 5px;
  }
  .sidebar-main .amfinder-toggle .amfinder-select-wrapper:after,
  .sidebar-main .amfinder-toggle .amfinder-dropdown:after {
    background-size: 10px;
    width: 20px;
  }
  .sidebar-main .amfinder-toggle .amfinder-dropdown {
    padding: 0 15px 0 5px;
    word-break: break-all;
  }
  .sidebar-main .amfinder-toggle .amfinder-details {
    margin: 5px 0 0;
    min-width: 170px;
    width: 100%;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    padding: 8px;
    width: 48%;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .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;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .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: #ffffff;
    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;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .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%);
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    background: #ffffff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #ffffff;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    margin-bottom: 10px;
    width: 50%;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-review-popup .field.review-field-ratings .control {
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .check-vehicle-fitment {
    justify-content: flex-start;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .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: "\e90c";
    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: "\e90b";
  }
  .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: "\e906";
    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: "Montserrat", sans-serif, '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;
  }
  .footer.content {
    max-width: none;
    padding: 0;
  }
  h2 {
    font-size: 3.125rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  .c-brands {
    -moz-column-gap: 32px;
    column-gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
  .c-brands__container {
    margin-bottom: 164px;
  }
  .c-brands__img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .c-brands__bg {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0 30px 26px;
  }
  .c-brands__content {
    border-radius: 40px;
    padding: 26px 40px;
  }
  .c-brands__logo {
    margin-bottom: 30px;
  }
  .c-brands__text {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .c-brands__item-variation {
    border-radius: 40px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .amlocator-main-container .amlocator-map-container {
    height: auto;
    max-height: none;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist .amlocator-pager-container .pages a.action {
    background: transparent;
    padding: 0;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-button.-nearby {
    padding: 12px 31px 12px;
    padding-bottom: 12px;
    font-family: Lato;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 0.25s;
    margin-left: 0 !important;
    width: auto !important;
    flex-grow: 1;
    max-width: 212px;
  }
  .search-header {
    display: none !important;
  }
  .desktop-search .amsearch-wrapper-block {
    position: relative;
    top: -5px;
  }
  .amsearch-input-wrapper .amsearch-input {
    float: right;
    width: 250px;
  }
  .amsearch-input-wrapper .amsearch-input:focus {
    border-color: #052726;
  }
  .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: 40px;
  }
  .amsearch-result-section {
    max-height: 80vh;
  }
  .amsearch-items-section {
    min-width: 220px;
  }
  .amsearch-items-section > div {
    border-right: 1px solid #d9d9d9;
  }
  .amsearch-products-section:not(:first-child) {
    border-left: none;
  }
  .amsearch-item-container .amsearch-description {
    font-size: .9rem;
  }
  .amsearch-item-container.-recent_searches .amsearch-tab-items {
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: 50% !important;
  }
  .amsearch-result-section .amsearch-item .product-item-description {
    width: 100%;
  }
  .blog-index-index .c-resources__banner {
    min-height: 400px !important;
    margin-bottom: 40px;
  }
  .blog-index-index .c-resources__banner h2 {
    font-size: 5rem !important;
    margin-bottom: 85px !important;
    padding-top: 159px;
  }
  .blog-index-index .c-resources__banner h2:not(.c-brands__title) {
    line-height: 1;
  }
  .blog-index-index .pagebuilder-column-line {
    display: flex;
    gap: 30px;
    justify-content: center;
    max-width: 70%;
    margin: 0 auto;
  }
  .blog-index-index .page-title-wrapper {
    font-size: 3.125rem;
    margin: 20px 0 10px 0;
    text-align: left;
  }
  .blog-page-list .c-resources__filters {
    margin-right: 50px;
  }
  .blog-page .c-post__image {
    column-gap: 15px;
    flex-direction: row;
  }
  .blog-page .c-post__image h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
  }
  .blog-page .page-main {
    margin-bottom: 50px;
  }
  .blog-page .page-title-wrapper {
    margin-left: 40%;
    padding-left: 13px;
  }
  .blog-page .columns {
    flex-direction: row;
  }
  .blog-page .columns:after {
    display: none;
  }
  .blog-page .columns .column.main {
    flex: 0 0 60%;
    float: none;
    max-width: none;
    width: auto;
  }
  .blog-page .columns .sidebar-additional {
    flex: 0 0 40%;
    float: none;
    max-width: none;
    order: -1;
    width: auto;
  }
  .blog-page.blog-post-view .c-post__image h1 {
    font-size: 3.75rem;
  }
  .blog-page.blog-post-view .columns {
    display: flex;
  }
  .blog-page.blog-post-view .columns .sidebar-additional {
    order: 2;
  }
  .catalogsearch-result-index .page-title-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .catalogsearch-result-index.no-results .search-results-title {
    font-size: 5rem;
  }
  .catalogsearch-result-index.no-results .search-results-title {
    margin-bottom: 70px;
  }
  .catalogsearch-result-index.no-results .column.main {
    padding-top: 69px;
    padding-bottom: 43px;
  }
  .catalogsearch-result-index .page-title-wrapper {
    display: block !important;
  }
  .catalogsearch-result-index .page-layout-2columns-left .columns .column.main {
    padding-top: 0;
  }
  .no-search-results__content {
    padding: 47px 49px;
  }
  .no-search-results__search {
    padding-bottom: 82px;
  }
  .account.page-layout-2columns-left .page-main {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
  }
  .account.page-layout-2columns-left .columns {
    flex-direction: row;
    padding-top: 0;
  }
  .account.page-layout-2columns-left .columns .sidebar-main {
    flex-basis: initial;
    margin: 0;
    order: -1;
    padding-right: 0;
    width: 28%;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .block-collapsible-nav .content {
    background: #fff;
    padding-bottom: 100px;
    padding: 0;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .c-sidebar-customer {
    text-align: left;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .nav.item {
    margin: 0;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .nav.item.current {
    border-radius: 0;
    font-size: 1rem;
    justify-content: left;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .nav.item.current strong {
    padding: 0;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .nav.item a {
    border-radius: 0;
    border: none;
    justify-content: left;
    text-align: left;
  }
  .account.page-layout-2columns-left .columns .column.main {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 50px;
    width: 72%;
  }
  .account .actions-toolbar {
    align-items: center;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .account .actions-toolbar:after,
  .account .actions-toolbar:before {
    display: none;
  }
  .account .actions-toolbar > .primary .action.primary {
    margin-right: 0;
  }
  .account .form-edit-account .fieldset {
    width: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items {
    grid-template-columns: 1fr;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 31%;
  }
  .account .sidebar-main {
    background: #f4f4f4 !important;
  }
  .account .sidebar-main .block-collapsible-nav-content.content {
    background: #f4f4f4 !important;
    padding-left: 15px;
  }
  .account .sidebar-main .nav.items .nav.item a {
    font-size: 1.1rem !important;
  }
  .account .sidebar-main .nav.items .nav.item.current {
    background-color: #14202E;
    border: 0;
  }
  .account .sidebar-main .nav.items .nav.item.current:before {
    display: none;
  }
  .account .sidebar-main .nav.items .nav.item.current strong {
    color: #40B0C8 !important;
    font-size: 1.1rem;
  }
  .account .sidebar-main .nav.items .nav.item:hover {
    background-color: #14202E;
    border: 0;
  }
  .account .sidebar-main .nav.items .nav.item:hover:before {
    display: none;
  }
  .account .sidebar-main .nav.items .nav.item:hover a {
    color: #40B0C8 !important;
    font-size: 1.1rem !important;
  }
  .account.sales-order-view .order-title__back a {
    font-size: 1rem;
  }
  .account.sales-order-view .order-title__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    gap: 20px;
  }
  .account.sales-order-view .order-title__inner .order-status {
    background-color: #14202E;
    color: white;
    border: 0;
    padding: 8px 10px;
  }
  .account.sales-order-view .order-title__inner .negotiable-quote-order-information {
    display: none;
  }
  .account.sales-order-view .order-info {
    padding: 10px;
  }
  .account.sales-order-view .order-details .order-links .item {
    flex-grow: 0;
  }
  .account.sales-order-view .order-details .order-links .current {
    left: 0;
    padding-left: 0;
  }
  .account.sales-order-view .order-details .order-links .current:after {
    background: none;
  }
  .account.sales-order-view .order-details .order-links .current strong {
    color: #14202E;
  }
  .account.sales-order-view .order-details .order-links .current strong:before {
    color: #14202E;
  }
  .account.sales-order-view .order-details .ordered .order-items thead.m-table__head tr > th {
    border-bottom: 2px solid #14202E;
    font-size: 1.2rem;
  }
  .account.wishlist-index-index .wishlist-toolbar {
    display: flex;
    flex-direction: row;
  }
  .account.wishlist-index-index .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown .a-btn--secondary {
    width: 100%;
    border-radius: 0;
  }
  .account.wishlist-index-index .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown .a-btn--secondary:hover {
    border-color: #40b0c8;
    color: #40b0c8;
  }
  .account.wishlist-index-index .wishlist-select {
    padding-left: 0;
  }
  .account.wishlist-index-index .wishlist-select #wishlists-select {
    border: none;
  }
  .account.wishlist-index-index .wishlist-select #wishlists-select span {
    color: #40b0c8;
    border-color: #40b0c8;
  }
  .account.wishlist-index-index .wishlist-select #wishlists-select a {
    color: #40b0c8;
    padding-left: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items {
    grid-template-columns: 1fr;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 49%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info {
    padding: 0 !important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .wishlist-checkbox {
    left: 6px;
    top: 6px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    max-height: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper {
    padding-bottom: 0 !important;
    max-width: 100%;
    left: 0;
    max-height: 100%;
    position: relative;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper img {
    border-radius: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name,
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
    margin-left: 0px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
    display: block !important;
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box {
    margin-top: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-comment {
    height: 70px;
    border-radius: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart {
    display: flex;
    justify-content: space-between;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart .m-number-input input.qty {
    border: 2px solid #54494b;
    border-radius: 0;
    box-sizing: border-box;
    color: #54494b;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    height: 53px;
    line-height: 1;
    padding: 9px 6px 8px;
    text-align: center;
    width: 40px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart button.a-btn--primary {
    background-color: #40b0c8;
    border-radius: 0;
    border: none !important;
    color: #091235 !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 5px 14px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart button.a-btn--primary:hover {
    background-color: #d9d9d9;
    border: none;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item {
    width: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item .m-dropdown__toggle {
    width: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item .m-dropdown__toggle .wishlist-dropdown__action {
    border-radius: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item .m-dropdown__toggle .wishlist-dropdown__action:hover {
    border-color: #40b0c8;
    color: #40b0c8;
  }
  .account.wishlist-index-index a.action.a-btn--secondary.edit {
    border-radius: 3px;
    border: 1px solid #052726;
    color: #052726;
    display: inline-block;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 7px 15px;
    text-align: center;
  }
  .account.wishlist-index-index a.action.a-btn--secondary.edit:hover {
    opacity: 0.7;
  }
  .orders-history-item {
    width: calc(50% - 10px);
  }
  .account .page-main .customer-addresses {
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .account .page-main .customer-addresses .customer-addresses__text,
  .account .page-main .customer-addresses .customer-addresses__toolbar {
    width: 100%;
  }
  .account .page-main .box-address-col {
    padding: 0 5px;
    width: 50%;
  }
  .account .page-main .box-address-col .box-address {
    min-height: 100%;
  }
  .account .page-main .box-address-col {
    width: 33%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
  .block-wishlist-management .wishlist-select-items .item {
    padding: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: static;
  }
  .block-wishlist-management .wishlist-add.item .add {
    width: auto;
  }
  .c-banner-simple__header,
  .c-cms-basic-block__title,
  .c-cms-brand-block__text p,
  .c-cms-callout-text__title,
  .c-cms-content-block__headline,
  .blog-post-view .post-bottom .block.related .block-title strong,
  .blog-post-view .post-item-name,
  .blog-post-view .blog-post-view .block-title,
  .blog-page-list .blog-post-view .block-title,
  .cms-about-us .c-flexible-content-block h2,
  .cms-no-route__banner h4,
  .privacy-policy__main h2 {
    line-height: 1.22;
  }
  #configurestream-container .left-column {
    width: 35% !important;
  }
  #configurestream-container .middle-column {
    padding-right: 10px;
    width: 65% !important;
  }
  #configurestream-container .middle-column h1 {
    line-height: initial;
  }
  #configurestream-container .accessory-fits {
    margin: 0 auto;
    width: 100%;
  }
  #configurestream-container .accessory-fitment {
    width: auto !important;
  }
  #fitment-message-container {
    margin: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .control {
    padding-top: 0 !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .osc-fluid.multi .field {
    flex-basis: 0;
    flex-grow: 1;
    min-width: calc(50% - 5px);
    width: auto;
  }
  .onestepcheckout-index-index .page-main .checkout-container .form-login .login.primary {
    padding-left: 30px;
    padding-right: 30px;
  }
  .checkout-onepage-success .col.qty {
    width: 10%;
    padding-top: 30px;
  }
  .checkout-onepage-success .col.subtotal {
    padding-top: 32px;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    float: none;
    width: auto;
    z-index: 1 !important;
  }
  .catalog-category-view .page-bottom {
    width: 100%;
  }
  .column.main .t-plp__product-list .m-product-card .a-product-name {
    font-size: 0.875rem;
  }
  .column.main .t-plp__product-list .product-item .price-box [data-price-type="finalPrice"] .price {
    font-size: 1rem;
  }
  .column.main .t-plp__product-list .product-item .price-box [data-price-type="oldPrice"] .price {
    font-size: 0.875rem;
  }
  .column.main .t-plp__product-list .product-item .price-box .normal-price .price-label,
  .column.main .t-plp__product-list .product-item .price-box .special-price .price-label {
    font-size: 0.6875rem;
  }
  .column.main .t-plp__product-list .product-item .price-box .you-save-price {
    font-size: 0.875rem;
  }
  .column.main .t-plp__product-list .product-item .price-box .you-save-price .price-label {
    font-size: 0.875rem;
  }
  .amshopby-index-index .page-title-wrapper,
  .catalogsearch-result-index .page-title-wrapper,
  .catalog-category-view .page-title-wrapper {
    padding: 0px 20px 19px;
  }
  .amshopby-index-index .category-image-wrapper .category-image,
  .catalogsearch-result-index .category-image-wrapper .category-image,
  .catalog-category-view .category-image-wrapper .category-image {
    max-height: 500px;
  }
  .amshopby-index-index .category-image-wrapper .category-image .image,
  .catalogsearch-result-index .category-image-wrapper .category-image .image,
  .catalog-category-view .category-image-wrapper .category-image .image {
    height: 500px;
  }
  .page-with-filter .toolbar-top {
    margin: 0 -15px 0 -35px;
    padding: 20px 35px;
  }
  .page-with-filter .toolbar-top .list-toolbar-button.sorter {
    display: none;
  }
  .page-with-filter .toolbar-top .m-list-toolbar__sorter .m-select-menu {
    align-items: center;
    display: flex;
  }
  .page-with-filter .toolbar-top .m-list-toolbar__sorter .m-select-menu .a-form-label {
    display: block;
    padding-right: 11px;
  }
  .page-with-filter .toolbar-top .m-list-toolbar__sorter .m-select-menu .m-select-menu--sorting {
    display: flex;
  }
  .page-with-filter .toolbar-bottom .m-list-toolbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .page-with-filter .toolbar-bottom .m-list-toolbar .limiter label.a-form-label,
  .page-with-filter .toolbar-bottom .m-list-toolbar .limiter select#limiter {
    font-size: 0.875rem;
  }
  .amasty-catalog-topnav {
    display: none;
  }
  .plp-vehicle-selector {
    background: transparent;
    margin: 0 -15px 0 calc(-15px + -2%);
  }
  .plp-vehicle-selector .mobile-tooltip {
    display: none;
  }
  .plp-vehicle-selector .vehicle-selector-home {
    padding-left: 35px;
    padding-right: 35px;
  }
  .plp-vehicle-selector .vehicle-selector-home .selector-title {
    display: block;
  }
  .plp-vehicle-selector .vehicle-selector-home .selector {
    width: auto;
    flex-grow: 1;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle {
    column-gap: 25px;
    flex-direction: row;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle select {
    max-width: 200px;
    min-width: 0;
    padding: 6px 16px;
  }
  .shipping-bar {
    padding: 12px 25px;
  }
  .brand-bar {
    padding: 6px 25px;
  }
  .header.content .page-header-container {
    padding: 30px 25px 13px 45px;
  }
  .catalog-product-view .product-info-main .sale-badge {
    display: block;
  }
  .catalog-product-view #menu-anchor-sticky {
    position: fixed;
    display: none;
    z-index: 100;
    background: white;
    width: 100vw;
    height: 95px !important;
    top: 0;
    left: -8px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    box-shadow: 2px 1px 3px #7e7c7c;
    padding: 0 0 5px 0;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu {
    width: 70%;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .title {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-top: 10px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .title img {
    height: 40px;
    width: auto;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .title h3 {
    color: #091235;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .ancho-menu {
    padding-top: 10px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .ancho-menu .pdp-tabs--headings {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .ancho-menu .pdp-tabs--headings .data.item.title {
    padding: 3px 4px;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #091235;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .ancho-menu .pdp-tabs--headings .data.item.title a {
    color: #091235;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .ancho-menu .pdp-tabs--headings .data.item.title:hover a {
    color: #CA5F35;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .title-menu .ancho-menu .pdp-tabs--headings .data.item.title.active-tab a {
    color: #CA5F35;
    text-decoration: underline;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .box-tocart {
    margin-top: 0;
    margin-bottom: 0;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .box-tocart .fieldset {
    display: flex;
    width: 100%;
    gap: 5px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .box-tocart .fieldset .qty {
    margin-bottom: 0;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .box-tocart .fieldset .qty label {
    display: none;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .box-tocart .fieldset .qty input {
    width: 35px;
    height: 35px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .box-tocart .fieldset .actions {
    width: 100%;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .action.tocart.primary,
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-btn--primary {
    background-color: #052726 !important;
    width: auto;
    max-width: 250px;
    min-width: 170px;
    border-radius: 3px;
    box-shadow: 0px 2px 5px #8b8b8b;
    border: 1px solid #052726;
    border: none;
    color: #00675e !important;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    font-size: 0.812rem;
    padding: 0 !important;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s;
    margin-bottom: 15px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .action.tocart.primary.a-btn--large,
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-btn--primary.a-btn--large {
    font-size: 0.812rem !important;
    color: #ffffff !important;
    font-family: "Lato", sans-serif;
    height: 35px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .action.tocart.primary:disabled,
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-btn--primary:disabled {
    background-color: #052726 !important;
    opacity: 1 !important;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .action.tocart.primary:hover,
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-btn--primary:hover {
    background-color: #00675e !important;
    color: #ffffff !important;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .action.tocart.primary:hover .add-to-cart-text svg path,
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-btn--primary:hover .add-to-cart-text svg path {
    fill: #ffffff !important;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .action.tocart.primary #price-container,
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-btn--primary #price-container {
    display: none !important;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .action.tocart.primary svg,
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-btn--primary svg {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart input[type='number'],
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .a-number-input {
    border: 2px solid #54494b;
    border-radius: 0;
    box-sizing: border-box;
    color: #54494b;
    font-family: "Lato", sans-serif !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    height: 35px;
    padding: 9px 5px 8px 5px;
    text-align: center;
    width: 35px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price {
    width: 100%;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box {
    margin: 0 auto;
    width: 100%;
    border-bottom: 0px;
    padding-top: 5px;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box > span {
    margin: auto;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .m-price-lockup .price-label {
    font-size: 0.875rem !important;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    display: block !important;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .m-price-lockup .price-wrapper .price {
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 22px;
    font-family: "Lato", sans-serif;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .special-price {
    margin: 0 auto;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .special-price .price-label {
    font-size: 0.81rem !important;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    display: block !important;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .special-price .price-wrapper {
    padding-bottom: 0;
    line-height: normal;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .special-price .price-wrapper .price {
    font-size: 1.35rem !important;
    font-weight: 600;
    line-height: normal;
    font-family: "Lato", sans-serif;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .old-price {
    display: none;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .old-price .m-price-lockup .price-label {
    display: inline !important;
    text-decoration: line-through !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #9F9F9F;
    line-height: normal;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .old-price .m-price-lockup .price-wrapper {
    display: inline-block;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .old-price .m-price-lockup .price-wrapper .price {
    text-decoration: line-through !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: normal;
    color: #9F9F9F;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .you-save-price {
    display: none;
    padding: 0;
    line-height: normal;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .you-save-price .price-label {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .you-save-price .save-percent-pdp {
    display: inline !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .price .price-box .you-save-price .price {
    display: none;
  }
  .catalog-product-view #menu-anchor-sticky .menu-contaniner .price-addtocart .pdp-stock.unavailable span {
    padding: 10px 30px;
    margin-bottom: 30px;
    color: #14202e;
    background: #d9d9d9;
    width: auto;
    font-size: 1rem;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: bold;
  }
  .catalog-product-view .t-pdp .breadcrumbs {
    display: block;
    margin-left: 25px;
    padding-left: 0px;
  }
  .catalog-product-view .t-pdp .c-product-title {
    margin: 0 25px 15px;
  }
  .catalog-product-view .t-pdp .c-product-title .a-product-attribute.sku {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #091235;
    font-weight: bold;
  }
  .catalog-product-view .t-pdp .c-product-title .amshopby-option-link {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-title .price-box-mobile {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-title .rating-box-mobile {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview {
    grid-template-columns: 55% 44%;
    column-gap: 10px;
    margin: 0 25px 0;
    margin-bottom: 40px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview {
    width: 100%;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating {
    display: block;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating [class^=ruk-icon-] {
    font-size: 20px;
    color: #f56d37;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating .ruk-rating-snippet-count {
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #052726 !important;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating .ruk-rating-snippet-count:last-child {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper {
    display: block;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price {
    border-bottom: 0px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .m-price-lockup .price-label {
    font-size: 0.875rem !important;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #db2029;
    display: block;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .m-price-lockup .price-wrapper .price {
    font-size: 1.75rem !important;
    font-weight: 600;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    display: block;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .special-price .price-label {
    font-size: 0.875rem !important;
    font-family: "Lato", sans-serif;
    font-weight: bold;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .special-price .price-wrapper .price {
    font-size: 1.8rem !important;
    font-weight: 600;
    line-height: 22px;
    font-family: "Lato", sans-serif;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .old-price .price-label {
    display: inline;
    text-decoration: line-through !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #9F9F9F;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .old-price .price {
    text-decoration: line-through !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #9F9F9F;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .you-save-price .price-label {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .you-save-price .save-percent-pdp {
    display: inline !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .you-save-price .price {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .affirm-as-low-as {
    max-width: 300px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info {
    max-width: 100vw;
    box-sizing: border-box;
    margin: 0;
    padding-right: 10px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__rating {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__rating .a-btn {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    color: #002726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__description {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product.pricing {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .product-options-wrapper .m-select-menu__wrapper:before {
    top: 21px !important;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .product-options-wrapper .m-select-menu__wrapper label {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart {
    margin-top: 0;
    margin-bottom: 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .qty {
    margin-bottom: 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .qty label {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .qty input {
    width: 35px;
    height: 35px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .actions {
    width: 100%;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features {
    margin: 20px 0 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .key-feature-heading {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content .a-product-attribute {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content ul {
    padding-left: 20px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content ul li {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product-overview {
    margin: 20px 0 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product-overview .product-overview-heading {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product-overview .product-overview-content {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info-top .product.attribute.overview li {
    margin-bottom: 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__additions {
    margin-left: 65px;
    text-align: left;
  }
  .catalog-product-view .t-pdp .fotorama--fullscreen .fotorama__nav {
    justify-content: flex-start;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__popup {
    background: #ffffff;
    border: 3px solid #d9d9d9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: none;
    position: relative;
    z-index: 2;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__popup--close {
    cursor: pointer;
    display: block;
    font-size: 2.0625rem;
    font-size: 33px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__popup--close:hover {
    color: #7ee081;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__content {
    overflow-y: auto;
    padding: 0 25px 25px 25px;
    height: 450px;
    max-height: 450px;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__title {
    color: #000000;
    font-size: 1.875rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 25px;
    position: relative;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__label {
    color: #1b4e79;
    font-size: 0.875rem;
    font-weight: 600;
    padding-top: 6px;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip.active .c-attribute-tooltip__popup {
    display: block;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__item {
    display: flex;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__image {
    width: 93px;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__image img {
    width: 93px;
    height: 93px;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__description h3 {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
    margin: 0;
    color: #54494b;
  }
  .catalog-product-view .t-pdp .c-attribute-tooltip__description p {
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 26px;
    color: #54494b;
  }
  .pdp-free-shipping {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .m-mini-product-card {
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 30px;
  }
  .m-mini-product-card .m-mini-product-card__header {
    flex-direction: row;
    justify-content: space-between;
  }
  .m-mini-product-card .m-mini-product-card__image-wrapper {
    height: 66px;
    margin-bottom: 0;
    margin-right: 18px;
    width: 82px;
  }
  .m-mini-product-card .m-mini-product-card-attribute {
    text-align: left;
  }
  .m-mini-product-card .m-mini-product-card__name .a-product-name {
    max-width: 230px;
    text-align: left;
  }
  .m-mini-cart__total-counter {
    font-size: 1.5rem;
  }
  .m-mini-cart__item .a-product-attribute:after {
    clear: both;
    content: '';
    display: block;
  }
  .m-mini-cart__item .a-product-attribute .a-product-attribute__label {
    clear: both;
    float: left;
  }
  .m-mini-product-card__price-label-mobile {
    display: none;
  }
  .m-mini-cart__panel {
    bottom: auto;
    height: 100vh;
    left: auto;
    max-width: 605px;
    right: 0;
    top: 0;
    width: 100vw;
  }
  .m-mini-cart__heading .m-mini-cart__sub-section {
    justify-content: left;
  }
  .m-mini-cart .m-mini-product-card__attributes {
    font-size: 1rem;
    text-align: left;
  }
  .m-mini-product-card__update .update-cart-item {
    font-size: 1rem;
  }
  .checkout-cart-index .page-main .cart-empty {
    padding: 40px 56px 50px;
    margin-bottom: 100px;
  }
  .checkout-cart-index .page-main .cart-container {
    margin: 0;
    padding: 0 56px 27px;
  }
  .checkout-cart-index .page-main .cart-page__heading {
    padding: 39px 56px 25px;
  }
  .checkout-cart-index .page-main .cart-page__heading .cart-page-icon {
    width: 32px;
    height: 30px;
  }
  .checkout-cart-index .page-main .page-title-wrapper {
    font-size: 1.875rem;
    letter-spacing: -0.3px;
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-actions {
    flex-direction: row;
    justify-content: center;
  }
  .checkout-cart-index .page-main .c-cart__summary .block.shipping .title #block-shipping-heading {
    font-weight: normal;
  }
  .checkout-cart-index .page-main .c-cart__summary .cart-totals .totals-tax th,
  .checkout-cart-index .page-main .c-cart__summary .cart-totals .totals-tax td {
    padding-bottom: 21px;
  }
  .checkout-cart-index .page-main .c-cart__summary .cart-totals .grand .mark,
  .checkout-cart-index .page-main .c-cart__summary .cart-totals .grand .amount {
    padding-bottom: 21px;
    padding-top: 15px;
  }
  .checkout-cart-index .page-main .checkout-methods-items {
    margin: 15px 0;
  }
  .checkout-cart-index .cart-item-info .item-wrapper {
    column-gap: 24px;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-image {
    max-width: 100%;
    width: 157px;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-data {
    align-items: flex-start;
    column-gap: 38px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% - 181px);
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-details {
    flex-grow: 1;
    padding-right: 20px;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-details > * {
    max-width: 280px;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-price {
    width: auto;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-price .price {
    font-weight: normal;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-price [data-price-type="finalPrice"] .price {
    font-size: 0.875rem;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-qty .label {
    text-align: center;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-qty .c-cart__qty {
    margin: 0;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-subtotal {
    flex-grow: 0;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-subtotal .price {
    font-size: 0.875rem;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .item-price .price-heading,
  .checkout-cart-index .cart-item-info .item-wrapper .item-qty .label,
  .checkout-cart-index .cart-item-info .item-wrapper .item-subtotal .label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .checkout-cart-index .cart-item-info .item-wrapper .actions-product {
    padding-top: 0;
    margin-top: -60px;
    flex-direction: column;
    align-items: end;
  }
  [data-role=compare-products-sidebar].compare-products-sidebar-desktop {
    display: none;
  }
  .header.content {
    max-width: 1440px;
    padding: 0;
  }
  .m-breadcrumb {
    padding: 13px 35px 7px;
    background: #ffffff;
  }
  .m-breadcrumb .m-breadcrumb__list {
    font-size: 0.75rem;
    letter-spacing: -0.12px;
  }
  .m-account-nav__content {
    bottom: auto;
    box-shadow: -8px 0 16px 0 rgba(0, 0, 0, 0.3);
    left: auto;
    max-width: 445px;
    padding: 30px;
    right: 0;
    top: 0;
  }
  .m-account-nav--active .m-account-nav__overlay {
    opacity: 0.4;
    overflow-y: auto;
    transition: visibility 0s linear, opacity 0.25s linear;
    visibility: inherit;
  }
  .accsidebar-content .m-account-nav__links,
  .accsidebar-content .accsidebar-links {
    margin: 0 -30px;
  }
  .accsidebar-content .m-account-nav__links a,
  .accsidebar-content .accsidebar-links a {
    padding: 15px 30px;
  }
  .amasty-catalog-topnav {
    display: none;
  }
  .plp-vehicle-selector {
    background: transparent;
    margin: 0 -15px 0 calc(-15px + -2%);
  }
  .plp-vehicle-selector .mobile-tooltip {
    display: none;
  }
  .plp-vehicle-selector .vehicle-selector-home {
    padding-left: 35px;
    padding-right: 35px;
  }
  .plp-vehicle-selector .vehicle-selector-home .selector-title {
    display: block;
  }
  .plp-vehicle-selector .vehicle-selector-home .selector {
    width: auto;
    flex-grow: 1;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle {
    column-gap: 25px;
    flex-direction: row;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle select {
    max-width: 200px;
    min-width: 0;
    padding: 6px 16px;
  }
  .hero {
    min-height: 300px;
  }
  .hero .mobile {
    display: none;
  }
  .hero .desktop {
    display: block;
  }
  .hero .title {
    display: none;
  }
  .cms-no-route .cms-no-route__banner h4 {
    font-size: 2.5rem;
    max-width: 535px;
  }
  .cms-no-route .c-category-list__header {
    margin-bottom: 70px;
  }
  .cms-no-route .c-category-list__content {
    gap: 20px;
    justify-content: space-around;
  }
  .top-to-bottom {
    align-items: flex-start;
    column-gap: 20px;
    display: flex;
    padding: 50px 20px 60px;
  }
  .top-to-bottom .right {
    padding-top: 10px;
  }
  .top-to-bottom h2 {
    font-size: 2.5rem;
    text-align: left;
  }
  .top-to-bottom .subtitle {
    font-size: 1.3125rem;
    text-align: left;
  }
  .top-to-bottom .feature-list {
    font-size: 0.9487rem;
    padding-left: 25px;
  }
  .top-to-bottom .featured-text {
    max-width: 200px;
  }
  .home-subscribe-wrapper {
    background-image: url('../images/homepage/home-subscribe-desktop.jpg');
    padding: 37px 0;
  }
  .home-subscribe .subscribe-box {
    margin-left: 0;
    margin-right: auto;
  }
  .home-carousel h2 {
    margin-bottom: 30px;
  }
  .home-carousel .slick-slider .slider-item {
    padding: 0 10px;
  }
  .home-carousel .grid.slick-slider {
    display: flex;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-carousel .grid.slick-slider .slider-item {
    width: calc(100% / 2 - 5px);
  }
  .hero-banner-grid.five {
    grid-template-areas: "left1 center right1" "left2 center right2";
    grid-template-columns: 25% 50% 25%;
    gap: 5px;
  }
  .hero-banner-grid.five .left1,
  .hero-banner-grid.five .left2,
  .hero-banner-grid.five .right1,
  .hero-banner-grid.five .right2 {
    margin: 0;
  }
  .hero-banner-grid.five .center {
    grid-column: auto;
  }
  .hero-banner-grid.two {
    grid-template-areas: "img1 img2";
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    gap: 20px;
  }
}
@media all and (min-width: 1024px), print {
  .field-date .control .sub-label,
  .field-order-total .control .sub-label {
    width: 20%;
  }
  .field-date .control input,
  .field-order-total .control input {
    width: 55%;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .grid-content {
    padding: 0 !important;
  }
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
  }
  .amreview-summary-details {
    flex-basis: auto;
    margin-left: 20px;
    order: initial;
    padding: 0;
  }
  .amreview-summary-details .amreview-label .amreview-bar {
    width: 80px;
  }
  .amreview-summary-info {
    flex-basis: auto;
    order: initial;
  }
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-add-new {
    flex-basis: auto;
    order: initial;
  }
  .amreview-info-wrapper .amreview-summary-info,
  .amreview-info-wrapper .amreview-summary-details,
  .amreview-info-wrapper .amreview-add-new {
    vertical-align: middle;
  }
  .amreview-info-wrapper .amreview-summary-details {
    border-right: 2px solid #767676;
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
  }
  .amreview-info-wrapper .amreview-add-new {
    background: none;
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 0;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    background: #f8fcff;
    border-bottom: 0;
    width: 49%;
  }
  .amreview-widget-container.-grid .amreview-title {
    background: none;
    cursor: unset;
    padding: 10px 0;
    pointer-events: none;
  }
  .amreview-widget-container.-grid .amreview-title:after {
    display: none;
  }
  .amreview-widget-container.-grid .amreview-description-wrapper {
    min-width: 200px;
  }
  .amreview-widget-container.-grid .amreview-message {
    max-width: 290px;
  }
  .amreview-widget-container.-sidebar .amreview-rating-wrapper {
    max-width: 30%;
    min-width: 120px;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .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;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .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;
  }
  .c-brands {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-brands__title {
    font-size: 50px;
    line-height: 71px;
    margin-bottom: 80px;
  }
  .productregistration-index-index .field-tooltip {
    top: 33%;
    right: -10px;
  }
  .productregistration-index-index .label-required {
    font-size: 16px;
  }
  .page-with-filter.ajax-loading:before {
    display: none;
  }
  .brand-image-wrapper {
    border-radius: 30px;
    margin-bottom: 90px;
    padding: 20px 35px 25px;
  }
  .brand-image-wrapper .brand-data {
    font-size: 1.5rem;
    margin: 0 auto;
    max-width: 1024px;
  }
  .brand-image-wrapper .brand-data .brand-name h2 {
    font-size: 5rem;
  }
  .brand-image-wrapper .brand-data .brand-description p {
    font-size: 1.5rem;
  }
  .amlocator-main-container .amlocator-map-container {
    height: auto;
    max-height: none;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist .amlocator-pager-container .pages a.action {
    background: transparent;
    padding: 0;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-button.-nearby {
    padding: 12px 31px 12px;
    padding-bottom: 12px;
    position: relative;
    text-decoration: none;
    height: 50px;
  }
  .megamenu .menu-container {
    z-index: 11;
  }
  .amsearch-overlay-block .amsearch-overlay {
    z-index: 12;
  }
  .amsearch-form-block.-opened {
    z-index: 13;
  }
  .blog-page .page-title-wrapper {
    margin-left: 24%;
    padding-left: 55px;
  }
  .blog-page .columns .sidebar-additional {
    flex-basis: 24%;
    width: auto;
  }
  .blog-page .columns .column.main {
    flex-basis: 76%;
  }
  .catalogsearch-result-index .page-title-wrapper {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .account .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .company-account-create .page-title-wrapper,
  .customer-account-login .page-title-wrapper {
    font-size: 2.5rem;
  }
  .account .block-content .page-description-wrapper,
  .customer-account-create .block-content .page-description-wrapper,
  .company-account-create .block-content .page-description-wrapper,
  .customer-account-login .block-content .page-description-wrapper {
    font-size: 1.2rem;
  }
  .account .page-main .action.primary,
  .customer-account-create .page-main .action.primary,
  .company-account-create .page-main .action.primary,
  .customer-account-login .page-main .action.primary {
    font-size: 1.125rem;
  }
  .company-account-create .form.create.account,
  .customer-account-create .form.create.account {
    min-width: 495px;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .page-main .legend span {
    font-size: 1.875rem;
  }
  .account.page-layout-2columns-left .columns .sidebar-main {
    background: #fff;
    padding: 0;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .nav.item a,
  .account.page-layout-2columns-left .columns .sidebar-main .nav.item strong {
    font-size: 1.25rem !important;
  }
  .account.page-layout-2columns-left .columns .column.main {
    padding-left: 50px;
    padding-right: 20px;
  }
  .account .action.primary,
  .form-address-edit .actions-toolbar .action.primary {
    font-size: 1.125rem;
  }
  .account .sidebar-main {
    background: #f4f4f4 !important;
  }
  .account .sidebar-main .block-collapsible-nav-content.content {
    background: #f4f4f4 !important;
    padding-left: 25px;
  }
  .account .sidebar-main .nav.items .nav.item a {
    font-size: 1.1rem !important;
  }
  .account .sidebar-main .nav.items .nav.item.current {
    background-color: #14202E;
    border: 0;
  }
  .account .sidebar-main .nav.items .nav.item.current:before {
    display: none;
  }
  .account .sidebar-main .nav.items .nav.item.current strong {
    color: #40B0C8 !important;
    font-size: 1.1rem;
  }
  .account .sidebar-main .nav.items .nav.item:hover {
    background-color: #14202E;
    border: 0;
  }
  .account .sidebar-main .nav.items .nav.item:hover:before {
    display: none;
  }
  .account .sidebar-main .nav.items .nav.item:hover a {
    color: #40B0C8 !important;
    font-size: 1.1rem !important;
  }
  .account .column.main {
    padding-right: 20px;
  }
  .account.wishlist-index-index .wishlist-toolbar {
    display: flex;
    flex-direction: row;
  }
  .account.wishlist-index-index .wishlist-toolbar .limiter .control.c-pager__wrapper::after {
    display: none;
  }
  .account.wishlist-index-index .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown .a-btn--secondary {
    width: 100%;
    border-radius: 0;
  }
  .account.wishlist-index-index .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown .a-btn--secondary:hover {
    border-color: #40b0c8;
    color: #40b0c8;
  }
  .account.wishlist-index-index .wishlist-select {
    padding-left: 0;
  }
  .account.wishlist-index-index .wishlist-select #wishlists-select {
    border: none;
  }
  .account.wishlist-index-index .wishlist-select #wishlists-select span {
    color: #40b0c8;
    border-color: #40b0c8;
  }
  .account.wishlist-index-index .wishlist-select #wishlists-select a {
    color: #40b0c8;
    padding-left: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items {
    grid-template-columns: 1fr;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 31%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info {
    padding: 0 !important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .wishlist-checkbox {
    left: 6px;
    top: 6px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    max-height: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper {
    padding-bottom: 0 !important;
    max-width: 100%;
    left: 0;
    max-height: 100%;
    position: relative;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper img {
    border-radius: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name,
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
    margin-left: 0px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
    display: block !important;
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box {
    margin-top: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-comment {
    height: 70px;
    border-radius: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart {
    display: flex;
    justify-content: space-between;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart .m-number-input input.qty {
    border: 2px solid #54494b;
    border-radius: 0;
    box-sizing: border-box;
    color: #54494b;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    height: 53px;
    line-height: 1;
    padding: 9px 6px 8px;
    text-align: center;
    width: 40px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart button.a-btn--primary {
    background-color: #40b0c8;
    border-radius: 0;
    border: none !important;
    color: #091235 !important;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .m-add-to-cart button.a-btn--primary:hover {
    background-color: #d9d9d9;
    border: none;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item {
    width: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item .m-dropdown__toggle {
    width: 100%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item .m-dropdown__toggle .wishlist-dropdown__action {
    border-radius: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .wishlist-move-item .m-dropdown__toggle .wishlist-dropdown__action:hover {
    border-color: #40b0c8;
    color: #40b0c8;
  }
  .account.wishlist-index-index a.action.a-btn--secondary.edit {
    background-color: #d9d9d9;
    border-radius: 0;
    border: none;
    color: #091235;
    font-weight: 700;
    padding: 15px 31px 14px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s;
  }
  .account.wishlist-index-index a.action.a-btn--secondary.edit:hover {
    opacity: 0.7;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #979797;
    flex-direction: row;
    padding: 20px 0;
  }
  .c-banner-simple__header,
  .c-cms-basic-block__title,
  .c-cms-brand-block__text p,
  .c-cms-callout-text__title,
  .c-cms-content-block__headline,
  .blog-post-view .post-bottom .block.related .block-title strong,
  .blog-post-view .post-item-name,
  .blog-post-view .blog-post-view .block-title,
  .blog-page-list .blog-post-view .block-title,
  .cms-about-us .c-flexible-content-block h2,
  .cms-no-route__banner h4,
  .privacy-policy__main h2 {
    font-size: 2.5rem;
  }
  [data-content-type="row"] .a-btn--primary {
    font-size: 1.125rem;
  }
  .c-features__row {
    align-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding-bottom: 25px;
    width: 100%;
  }
  .c-features__card {
    min-height: 100%;
  }
  .c-features__icon {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 150px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .c-features__icon .icon-flag-us,
  .c-features__icon .icon-guard {
    font-size: 100px;
  }
  .c-features__icon .icon-shipping {
    font-size: 150px;
  }
  .c-features__title {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  .c-features__description {
    font-size: 1.375rem;
    max-width: 280px;
  }
  .amlocator-index-index .c-cms-callout-text__container {
    flex-direction: row;
  }
  .amlocator-index-index .c-cms-callout-text__img-content,
  .amlocator-index-index .c-cms-callout-text__content {
    width: 50%;
  }
  .amlocator-index-index .c-cms-callout-text__img-content {
    align-items: center;
    display: flex;
    order: initial;
    padding: 50px 0;
  }
  .amlocator-index-index .c-cms-callout-text__content {
    border-radius: 30px;
    order: initial;
    padding: 2rem 4rem;
  }
  .amlocator-index-index .c-cms-callout-text__img {
    border-radius: 30px 0 0 30px;
  }
  .amlocator-index-index .c-cms-callout-text__title {
    font-size: 3.125rem;
  }
  #configurestream-container .left-column {
    width: 25% !important;
  }
  #configurestream-container .middle-column {
    width: 50% !important;
  }
  #configurestream-container .right-column {
    display: block;
    padding-right: 10px;
    width: 25% !important;
  }
  .page-header.checkout-header .header.content .page-header-container {
    max-width: 1128px;
  }
  .page-header.checkout-header .header.content .page-header-container .header-logo .main-logo .desktop {
    display: none;
  }
  .page-header.checkout-header .header.content .page-header-container .header-logo .main-logo .mobile {
    display: block;
  }
  .page-header.checkout-header .header.content .vehicle-selector-desktop {
    display: none;
  }
  .page-header.checkout-header .secure-checkout {
    column-gap: 12px;
    margin-bottom: 20px;
  }
  .page-header.checkout-header .secure-checkout .secure-icon {
    height: auto;
    width: 33px;
  }
  .page-header.checkout-header .secure-checkout .secure-checkout-title {
    font-size: 2.25rem;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main {
    max-width: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    border: none;
    margin-top: 10px;
    padding-top: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .checkout-sidebar-title h2 {
    padding: 0 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-wrapper {
    padding: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .sidebar-cms-blocks {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title {
    font-size: 1.5rem;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-header span,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .title,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .price,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .label,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > th,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand strong {
    font-size: 1.5rem;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-content {
    display: flex;
    flex-direction: column;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-content .aw-mobile-hide {
    order: -1;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
    margin: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .actions-toolbar .action.checkout {
    font-size: 1rem;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .control {
    padding-top: 0 !important;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .card-container .field .card-field + .field-tooltip .field-tooltip-content {
    bottom: 7px;
    top: initial;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .field.choice .field-tooltip .field-tooltip-content {
    bottom: -15px;
  }
  .checkout-onepage-success .page-main {
    max-width: 1440px;
    padding: 42px 20px 100px;
  }
  .checkout-onepage-success .page-main .checkout-success {
    padding: 40px 56px;
  }
  .checkout-onepage-success .page-main .checkout-success .c-success__title {
    font-size: 1.875rem;
    letter-spacing: -.3px;
    width: 100%;
  }
  .checkout-onepage-success .page-main .checkout-success .c-assistance__outer-heading {
    font-size: 1.875rem;
    letter-spacing: -.3px;
    width: 100%;
  }
  .checkout-onepage-success .page-main .checkout-success .block-content.u-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
  }
  .checkout-onepage-success .page-main .checkout-success .block-content.u-row .u-col--fullwidth {
    grid-column: span 2;
  }
  .checkout-onepage-success .page-main .checkout-success .block-content.u-row .table-wrapper.order-items {
    grid-column: span 2;
  }
  .checkout-onepage-success .page-main .checkout-success .c-cms-callout-text .c-cms-callout-text__container {
    flex-direction: row;
  }
  .checkout-onepage-success .page-main .checkout-success .c-cms-callout-text .c-cms-callout-text__container .c-cms-callout-text__img-content {
    order: 1;
    padding: 50px 0;
    display: flex;
    align-items: center;
    width: 50%;
  }
  .checkout-onepage-success .page-main .checkout-success .c-cms-callout-text .c-cms-callout-text__container .c-cms-callout-text__content {
    width: 50%;
    align-items: center;
    border-radius: 3px !important;
  }
  .checkout-onepage-success .page-main .checkout-success .c-cms-callout-text .c-cms-callout-text__container .c-cms-callout-text__content .c-cms-callout-text__title {
    font-size: 2.5rem;
  }
  .amelsearch-further-section {
    padding-left: 46px;
    padding-right: 46px;
    margin: 0;
  }
  .vehicle-selector {
    display: none;
    position: fixed;
    max-width: 500px;
    width: 80%;
    height: auto;
    z-index: 99999;
    transition: none;
    background-color: #00675e;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vehicle-selector-container.desktop-open .vehicle-selector {
    display: block;
  }
  .vehicle-selector-container.desktop-open .vehicle-selector-overlay {
    display: block;
  }
  .vehicle-selector > .amfinder-vertical {
    background-color: transparent;
    padding: 0;
  }
  .vehicle-selector > .amfinder-vertical form {
    height: auto !important;
    position: relative;
  }
  .vehicle-selector > .amfinder-vertical .amfinder-title {
    display: block;
    font-size: 1.2rem;
    width: 100%;
    font-family: Lato;
    text-align: center;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
    background-color: #052726;
    text-transform: capitalize;
    padding: 15px 30px;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle {
    list-style: none;
    height: auto;
    padding: 30px 70px 0;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li {
    padding-left: 0;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li:before {
    display: none;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li.last {
    position: relative;
    background-color: transparent;
    padding: 0;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li select {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding-top: 7px;
    height: 35px;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li select option {
    background-color: #052726;
    color: #ffffff;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li .dropdown-title {
    display: none;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li .amfinder-buttons button {
    background-color: #052726;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 50px;
    margin: 0px 0;
    font-family: Lato;
    text-transform: uppercase;
    border-radius: 8px;
    border: 0;
    width: auto;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li .amfinder-buttons button:not(.primary) {
    background-color: #052726;
    color: #ffffff;
  }
  .vehicle-selector > .amfinder-vertical ul.amfinder-toggle li .amfinder-buttons button:hover {
    color: white;
    border: 0;
  }
  .mobile-filter-header {
    display: none;
  }
  .amshopby-current-filters {
    margin-bottom: 0;
  }
  .amshopby-slider-wrapper.-default .am-slider .ui-slider-handle {
    background-color: #00675e !important;
  }
  .amshopby-slider-wrapper.-default .ui-slider-range {
    background: #00675e;
  }
  .amshopby-slider-wrapper.-default .am-fromto-widget {
    color: #ffffff;
  }
  .amshopby-slider-wrapper.-default .am-fromto-widget .amshopby-input-wrapper {
    border-color: #ffffff;
  }
  .amshopby-slider-wrapper.-default .am-fromto-widget .amshopby-input-wrapper .am-filter-price {
    color: #ffffff;
  }
  .amshopby-slider-wrapper.-default .am-fromto-widget > .delimiter {
    color: #ffffff;
  }
  .amshopby-slider-wrapper.-default .am-filter-items-price .am-filter-go {
    background-color: #00675e;
    border-color: #00675e;
  }
  .amshopby-index-index .page-main,
  .catalogsearch-result-index .page-main,
  .catalog-category-view .page-main {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: 100%;
  }
  .amshopby-index-index.page-layout-2columns-left .columns,
  .catalogsearch-result-index.page-layout-2columns-left .columns,
  .catalog-category-view.page-layout-2columns-left .columns {
    flex-direction: row;
    padding-right: 0px;
  }
  .amshopby-index-index.page-layout-2columns-left .columns .sidebar-main,
  .catalogsearch-result-index.page-layout-2columns-left .columns .sidebar-main,
  .catalog-category-view.page-layout-2columns-left .columns .sidebar-main {
    background-color: #052726;
    flex-basis: initial;
    flex-grow: initial;
    float: none;
    order: 1;
    padding: 24px 46px;
    width: 363px;
  }
  .amshopby-index-index.page-layout-2columns-left .columns .column.main,
  .catalogsearch-result-index.page-layout-2columns-left .columns .column.main,
  .catalog-category-view.page-layout-2columns-left .columns .column.main {
    flex-basis: initial;
    flex-grow: 1;
    padding-left: 0px;
    width: calc(100% - 363px);
  }
  .amshopby-index-index.page-layout-2columns-left .columns .sidebar-additional,
  .catalogsearch-result-index.page-layout-2columns-left .columns .sidebar-additional,
  .catalog-category-view.page-layout-2columns-left .columns .sidebar-additional {
    flex-basis: 0;
    flex-grow: 0;
    float: none;
  }
  .column.main .t-plp__product-list {
    column-gap: 17px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 17px;
    margin: 0;
  }
  .column.main .t-plp__product-list .product-item .m-product-card__info {
    padding: 0 20px;
  }
  .t-plp__main.products {
    margin: 15px 0;
    padding: 0 46px;
  }
  .price-box .old-price {
    flex-grow: 1;
  }
  .price-box .you-save-price {
    width: auto;
  }
  .amshopby-index-index .page-title-wrapper,
  .catalogsearch-result-index .page-title-wrapper,
  .catalog-category-view .page-title-wrapper {
    padding: 0px 46px 19px;
    gap: 6px;
  }
  .amshopby-index-index .page-title-wrapper h1,
  .catalogsearch-result-index .page-title-wrapper h1,
  .catalog-category-view .page-title-wrapper h1,
  .amshopby-index-index .page-title-wrapper .vehicle-selector-button,
  .catalogsearch-result-index .page-title-wrapper .vehicle-selector-button,
  .catalog-category-view .page-title-wrapper .vehicle-selector-button {
    font-size: 1.5rem;
    gap: 6px;
  }
  .amshopby-index-index .page-title-wrapper h1 .change-text .tx,
  .catalogsearch-result-index .page-title-wrapper h1 .change-text .tx,
  .catalog-category-view .page-title-wrapper h1 .change-text .tx,
  .amshopby-index-index .page-title-wrapper .vehicle-selector-button .change-text .tx,
  .catalogsearch-result-index .page-title-wrapper .vehicle-selector-button .change-text .tx,
  .catalog-category-view .page-title-wrapper .vehicle-selector-button .change-text .tx {
    font-size: 10px;
  }
  .amshopby-index-index .category-image-wrapper .category-image,
  .catalogsearch-result-index .category-image-wrapper .category-image,
  .catalog-category-view .category-image-wrapper .category-image {
    border-radius: 30px;
  }
  .amshopby-index-index .category-image-wrapper .category-data,
  .catalogsearch-result-index .category-image-wrapper .category-data,
  .catalog-category-view .category-image-wrapper .category-data {
    padding: 0 40px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .amshopby-index-index .category-image-wrapper .category-data h2,
  .catalogsearch-result-index .category-image-wrapper .category-data h2,
  .catalog-category-view .category-image-wrapper .category-data h2 {
    font-size: 5rem;
  }
  .amshopby-index-index .category-image-wrapper .category-data .category-short-description,
  .catalogsearch-result-index .category-image-wrapper .category-data .category-short-description,
  .catalog-category-view .category-image-wrapper .category-data .category-short-description {
    font-size: 1.5rem;
  }
  .page-with-filter .toolbar-top {
    background-color: transparent;
    color: #052726;
    margin: 0;
    padding: 0 46px 10px;
    gap: 10px;
    display: grid;
  }
  .page-with-filter .toolbar-top .amshopby-current-filters .clear-all a {
    color: #052726;
  }
  .page-with-filter .toolbar-top .list-toolbar-button.filter,
  .page-with-filter .toolbar-top .m-list-toolbar__filter-button,
  .page-with-filter .toolbar-top .amshopby-filter-current,
  .page-with-filter .toolbar-top .toolbar-bottom .m-list-toolbar__sorter,
  .page-with-filter .toolbar-top .toolbar-bottom .m-list-toolbar__info-block {
    display: none;
  }
  .page-with-filter .toolbar-top .m-list-toolbar__sorter {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
  .page-with-filter .toolbar-top .a-toolbar-info {
    font-size: 0.875rem;
  }
  .page-with-filter .toolbar-top .amount-name {
    margin-top: 0;
    order: initial;
  }
  .page-with-filter .toolbar-top .m-list-toolbar {
    align-items: center;
    column-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-with-filter .toolbar-top .m-list-toolbar__sorter {
    order: initial;
  }
  .page-with-filter .toolbar-top .m-list-toolbar__sorter .m-select-menu .m-select-menu--sorting #m_sorting_criteria {
    background-color: transparent;
    border-color: #052726;
    color: #052726;
  }
  .page-with-filter .toolbar-top .m-list-toolbar__sorter .m-select-menu .m-select-menu--sorting .sorter-action:before {
    border: none;
    color: #052726;
  }
  .page-with-filter .toolbar-top .vehicle-selector-button {
    margin-bottom: 0;
    margin-top: 0;
    order: initial;
  }
  .page-with-filter .toolbar-top .vehicle-selector-button .prepend_text {
    background: #052726;
    color: #ffffff;
  }
  .page-with-filter .toolbar-top .vehicle-selector-button [data-vehicle-selector-text] {
    background: #052726;
    color: #ffffff;
  }
  .page-with-filter .toolbar-top .vehicle-selector-button .change-text {
    color: #052726;
  }
  .page-with-filter .toolbar-top .vehicle-selector-button:hover .prepend_text,
  .page-with-filter .toolbar-top .vehicle-selector-button:focus .prepend_text,
  .page-with-filter .toolbar-top .vehicle-selector-button:hover [data-vehicle-selector-text],
  .page-with-filter .toolbar-top .vehicle-selector-button:focus [data-vehicle-selector-text] {
    background-color: #00675e;
    color: #052726;
  }
  .m-select-menu--sorting .sorter-action {
    bottom: 0;
    top: inherit;
  }
  .catalogsearch-result-index.page-with-filter .category-name-desktop,
  .amshopby-index-index.page-with-filter .category-name-desktop,
  .catalog-category-view.page-with-filter .category-name-desktop {
    display: block;
  }
  .catalogsearch-result-index.page-with-filter .category-name-desktop h2,
  .amshopby-index-index.page-with-filter .category-name-desktop h2,
  .catalog-category-view.page-with-filter .category-name-desktop h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.375rem;
    color: #052726;
    font-weight: 600;
  }
  .columns > .sidebar-additional [data-role=compare-products-sidebar] {
    display: none;
  }
  [data-role=compare-products-sidebar].compare-products-sidebar-desktop {
    display: block;
  }
  [data-role=compare-products-sidebar] .sidebar-block__heading h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  .page-with-filter .category-description h3 {
    font-size: 1.875rem;
    line-height: 4.4375rem;
    margin-bottom: 20px;
  }
  .page-layout-1column:not(.catalog-product-view) .block.widget .products-grid .product-item {
    margin: 0 0 30px !important;
    padding: 0 10px;
    width: 25%;
  }
  .plp-vehicle-selector {
    margin: 0;
  }
  .plp-vehicle-selector .vehicle-selector-home {
    padding-left: 24px;
    padding-right: 24px;
  }
  .plp-vehicle-selector .vehicle-selector-home .selector-title {
    color: #ffffff;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-select-wrapper:after {
    color: #00675e;
    content: "\25bc";
    display: block;
    font-size: 0.5625rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons {
    display: flex;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button.primary {
    border: 1px solid #052726;
    color: #00675e;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button.primary:hover {
    background: #BFBFBF;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button:not(.primary) {
    color: #052726;
    text-transform: none;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button:not(.primary):hover {
    background: transparent;
    border: none;
    text-decoration: underline;
  }
  .shipping-bar {
    padding: 12px 46px;
  }
  .brand-bar {
    padding: 6px 46px;
  }
  .catalog-product-view .t-pdp .breadcrumbs {
    display: block;
    margin-left: 62px;
    padding-left: 0px;
  }
  .catalog-product-view .t-pdp .breadcrumbs .m-breadcrumb {
    padding-bottom: 10px;
    padding-top: 52px;
    padding-left: 0;
  }
  .catalog-product-view .t-pdp .breadcrumbs .m-breadcrumb .m-breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-size: 0.75rem;
  }
  .catalog-product-view .t-pdp .breadcrumbs .m-breadcrumb .m-breadcrumb__list .m-breadcrumb__item .m-breadcrumb__text {
    color: #091235;
    font-size: .8rem;
    text-decoration: none;
    display: inline;
    font-weight: 300;
    margin: 0;
    font-family: Montserrat, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .catalog-product-view .t-pdp .breadcrumbs .m-breadcrumb .m-breadcrumb__list .m-breadcrumb__item a.m-breadcrumb__text {
    color: #091235 !important;
    font-size: .8rem;
    text-decoration: none;
  }
  .catalog-product-view .t-pdp .c-product-title {
    margin: 0 62px 15px;
  }
  .catalog-product-view .t-pdp .c-product-title h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: 100%;
    margin-bottom: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    font-family: "Lato", sans-serif;
    color: #091235;
  }
  .catalog-product-view .t-pdp .c-product-title .a-product-attribute.sku {
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    color: #091235;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .catalog-product-view .t-pdp .c-product-title .amshopby-option-link {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-title .price-box-mobile {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-title .rating-box-mobile {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs {
    background: #052726;
    padding: 56px 62px;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container {
    display: block;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--title {
    color: #d9d9d9;
    font-family: "Lato", sans-serif;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    margin: 0;
    margin-bottom: 38px;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings {
    background: #d9d9d9;
    display: flex;
    margin: 0 22px;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings .data.item {
    flex: 1;
    text-align: center;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings .data.item.title {
    padding: 11px 0;
    border: 1px solid #C0C0C0;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings .data.item.title.active-tab {
    background: white;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings .data.item.title.active-tab a {
    color: #f56d37;
    font-weight: 800;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings .data.item.title a {
    color: #091235;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings .data.item.title:hover {
    cursor: pointer;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--headings .data.item.title:hover a {
    color: #f56d37;
    font-weight: 800;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents {
    max-width: 1440px;
    margin: 0 22px;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content {
    color: #d9d9d9;
    font-family: "Lato", sans-serif;
    margin-top: 42px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0  0px 0!important;
    min-height: 200px;
    display: block !important;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .section-title {
    color: #f56d37;
    leading-trim: both;
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    padding: 0 0 24px 0 ;
    margin: 0;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .m-product-table {
    border-collapse: collapse;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .m-product-table .m-product-table__row .m-product-table__row-header,
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .m-product-table .m-product-table__row .m-product-table__item {
    background: #d9d9d9;
    color: #091235;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .m-product-table .m-product-table__row .m-product-table__item {
    background: white;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .m-product-table .m-product-table__row .m-product-table__row-header {
    width: 40% !important;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .m-product-table th,
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .m-product-table td {
    border: 1px solid #C0c0c0 !important;
    /* Bordes para celdas */
    padding: 10px 21px;
    text-align: left;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content .am-attachments .am-fileline .am-fileicon {
    max-height: 50px;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .desktop-container .pdp-tabs--contents .data.item.content:not(:last-child) {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 35px !important;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .mobile-container {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .m-product-table {
    display: grid;
    grid-template-columns: 300px 380px !important;
  }
  .catalog-product-view .t-pdp .c-product-detail-section .pdp-tabs .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-product-view .t-pdp .c-product-overview {
    display: grid;
    grid-template-columns: 55% 45%;
    column-gap: 60px;
    margin: 0 62px 0;
    margin-bottom: 90px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview {
    width: 100%;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating {
    display: block;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating [class^=ruk-icon-] {
    font-size: 20px;
    color: #f56d37;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating .ruk-rating-snippet-count {
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #052726 !important;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .c-product-overview--rating .ruk-rating-snippet-count:last-child {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper {
    display: block;
    padding-right: 62px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price {
    border-bottom: 0px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .m-price-lockup .price-label {
    font-size: 0.875rem !important;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    display: block !important;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .m-price-lockup .price-wrapper .price {
    font-size: 1.75rem !important;
    font-weight: 600;
    line-height: 22px;
    font-family: "Lato", sans-serif;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .special-price .price-label {
    font-size: 0.875rem !important;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    display: block !important;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .special-price .price-wrapper {
    padding-bottom: 5px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .special-price .price-wrapper .price {
    font-size: 1.75rem !important;
    font-weight: 600;
    line-height: 22px;
    font-family: "Lato", sans-serif;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .old-price .m-price-lockup .price-label {
    display: inline !important;
    text-decoration: line-through !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #9F9F9F;
    line-height: normal;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .old-price .m-price-lockup .price-wrapper {
    display: inline-block;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .old-price .m-price-lockup .price-wrapper .price {
    text-decoration: line-through !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: normal;
    color: #9F9F9F;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .you-save-price {
    padding: 0;
    line-height: normal;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .you-save-price .price-label {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .you-save-price .save-percent-pdp {
    display: inline !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .product-ribbons-wrapper .m-product-overview__prices .product-info-price .price-box .you-save-price .price {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info {
    max-width: 100vw;
    box-sizing: border-box;
    margin: 0;
    padding-right: 62px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__rating {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__rating .a-btn {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    color: #002726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__description {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product.pricing {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .product-options-wrapper .m-select-menu__wrapper:before {
    top: 21px !important;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .product-options-wrapper .m-select-menu__wrapper label {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart {
    margin-top: 0;
    margin-bottom: 0;
    /*     .action.tocart.primary,
                                     .a-btn--primary{
                                         background-color:@topdown__darkblue !important;
                                         border-radius: 0;
                                         width: 100%;
                                         max-width: 230px;
                                         border-radius: 3px !important;
                                         box-shadow: 0px 2px 5px #8b8b8b;
                                         border:1px solid @topdown__darkblue;
                                         border: none;
                                         color: @topdown__cyan !important;
                                         font-weight: 900;
                                         font-family: @font_lato;
                                         font-size:1.1rem;
                                         padding: 0;
                                         position: relative;
                                         text-decoration: none;
                                         text-transform: uppercase;
                                         transition: .4s;
                                         width: 90%;
                                         margin-bottom: 0;
                                         padding-top: 0 !important;
                                         padding-bottom: 0 !important;

                                         &.a-btn--large{
                                             font-size:1rem !important;
                                             color: @topdown__cyan !important;
                                             font-family: @font_lato;
                                             height: 35px;

                                         }
                                         &:hover{
                                             background-color: @topdown__cyan !important;
                                             color: @topdown__darkblue !important;
                                         }
                                         #price-container{
                                             display: none !important;
                                         }
                                     }
     */
    /* input[type='number'],
                                 .a-number-input {
                                     border: 2px solid #54494b;
                                     border-radius: 0;
                                     box-sizing: border-box;
                                     color: #54494b;
                                     font-family: @legacy__body_font;
                                     font-size: 1.125rem;
                                     height: 40px;
                                     line-height: 1;
                                     padding: 9px 5px 8px 5px;
                                     text-align: center;
                                     width: 34px ;
                                 }*/
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .qty {
    margin-bottom: 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .qty label {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .qty input {
    width: 35px;
    height: 35px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .m-product-overview__cta .box-tocart .fieldset .actions {
    width: 100%;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features {
    margin: 20px 0 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .key-feature-heading {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content .a-product-attribute {
    display: none;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content ul {
    padding-left: 20px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .key-features .features-content ul li {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product-overview {
    margin: 20px 0 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product-overview .product-overview-heading {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info .product-overview .product-overview-content {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
    color: #052726;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__info-top .product.attribute.overview li {
    margin-bottom: 0;
  }
  .catalog-product-view .t-pdp .c-product-overview .product-info-main.m-product-overview .m-product-overview__additions {
    /*    .a-wishlist.a-icon-text-btn{
                                border:0;
                                margin-left: 70px;
                                color:@topdown__cyan;
                                font-size:0.9rem;
                                font-family: @font_lato;
                                font-weight: normal !important;
                                span{
                                    padding-left: 10px;
                                    vertical-align: top;
                                    font-size:0.9rem;
                                }

                                &:hover{
                                    text-decoration: none;
                                    border:0;
                                    background-color: transparent;

                                    span{
                                        border:0;
                                        font-weight: normal !important;
                                    }
                                }
                            }*/
  }
  .catalog-product-view .c-product-carousel {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .catalog-product-view .c-product-carousel .c-product-carousel__carousel {
    overflow: hidden;
  }
  .catalog-product-view .c-product-carousel .c-product-carousel__carousel .c-product-carousel__header-wrapper {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .catalog-product-view .c-product-carousel .c-product-carousel__carousel .c-product-carousel__header-wrapper h2 {
    font-size: 2.5rem;
    margin: 0 0 40px;
  }
  .catalog-product-view .c-product-carousel .c-product-carousel__carousel .c-product-carousel__item,
  .catalog-product-view .c-product-carousel .c-product-carousel__carousel .c-product-carousel--slick .slick-slide {
    margin-right: 20px !important;
    margin-left: 0 !important;
    width: 420px !important;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__stage .fotorama__fullscreen-icon {
    height: 75px;
    margin-right: 39px;
    margin-top: 0px;
    width: 66px;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__stage .fotorama__stage__pagination {
    font-size: 40px;
    left: 40px;
    top: 0;
  }
  .catalog-product-view .c-visit-faqs__heading {
    font-size: 1.5625rem;
  }
  .catalog-product-view h2.reviews-heading {
    font-size: 2.5rem;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    margin: 10px 0 0;
  }
  .catalog-product-view .m-product-overview__info-top {
    margin-bottom: 0;
  }
  .m-mini-cart__heading .m-mini-cart__sub-section {
    justify-content: flex-start;
    padding-top: 14px;
  }
  .m-mini-cart__title {
    font-size: 3.125rem;
    padding-bottom: 44px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .m-mini-cart__title span {
    display: block;
    max-width: 350px;
  }
  .m-mini-cart__content {
    padding-top: 65px;
    margin-left: 90px;
    margin-right: 90px;
  }
  .checkout-cart-index .page-main {
    max-width: 1440px;
    padding: 42px 20px 100px;
  }
  .checkout-cart-index .page-main .cart-contact__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 100px;
  }
  .checkout-cart-index .page-main .cart-container {
    flex-direction: row;
  }
  .checkout-cart-index .page-main .c-cart__items {
    padding-right: 40px;
    width: 72%;
  }
  .checkout-cart-index .page-main .c-cart__summary {
    margin-top: 0px;
    order: 1;
    padding-top: 0;
    position: relative;
    width: 28%;
    z-index: 2;
  }
  .checkout-cart-index .page-main .c-cart__summary .c-cart__summary-title {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.24px;
    line-height: normal;
    margin-bottom: 32px;
  }
  .onestepcheckout-index-index .field-tooltip .field-tooltip-content {
    bottom: 0;
    left: 35px;
    top: initial;
  }
  .onestepcheckout-index-index .field-tooltip .field-tooltip-content:before,
  .onestepcheckout-index-index .field-tooltip .field-tooltip-content:after {
    border-bottom-color: transparent;
    bottom: 15px;
    top: initial;
  }
  .onestepcheckout-index-index .field-tooltip .field-tooltip-content:before {
    border-right-color: #514c4c;
    left: -19px;
  }
  .onestepcheckout-index-index .field-tooltip .field-tooltip-content:after {
    left: -18px;
    border-right-color: #f4f4f4;
  }
  .amshopby-index-index.page-layout-2columns-left .columns .sidebar-main,
  .catalogsearch-result-index.page-layout-2columns-left .columns .sidebar-main,
  .catalog-category-view.page-layout-2columns-left .columns .sidebar-main {
    background: #052726;
  }
  .sidebar-main .amshopby-filter-current {
    display: block;
  }
  .page-with-filter .toolbar-top .amshopby-filter-current {
    display: none;
  }
  .c-filter__block {
    background-color: transparent;
    height: auto;
    overflow: visible;
    position: static;
    transform: none;
    visibility: visible;
  }
  .c-filter__block .c-filter__title {
    display: none;
  }
  .c-filter__block .c-accordion-list {
    padding: 0 0 20px;
  }
  .c-filter__block a {
    color: #ffffff;
  }
  .c-filter .c-filter__accordion-title.m-accordion__title {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
    padding-left: 0;
  }
  .c-filter .c-filter__accordion.active {
    border-bottom-color: #ffffff;
  }
  .c-filter .c-filter__accordion.m-accordion .c-filter__accordion-title__toggle {
    left: initial;
    right: 0;
    top: 50%;
  }
  .c-filter .c-filter__accordion.m-accordion.active .c-filter__accordion-title__toggle {
    transform: translatey(-50%);
  }
  .c-filter .am-filter-items-category_ids .item label.a-checkbox__label:before,
  .c-filter .am-ranges .item label.a-checkbox__label:before {
    border-color: #ffffff;
  }
  .c-filter .am-ranges .filter-search {
    border-color: #ffffff;
  }
  .c-filter .am-ranges .filter-search::placeholder {
    color: #ffffff;
  }
  .c-filter .am-ranges .filter-showmore,
  .c-filter .am-ranges .filter-showless {
    color: #ffffff;
  }
  .c-filter .am-ranges .filter-showmore path,
  .c-filter .am-ranges .filter-showless path {
    fill: #ffffff;
  }
  .vehicle-selector-header {
    display: none;
  }
  .header.content .page-header-container {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding: 21px 46px 0 26px;
  }
  .header.content .page-header-container .vehicle-selector-desktop {
    display: block;
    flex: 1;
  }
  .header.content .page-header-container .header-logo .main-logo .mobile {
    display: none;
  }
  .header.content .page-header-container .header-logo .main-logo .desktop {
    display: block;
  }
  .header.content .page-header-container .user-nav {
    flex: 1;
    gap: 20px;
    justify-content: flex-end;
  }
  .m-breadcrumb {
    padding: 13px 46px 7px;
  }
  .user-nav .search-nav {
    position: relative;
  }
  .amelsearch-further-section {
    padding-left: 46px;
    padding-right: 46px;
    margin: 0;
  }
  .plp-vehicle-selector {
    margin: 0 0px 0px 0px;
  }
  .plp-vehicle-selector .vehicle-selector-home {
    padding-left: 24px;
    padding-right: 24px;
  }
  .plp-vehicle-selector .vehicle-selector-home .selector-title {
    color: #ffffff;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-select-wrapper:after {
    color: #00675e;
    content: "\25bc";
    display: block;
    font-size: 0.5625rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons {
    display: flex;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button.primary {
    border: 1px solid #052726;
    color: #ffffff;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button.primary:hover {
    background: #BFBFBF;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button:not(.primary) {
    color: #ffffff;
    text-transform: none;
  }
  .plp-vehicle-selector .vehicle-selector-home .amfinder-toggle .amfinder-buttons .button:not(.primary):hover {
    background: transparent;
    border: none;
    text-decoration: underline;
  }
  .footer-wrapper__bottom {
    flex-direction: row;
    margin-top: -53px;
  }
  .footer-logo {
    justify-content: flex-start;
  }
  .footer.content ul {
    margin: 20px 0;
  }
  .page-footer [data-role="trigger"] {
    line-height: 1;
    border-top: 0;
    padding: 0;
  }
  .page-footer .footer-wrapper__top {
    grid-template-columns: 4fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .page-footer .footer-wrapper__top-links {
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0 20px;
  }
  .footer-container-column:first-child {
    padding: 0;
  }
  .c-footer__title-btn:after {
    display: none;
  }
  .c-footer__title-btn {
    padding: 0;
  }
  .footer-wrapper__copyright {
    font-size: .875rem;
    text-align: left;
    border: none;
  }
  .footer-container-left {
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
  .footer-container-left .c-footer__contact {
    display: none;
  }
  .m-footer-links__contact {
    position: relative;
  }
  .top-to-bottom {
    column-gap: 70px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .top-to-bottom .left {
    width: 50%;
  }
  .top-to-bottom .right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  .top-to-bottom .feature-item {
    width: 50%;
  }
  .home-subscribe {
    padding-left: 0;
    padding-right: 0;
  }
  .home-subscribe .subscribe-box {
    margin-left: 40px;
    margin-right: 40px;
  }
  .home-carousel {
    padding: 52px 0 62px 0;
  }
  .home-carousel h2 {
    font-size: 2.5rem;
    margin-left: 90px;
    text-align: left;
  }
  .home-carousel .slick-slider .slick-list {
    padding: 0 80px;
  }
  .home-carousel .grid.slick-slider {
    display: flex;
    padding: 0 10px ;
    justify-content: space-between;
  }
  .home-carousel .grid.slick-slider .slider-item {
    width: calc(100% / 5 - 5px);
  }
  .vehicle-selector-section {
    display: block;
  }
  .home-carousel.products-carousel .grid.slider {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 10px;
    justify-content: flex-start;
  }
  .home-carousel.products-carousel .grid.slider .slider-item {
    width: calc(100%/5 - 10px);
  }
  .home-carousel.products-carousel .grid.slider .slider-item .product-image-container,
  .home-carousel.products-carousel .grid.slider .slider-item .product-item-photo {
    width: 100%;
    margin: 0 auto;
  }
  .home-carousel.products-carousel .grid.slider .slider-item .product-image-wrapper {
    padding: 0 5px;
    text-align: center;
  }
  .home-carousel.products-carousel .grid.slider .slider-item .product-image-wrapper img {
    width: 100%;
    height: auto;
  }
  .megamenu {
    background: #14202E;
  }
  .megamenu ul,
  .megamenu li {
    padding: 0;
  }
  .megamenu .menu-background,
  .megamenu .mobile-trigger,
  .megamenu .main-menu__item > .menu-expand,
  .megamenu .mobile-header {
    display: none;
  }
  .megamenu .menu-container {
    left: initial;
    max-width: none;
    position: relative;
    top: initial;
    width: 100%;
  }
  .megamenu .submenu-header .submenu-title .main-menu__link {
    color: #00675e;
  }
  .megamenu .myaccount-mobile {
    display: none;
  }
  .megamenu .main-menu {
    background-color: #052726;
    border-top: none;
    padding: 0;
  }
  .megamenu .main-menu__list {
    display: flex;
    justify-content: center;
  }
  .megamenu .main-menu__item,
  .megamenu .main-menu__inner-item {
    padding: 0;
  }
  .megamenu .main-menu__inner-item {
    color: #052726;
  }
  .megamenu .main-menu__inner-item:hover {
    background: #f4f4f4;
  }
  .megamenu .main-menu__inner-item a {
    display: block;
    position: relative;
    z-index: 1;
  }
  .megamenu .main-menu__inner-item .svg-icon {
    fill: #052726;
  }
  .megamenu .main-menu__item > .main-menu__link {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0px 10px 20px;
  }
  .megamenu .main-menu__item.expand > .main-menu__link,
  .megamenu .main-menu__item > .main-menu__link:hover,
  .megamenu .main-menu__item > .main-menu__link.current {
    position: relative;
  }
  .megamenu .main-menu__item.expand > .main-menu__link:after,
  .megamenu .main-menu__item > .main-menu__link:hover:after,
  .megamenu .main-menu__item > .main-menu__link.current:after {
    background-color: #00675e;
    bottom: -5px;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translatex(-50%);
    width: calc(100% - 20px);
  }
  .megamenu .menu-expand {
    height: 20px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    right: 5px;
  }
  .megamenu .menu-expand .svg-icon {
    height: 20px;
    width: 20px;
  }
  .megamenu .main-menu__inner-list li .menu-expand {
    padding-right: 0;
  }
  .megamenu .main-menu__inner-list a {
    padding: 5px 24px;
    font-weight: 600 !important;
    width: 100%;
  }
  .page-wrapper:has(.main-menu__item.expand) {
    overflow-x: hidden;
  }
  .megamenu .menu-container {
    overflow: visible;
  }
  .megamenu .menu-container .category-item .submenu-header {
    background: none;
    color: #00675e;
  }
  .megamenu .main-menu {
    position: relative;
  }
  .megamenu .main-menu__inner-item--all {
    display: none;
  }
  .megamenu .submenu-header {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
  }
  .megamenu .submenu-header .submenu-title {
    text-align: left;
  }
  .megamenu .submenu-header .submenu-title a {
    display: block;
    font-size: 1.1875rem !important;
    padding: 15px 24px;
  }
  .megamenu .submenu-header .submenu-title a:hover {
    background: #00675e;
    color: #ffffff !important;
  }
  .megamenu .submenu-header .submenu-title a:hover:after {
    display: none;
  }
  .megamenu .submenu-header button {
    display: none;
  }
  .megamenu .desktop-menu-level .submenu-header {
    display: none;
  }
  .megamenu .main-menu__item.expand {
    position: relative;
  }
  .megamenu .main-menu__item.expand:nth-last-child(2) {
    position: static;
  }
  .megamenu .main-menu__item.expand:nth-last-child(2) > .main-menu__inner-list {
    background-color: #ffffff;
    left: 50%;
    transform: translateX(8%);
    width: 100%;
  }
  .megamenu .main-menu__item.expand:last-child > .main-menu__inner-list {
    left: -200%;
    transform: none;
    width: 100vw;
  }
  .megamenu .main-menu__item.expand > .main-menu__inner-list {
    left: -15px;
    max-width: 1440px;
    padding: 25px 2% 35px;
    position: absolute;
    top: 37px;
    width: 100vw;
  }
  .megamenu .main-menu__item.expand > .main-menu__inner-list [data-node-type="cms_block"] {
    display: block;
  }
  .megamenu .main-menu__item.expand > .main-menu__inner-list:after,
  .megamenu .main-menu__item.expand > .main-menu__inner-list:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    margin-top: 0 !important;
  }
  .megamenu .main-menu__item.expand > .main-menu__inner-list.flex-columns {
    display: flex !important;
  }
  .megamenu .main-menu__item.expand > .main-menu__inner-list.flex-columns > div {
    column-gap: 10px;
    flex-basis: 0;
    flex-grow: 1;
  }
  .megamenu .main-menu__item.expand > .main-menu__inner-list.flex-columns > div.large {
    flex-basis: initial;
    width: 20%;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-item:not([data-node-type="wrapper"]) {
    transition-duration: .4s;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-item:not([data-node-type="wrapper"]):hover {
    background-color: #00675e;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-item:not([data-node-type="wrapper"]):hover a {
    color: #ffffff !important;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-item:not([data-node-type="wrapper"]):hover .menu-expand .svg-icon {
    fill: #ffffff !important;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-item[data-node-type="wrapper"] {
    font-size: 1rem;
    padding: 25px !important;
    display: flex;
    justify-content: start;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 {
    padding: 0;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 > .level-1-wrapper {
    background: #052726;
    color: #ffffff;
    padding: 24px 0 60px;
    width: 20%;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 > .level-1-wrapper .menu-expand .svg-icon {
    fill: #ffffff;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 > .level-1-wrapper a {
    color: #ffffff;
    font-size: 0.9375rem;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level {
    background-color: #052726;
    display: block !important;
    padding: 25px 0 50px;
    width: 20%;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level a {
    color: #ffffff !important;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level > .main-menu__inner-list {
    display: block;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--2 .submenu-header {
    display: block;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--2 .main-menu__inner-link {
    color: white;
    font-weight: 600;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--2 .menu-expand svg {
    fill: #ffffff;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--2 .main-menu__inner-item--parent .main-menu__inner-link {
    padding-right: 40px;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--last {
    position: relative;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--last .main-menu__inner-item--all {
    display: block;
    font-style: italic;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--last.columns {
    width: 40% !important;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--last.columns:before {
    background: #9F9F9F;
    content: '';
    display: block;
    height: calc(100% - 60px);
    left: 50%;
    position: absolute;
    top: 25px;
    width: 1px;
    z-index: 1;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-list--level1 .desktop-menu-level.level--last.columns ul {
    column-count: 2;
    column-gap: 0;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-item--level1 > .main-menu__inner-link {
    color: #052726;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .megamenu .main-menu__item.expand .main-menu__inner-item--level2 > .main-menu__inner-link {
    font-size: 1rem;
  }
  .megamenu li.active {
    /*background: @topdown__lightcyan !important;*/
  }
  .megamenu li.active a {
    color: #ffffff !important;
  }
  .megamenu li.active .svg-icon {
    fill: #ffffff !important;
  }
  .megamenu .cms-blocks {
    flex-wrap: nowrap;
    width: 40%;
  }
  .megamenu .cms-blocks h4 {
    color: #ffffff;
  }
  .megamenu .cms-blocks a {
    color: #ffffff;
  }
  .megamenu .cms-blocks a:after {
    background: #ffffff;
  }
  .megamenu .cms-blocks a:hover {
    color: #ffffff !important;
  }
  .megamenu .cms-blocks a:hover:after {
    background-color: #00675e;
  }
}
@media all and (min-width: 1024px) and screen and (min-width: 1300px), print and screen and (min-width: 1300px) {
  .home-carousel .grid.slick-slider {
    padding: 0 80px;
  }
}
@media all and (min-width: 1024px) and screen and (min-width: 1300px), print and screen and (min-width: 1300px) {
  .home-carousel .products-carousel .grid.slider {
    padding: 0 80px;
  }
}
@media all and (min-width: 1024px) and (min-width: 1300px), print and (min-width: 1300px) {
  .megamenu .main-menu__item.expand:not(:nth-last-child(-n+2)) > .main-menu__inner-list {
    transform: translateX(-60px);
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .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;
  }
  .blog-page .page-title-wrapper {
    padding-left: 50px;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .nav.items .nav.item a,
  .account.page-layout-2columns-left .columns .sidebar-main .nav.items .nav.item strong {
    padding: 17px 40px;
  }
  .account.page-layout-2columns-left .columns .sidebar-main .c-sidebar-customer {
    padding: 50px 40px;
  }
  .account.page-layout-2columns-left .form-edit-account {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .account.page-layout-2columns-left .form-edit-account .fieldset.container {
    margin: 0;
    padding: 0 20px;
    width: 50%;
  }
  .actions-toolbar .secondary .action.back {
    color: #000;
    display: inline-block;
    font-size: 1rem;
    text-decoration: underline;
  }
  .actions-toolbar .secondary .action.back:hover {
    color: #001aff;
  }
  .account .action.primary,
  .form-address-edit .actions-toolbar .action.primary {
    font-size: 0.875rem;
    padding: 15px 31px 14px;
    line-height: initial;
  }
  .amshopby-index-index.page-layout-2columns-left .columns .column.main,
  .catalogsearch-result-index.page-layout-2columns-left .columns .column.main,
  .catalog-category-view.page-layout-2columns-left .columns .column.main {
    padding-left: 0px;
  }
  .plp-vehicle-selector {
    margin: 0 !important;
  }
  .plp-vehicle-selector .vehicle-selector-home {
    padding-left: 46px;
  }
  .checkout-cart-index .page-main .c-cart__summary {
    border-left: 1px solid #D2D2D2;
    padding-left: 44px;
  }
  .plp-vehicle-selector {
    margin: 0 0 40px -47px;
  }
  .plp-vehicle-selector .vehicle-selector-home {
    padding-left: 47px;
  }
  .page-header-container-sticky .vehicle-selector-desktop .vehicle-selector-button span[data-vehicle-selector-text] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
  }
  .page-header-container-sticky .desktop-search-sticky {
    position: relative;
    top: 0px;
    width: auto;
    left: 0%;
    transform: none;
  }
  .page-header-container-sticky .desktop-search-sticky .amsearch-wrapper-block {
    width: auto;
  }
  .page-header-container-sticky .desktop-search-sticky .amsearch-wrapper-block .amsearch-input-wrapper {
    width: auto;
  }
  .page-header-container-sticky .desktop-search-sticky .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    width: 250px;
    height: 35px;
  }
  .home-subscribe .subscribe-box {
    margin-left: 84px;
    margin-right: 84px;
  }
  .megamenu .main-menu__link {
    padding: 25px;
  }
  .megamenu .main-menu__link:hover:after,
  .megamenu .main-menu__link.current:after {
    width: calc(100% - 32px);
  }
  .megamenu .main-menu__inner-link {
    color: #00675e;
  }
}
