/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-action-addto-product {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus {
  text-decoration: none;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}
.abs-add-fields .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.aw-helpdesk2-listing .selectmenu .action-save > span,
.aw-helpdesk2-listing .selectmenu .action-edit > span,
.aw-helpdesk2-listing .selectmenu .action-delete > span,
.aw-helpdesk2-listing .selectmenu-toggle span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto-gridlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #333333;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before {
  color: inherit;
}
.abs-field-date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-discount-block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block.active > .title:after {
  content: '\e617';
}
@media only screen and (max-width: 990px) {
  .header .header-bottom .header-logo {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .header .header-content .content-logo {
    display: none;
  }
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/* standoutdesign.studio */
/* @import '../font/towbar/css/towbar.css'; */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #333333;
}
.aw-helpdesk2-listing .admin__action-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  padding: 0.7rem 3.3rem 0.8rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-helpdesk2-listing .admin__action-dropdown:hover,
.aw-helpdesk2-listing .admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.aw-helpdesk2-listing .admin__action-dropdown:after {
  right: 1.5rem;
}
.aw-helpdesk2-listing .admin__action-dropdown:before {
  margin-right: 1rem;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu > li {
  display: block;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.aw-helpdesk2-listing .selectmenu {
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
  border: 1px solid #adadad;
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
}
.aw-helpdesk2-listing .selectmenu:hover {
  border-color: #878787;
}
.aw-helpdesk2-listing .selectmenu:hover .selectmenu-toggle:before {
  border-color: #878787;
}
.aw-helpdesk2-listing .selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.aw-helpdesk2-listing .selectmenu._active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.aw-helpdesk2-listing .selectmenu .action-save,
.aw-helpdesk2-listing .selectmenu .action-edit,
.aw-helpdesk2-listing .selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.aw-helpdesk2-listing .selectmenu .action-save:hover,
.aw-helpdesk2-listing .selectmenu .action-edit:hover,
.aw-helpdesk2-listing .selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu .action-save:before,
.aw-helpdesk2-listing .selectmenu .action-edit:before,
.aw-helpdesk2-listing .selectmenu .action-delete:before {
  content: url('../Aheadworks_Helpdesk2/svg/trash-solid.svg');
  font-family: 'luma-icons';
  display: block;
  min-width: 12px;
}
.aw-helpdesk2-listing .selectmenu .action-edit,
.aw-helpdesk2-listing .selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.aw-helpdesk2-listing .selectmenu .action-edit:hover,
.aw-helpdesk2-listing .selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.aw-helpdesk2-listing .selectmenu .action-save:before {
  content: url('../Aheadworks_Helpdesk2/svg/right-arrow.svg');
  font-family: 'luma-icons';
  display: block;
  min-width: 12px;
}
.aw-helpdesk2-listing .selectmenu .action-edit:before {
  content: url('../Aheadworks_Helpdesk2/svg/pencil-solid.svg');
  font-family: 'luma-icons';
  display: block;
  min-width: 12px;
}
.aw-helpdesk2-listing .selectmenu button:not(.primary) {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-value {
  display: inline-block;
}
.aw-helpdesk2-listing .selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 8rem;
}
body._keyfocus .aw-helpdesk2-listing .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-toggle {
  padding-right: 1.8rem;
  background: transparent;
  border: none !important;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.aw-helpdesk2-listing .selectmenu-toggle:focus,
.aw-helpdesk2-listing .selectmenu-toggle:active,
.aw-helpdesk2-listing .selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .aw-helpdesk2-listing .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .aw-helpdesk2-listing .selectmenu-toggle:focus {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.aw-helpdesk2-listing .selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-helpdesk2-listing .selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.aw-helpdesk2-listing .selectmenu-items._active {
  display: block;
}
.aw-helpdesk2-listing .selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.aw-helpdesk2-listing .selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
  margin-bottom: 0;
}
.aw-helpdesk2-listing .selectmenu-items li:hover {
  background: #e3e3e3;
}
.aw-helpdesk2-listing .selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.aw-helpdesk2-listing .selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .aw-helpdesk2-listing .selectmenu-item {
  display: none;
}
.aw-helpdesk2-listing .selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .aw-helpdesk2-listing .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-helpdesk2-listing .selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .aw-helpdesk2-listing .selectmenu-item-edit {
  display: block;
}
.aw-helpdesk2-listing .selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #333333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
  border: none !important;
  border-radius: 0;
}
.aw-helpdesk2-listing .selectmenu-item-action:hover,
.aw-helpdesk2-listing .selectmenu-item-action:focus {
  background: #e3e3e3;
}
.aw-actions-toolbar {
  float: right;
}
@media (max-width: 768px) {
  .aw-actions-toolbar {
    float: none;
    max-width: 130px;
  }
}
.actions-toolbar .secondary {
  float: none !important;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@charset "UTF-8";
@media (min-width: 768px) {
  .shop-by-brand .block-search {
    float: none;
    display: inline-block;
  }
  .brand-search-sidebar .block.block-search {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 7px;
  top: 3px;
  font-size: 21px;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.field-yotpo_accepts_sms_marketing_checkout {
  padding: 10px 0 10px 0;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  color: #0968B8 !important;
  /* united font */
  /*font-family: "United", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif; */
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}
.abs-primary-color-site {
  background-color: #58b606;
  color: #ffffff;
  border-color: #58b606;
}
/* responsive */
/* firecheckout */
.firecheckout #maincontent .checkout-payment-method .form.payments .fieldset {
  border: 0;
  margin: 0;
}
.firecheckout #maincontent #checkout .opc-wrapper .step-title:before,
.firecheckout #maincontent #checkout .opc-block-summary > .title:before,
.firecheckout #maincontent #checkout .opc-sidebar .step-title:before {
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin: 0 6px 0 -6px;
  color: #4cb1df;
  border: 2px solid #4cb1df;
  border-radius: 50%;
}
.firecheckout #maincontent .page-title-wrapper .authentication-wrapper .action-auth-toggle,
.firecheckout #maincontent #discount-form .actions-toolbar .action {
  padding: 5px 12px;
  background: #4cb1df;
  border-radius: 25px;
  border: none;
  color: #fff;
}
.firecheckout #maincontent .page-title-wrapper .authentication-wrapper .action-auth-toggle:hover,
.firecheckout #maincontent #discount-form .actions-toolbar .action:hover,
.firecheckout #maincontent .page-title-wrapper .authentication-wrapper .action-auth-toggle:focus,
.firecheckout #maincontent #discount-form .actions-toolbar .action:focus {
  background: #0968b8;
  border-radius: 25px;
  border: none;
}
.firecheckout #maincontent .actions-toolbar .primary button.action {
  color: #4cb1df;
  border-radius: 25px;
  background: #fff;
  border-color: #4cb1df;
}
.firecheckout #maincontent .actions-toolbar .primary button.action:hover,
.firecheckout #maincontent .actions-toolbar .primary button.action:focus {
  color: #0968b8;
  background: #fff;
  border-color: #0968b8;
  border-radius: 25px;
}
.firecheckout #maincontent .actions-toolbar .primary button.action.action-cancel {
  color: #666;
  border: none;
}
.firecheckout #maincontent .actions-toolbar .primary button.action.action-cancel:hover,
.firecheckout #maincontent .actions-toolbar .primary button.action.action-cancel:focus {
  border: none;
}
.firecheckout #maincontent .main #checkout .opc-wrapper .opc > li,
.firecheckout #maincontent .main #checkout .opc-sidebar {
  padding: 10px;
}
.firecheckout #maincontent .main .opc-block-summary > .place-order:last-child .actions-toolbar {
  margin: 0 -10px;
}
.firecheckout #maincontent .checkout-payment-method .payment-method-content {
  padding: 0;
}
.firecheckout #maincontent .main .checkout-payment-method .ccard {
  max-width: 100%;
}
.firecheckout #maincontent .main #nabdirectpost-form #payment_form_nabdirectpost .field.date .fields.group.group-2 {
  width: 100%;
}
.firecheckout #maincontent .place-order .actions-toolbar .primary .action {
  background: #0968b8;
  border: none;
  border-radius: 25px;
  width: 95%;
  height: 50px;
  line-height: 52px;
  padding: 0 15px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5em;
}
.firecheckout #maincontent .place-order .actions-toolbar .primary .action:hover {
  background: #4cb1df;
  color: #fff;
}
/* catalog products grid view */
.category-products-grid .product-item .product-hover .product-item-photo,
.category-products-grid .product-item .product-hover .product-item-photo .product-image-container,
.category-products-grid .product-item .product-hover .product-item-photo .product-image-container .product-image-wrapper {
  display: block;
  padding: 0 !important;
}
/* stuff */
/* columns for magento 1 compatiblity */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* font awesome universal class */
.osom:after,
.osom:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility;
}
/*-----------
Product view
-------------
/* general tweaks */
.product-view .overview h3,
.detailed .product .description h3,
.product-view .overview h4,
.detailed .product .description h4 {
  margin-bottom: 10px;
}
.box-tocart .add-to-cart #product-addtocart-button {
  background-color: #0968B8;
  border-color: #0968B8;
}
.product-info-main .brand .title {
  display: none;
}
.product-info-main .attribute .button,
.product.info.detailed .button {
  display: inline-block;
  background-color: #2b90d9;
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  border-radius: 25px;
  margin-right: 20px;
  color: #fff;
}
.product-info-main .attribute .button:hover,
.product.info.detailed .button:hover {
  background-color: #0C4DA1;
  text-decoration: none;
}
.product-info-main .attribute .button a,
.product.info.detailed .button a {
  color: #fff;
}
.product-info-main .attribute .button a:hover,
.product.info.detailed .button a:hover {
  text-decoration: none;
}
.product.fitnote .type {
  color: #0968B8;
  font-size: 16px;
  font-weight: normal;
}
/* this fits tab */
#fitnote-content-addon .col-1,
#fitnote-content-addon .col-2 {
  width: 50%;
  padding: 20px;
}
#fitnote-content-addon .col-1 {
  float: left;
  padding-left: 0;
}
#fitnote-content-addon .col-2 {
  float: right;
  padding-right: 0;
}
#fitnote-content-addon .data-table tbody tr:hover {
  color: #fff;
  background: #0968B8;
}
#fitnote-content-addon .data-table .even {
  background: #dfdfdf;
}
#fitnote-content-addon .install-note:first-of-type {
  padding-bottom: 5px;
}
#fitnote-content-addon .install-note:first-of-type strong {
  color: #d73d32;
}
#fitnote-content-addon .install-note:first-of-type strong:before {
  content: "\f071";
  font-family: "Fontawesome";
  margin-right: 5px;
}
#fitnote-content-addon:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 770px) {
  #fitnote-content-addon .col-1,
  #fitnote-content-addon .col-2 {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #fitnote-content-addon .col-1,
  #fitnote-content-addon .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* -------------
product view end
-----------------
cms pages */
.cms-page-view h1,
.cms-page-view .h1,
.cms-page-view h2,
.cms-page-view .h2,
.cms-page-view h3,
.cms-page-view .h3,
.cms-page-view h4,
.cms-page-view .h4,
.cms-page-view h5,
.cms-page-view .h5,
.cms-page-view h6,
.cms-page-view .h6 {
  color: #0968B8 !important;
}
/* hide vehicle fits title on unwanted pages - fucks knows why its even there */
.account .amfinder-title,
.contact-index-index .amfinder-title {
  display: none;
}
/* home page */
/* slider hide on small screens */
@media screen and (max-width: 991px) {
  .slide-home {
    display: none;
  }
}
/* parts finder */
.finder-home {
  padding-top: 30px;
}
.amfinder-common-wrapper {
  background: #F3F3F3;
}
.amfinder-common-wrapper .amfinder-toggle .am-item {
  width: 28% !important;
  margin: 0;
}
.amfinder-common-wrapper .amfinder-buttons button.button {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: none;
}
.amfinder-common-wrapper .amfinder-buttons button.button:hover {
  color: #fff;
  background: #d73d32;
}
.amfinder-common-wrapper .amfinder-buttons button.action {
  background-color: #0C4DA1;
  color: #fff;
}
.amfinder-common-wrapper .amfinder-buttons button.action:hover {
  background-color: #0968B8;
}
@media only screen and (min-width: 992px) {
  .catalog-category-view .main .amfinder-common-wrapper .amfinder-toggle .am-item {
    width: 25% !important;
    margin: 0;
  }
  .amfinder-horizontal .amfinder-toggle .last {
    width: 130px !important;
    display: inline-block !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  #amfinder_3 .am-item {
    width: 32% !important;
  }
}
@media only screen and (max-width: 767px) {
  #amfinder_3 {
    padding: 0;
    border: none;
    background: #D9E1E8 !important;
  }
  #amfinder_3 .amfinder-title {
    display: none !important;
  }
  #amfinder_3 .amfinder-title:before {
    display: none !important;
  }
  #amfinder_3 .amfinder-toggle {
    display: block !important;
    border: none;
  }
  #amfinder_3 .am-item {
    width: 100% !important;
    margin-bottom: 5px;
  }
}
/* home banners */
.col-sm-12.col-banner {
  padding: 0;
}
/* home contact form */
.home-contact-form h4 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.home-contact-form form {
  padding-bottom: 10px;
  background: #D9E1E8;
}
.home-contact-form .fieldset {
  border: none;
  background: #D9E1E8;
}
.home-contact-form .fieldset .label {
  margin: 0;
  font-weight: normal;
}
.home-contact-form .fieldset .field {
  margin: 0 0 5px;
}
.home-contact-form .fieldset .field input {
  border: none;
}
.home-contact-form h3,
.home-contact-form br {
  display: none;
}
.home-contact-form .actions-toolbar .recaptcha2 {
  padding: 5px;
}
.home-contact-form .actions-toolbar .primary {
  width: 100%;
  text-align: center;
  float: none;
}
.home-contact-form .actions-toolbar .primary button.action {
  float: none;
  background-color: #0C4DA1;
  padding: 9px 14px 10px;
  border-radius: 20px;
  font-size: 15px;
}
@media (min-width: 1920px) {
  .home-contact-form h4 {
    padding: 5px 0;
    color: #ffffff !important;
    background-color: #0C4DA1;
  }
  .home-contact-form form {
    padding: 17px 0;
  }
}
/* chip tuning boxes */
.tuning-wrapper {
  position: relative;
  z-index: 30;
  margin-top: 20px;
}
.tuning-wrapper .col-xs-6 {
  margin-bottom: 20px;
}
.tuning-wrapper a {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
  text-shadow: 0 0 6px #000, 0 0 2px #000;
}
.tuning-wrapper a:hover,
.tuning-wrapper a:focus,
.tuning-wrapper a:active {
  text-decoration: none;
}
.tuning-wrapper a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.tuning-wrapper a:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.tuning-wrapper a.car-tuning {
  background: no-repeat top center url('../images/car_tuning.jpg') #000000;
  background-size: cover;
}
.tuning-wrapper a.truck-tuning {
  background: no-repeat top center url('../images/truck_tuning.jpg') #000000;
  background-size: cover;
}
.tuning-wrapper a.tractor-tuning {
  background: no-repeat top center url('../images/tractor_tuning.jpg') #000000;
  background-size: cover;
}
.tuning-wrapper a.marine-tuning {
  background: no-repeat top right url('../images/marine_tuning.jpg') #000000;
  background-size: cover;
}
.tuning-wrapper a strong {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 100%;
  font-weight: 900;
}
.tuning-wrapper a:hover .find {
  margin: 0;
  opacity: 0.9;
}
.tuning-wrapper a .find {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 60px 0 0 0;
  padding: 5px;
  color: #ccc;
  border: 1px solid #ccc;
  font: 14px Helvetica, Arial, sans-serif;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background: rgba(0, 0, 0, 0.2);
}
.tuning-wrapper a .find:hover {
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
/* home banners */
#repair {
  padding: 5px 0;
  background: url(../images/electronics_banner_bg.jpg) center center no-repeat;
  background-size: cover;
}
#repair h4 {
  padding: 7px;
  margin-bottom: 7px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}
#repair .row {
  text-align: center;
  width: 66%;
}
#repair .row .col-sm-12 ul {
  width: 80%;
  padding-inline-start: 0px;
}
#repair ul {
  display: inline-block;
  margin: 0;
  list-style-type: square;
  text-align: left;
}
#repair ul li {
  color: #0968b8;
  padding: 7px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1.25em;
}
#repair ul li::marker {
  color: #fff;
}
#repair a.button {
  position: absolute;
  bottom: 20px;
  right: 35px;
  display: inline-block;
  height: 45px;
  line-height: 48px;
  padding: 0 22px;
  border-radius: 25px;
  background: #0968b8;
  color: #fff;
  font-size: 1.75em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#repair a.button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
@media (max-width: 991px) {
  #repair {
    text-align: center;
  }
  #repair .row {
    width: 100%;
  }
  #repair a.button {
    position: inherit;
    margin: 10px auto;
  }
}
.home-banner-left {
  padding: 10px 5px 0 30px;
}
.home-banner-left a:nth-child(2) img {
  margin-top: 8px;
}
.home-banner-right {
  padding: 10px 30px 0 5px;
}
/* home boxes categories */
.home-boxes {
  margin: 20px 0;
}
.home-boxes h4 {
  margin-bottom: 0;
  font-size: 1.25em;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.home-boxes h4 a {
  display: block;
  position: relative;
  padding: 15px;
  margin-bottom: 10px;
  line-height: 25px;
  background: #f3f3f3;
  color: #040404;
  white-space: nowrap;
}
.home-boxes h4 a:hover {
  background: #4cb1df;
  color: #040404;
  text-decoration: none;
}
.home-boxes h4 a:focus {
  background: #4cb1df;
  color: #040404;
  text-decoration: none;
}
.home-boxes h4 a:before {
  content: '\f0ad';
  margin-right: 7px;
  vertical-align: middle;
}
.home-boxes div:nth-child(1) h4 a:before {
  content: '\f02b';
}
.home-boxes div:nth-child(2) h4 a:before {
  content: '';
  background: url(../images/icon_obd.png) center center no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(3) h4 a:before {
  content: '';
  background: url(../images/icon_performance_airfilter.png) center center no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(4) h4 a:before {
  content: '';
  background: url(../images/icon_performance.png) center center no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(5) h4 a:before {
  content: '\f293';
}
.home-boxes div:nth-child(6) h4 a:before {
  content: '';
  background: url(../images/icon_rvcamera.png) center center no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(7) h4 a:before {
  content: '';
  background: url(../images/icon_camera.png) center center no-repeat;
  width: 22px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(8) h4 a:before {
  content: '';
  background: url(../images/icon_lighting.svg) center center no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(9) h4 a:before {
  content: '';
  background: url(../images/icon_diagnostics.png) center center no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(10) h4 a:before {
  content: '';
  background: url(../images/icon_carcare.svg) center center no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-boxes div:nth-child(11) h4 a:before {
  content: '\f041';
}
.home-boxes div:nth-child(12) h4 a:before {
  content: '';
  background: url(../images/icon_retrofits.svg) center center no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.home-title {
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
/* categories & services section */
/* .services, .categories {
  padding: 0;
  .col-sm-12.col-md-6 {
    padding: 0;
    .banner {
      position: relative;
      height: 200px;
      padding: 20px;
      background-size: cover;
      h4 {
      	margin: 50px 0 15px 0;
      	font-size: 2em;
      	text-transform: uppercase;
      }
      a {
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        background: @lightblue;
        color: #fff;
        font-family: "United","Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
        font-size: 1.25em;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
        &:hover {
          color: #fff;
          text-decoration: none;
          opacity: 0.9;
        }
      }
    }
  }
  .banner-1 {
    	background: url(../images/services_tesla.jpg) center center no-repeat;
  }
  .banner-2 {
    	background: url(../images/services_dashcam.jpg) center center no-repeat;
  }
  .banner-3 {
    	background: url(../images/services_diagnostics.jpg) center center no-repeat;
  }
  .banner-4 {
      background: url(../images/services_cp.jpg) center center no-repeat;
  }
  .banner-5 {
    	background: url(../images/services_navigation.jpg) top center no-repeat;
  }
  .banner-6 {
      background: url(../images/services_chiptuning.jpg) center center no-repeat;
  }
  .banner-7 {
      background: url(../images/services_rns510.jpg) center center no-repeat;
  }
  .banner-8 {
      background: url(../images/services_repairs.jpg) center right no-repeat;
  }
  .banner-2 h4,
  .banner-3 h4,
  .banner-6 h4,
  .banner-7 h4 {
    color: @body-text-color !important;
    text-shadow: 0 0 4px #fff, 0 0 10px #fff, 1px 1px 3px #fff, -1px -1px 3px #fff;
  }
  .banner-1 h4,
  .banner-4 h4,
  .banner-5 h4,
  .banner-8 h4 {
    color: #fff !important;
    text-shadow: 0 0 4px #000, 1px 1px 3px #000, -1px -1px 3px #000;
  }
}
.services {
  .banner-3 h4,
  .banner-4 h4,
  .banner-8 h4 {
    font-size: 1.5em !important;
  }
}
.categories {
  .banner-1 {
      background: url(../images/categories_diagnostics.jpg) top center no-repeat;
  }
  .banner-2 {
    	background: url(../images/categories_maps.jpg) bottom left no-repeat;
  }
  .banner-3 {
      background: url(../images/categories_performance.jpg) center left no-repeat;
  }
  .banner-4 {
      background: url(../images/categories_retrofits.jpg) bottom center no-repeat;
  }
  .banner-5 {
      background: url(../images/categories_performance_intakes.jpg) center center no-repeat;
  }
  .banner-6 {
      background: url(../images/categories_performance_exhausts.jpg) center right no-repeat;
  }
  .banner-7 {
      background: url(../images/categories_tesla.jpg) center center no-repeat;
  }
  .banner-8 {
      background: url(../images/categories_bmw.jpg) bottom right no-repeat;
  }
}
*/
/* careers */
.cms-careers #maincontent .main .col-lg-6 {
  margin-bottom: 30px;
}
.cms-careers #maincontent .main .col-lg-6 a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 10px 300px 10px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #337ab7 0%, rgba(51, 122, 183, 0) 66%);
  font-size: 150%;
  color: #fff;
  cursor: pointer;
}
.cms-careers #maincontent .main .col-lg-6 a:hover {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 66%);
  text-decoration: none;
}
.cms-careers #maincontent .main .col-lg-6 div {
  border-radius: 10px;
  background-size: cover;
}
.cms-careers #maincontent .main .careers-box1 {
  background: url(../images/careers1.jpg) top left no-repeat;
}
.cms-careers #maincontent .main .careers-box2 {
  background: url(../images/careers2.jpg) top left no-repeat;
}
.cms-careers #maincontent .main .careers-box3 {
  background: url(../images/careers3.jpg) top left no-repeat;
}
.cms-careers #maincontent .main .careers-box4 {
  background: url(../images/careers4.jpg) top left no-repeat;
}
/* bmw retrofits */
.cms-bmw-retrofits h3 {
  padding: 20px 0;
  text-align: center;
}
.cms-bmw-retrofits a.button {
  color: #fff;
}
.cms-bmw-retrofits a.button:hover {
  text-decoration: none;
}
/* chip tuning catalogue */
.chiptuning-calatouge {
  padding-bottom: 20px;
}
@media (min-width: 768px), print {
  .chiptuning-calatouge .column.main {
    min-height: auto;
  }
}
/* MyGadgetRepairs widgets */
.mgr-widget-container #langSelector {
  display: none;
}
.mgr-widget-container h3 {
  font-size: 150%;
}
.mgr-widget-container .form-group {
  margin-top: 7px;
}
.mgr-widget-container .form-group .form-control {
  margin: 5px 0;
}
.mgr-widget-container .btn-primary {
  margin-top: 20px;
  background-color: #0968B8;
}
.mgr-widget-container .btn-primary:hover {
  border: 0;
}
#mgr-ticket-widget #mgr-ticket-container .form-group label.mgr-prefix {
  padding: 11px 0 0 7px !important;
  background: transparent !important;
}
/* OBD11 table */
table.obdeleven,
table.obdelevenult {
  font-size: 125%;
}
table.obdeleven td:nth-child(3) .text-green {
  color: #0968B8 !important;
}
table.obdelevenult td:nth-child(4) .text-green {
  color: #ed1c24 !important;
}
.data-table .text-red,
.data-table .text-green {
  display: block;
  text-align: center;
}
.data-table .text-green {
  color: #040404;
}
/* Colors for the circles and positions for the graphics */
.power .outer {
  stroke: #e34f26;
}
.torque .outer {
  stroke: #F08200;
}
.fuel .outer {
  stroke: #1fa67a;
}
.chart svg {
  position: absolute;
  top: 0;
  left: 0;
}
.outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 20;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
}
.chart:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */
/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s;
}
.chart[data-percent='90'] .outer {
  stroke-dashoffset: 54;
  -webkit-animation: show90 2s;
  animation: show90 2s;
}
.chart[data-percent='75'] .outer {
  stroke-dashoffset: 133;
  -webkit-animation: show75 2s;
  animation: show75 2s;
}
.chart[data-percent='50'] .outer {
  stroke-dashoffset: 267;
  -webkit-animation: show50 2s;
  animation: show50 2s;
}
.chart[data-percent='30'] .outer {
  stroke-dashoffset: 376;
  -webkit-animation: show30 2s;
  animation: show30 2s;
}
.chart[data-percent='25'] .outer {
  stroke-dashoffset: 401;
  -webkit-animation: show25 2s;
  animation: show25 2s;
}
.chart[data-percent='20'] .outer {
  stroke-dashoffset: 429;
  -webkit-animation: show20 2s;
  animation: show20 2s;
}
.chart[data-percent='15'] .outer {
  stroke-dashoffset: 456;
  -webkit-animation: show15 2s;
  animation: show15 2s;
}
.chart[data-percent='10'] .outer {
  stroke-dashoffset: 483;
  -webkit-animation: show10 2s;
  animation: show10 2s;
}
/* END set initial animation values */
/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes show90 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 54;
  }
}
@keyframes show90 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 54;
  }
}
@-webkit-keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 134;
  }
}
@keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 134;
  }
}
@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 267;
  }
}
@keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 267;
  }
}
@-webkit-keyframes show30 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 376;
  }
}
@keyframes show30 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 376;
  }
}
@-webkit-keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 401;
  }
}
@keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 401;
  }
}
@-webkit-keyframes show20 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 429;
  }
}
@keyframes show20 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 429;
  }
}
@-webkit-keyframes show15 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 456;
  }
}
@keyframes show15 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 456;
  }
}
@-webkit-keyframes show10 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 483;
  }
}
@keyframes show10 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 483;
  }
}
/* END Keyframes for the initial animation */
/* END pie charts */
/* bootrstrap fix */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* forms */
.webforms .fieldset {
  border: none;
}
.mfp-content .webforms-popup {
  border-radius: 25px;
}
button.mfp-close {
  right: 8px;
  top: 8px;
  border-radius: 25px;
}
@media screen and (min-width: 20em) {
  .mfp-content .webforms-popup {
    width: 80% !important;
  }
}
@media screen and (min-width: 48em) {
  .mfp-content .webforms-popup {
    width: 50% !important;
  }
}
@media screen and (min-width: 64em) {
  .mfp-content .webforms-popup {
    width: 30% !important;
  }
}
/* show and hide elements on screen and for print */
@media print {
  .noPrint {
    display: none;
  }
}
@media screen {
  .onlyPrint {
    display: none;
  }
}
.request-callback-button {
  position: fixed;
  bottom: -1px;
  right: 70px;
  z-index: 999;
}
.request-callback-button button {
  background: #0968B8;
  border: 0;
  border-radius: 25px 25px 0 0;
}
.request-callback-button button span {
  color: #fff;
  font-size: 1.5em;
}
.request-callback-button button span:before {
  content: '\f2a0';
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility;
  animation: tilt-shaking 0.25s linear infinite;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
 *  @package eurocarelectronics.com.au
 *  @company BelVG LLC. (http://www.belvg.com)
 *  @author Avreitsevich Andrei <a.avreitsevich@belvg.com>
 *  Copyright (c) 2024.
 */
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: 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 {
    float: left;
    display: inline-block;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .login-container .block,
  .block-addresses-list .items.addresses > .item,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .login-container .block:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    float: left;
    clear: left;
  }
  .login-container .block:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove {
    top: 6px;
    margin-left: 75.8%;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar: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,
  .login-container:before,
  .login-container: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,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:before,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .login-container:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main {
    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 5px;
    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-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    width: 73%;
    position: relative;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 10px;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .page-header .header.panel,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box;
  }
  .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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
    background-color: #ccc;
    margin-top: 30px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .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 5px 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 {
    width: auto;
    margin-bottom: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .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;
  }
  .aw-helpdesk2__form .top-panel {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .amstock-popup-block {
    overflow: auto;
    padding-bottom: 50px;
    max-width: 565px;
    max-height: calc(100% - 25px * 2);
    height: auto;
  }
  .amstock-popup-block > .amstock-button.-close {
    margin: 10px 5px;
    padding: 15px;
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .amstock-popup-block > .amstock-content {
    max-height: 375px;
  }
  .amstock-popup-block .amstock-item {
    align-items: center;
    flex-direction: row;
    padding: 5px 0;
  }
  .amstock-popup-block .amstock-item > .amstock-title {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .amstock-popup-block .amstock-item > .amstock-value {
    flex-wrap: nowrap;
    padding: 0 5px;
  }
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 50rem;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    margin-right: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px !important;
    max-width: 480px !important;
    clear: right;
    float: right;
    border-left: 1px solid #efefef;
    border-right: unset;
    margin-left: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
  html.ie8,
  html.ie9,
  html.ie10,
  html.ie11 {
    height: auto;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .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%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .page-layout-1column .product-info-main {
    width: 58.3333%;
  }
  .page-layout-1column .product.media {
    width: 41.6667%;
  }
  .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%;
  }
  .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 .start,
  .block-category-event .dates .end {
    display: inline-block;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
    position: relative;
  }
  .block-category-event .dates .start:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .cart-container {
    margin: 0 -15px;
  }
  .cart-container .form-cart {
    width: 66.6667%;
    float: left;
    position: relative;
    padding: 0 15px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 33.3333%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .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 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .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;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    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 .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-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;
  }
  .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;
    width: 100%;
    min-width: 170px;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    width: 48%;
    padding: 8px;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .switcher {
    display: inline-block;
    vertical-align: top;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .aw-heldesk2__agent-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .aw-heldesk2__agent-container .page-title-wrapper {
    padding-right: 20px;
  }
  .aw_helpdesk2__agent-info {
    width: 40%;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    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;
  }
  .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;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .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 {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
