/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.requisition-list.wishlist.split.button:before {
  color: #666;
  content: '\e901';
  font-family: 'magento-icons', serif;
  vertical-align: middle;
  display: inline-block;
}
.requisition-list.wishlist.split.button > .action.toggle:before {
  border-left: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@media print {
  body {
    min-width: 102.4rem;
  }
}
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  *************************************************************************/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #333333;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
  transition: colors all ease-in;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #333333;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
 * ***********************************************************************
 *  *
 *  * ADOBE CONFIDENTIAL
 *  * ___________________
 *  *
 *  * Copyright 2024 Adobe
 *  * All Rights Reserved.
 *  *
 *  * NOTICE: All information contained herein is, and remains
 *  * the property of Adobe and its suppliers, if any. The intellectual
 *  * and technical concepts contained herein are proprietary to Adobe
 *  * and its suppliers and are protected by all applicable intellectual
 *  * property laws, including trade secret and copyright laws.
 *  * Dissemination of this information or reproduction of this material
 *  * is strictly forbidden unless prior written permission is obtained
 *  * from Adobe.
 *  * ************************************************************************
 *
 */
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  ************************************************************************
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
body.gdpr-privacy-settings .column.main .actions-toolbar {
  margin-bottom: 1.5em;
}
body.gdpr-privacy-settings .column.main #download-form,
body.gdpr-privacy-settings .column.main #anonymize-form,
body.gdpr-privacy-settings .column.main #remove-form {
  margin-left: 7em;
}
.mst-gdpr_customer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mst-gdpr_customer .card {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mst-gdpr_customer .card .gap-4 {
  gap: 1rem;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 .icon {
  --tw-text-opacity: 1;
  background-color: #f5f5f5;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 2rem;
}
.mst-gdpr_customer .card .gap-4 > div > a {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 > div > h3 {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}
.mst-gdpr_customer .card .gap-4 > div button {
  float: right;
}
.mst-anonymize,
.mst-download,
.mst-remove {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mst-gdpr_customer .card .gap-4 {
    display: block;
  }
}
legend.hidden {
  display: none;
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    flex-direction: column;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide {
    z-index: 10001;
  }
}
@media (max-width: 640px) {
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(3),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .mst-gdpr__cookie-settings--cookie-group-container .title-container {
    padding: 0 2rem;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .title-container .title {
    width: auto;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._disabled {
  outline: none;
  box-shadow: none;
  display: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
/*mixins*/
.primary_button_color {
  background: #115740;
  border-color: #115740;
}
.primary_button_color_hover {
  background: #0f4534;
  border-color: #0f4534;
}
input[type="password"]::-ms-reveal {
  display: none;
}
body,
.action.primary {
  font-family: "Roboto", sans-serif;
}
.action.primary {
  background: #115740;
  border-color: #115740;
  border-radius: 3px;
  font-weight: 500;
  color: #ffffff;
}
.action.primary:hover,
.action.primary:focus,
.action.primary:active {
  background: #0f4534;
  border-color: #0f4534;
  color: #ffffff;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
.alink:active {
  color: #006bb4;
  text-decoration: none;
}
input[type="checkbox"] {
  accent-color: #13242e;
}
input[type="checkbox"]:focus {
  box-shadow: none;
}
a.pagebuilder-button-primary,
.pagebuilder-button-primary {
  background: #115740;
  border-color: #115740;
  border-radius: 3px;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
.pagebuilder-button-primary:focus {
  background: #0f4534;
  border-color: #0f4534;
}
a.pagebuilder-button-primary span,
.pagebuilder-button-primary span {
  color: #eefbf4;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.primary button {
  background: #115740;
  border-color: #115740;
}
.primary button span {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.primary button:hover {
  background: #0f4534;
  border-color: #0f4534;
}
p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
#maincontent h1 {
  color: #13242e;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}
#maincontent h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 768px) {
  #maincontent h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
#maincontent h5 {
  color: var(--Black, #1a1a1b);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
#maincontent .sub-heading-link p a {
  position: relative;
  padding-right: 3rem;
  color: #115740;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
#maincontent .sub-heading-link p a:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/arrow_forward.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  right: 0;
}
#maincontent .sub-heading-link p a span {
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  #maincontent .sub-heading-link p a span {
    display: none;
  }
}
.slick-slider .slick-arrow.slick-prev {
  height: 48px;
  width: 48px;
  z-index: 9;
  background: url(../images/left-arrow.svg) no-repeat 0 0 transparent !important;
  left: -20px;
  top: 50%;
  transform: rotate(0deg) translate(0, -50%) !important;
}
.slick-slider .slick-arrow.slick-prev:hover {
  opacity: 0.8;
}
.slick-slider .slick-arrow.slick-prev:before {
  display: none;
}
.slick-slider .slick-arrow.slick-next {
  height: 48px;
  width: 48px;
  z-index: 9;
  background: url(../images/right-arrow.svg) no-repeat 0 0 transparent !important;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%) !important;
}
.slick-slider .slick-arrow.slick-next:hover {
  opacity: 0.8;
}
.slick-slider .slick-arrow.slick-next:before {
  display: none;
}
[data-content-type='button-item'] .pagebuilder-button-secondary {
  border-radius: 3px;
  border: 1px solid #115740;
  background: transparent;
  padding: 10px 24px;
  height: 46px;
  margin: 0;
  cursor: pointer;
}
[data-content-type='button-item'] .pagebuilder-button-secondary span {
  color: #115740;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
[data-content-type='button-item'] .pagebuilder-button-secondary:hover {
  background: transparent;
}
@media only screen and (min-width: 769px) {
  .page-wrapper .breadcrumbs {
    max-width: 1440px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.breadcrumbs .items .item a {
  color: var(--Middle-Grey, #888888);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: "/";
  font-size: 14px;
  margin: 0 8px;
  color: #888;
}
.breadcrumbs .items .item strong {
  color: #13242e;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.rating-summary .rating-result > span:before,
.review-control-vote label:before {
  color: #E4A11B;
}
html .quickview-popup .message.global.demo {
  display: none !important;
}
html .quickview-popup .global-banner {
  display: none !important;
}
html .quickview-popup footer.footer {
  display: none !important;
}
.modal-popup .modal-inner-wrap .modal-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .modal-popup .modal-inner-wrap .modal-content {
    font-size: 14px;
  }
}
.modal-popup .modal-inner-wrap .modal-footer .action-secondary {
  background: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none !important;
}
.modal-popup .modal-inner-wrap .modal-footer .action-secondary.action-dismiss {
  border: none !important;
}
.modal-popup .modal-inner-wrap .modal-footer .action-primary {
  border-radius: 3px;
  background: #115740;
  border-color: #115740;
  border: 1p solid #115740;
  color: var(--BG-White, #ffffff);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-popup .modal-inner-wrap .modal-footer .action-primary:hover {
  background: #0f4534;
  border-color: #0f4534;
}
.modal-popup .modal-inner-wrap .save-cart-btn {
  text-align: right;
  margin-top: 20px;
}
.modal-popup .modal-inner-wrap .save-cart-btn button {
  background: #115740;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.modal-popup .modal-inner-wrap .save-cart-btn button:hover {
  background: #0f4534;
}
body .modal-popup .modal-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
body .modal-popup .fieldset span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
body .modal-popup .fieldset input,
body .modal-popup .fieldset textarea {
  border: 1px solid var(--Gray-4, #bdbdbd);
  background: var(--BG-White, #ffffff);
}
body .modal-popup .fieldset .field label {
  margin-bottom: 5px;
}
body .modal-popup .modal-inner-wrap .modal-footer .action.primary {
  border-radius: 3px;
  background: #115740;
  border-color: #115740;
  border: 1p solid #115740;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: "Roboto", sans-serif;
}
body .modal-popup .modal-inner-wrap .modal-footer .action.primary:hover {
  background: #0f4534;
  border-color: #0f4534;
}
body .modal-popup .modal-inner-wrap .modal-footer .action.secondary {
  background: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 4px;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  background: #e5e7eb;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #115740;
}
.modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
div#password-strength-meter-container {
  margin-top: 6px;
}
.modal-popup.modal-slide .modal-footer .save-addr {
  border-radius: 3px;
  background: #115740;
  color: #ffffff;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.modal-popup.modal-slide .modal-footer .save-addr:hover {
  background: #0f4534;
}
.modal-popup.modal-slide .modal-footer .action-dismiss {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  border: none;
  font-weight: 400;
  text-decoration: none;
}
textarea,
input {
  font-family: "Roboto", sans-serif;
}
.global-banner {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background: #115740;
  padding: 7.5px 0;
}
.global-banner p {
  margin-bottom: 0;
}
.global-banner a {
  color: #ffffff;
  text-decoration: none;
}
.checkout-index-index .global-banner {
  display: none !important;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}
.message.global.demo {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background: #115740;
  padding: 7.5px 0;
}
.message.global.demo .content {
  max-width: 1440px;
  margin: auto;
  width: 100%;
}
.message.global.demo .content p,
.message.global.demo .content a {
  color: #eefbf4;
}
.message.global.demo .content p:hover,
.message.global.demo .content a:hover {
  text-decoration: none;
}
.page-wrapper .page-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #F9FAFB;
}
.page-wrapper .page-header .header.content {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin: auto;
  width: 100%;
}
.page-wrapper .page-header .header.content .block-search {
  width: 506px;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links:first-child {
  display: none;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .customer-menu {
  display: block;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .customer-menu ul.header.links {
  display: block;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .customer-register .links-container-title {
  display: none;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content ul {
  list-style-type: none;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  position: absolute;
  min-width: 180px;
  z-index: 999999;
  background: #ffffff;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content ul li {
  padding: 0;
  margin: 0;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content ul li:hover {
  background: #115740;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content ul li:hover a {
  color: #F9FAFB !important;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content ul li a {
  text-decoration: none !important;
  display: block;
  padding: 10px;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content ul li a#invitation-send-link {
  display: none;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail {
  cursor: pointer;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 0;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/account_circle.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/small-arrow-down.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  right: -25px;
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail:after {
    display: none;
  }
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail span {
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail span {
    display: none;
  }
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail:hover:before {
  background: url(../images/account_circle_hover.svg) no-repeat 0 0;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail:hover:after {
  background: url(../images/small-arrow-down_hover.svg) no-repeat 0 0;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content li.account-detail:hover span {
  color: #115740;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content .dropdown-content {
  display: none;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-header .header.content .panel.header ul.header.links .account-content .dropdown-content {
    top: 35px;
  }
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content .dropdown-content.active {
  display: block;
}
.page-wrapper .page-header .header.content .panel.header ul.header.links .account-content .dropdown-content:before {
  right: 40px;
  top: -18px;
  border: 9px solid;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-wrapper .page-header .header.content ul {
  padding-left: 0;
  list-style-type: none;
}
.page-wrapper .page-header .header.content li.greet.welcome {
  display: none;
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart {
  position: relative;
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/shopping_cart.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .text {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  padding-left: 3rem;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .text {
    display: none;
  }
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:hover:before {
  background: url(../images/shopping_cart_hover.svg) no-repeat 0 0;
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:hover .text {
  color: #115740;
}
.page-wrapper .page-header .header.content .track-ordermenu a {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none !important;
  position: relative;
  padding-left: 3rem;
  line-height: 26px;
}
.page-wrapper .page-header .header.content .track-ordermenu a:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/share_location.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
.page-wrapper .page-header .header.content .track-ordermenu a:hover {
  color: #115740;
}
.page-wrapper .page-header .header.content .track-ordermenu a:hover:before {
  background: url(../images/share_location_hover.svg) no-repeat 0 0;
}
.page-wrapper .page-header .header.content .block.block-search form input {
  border-radius: 3px;
  border: none;
  height: 40px;
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  box-shadow: none;
  background-color: #F2F2F2;
  padding-left: 16px;
}
.page-wrapper .page-header .header.content .block.block-search form .action.search {
  right: 0;
  opacity: 1 !important;
}
.page-wrapper .page-header .header.content .block.block-search form .action.search:before {
  background: #f2f2f2 url("../images/search.svg") no-repeat right;
  width: 37px;
  height: 40px;
  content: '';
}
.page-wrapper .page-header .minicart-wrapper .action.showcart .counter.qty {
  border-radius: 9px;
  background: var(--Primary-Green, #236c54);
  height: 18px;
  min-width: 18px;
  line-height: 17px;
  padding: 0;
  position: absolute;
  top: -10px;
  left: 11px;
}
.page-wrapper .page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.3px;
}
ul.header.links li {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
ul.header.links li a {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 769px) {
  .page-wrapper .page-header .header.content {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1440px;
    margin: auto;
    padding-top: 23px;
  }
  .page-wrapper .page-header .header.content a.logo {
    order: 1;
    margin-right: 80px;
    padding-top: 7px;
  }
  .page-wrapper .page-header .header.content .block.block-search {
    order: 2;
    margin-right: auto;
    z-index: 999;
  }
  .page-wrapper .page-header .header.content .track-ordermenu {
    order: 3;
    padding-top: 8px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    order: 4;
    padding-top: 8px;
    margin: 0;
    padding-left: 25px;
  }
  .page-wrapper .page-header .header.content .panel.header {
    order: 5;
    margin: 0;
    padding-top: 8px;
    padding-left: 25px;
  }
  .page-wrapper .sections.nav-sections {
    background: #F9FAFB;
    margin-bottom: 40px;
    z-index: 99;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding: 0 40px;
    background: #F9FAFB;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul {
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul li .level-top {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding: 8px 35px 8px 0;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul li .level-top:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul li .level-top .ui-menu-icon {
    right: -7px;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul li .level-top .ui-menu-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/small-arrow-down.svg) no-repeat 0 0;
    background-size: 24px;
    position: relative;
    top: -2px;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul.level0.submenu {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    border: none;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul.level0.submenu li a {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul.level0.submenu li a:hover {
    background: #115740;
    color: #F9FAFB;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation .level0.active > .level-top,
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation .level0.has-active > .level-top {
    border-color: #115740;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation .level0 .submenu .active > a {
    border-color: #115740;
  }
  ._has-modal .page-wrapper .page-header .header.content .block.block-search {
    z-index: 9;
  }
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-header .header.content {
    padding: 18px 0 0 0;
    background: #ffffff;
  }
  .page-wrapper .page-header .header.content .track-ordermenu {
    display: inline-block;
    float: right;
    position: relative;
    right: 90px;
    top: 4px;
  }
  .page-wrapper .page-header .header.content .track-ordermenu a span {
    display: none;
  }
  .page-wrapper .page-header .header.content ul.header.links {
    display: block;
    position: absolute;
    right: -15px;
    top: 23px;
  }
  .page-wrapper .page-header .header.content .block-search {
    width: 92%;
    overflow: hidden;
    margin: auto;
  }
  .page-wrapper .page-header .header.content .block-search .label + .control input {
    position: static;
    border-radius: 3px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #ffffff url(../images/search.svg) no-repeat right;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .page-wrapper .page-header .header.content .block-search .label {
    display: none;
  }
  .page-wrapper .page-header .header.content .block-search .control {
    border-top: 0;
  }
  .page-wrapper .page-header .header.content .nav-toggle {
    left: 16px;
    top: 23px;
  }
  .page-wrapper .page-header .header.content .nav-toggle:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/menu.svg) no-repeat 0 0;
    background-size: 24px;
  }
  .page-wrapper .page-header .header.content a.logo {
    width: 120px;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    margin: 0;
    right: 50px;
    top: 4px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart {
    display: block;
  }
  .page-wrapper .page-header .header.content ul.compare.wrapper {
    display: none;
  }
  .page-wrapper .sections.nav-sections {
    background: #F9FAFB;
  }
  .page-wrapper .sections.nav-sections .section-items .nav-sections-item-title {
    display: none;
  }
  .page-wrapper .sections.nav-sections .section-items .nav-sections-item-title.active {
    display: block;
    text-align: left;
    padding-left: 16px;
    border: none;
  }
  .page-wrapper .sections.nav-sections .section-items .nav-sections-item-title.active a {
    font-size: 24px;
    color: #000000;
  }
  .page-wrapper .sections.nav-sections .section-items .nav-sections-item-content {
    padding-top: 0;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation {
    background: #F9FAFB;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation ul li {
    border: none !important;
    position: relative;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation ul li a {
    color: rgba(0, 0, 0, 0.85);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation ul li span.rm-expand:after {
    content: '\e622';
    font-family: 'luma-icons';
    font-size: 18px;
    right: 15px;
    top: 11px;
    position: absolute;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation ul li .ui-state-active span.rm-expand.open:after {
    content: '\e621';
  }
  .page-wrapper .sections.nav-sections .section-items .navigation .level0 > .level1 a {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 30px;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation .level0 > .level1 a:hover {
    background: #115740;
    color: #f9fafb;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation ul li.level1 > a {
    font-weight: 500 !important;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation li.ui-menu-item.all-category {
    display: none;
  }
  .page-wrapper .sections.nav-sections .section-items .navigation .submenu:not(:first-child) .active > a,
  .page-wrapper .sections.nav-sections .section-items .navigation .level0.active > a:not(.ui-state-active),
  .page-wrapper .sections.nav-sections .section-items .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #115740;
  }
}
@media (min-width: 1024px) {
  header .header.panel > .header.links {
    position: relative !important;
  }
  header .header.panel > .header.links ul.account-content ul.dropdown-content {
    right: -20px !important;
    top: 35px !important;
  }
}
@media screen and (min-device-width: 1150px) and (max-device-width: 1320px) {
  .page-wrapper .page-header .header.content a.logo {
    margin-right: 20px;
  }
  .page-wrapper .page-header .header.content .block-search {
    width: 370px !important;
    padding-left: 0;
    margin-left: 20px;
  }
  .page-wrapper .page-header .header.content .block-search div#search_autocomplete {
    right: auto !important;
    left: 0px !important;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1149px) {
  .page-wrapper .page-header .header.content .block-search {
    width: 250px !important;
    padding-left: 0;
    margin-left: 0px;
  }
  .page-wrapper .page-header .header.content .block-search div#search_autocomplete {
    right: auto !important;
    left: 0px !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .page-wrapper .page-header .header.content div.block-search {
    width: 96%;
  }
  .page-wrapper .page-header .header.content div.block-search div#search_autocomplete {
    width: 100%;
  }
  .page-wrapper .page-header .header.content div.block-search div#search_autocomplete .products-container {
    height: 90%;
  }
  .page-wrapper .page-header .header.content div.block-search div#search_autocomplete .products-container a {
    width: 50%;
    display: inline-block;
  }
  .page-wrapper .page-header .header.content div.block-search div#search_autocomplete .products-container a .livesearch.product-result img {
    margin-bottom: 16px;
  }
}
div#search_autocomplete {
  background: var(--BG-White, #ffffff);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 768px) {
  div#search_autocomplete {
    top: 106px;
    z-index: 999;
  }
}
div#search_autocomplete .livesearch.popover-container {
  width: 505px;
}
@media only screen and (max-width: 768px) {
  div#search_autocomplete .livesearch.popover-container {
    width: 100%;
  }
}
div#search_autocomplete .bmdvDE {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
div#search_autocomplete .bOhjm {
  padding: 10px;
}
div#search_autocomplete .bOhjm:hover {
  background: var(--BG, #f4f5f6);
}
div#search_autocomplete .products-container {
  gap: 10px;
  height: 315px;
  padding: 12px 12px 0;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  div#search_autocomplete .products-container {
    display: list-item;
  }
}
div#search_autocomplete .products-container .livesearch.product-result {
  padding: 8px;
}
div#search_autocomplete .products-container .livesearch.product-sku {
  height: 14px;
  overflow: hidden;
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
}
div#search_autocomplete .products-container .livesearch.product-price {
  height: 30px;
  padding: 2px 0;
}
div#search_autocomplete .products-container::-webkit-scrollbar {
  width: 3px;
}
div#search_autocomplete .products-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
div#search_autocomplete .products-container::-webkit-scrollbar-thumb {
  background: #115740;
}
div#search_autocomplete .products-container::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
div#search_autocomplete .iFAieD {
  background: var(--BG, #f4f5f6);
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 0px;
}
@media only screen and (max-width: 768px) {
  div#search_autocomplete .iFAieD {
    text-transform: none;
  }
}
.minicart-wrapper .ui-dialog .block-minicart {
  border: none;
  filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.1));
  padding: 16px 20px 10px 20px;
}
@media only screen and (min-width: 769px) {
  .minicart-wrapper .ui-dialog .block-minicart {
    width: 422px;
    top: 35px;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .minicart-wrapper .ui-dialog .block-minicart {
    width: 330px;
    right: -37px;
    top: 30px;
  }
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-title {
  display: block;
  padding-bottom: 12px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-title strong {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-title strong .text {
  font-weight: 600;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-title strong .qty {
  font-weight: 400;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-title strong .qty:before {
  content: '(';
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-title strong .qty:after {
  content: ')';
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .action.close {
  color: #000000D9;
  top: 16px;
  right: 16px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .items-total {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  padding: 14px 0;
  margin: 0;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .items-total span {
  font-size: 16px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .items-total .count {
  font-weight: 600;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .subtotal {
  border-top: 1px solid var(--Separate-Line, #e6e6e6);
  background: var(--BG-White, #ffffff);
  margin: 0;
  padding: 14px 0 0;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .subtotal .label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .subtotal .label {
    font-size: 14px;
    line-height: 24px;
  }
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .subtotal .amount span {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .primary {
  margin: 0;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .primary .primary.checkout {
  border-radius: 3px;
  background: #115740;
  border: none;
  color: var(--BG-White, #ffffff);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .primary .primary.checkout:hover {
  background: var(--Green-Pea-900, #0f4534);
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  border: none;
  border-bottom: 1px solid var(--Separate-Line, #e6e6e6);
  padding-top: 0;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item {
  border: none;
  padding: 15px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .minicart-price .price {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty {
    float: left;
  }
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty label.label {
  display: none;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty input {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  height: 40px;
  border: none;
  width: 40px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty input:focus {
  box-shadow: none;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty .qty-field {
  display: flex;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty .qty-box {
  height: 40px;
  width: 64px;
  display: flex;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  overflow: hidden;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty .qty-box .qty-btns {
  display: inline-grid;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty.qty .qty-box .qty-btns button {
  background: #ffffff;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions {
    float: right;
    margin: 20px 0 0 0;
  }
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions .primary .action.edit {
  margin-right: 12px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions .primary .action.edit:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/icon_edit.svg) no-repeat 0 0;
  background-size: 22px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions .secondary .action.delete:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/Trash.svg) no-repeat 0 0;
  background-size: 22px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item .product-item-details .update-cart-item {
  border-radius: 3px;
  border: 1px solid var(--Secondary, #84bc63);
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: 400;
  padding: 7px 8px;
  margin-left: 20px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .secondary .action.viewcart span {
  color: var(--Green-Pea-950, #07271d);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  text-transform: uppercase;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .secondary .action.viewcart span:hover {
  text-decoration: none;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 4px;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #115740;
}
.minicart-wrapper .ui-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
@media only screen and (min-width: 769px) {
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation ul li.category-item.level-top {
    margin-right: 32px;
  }
  .page-wrapper .sections.nav-sections .section-items .section-item-content .navigation .level0.parent > .level-top {
    padding-right: 18px;
  }
  .page-wrapper .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    right: 13px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 950px) {
  .page-wrapper .page-header .header.content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .page-wrapper .page-header .header.content a.logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 899px) {
  .page-wrapper .page-header .header.content a.logo {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1200px) {
  .page-wrapper .page-header .header.content .block-search {
    width: 480px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1139px) {
  .page-wrapper .page-header .header.content .block-search {
    width: 400px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1049px) {
  .page-wrapper .page-header .header.content .block-search {
    width: 300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .page-wrapper .page-header .header.content .block-search {
    width: 215px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  .page-wrapper .page-header .header.content .minicart-wrapper {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  .page-wrapper .page-header .header.content .panel.header {
    padding-left: 15px;
  }
}
.requisition_list-requisition-index .toolbar-number {
  display: none;
}
.page-header .panel.header .switcher-language {
  margin-left: 40px;
  margin-right: 0;
  position: relative;
  z-index: 999;
}
.page-header .panel.header .switcher-language .switcher-label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
}
.page-header .panel.header .switcher-language .switcher-label:hover {
  color: #115740;
}
.page-header .panel.header .switcher-language .switcher-options {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 99;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}
.page-header .panel.header .switcher-language .switcher-options:before {
  right: 40px;
  top: -18px;
  border: 9px solid;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.header .switcher-language .switcher-options .switcher-trigger strong {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}
.page-header .panel.header .switcher-language .switcher-options .switcher-trigger strong:hover {
  background: #115740;
  color: #ffffff;
}
.page-header .panel.header .switcher-language .switcher-options ul {
  margin: 0;
}
.page-header .panel.header .switcher-language .switcher-options ul li {
  margin: 0;
}
.page-header .panel.header .switcher-language .switcher-options ul li a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
  padding: 5px 10px;
}
.page-header .panel.header .switcher-language .switcher-options ul li a:hover {
  background: #115740;
  color: #ffffff;
}
@media screen and (min-device-width: 900px) and (max-device-width: 1410px) {
  html[lang="es"] .page-wrapper .page-header .header.content a.logo {
    margin-right: 20px;
  }
}
@media screen and (min-device-width: 1321px) and (max-device-width: 1380px) {
  html[lang="es"] .page-wrapper .page-header .header.content .block-search {
    width: 470px;
  }
}
@media screen and (min-device-width: 1150px) and (max-device-width: 1220px) {
  html[lang="es"] .page-wrapper .page-header .header.content .block-search {
    width: 290px !important;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
  html[lang="es"] .page-wrapper .page-header .header.content .block-search {
    width: 180px !important;
  }
}
@media (max-width: 768px) {
  html[lang="es"] .page-wrapper .page-header .header.content .panel.header ul.header.links .account-content .dropdown-content:before {
    right: 15px !important;
  }
}
@media (max-width: 768px) {
  .page-header .panel.header .switcher-language {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 17px;
    top: 22px;
  }
  .page-wrapper .page-header .header.content .minicart-wrapper {
    right: 120px;
  }
  .page-wrapper .page-header .header.content .track-ordermenu {
    right: 156px;
  }
  .page-wrapper .page-header .header.content ul.header.links {
    right: 60px;
  }
  .page-wrapper .page-header .header.content .panel.header ul.header.links .account-content .dropdown-content:before {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content a.logo {
    padding-left: 15px;
    margin-top: 4px;
  }
  .minicart-wrapper .ui-dialog .block-minicart {
    right: -120px;
  }
  .minicart-wrapper .block-minicart:after {
    right: 102px;
  }
  .minicart-wrapper .block-minicart:before {
    right: 103px;
  }
}
.footer {
  background: var(--System-colors-Light, #f9fafb);
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .footer {
    background: #f4f5f6;
    padding: 30px 0 0;
  }
}
.footer .footer-container {
  max-width: 1440px;
  margin: auto;
}
.footer .footer-container .pagebuilder-column-group {
  padding: 0 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer-container .pagebuilder-column-group {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group {
    padding: 0 16px;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column h5 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column h5:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/small-arrow-down.svg) no-repeat 0 0;
    background-size: 24px;
    position: absolute;
    right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column h5 {
    border-top: 1px solid #E5E7EB;
    margin: 0 -16px;
    padding: 14px 16px;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-call {
  margin-bottom: 24px;
  position: relative;
  padding-left: 2.7rem;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-call:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url(../images/call.svg) no-repeat 0 0;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-call:before {
    top: 2px;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-call p {
  color: var(--Primary-Green, #236c54);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-call p a {
  color: #236c54;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footerlinks ul {
  padding: 0;
  list-style: none;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footerlinks ul li {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column .footerlinks ul {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column .footerlinks {
    display: none;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column a {
  color: rgba(0, 0, 0, 0.85);
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column a:hover {
  text-decoration: none;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-social ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-social ul {
    margin-bottom: 20px;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column .footer-social ul li {
  margin-bottom: 0;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 figure {
  margin-bottom: 32px;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 figure {
    margin-bottom: 20px;
    max-width: 160px;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 h5 {
  margin-bottom: 5px;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 .footer-map {
  margin-bottom: 24px;
  position: relative;
  padding-left: 2.7rem;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 .footer-map:before {
  content: "";
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url(../images/pinmap.svg) no-repeat 0 0;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 .footer-map p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 p {
  font-size: 14px;
  font-weight: 400;
  max-width: 90%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 h5:before {
    display: none;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 {
  width: 33% !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 {
    width: 40% !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1000px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-1 {
    width: 47% !important;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-2 {
  width: 25% !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-2 {
    width: 20% !important;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-3 {
  width: 25% !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-3 {
    width: 20% !important;
  }
}
.footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-4 {
  width: 17% !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.col-4 {
    width: 20% !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .pagebuilder-column-group .pagebuilder-column.expanded .footerlinks {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .copyrights-text {
    background: #ffffff;
    padding: 24px 0 0 0;
  }
}
.footer .footer-container .copyrights-text .pagebuilder-column-line {
  border-top: 1px solid rgba(0, 0, 0, 0.85);
}
.footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column .copyright {
  display: block;
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 12px 0;
  text-align: left;
}
.footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column .footercards ul {
  list-style: none;
  display: flex;
  gap: 9px;
  padding: 12px 0;
  margin-bottom: 0;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column .footercards ul {
    justify-content: left;
  }
}
.footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column .footercards ul li {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column:first-child {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column {
    padding: 0 16px;
  }
}
.footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column.footer-equal {
  width: 14% !important;
  text-align: center;
}
.footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column.footer-equal p {
  margin: 0;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .copyrights-text .pagebuilder-column-line .pagebuilder-column.footer-equal {
    text-align: center;
    flex-basis: 33%;
    padding: 0;
  }
}
.copyright {
  display: none;
}
footer .block.newsletter {
  max-width: 100%;
  width: 100%;
}
footer .block.newsletter #newsletter-validate-detail {
  flex-direction: row;
  gap: 8px;
}
footer .block.newsletter #newsletter-validate-detail .field.newsletter {
  max-width: 295px;
  width: 295px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  footer .block.newsletter #newsletter-validate-detail .field.newsletter {
    max-width: 65%;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  footer .block.newsletter #newsletter-validate-detail .field.newsletter {
    max-width: 250px;
    width: 250px;
  }
}
@media only screen and (max-width: 370px) {
  footer .block.newsletter #newsletter-validate-detail .field.newsletter {
    max-width: max-content;
  }
}
footer .block.newsletter #newsletter-validate-detail .control input {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background: #ffffff;
  color: var(--Middle-Grey, #888888);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 46px;
  padding: 0 10px;
  margin-right: 0;
}
footer .block.newsletter #newsletter-validate-detail .control:before {
  display: none;
}
footer .block.newsletter #newsletter-validate-detail .actions button {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background: #ffffff;
  height: 46px;
}
footer .block.newsletter #newsletter-validate-detail .actions button:hover {
  background: transparent;
  border: 1px solid #d0d0d0;
}
footer .block.newsletter #newsletter-validate-detail .actions button span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  html[lang="es"] footer .block.newsletter #newsletter-validate-detail .actions button {
    padding: 7px 8px;
  }
}
@media only screen and (min-width: 769px) {
  .cms-index-index main#maincontent {
    max-width: 1440px;
    width: 100%;
    padding: 0 40px;
  }
}
.cms-index-index main#maincontent .home-banner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1360px) {
  .cms-index-index main#maincontent .home-banner {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1260px) {
  .cms-index-index main#maincontent .home-banner [data-content-type='slide'] {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .cms-index-index main#maincontent .home-banner [data-content-type='slide'] {
    min-height: 360px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  .cms-index-index main#maincontent .home-banner [data-content-type='slide'] {
    min-height: 300px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .cms-index-index main#maincontent .home-banner [data-content-type='slide'] {
    min-height: 270px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 899px) {
  .cms-index-index main#maincontent .home-banner [data-content-type='slide'] {
    min-height: 200px;
  }
}
.cms-index-index main#maincontent .home-shopby,
.cms-index-index main#maincontent .home-brands,
.cms-index-index main#maincontent .home-featured {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-shopby,
  .cms-index-index main#maincontent .home-brands,
  .cms-index-index main#maincontent .home-featured {
    padding-bottom: 0;
    margin-top: 20px;
  }
}
.cms-index-index main#maincontent .home-shopby h2,
.cms-index-index main#maincontent .home-brands h2,
.cms-index-index main#maincontent .home-featured h2 {
  margin-top: 0;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-shopby h2,
  .cms-index-index main#maincontent .home-brands h2,
  .cms-index-index main#maincontent .home-featured h2 {
    margin-bottom: 16px;
  }
}
.cms-index-index main#maincontent .home-shopby .sub-heading-link,
.cms-index-index main#maincontent .home-brands .sub-heading-link,
.cms-index-index main#maincontent .home-featured .sub-heading-link {
  position: absolute;
  right: 0;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-shopby .sub-heading-link,
  .cms-index-index main#maincontent .home-brands .sub-heading-link,
  .cms-index-index main#maincontent .home-featured .sub-heading-link {
    top: 6px;
  }
}
.cms-index-index main#maincontent .home-shopby ul {
  padding: 0;
  margin-bottom: 0;
}
.cms-index-index main#maincontent .home-shopby ul li {
  padding-left: 22px;
  position: relative;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.cms-index-index main#maincontent .home-shopby ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/list_arrow.svg) no-repeat 0 0;
  background-size: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.cms-index-index main#maincontent .home-shopby ul li:last-child {
  margin-bottom: 0;
}
.cms-index-index main#maincontent .home-shopby ul li a {
  color: rgba(0, 0, 0, 0.85);
}
.cms-index-index main#maincontent .home-shopby ul li a:hover {
  color: #115740;
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line:not(.slick-initialized) {
  gap: 20px;
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line:not(.slick-initialized) .pagebuilder-column {
  display: none;
}
@media only screen and (min-width: 769px) {
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line:not(.slick-initialized) .pagebuilder-column:nth-child(1),
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line:not(.slick-initialized) .pagebuilder-column:nth-child(2),
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line:not(.slick-initialized) .pagebuilder-column:nth-child(3),
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line:not(.slick-initialized) .pagebuilder-column:nth-child(4) {
    display: block;
    width: 23.5%;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line:not(.slick-initialized) .pagebuilder-column:nth-child(1) {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .slick-slide {
    margin: 0 8px;
  }
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .slick-list {
    margin: 0 -8px;
  }
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  max-width: 325px;
  width: 100%;
  border: 1px solid var(--Separate-Line, #e5e7eb);
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    padding: 0;
  }
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type=text] {
  background: #ffffff;
  padding: 20px 16px 16px;
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column img {
  width: 100%;
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h5 {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
  min-height: 56px;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h5 {
    line-height: 23.8px;
    font-size: 17px;
  }
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h5 a {
  color: rgba(0, 0, 0, 0.85);
}
.cms-index-index main#maincontent .home-shopby .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column ul {
  min-height: 200px;
}
.cms-index-index main#maincontent .home-shopby .slick-slider .slick-arrow.slick-prev {
  top: 40%;
}
.cms-index-index main#maincontent .home-shopby .slick-slider .slick-arrow.slick-next {
  top: 40%;
}
.cms-index-index main#maincontent .home-brands {
  padding-bottom: 20px;
}
.cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul {
  padding: 0 25px;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul {
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    display: flex;
  }
}
.cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul li {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul li {
    flex-basis: 31%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul li:nth-child(n+10) {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line .slick-slider .slick-arrow.slick-prev {
    left: -30px;
    top: 50%;
  }
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line .slick-slider .slick-arrow.slick-next {
    right: -20px;
    top: 50%;
  }
}
.cms-index-index main#maincontent .home-equipment {
  padding-top: 64px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-equipment {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line {
    background-color: #f4f5f6;
  }
}
.cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child {
  padding: 10px 60px;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child {
    order: 2;
    padding: 24px 16px;
    background-color: #f4f5f6;
  }
}
@media only screen and (width: 1024px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child figure {
    display: none;
  }
}
.cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    margin-top: 0;
  }
}
@media only screen and (width: 1024px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 24px;
    margin-top: 0;
  }
}
.cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type=text] {
  padding-top: 15px;
  padding-bottom: 20px;
}
@media only screen and (width: 1024px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type=text] {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
  margin: 0;
}
@media only screen and (width: 1024px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index main#maincontent .home-equipment .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
    width: 100%;
  }
}
.cms-index-index main#maincontent .home-about {
  padding-top: 30px;
}
.cms-index-index main#maincontent [data-content-type='row'][data-appearance='contained'] {
  max-width: 1440px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cms-index-index main#maincontent .home-featured .product-items .slick-slide {
    margin: 0 10px;
  }
}
.cms-index-index main#maincontent [data-content-type="products"] .product-items {
  padding: 0;
}
.cms-index-index main#maincontent [data-content-type="products"] .product-items .slick-slide .product-item {
  max-width: 100%;
}
.product-items .product-item {
  position: relative;
  max-width: 256px;
  margin: auto;
  border: 1px solid #EAEAEA;
  background: #ffffff;
}
.product-items .product-item .product-item-info .product-image-container {
  width: 100%;
  aspect-ratio: auto;
  margin-bottom: 12px;
  height: 256px;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-image-container {
    height: 180px;
  }
}
.product-items .product-item .product-item-info .product-image-container .amquickview-hover {
  background: rgba(0, 0, 0, 0.45) !important;
  opacity: 1;
  padding: 3px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-image-container .amquickview-hover {
    display: none !important;
  }
}
.product-items .product-item .product-item-info .product-image-container .amquickview-hover .amquickview-link {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  gap: 6px;
}
.product-items .product-item .product-item-info .product-image-container .amquickview-hover .amquickview-link:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/visibility.svg) no-repeat 0 0;
  background-size: 20px;
}
.product-items .product-item .product-item-info .product-image-container .amquickview-hover .amquickview-link .am-quickview-icon {
  display: none;
}
.product-items .product-item .product-item-info .product-item-details {
  padding: 0 14px 14px 14px;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-item-details {
    padding: 0 8px 10px 8px;
  }
}
.product-items .product-item .product-item-info .product-item-details .product-item-name {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  min-height: 50px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.product-items .product-item .product-item-info .product-item-details .product-item-name a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
.product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 10px 0 10px;
}
.product-items .product-item .product-item-info .product-item-details .price-box span.special-price {
  padding-right: 6px;
}
.product-items .product-item .product-item-info .product-item-details .price-box .price-container .price {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.product-items .product-item .product-item-info .product-item-details .price-box .price-container .price b {
  font-weight: 500;
}
.product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container span.price-label {
  display: none;
}
.product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container .price {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: line-through;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner {
  border-top: 1px solid var(--Separate-Line, #e6e6e6);
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  padding-top: 10px;
  text-align: right;
  min-height: 42px;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: block;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  height: 42px;
  width: 100%;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart:hover {
  border: 2px solid rgba(132, 188, 99, 0.25);
  background: #0f4534;
}
@media only screen and (max-width: 1240px) {
  .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart {
    font-size: 10px;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart {
    padding: 6px 21px;
  }
  .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart span {
    color: transparent;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/shopping_cart_btn.svg) no-repeat 0 0;
    background-size: 24px;
    display: block;
    margin: auto;
  }
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-controls .qty-field {
  height: 40px;
  width: 64px;
  display: flex;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  overflow: hidden;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-controls .qty-field input {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  height: 40px;
  border: none;
  text-align: center;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-controls .qty-field input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns {
  display: inline-grid;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns button {
  background: #ffffff;
  border: none;
  padding: 0;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  position: absolute;
  top: 14px;
  z-index: 99;
  right: 14px;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary button.label.action.split:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/bookmark_add.svg) no-repeat 0 0;
  background-size: 20px;
}
.product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.tocompare {
  display: none;
}
.product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.product-items .product-item .product-item-info .product-item-details .pro-sku {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  min-height: 43px;
  line-height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty {
  min-height: 22px;
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .green-dot {
  position: relative;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  text-transform: uppercase;
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .green-dot:before {
  content: '';
  height: 6px;
  width: 6px;
  z-index: 9;
  background: url(../images/instock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 5px;
  background-size: contain;
}
@media only screen and (max-width: 374px) {
  .product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .green-dot:before {
    top: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .green-dot {
    font-size: 11px;
    top: 3px;
  }
}
@media only screen and (max-width: 374px) {
  .product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .green-dot {
    font-size: 10px;
    top: 3px;
  }
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .yellow-dot {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .yellow-dot {
    padding-bottom: 0;
    min-height: auto;
  }
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .yellow-dot:before {
  content: '';
  height: 6px;
  width: 6px;
  z-index: 9;
  background: url(../images/specialorder.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 5px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .yellow-dot {
    font-size: 12px;
    top: 3px;
  }
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .red-pdp {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .red-pdp {
    padding-bottom: 0;
    min-height: auto;
  }
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .red-pdp:before {
  content: '';
  height: 6px;
  width: 6px;
  z-index: 9;
  background: url(../images/outofstock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 5px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .red-pdp {
    font-size: 10px;
    top: 3px;
  }
}
.product-items .product-item .product-item-info .product-item-details .manufacturer {
  color: var(--Middle-Grey, #888888);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  min-height: 20px;
}
@media only screen and (max-width: 500px) {
  .product-items .product-item .product-item-info .product-item-details .manufacturer {
    min-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .product-items .product-item .slick-slide {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index #maincontent .home-shopby .slick-slider .slick-arrow.slick-prev,
  .cms-index-index #maincontent .home-featured .slick-slider .slick-arrow.slick-prev {
    display: none !important;
  }
  .cms-index-index #maincontent .home-shopby .slick-slider .slick-arrow.slick-next,
  .cms-index-index #maincontent .home-featured .slick-slider .slick-arrow.slick-next {
    display: none !important;
  }
  .cms-index-index #maincontent .home-banner.slick-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .cms-index-index #maincontent .home-banner.slick-slider .slick-arrow.slick-next {
    right: -10px;
  }
  .cms-index-index #maincontent .home-banner.slick-slider .slick-arrow {
    background-size: 30px;
    height: 30px;
    width: 30px;
    top: auto;
    bottom: 20%;
  }
  .cms-index-index #maincontent .home-banner div[data-content-type=slider] {
    min-height: 400px !important;
  }
  .cms-index-index #maincontent .home-banner [data-content-type=slide] {
    min-height: 400px !important;
  }
  .cms-index-index #maincontent .home-shopby .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .cms-index-index #maincontent .home-shopby .slick-slide {
    padding-right: 15px;
  }
  .cms-index-index #maincontent .home-shopby .slick-dots {
    display: none !important;
  }
  .cms-index-index #maincontent .home-shopby .slick-scrollbar {
    display: none !important;
  }
  .cms-index-index #maincontent .home-featured .slick-initialized .slick-slide {
    margin: 0 6px;
  }
  .cms-index-index #maincontent .home-featured .slick-dots {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .home-shopby .pagebuilder-column-line,
  .home-brands .pagebuilder-column-line,
  .home-featured .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .home-shopby .slick-dots,
  .home-brands .slick-dots,
  .home-featured .slick-dots {
    margin-top: 24px !important;
    display: flex;
    padding: 0 !important;
    gap: 0 !important;
  }
  .home-shopby .slick-dots li,
  .home-brands .slick-dots li,
  .home-featured .slick-dots li {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    height: 4px;
  }
  .home-shopby .slick-dots li button,
  .home-brands .slick-dots li button,
  .home-featured .slick-dots li button {
    width: 100%;
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    height: 4px;
  }
  .home-shopby .slick-dots li:before,
  .home-brands .slick-dots li:before,
  .home-featured .slick-dots li:before {
    display: none !important;
  }
  .home-shopby .slick-dots li.slick-active button,
  .home-brands .slick-dots li.slick-active button,
  .home-featured .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 0.85);
  }
  .home-shopby .slick-dots,
  .home-brands .slick-dots,
  .home-featured .slick-dots,
  .home-shopby .slick-scrollbar,
  .home-brands .slick-scrollbar,
  .home-featured .slick-scrollbar {
    width: 100%;
  }
}
@media only screen and (width: 768px) {
  .cms-index-index #maincontent .home-banner .slick-slider .slick-arrow {
    top: 84%;
  }
  .cms-index-index #maincontent .columns .home-brands .pagebuilder-column-group .pagebuilder-column-line ul {
    display: flex;
    gap: 13px;
  }
  .cms-index-index #maincontent .columns .home-brands .pagebuilder-column-group .pagebuilder-column-line ul li {
    flex-basis: 23%;
  }
  .cms-index-index #maincontent .columns .home-brands .pagebuilder-column-group .pagebuilder-column-line ul li:nth-child(n+13) {
    display: none;
  }
}
.amquickview-fancybox-wrapper .fancybox-inner .fancybox-close-small {
  background-color: #ffffff;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
}
.amquickview-fancybox-wrapper .fancybox-inner .fancybox-close-small:after {
  font-size: 26px;
  color: #1C1B1F;
  top: 0px;
  right: 0px;
}
.quickview-popup::-webkit-scrollbar {
  width: 3px;
}
.quickview-popup::-webkit-scrollbar-track {
  background: #E5E7EB;
}
.quickview-popup::-webkit-scrollbar-thumb {
  background: #115740;
}
.quickview-popup::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
@media only screen and (min-width: 1024px) {
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line .slick-slide {
    margin: 0 8px;
  }
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line .slick-list {
    margin: 0 -8px;
  }
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul {
    padding: 0 25px;
  }
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul:not(.slick-initialized) {
    gap: 8px;
    display: flex;
  }
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul:not(.slick-initialized) li:nth-child(n+9) {
    display: none;
  }
  .cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul:not(.slick-initialized) li {
    display: flex;
  }
}
.cms-index-index main#maincontent .home-brands .pagebuilder-column-group .pagebuilder-column-line ul:not(.slick-initialized) {
  display: flex;
}
.cms-index-index main#maincontent .home-brands .pagebuilder-column-group ul .slick-scrollbar {
  display: none;
}
.cms-index-index main#maincontent .home-brands .pagebuilder-column-group ul .slick-scrollbar + .slick-scrollbar {
  display: block;
}
.pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column img {
  width: auto;
}
.cms-index-index #maincontent .home-banner .pagebuilder-column.col-1banner {
  padding: 0 30px;
}
@media only screen and (min-width: 769px) and (max-width: 999px) {
  .cms-index-index #maincontent .home-banner .pagebuilder-column.col-1banner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index #maincontent .home-banner .pagebuilder-column.col-1banner {
    order: 2;
    padding: 25px 30px;
  }
}
.cms-index-index #maincontent .home-banner .pagebuilder-column.col-2banner img {
  width: 100% !important;
  height: 100% !important;
}
.cms-index-index #maincontent .home-banner .pagebuilder-column-group {
  display: none !important;
}
.cms-index-index #maincontent .home-banner .pagebuilder-column-group:first-child {
  display: block !important;
}
.cms-index-index #maincontent .home-banner:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.cms-index-index #maincontent .home-banner h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  margin-top: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .cms-index-index #maincontent .home-banner h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 999px) {
  .cms-index-index #maincontent .home-banner h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index #maincontent .home-banner h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
.cms-index-index #maincontent .home-banner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .home-banner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index #maincontent .home-banner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.cms-index-index #maincontent .home-banner .pagebuilder-button-primary {
  border-radius: 3px;
  background: #115740;
  display: flex;
  height: 46px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  border: 2px solid #115740;
  color: #eefbf4;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .home-banner .pagebuilder-button-primary {
    height: 35px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .home-banner .pagebuilder-button-primary span {
    font-size: 13px;
    line-height: 20px;
  }
}
.cms-index-index #maincontent .home-banner .pagebuilder-button-primary:hover {
  border: 2px solid var(--border-focus, rgba(132, 188, 99, 0.25));
  background: var(--Green-Pea-900, #0f4534);
}
@media (max-width: 1250px) {
  html[lang="es"] .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart span {
    color: transparent;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/shopping_cart_btn.svg) no-repeat 0 0;
    background-size: 24px;
    display: block;
    margin: auto;
    font-size: 0px;
  }
}
.catalog-category-view .page-wrapper .category-view {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.catalog-category-view .page-wrapper .category-view .category-description {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .page-wrapper .category-view .category-description {
    padding: 0 16px;
  }
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] {
  max-width: 100%;
  width: 100%;
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category {
  margin: 0;
  background: #ffffff;
  padding: 15px;
  margin-top: 20px;
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid {
    gap: 12px;
  }
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item {
  width: calc(18.6%);
  margin-left: 15px;
  border: none;
  padding: 0;
  min-height: 230px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) and (max-width: 1080px) {
  .catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item {
    width: calc(18%);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item {
    width: calc(47.333333%);
  }
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item .product-item-info {
  border: 1px solid transparent;
  text-align: center;
  padding-top: 12px;
  display: flex;
  min-height: 230px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item .product-item-info:hover {
  border: 1px solid var(--Secondary, #84bc63);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 0;
  padding-top: 12px;
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item .product-item-info a {
  display: block;
  width: 100%;
  padding: 0 4px;
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item .product-item-info .product-item-details {
  min-height: 60px;
  margin-top: auto;
}
.catalog-category-view .page-wrapper .category-view .category-description [data-content-type=row] .catalog-category .category-listing-grid .product-item .product-item-info .product-item-details .product-item-name {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.catalog-category-view .page-wrapper .category-view .category-description p {
  color: #13242e;
  margin: 0;
}
.catalog-category-view .page-wrapper .category-view .page-main {
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .page-wrapper .category-view .page-main {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.page-products .page-wrapper {
  background-color: #F4F5F6;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .footer {
    box-shadow: 5px 0px 25px 0px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .breadcrumbs {
    display: block;
    margin-top: 16px;
  }
}
.page-products .page-wrapper .sections.nav-sections {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.page-products .page-wrapper .page-main {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .page-products .page-wrapper .page-main {
    padding: 0;
    width: 100%;
  }
}
.page-products .page-wrapper .page-main .page-title-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .page-products .page-wrapper .page-main .page-title-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-products .page-wrapper .page-main .page-title-wrapper .page-title {
  color: #13242e;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}
@media only screen and (max-width: 1024px) {
  .page-products .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 38px;
  }
}
.page-products .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  margin: auto;
  padding-right: 40px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .page-products .page-wrapper #maincontent {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .page-title-wrapper {
    padding: 0 16px;
  }
}
.page-products .page-wrapper #maincontent .page-title-wrapper .page-title {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 38px;
  }
}
.page-products .page-wrapper #maincontent .columns {
  margin: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .page-products .page-wrapper #maincontent .columns {
    padding: 0 16px;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  margin-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items {
    margin-bottom: 0;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item {
    margin-left: 4% !important;
    width: calc(48%);
  }
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item:hover {
  border: 0;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-info {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details {
  position: initial;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .manufacturer {
  color: var(--Middle-Grey, #888888);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  min-height: 20px;
}
@media only screen and (max-width: 500px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .manufacturer {
    min-height: 34px;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-name .product-item-name {
  margin: 7px 0;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  word-break: break-all;
  min-height: 43px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty {
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 4px;
  min-height: 21px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty {
    padding-bottom: 0;
    min-height: 21px;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .green-dot {
  position: relative;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  text-transform: uppercase;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .green-dot:before {
  content: '';
  height: 6px;
  width: 6px;
  z-index: 9;
  background: url(../images/instock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 5px;
  background-size: contain;
}
@media only screen and (max-width: 374px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .green-dot:before {
    top: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .green-dot {
    font-size: 11px;
    top: 3px;
  }
}
@media only screen and (max-width: 374px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .green-dot {
    font-size: 10px;
    top: 3px;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .yellow-dot {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .yellow-dot {
    padding-bottom: 0;
    min-height: auto;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .yellow-dot:before {
  content: '';
  height: 6px;
  width: 6px;
  z-index: 9;
  background: url(../images/specialorder.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 5px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .yellow-dot {
    font-size: 12px;
    top: 3px;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .red-pdp {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .red-pdp {
    padding-bottom: 0;
    min-height: auto;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .red-pdp:before {
  content: '';
  height: 6px;
  width: 6px;
  z-index: 9;
  background: url(../images/outofstock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 5px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .pro-sku.availqty .red-pdp {
    font-size: 10px;
    top: 3px;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions {
  border-top: 1px solid #E6E6E6;
  padding-top: 10px;
  margin-bottom: 0;
  min-height: 42px;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1240px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
    font-size: 10px;
    width: 100%;
    padding: 0;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary:hover {
  border: 2px solid rgba(132, 188, 99, 0.25);
  background: #0f4534;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field {
  height: 40px;
  width: 64px;
  display: flex;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  overflow: hidden;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  height: 40px;
  border: none;
  text-align: center;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns {
  display: inline-grid;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns button {
  background: #ffffff;
  border: none;
  padding: 0;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  top: 14px;
  z-index: 99;
  right: 14px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
    top: 6px;
    right: 6px;
  }
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary a.action.tocompare {
  display: none;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary .block.block-requisition-list.social-button {
  display: none;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary button.label.action.split:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/bookmark_add.svg) no-repeat 0 0;
  background-size: 20px;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-inner {
  display: block !important;
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  right: 0;
  box-shadow: none !important;
  border: none;
  padding: 0;
}
.page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .price-box {
  margin-bottom: 20px;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main {
  padding: 0;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main {
    margin-top: 0;
  }
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter.block {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter.block {
    padding: 0;
  }
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter.block .block-title.filter-title {
  background: #ffffff;
  height: 52px;
  vertical-align: middle;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter.block .block-title.filter-title strong {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 40px;
  display: block;
  text-align: left;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter.block .block-title.filter-title strong:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/filter-dropdown.svg) no-repeat 0 0;
  background-size: 40px;
  position: absolute;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter.block.active .block-title.filter-title strong:after {
    color: #000000D9;
    background: transparent;
    content: '\e616';
    width: auto;
    height: auto;
  }
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter-options-title {
  color: #13242e;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  padding-bottom: 6px;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter-options-content a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter-options-content .items .item a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  padding-left: 30px;
  padding-bottom: 7px;
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter-options-content .items .item a {
    padding-bottom: 12px;
    padding-top: 0;
    padding-right: 45px;
  }
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .filter-options-content .items .item .count {
  color: var(--Middle-Grey, #89898b);
  position: absolute;
  right: 5px;
  padding-right: 0;
  top: 0;
  color: var(--Grey, #b4b4b4);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .amshopby-fromto-wrap .am-fromto-widget .am-filter-go {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .amshopby-fromto-wrap .am-fromto-widget .am-filter-go:hover {
  border: 2px solid rgba(132, 188, 99, 0.25);
  background: #0f4534;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-main .amshopby-fromto-wrap .amshopby-input-wrapper .amshopby-currency {
  top: 10px;
  color: rgba(0, 0, 0, 0.85);
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper {
  background: transparent;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 991px) and (max-width: 1080px) {
  .page-products .page-wrapper .category-view .amfinder-common-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .category-view .amfinder-common-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form {
  background: var(--Green-Pea-950, #07271d);
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle {
    display: block;
    padding: 20px;
  }
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .amfinder-title-main {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .amfinder-title-main {
    text-align: center;
    margin: auto;
    padding-bottom: 15px;
  }
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .dorpdown-list-item .dropdown-title {
  display: none;
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .dorpdown-list-item select {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background-color: #ffffff;
  color: var(--Dark-Grey, #4c4c4c);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-transform: capitalize;
  min-width: 200px;
  height: 46px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .dorpdown-list-item select {
    min-width: 100%;
    margin-bottom: 12px;
  }
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .buttons-last button.find {
  border-radius: 3px;
  background: #115740;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid #115740;
  min-width: 90px;
  height: 46px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .buttons-last button.find {
    min-width: 72%;
  }
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .buttons-last button.find:hover {
  background: #0f4534;
  border: 1px solid var(--Green-Pea-800, #0f4534);
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .buttons-last button.reset {
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: transparent;
  min-width: 78px;
  height: 46px;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .buttons-last button.reset {
    min-width: 25%;
  }
}
.page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle li {
  margin: 0;
}
.page-products .page-wrapper .category-view .category-image {
  display: none;
}
.page-products .page-wrapper .category-view .category-image.first-category {
  display: block;
}
.page-products .page-wrapper .toolbar-products {
  margin-bottom: 20px;
}
.page-products .page-wrapper .toolbar-products .modes {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .toolbar-products .toolbar-sorter.sorter {
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 20px;
  }
}
.page-products .page-wrapper .toolbar-products .toolbar-sorter.sorter label {
  color: var(--Dark-Grey, #4c4c4c);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .toolbar-products .toolbar-sorter.sorter label {
    line-height: 39px;
    width: 100px;
    text-transform: capitalize;
  }
}
.page-products .page-wrapper .toolbar-products .toolbar-sorter.sorter select {
  width: 188px;
  height: 40px;
  color: #13242e;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-transform: capitalize;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .toolbar-products .toolbar-sorter.sorter select {
    width: 100%;
    margin-right: 20px;
  }
}
.page-products .page-wrapper .toolbar-products .toolbar-sorter.sorter select:focus {
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .toolbar-products .toolbar-sorter.sorter a.action.sorter-action {
    top: 8px;
  }
}
.page-products .page-wrapper .products.wrapper ~ .toolbar {
  display: flex;
  width: 100%;
  padding-top: 12px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .products.wrapper ~ .toolbar {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
  color: var(--Dark-Grey, #4c4c4c);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .products.wrapper ~ .toolbar .toolbar-amount {
    order: 2;
  }
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .toolbar-amount span {
  padding: 0 3px;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter {
    display: block;
    order: 3;
  }
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter label span {
  color: var(--Dark-Grey, #4c4c4c);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter label span.mob-hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter label span.mob-hide {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter label span.desk-show {
    display: none;
  }
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter select {
  width: 84px;
  height: 40px;
  color: #13242e;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background-color: #ffffff;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .field.limiter select:focus {
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .products.wrapper ~ .toolbar .pages {
    order: 1;
    margin: 0 auto 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .products.wrapper ~ .toolbar .pages .pages-items {
    padding-top: 0;
  }
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .pages-items li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #13242e;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid var(--Separate-Line, #e6e6e6);
  border-right: 0;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .pages-items li:last-child {
  border-right: 1px solid var(--Separate-Line, #e6e6e6);
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .pages-items li a {
  color: #13242e;
  padding: 0;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .pages-items li.current {
  background: #115740;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .pages-items li.current strong {
  background: #115740;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .pages-items li.current strong span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .action.next {
  background-color: transparent;
  border: none;
  margin: 0;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .action.next:before {
  color: #13242e;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .action.next:hover:before {
  color: #13242e;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .action.previous {
  background-color: transparent;
  border: none;
  margin: 0;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .action.previous:before {
  color: #13242e;
}
.page-products .page-wrapper .products.wrapper ~ .toolbar .pages .action.previous:hover:before {
  color: #13242e;
}
.page-products .page-wrapper .filter .block-subtitle {
  display: none;
}
.page-products .page-wrapper .filter-options input[type=checkbox] + .amshopby-choice {
  top: 0;
}
.page-products .page-wrapper .filter-options input[type=checkbox] + .amshopby-choice:before {
  border: 1px solid #D0D0D0;
  background: #ffffff;
  width: 18px;
  height: 18px;
}
.page-products .page-wrapper .filter-options input[type=checkbox] + .amshopby-choice:hover:before {
  border: 1px solid #D0D0D0;
}
.page-products .page-wrapper .filter-options input[type=checkbox] + .amshopby-choice:after {
  border: 1px solid #115740;
  background-color: #115740;
  width: 18px;
  height: 18px;
}
.page-products .page-wrapper .filter-options input[type=checkbox]:checked + .amshopby-choice:before {
  border: 1px solid #D0D0D0;
}
.page-products .page-wrapper .filter-options .am-labels-folding .item {
  padding-left: 0;
}
.page-products .page-wrapper .filter-options-item {
  border-bottom: 1px solid var(--Separate-Line, #e6e6e6);
  padding-bottom: 5px;
}
.page-products .page-wrapper .filter-options-item .filter-options-title:after {
  font-size: 12px;
  color: #13242e;
}
.page-products .page-wrapper .filter-options-item .filter-options-content .item {
  position: relative;
  margin: 0;
}
.page-products .page-wrapper .filter-options-item .filter-options-content .items {
  margin: 0;
}
.page-products .page-wrapper #maincontent .columns .sidebar.sidebar-additional {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-products .page-wrapper .column.main {
    padding-bottom: 15px;
  }
}
.page-products .page-wrapper .amshopby-slider-container .am-slider .ui-slider-handle {
  background: #115740 !important;
}
@media only screen and (min-width: 1024px) {
  .page-products .page-wrapper .products-grid .product-item {
    margin-left: 1.5%;
    width: calc(23.75%);
  }
  .page-products .page-wrapper .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 1.5%;
  }
  .page-products .page-wrapper .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .page-products .page-wrapper #maincontent .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .page-products .page-wrapper #maincontent .category-description {
    padding-left: 0;
    padding-right: 0;
  }
  .page-products .page-wrapper #maincontent .category-view .amfinder-common-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .read-less {
    display: none;
  }
  .read-more {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .category-view .category-description p {
    overflow: hidden;
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 15px !important;
  }
  .category-view .category-description p.expanded {
    max-height: none;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
  }
  .category-view .category-description .read-more,
  .category-view .category-description .read-less {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
  }
  .category-view .category-description .read-more:after,
  .category-view .category-description .read-less:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/small-arrow-down.svg) no-repeat 0 0;
    background-size: 24px;
    padding-left: 6px;
    position: absolute;
    margin-top: -2px;
  }
  .category-view .category-description .read-more {
    display: inline;
  }
  .category-view .category-description .read-less {
    display: none;
  }
  .category-view .category-description .read-less:after {
    transform: rotate(180deg);
  }
  .category-view .category-description p.expanded + .read-more + .read-less {
    display: inline;
  }
  .category-view .category-description p.expanded + .read-more {
    display: none;
  }
}
/*remove later*/
.page-products .exploded-plp {
  background: #ffffff;
  padding: 20px 40px 10px 40px;
}
@media only screen and (max-width: 767px) {
  .page-products .exploded-plp {
    padding: 0;
  }
}
.page-products .exploded-plp ul {
  margin-bottom: 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-products .exploded-plp ul {
    padding: 10px;
  }
}
.page-products .exploded-plp ul li .svg_image img {
  height: 197px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-products .exploded-plp ul li .svg_image img {
    height: 220px;
  }
}
.page-products .exploded-plp h2 {
  font-size: 24px;
  line-height: 38px;
  margin: 0px 0 16px;
}
@media only screen and (max-width: 767px) {
  .page-products .exploded-plp h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
.page-products .exploded-plp h4 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 13px;
  word-break: break-all;
}
.page-products .exploded-plp h4 a {
  color: #000;
}
.page-products .exploded-plp li {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .page-products .exploded-plp .slick-slider .slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .exploded-plp .slick-list {
    padding: 0 35% 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .exploded-plp .slick-slide {
    padding-right: 15px;
  }
}
.page-products .exploded-plp .slick-slide {
  margin: 0 10px;
}
.page-products .exploded-plp .slick-list {
  margin: 0 -10px;
}
.page-products .exploded-plp svg {
  width: 100%;
  height: 200px;
}
.exploded-plp ul:not(.slick-initialized) {
  display: flex;
  list-style-type: none;
}
.exploded-plp ul:not(.slick-initialized) .li {
  width: 15% !important;
}
.exploded-plp ul:not(.slick-initialized) li:nth-child(7) {
  display: none !important;
}
.exploded-plp ul:not(.slick-initialized) li:nth-child(8) {
  display: none !important;
}
.exploded-plp ul:not(.slick-initialized) li:nth-child(9) {
  display: none !important;
}
.exploded-plp ul:not(.slick-initialized) li:nth-child(10) {
  display: none !important;
}
.exploded-plp ul:not(.slick-initialized) li:nth-child(11) {
  display: none !important;
}
.exploded-plp ul:not(.slick-initialized) li:nth-child(12) {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .page-products .exploded-plp {
    margin: 0 40px;
  }
  .page-products #maincontent .exploded-plp {
    margin: 0;
  }
}
.no-results #maincontent .column.main {
  width: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  .no-results #maincontent .column.main .slick-slide {
    margin: 0 8px;
  }
  .no-results #maincontent .column.main .slick-list {
    margin: 0 -8px;
  }
}
.no-results #maincontent .sidebar.sidebar-main {
  display: none;
}
.no-results #maincontent [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.pages .page-first .action.previous:before {
  display: none;
}
.pages .page-first .action.previous svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.pages .last-page .action.next:before {
  display: none;
}
.pages .last-page .action.next svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper .breadcrumbs {
    display: block;
    margin-top: 15px;
  }
}
.catalog-product-view .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main {
  max-width: 100%;
  width: 100%;
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__arr--prev .fotorama__arr__arr {
  height: 40px;
  width: 40px;
  z-index: 9;
  background: url(../images/arrow-fotorama-prev.svg) no-repeat 0 0 transparent;
  left: 20px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__arr--prev .fotorama__arr__arr:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .fotorama__arr--prev {
    display: none;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__arr--next .fotorama__arr__arr {
  height: 40px;
  width: 40px;
  z-index: 9;
  background: url(../images/arrow-fotorama-next.svg) no-repeat 0 0 transparent;
  right: -20px;
  left: auto;
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__arr--next .fotorama__arr__arr:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .fotorama__arr--next {
    display: none;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__wrap--css3 .fotorama__arr:not(:focus) {
  transform: none !important;
  background-color: transparent !important;
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__wrap--css3 .fotorama__arr.fotorama__arr--disabled {
  opacity: 0.5 !important;
  pointer-events: auto;
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__wrap--css3 .fotorama__arr.fotorama__arr--disabled .fotorama__arr__arr:hover {
  opacity: 0.5 !important;
}
.catalog-product-view .page-wrapper #maincontent .column.main .fotorama__wrap--css3 .fotorama__arr.fotorama__arr--disabled:hover {
  opacity: 0.5 !important;
}
@media only screen and (min-width: 769px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media {
    width: 46%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media {
    width: 54%;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 1;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  height: 90px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav-wrap--horizontal.fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs {
  height: 90px !important;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft .fotorama__thumb {
  height: 82px !important;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft .fotorama__thumb {
    height: 72px !important;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft .fotorama__thumb-border {
  border: none;
  height: 82px !important;
  background-image: none;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft .fotorama__nav__frame {
  height: 82px !important;
  border: 1px solid #D0D0D0;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft .fotorama__nav__frame {
    height: 75px !important;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.media .gallery-placeholder .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  border: 2px solid var(--text-title, rgba(0, 0, 0, 0.85));
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main {
    width: 44%;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .page-title {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .page-title {
    font-size: 24px;
    line-height: 38px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .manufacturer {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  order: -1;
  padding-bottom: 6px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-reviews-summary {
  float: none;
  margin-bottom: 18px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-reviews-summary .rating-summary {
  margin-right: 8px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-reviews-summary .rating-summary .rating-result span:before {
  color: #E4A11B;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-reviews-summary .reviews-actions a {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-decoration: underline;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .pdp-sku {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 12px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .related-models-container {
  margin-bottom: 18px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .related-models-container .model-list-button {
  color: #0f4534;
  text-decoration: underline;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price {
  border: none;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price {
    width: 100% !important;
    margin: auto;
    text-align: left;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .price-final_price {
  display: block;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .price-final_price {
    padding-left: 0;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .price-final_price .price-container .price {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .price-final_price .price-container .price b {
  font-weight: 600;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .price-final_price .old-price .price-container .price-label {
  display: none;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .price-final_price .old-price .price-container .price {
  color: rgba(0, 0, 0, 0.45);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: line-through;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku {
  float: none;
  padding: 0;
  text-align: left;
  max-width: 492px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .build-on-demand strong {
  color: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-status {
    padding-bottom: 8px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-status .green-dot {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-status .green-dot:before {
  content: '';
  height: 8px;
  width: 8px;
  z-index: 9;
  background: url(../images/instock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 3px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-status .yellow-dot {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-status .yellow-dot:before {
  content: '';
  height: 8px;
  width: 8px;
  z-index: 9;
  background: url(../images/specialorder.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 3px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-status .red-pdp {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-status .red-pdp:before {
  content: '';
  height: 8px;
  width: 8px;
  z-index: 9;
  background: url(../images/outofstock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 3px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-sku {
  display: flex;
  align-items: center;
  gap: 30px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-sku .special-text {
  background: #FFF5E2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 12px;
  line-height: normal;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-sku .special-text {
    font-size: 12px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-sku .special-text p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .pdp-stock-sku .special-text p {
    font-size: 12px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form {
  padding-top: 0;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart {
  margin-bottom: 20px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty {
  margin-bottom: 16px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty label {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 7px;
  display: block;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty .control {
  width: 104px;
  height: 46px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  display: inline-block;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty .control button {
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty .control button.qty-minus {
  padding: 0 4px 0 8px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty .control button.qty-plus {
  padding: 0 8px 0 4px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty .control input {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  line-height: 50px;
  text-transform: capitalize;
  border: none;
  padding: 0;
  width: 25px;
  padding-top: 13px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty .control input:focus {
  box-shadow: none;
  border: none;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .field.qty .unit-stock {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-left: 8px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .actions .tocart {
  width: 492px;
  height: 46px;
  border-radius: 3px;
  background: #115740;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1080px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .actions .tocart {
    max-width: 100%;
    width: 100%;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .actions .tocart svg {
  position: relative;
  top: 6px;
  right: 3px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .actions .tocart span {
  color: #eefbf4;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .actions .tocart:hover {
  background: var(--Green-Pea-900, #0f4534);
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-add-form .box-tocart .actions div#instant-purchase {
  display: none;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links {
  order: 9;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .product-addto-links {
  display: flex;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block.social-button {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .wishlist.split.button {
    margin-right: auto;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split {
  height: 42px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links a.action.towishlist,
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split {
  border-radius: 3px;
  border: 1px solid var(--Separate-Line, #e6e6e6);
  padding: 8px 12px;
  min-width: 207px;
  margin-right: 15px;
  text-align: center;
  display: inline !important;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links a.action.towishlist,
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split {
    min-width: 115px !important;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links a.action.towishlist,
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split {
    margin-right: auto;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links a.action.towishlist:before,
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/bookmark_add.svg) no-repeat 0 0;
  background-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links a.action.towishlist:before,
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split:before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links a.action.towishlist span,
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split span {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  padding-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links a.action.towishlist span,
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links button.label.action.split span {
    font-size: 13px;
    line-height: 22px;
    padding-left: 3px;
    letter-spacing: normal;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .requisition-list-button {
  border-radius: 3px;
  border: 1px solid var(--Separate-Line, #e6e6e6);
  padding: 8px 12px;
  height: 41px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .requisition-list-button:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/requisition-list.svg) no-repeat 0 0;
  background-size: 24px;
  margin-top: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .requisition-list-button:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .requisition-list-button span {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .requisition-list-button span {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: normal;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .action.toggle:after {
  color: #000000D9;
  top: -1px;
  position: relative;
  right: -4px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .action.toggle:after {
    font-size: 11px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list:before {
  display: none;
}
@media only screen and (min-width: 769px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .items {
    min-width: 240px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-radius: 3px;
  border-bottom: 1px solid var(--Separate-Line, #e6e6e6);
  max-width: 492px;
}
@media only screen and (max-width: 1080px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content {
    max-width: 100%;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-title .others {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-title .substs {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-title .substs {
    display: none;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products {
  margin-top: 12px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item {
  margin-bottom: 15px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item:last-child {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item a {
  display: flex;
  border-radius: 3px;
  background: #f4f5f6;
  padding: 5px 10px;
  width: 472px;
}
@media only screen and (max-width: 1080px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item a {
    width: auto;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item a img {
  height: 44px;
  width: 44px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item a h2 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  line-height: 20px;
  padding: 0 12px;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item a h2 {
    font-size: 12px;
    line-height: 19px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .custom-attribute-main-content .custom-attribute-products .product-item a p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: auto;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product {
  border-radius: 3px;
  border: 1px solid var(--Gray-4, #bdbdbd);
  background: #ffffff;
  padding: 8px 16px;
  margin: 16px 0 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product {
    padding: 10px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product .custom-attribute-main-content {
  border-bottom: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product .custom-attribute-main-content .custom-attribute-title .others {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product .custom-attribute-main-content .custom-attribute-title .others {
    font-size: 14px;
    line-height: normal;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product .custom-attribute-main-content .custom-attribute-title .substs {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  padding-left: 6px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product .custom-attribute-main-content .custom-attribute-title .substs {
    display: none;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .supersede-product .custom-attribute-main-content .custom-attribute-products .product-item a {
  width: auto;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title {
    margin-bottom: 15px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title a {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 28px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title a span.counter {
  display: none;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 14px 15px 0;
    color: rgba(0, 0, 0, 0.85);
  }
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title a:after {
    right: 15px;
    top: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title a {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title.active {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title.active a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title.active a {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title.active + .item.content {
    margin-bottom: 15px;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content {
  border: none;
  padding: 25px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 0 15px 14px;
    border-top: 0;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content .am-attachments-tab .am-fileline a {
  color: rgba(0, 0, 0, 0.85);
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content [data-content-type='row'][data-appearance='contained'] {
  margin: 0 !important;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content th,
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content td {
  border: 1px solid #cecece;
  padding: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content th {
  font-weight: 500;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content td {
  font-weight: 300;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content .review-list .block-title strong {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  text-transform: capitalize;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content .review-list .review-items .review-title {
  margin: 0 0 30px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content .review-add .block-content label span {
  font-weight: 400;
  font-size: 16px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content .actions-primary button {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.content .actions-primary button:hover {
  border: 2px solid rgba(132, 188, 99, 0.25);
  background: #0f4534;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .parts-exploded .custom-product-table thead {
  display: none;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .parts-exploded .custom-product-table td {
  border: none;
  width: auto;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
  padding-bottom: 12px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .parts-exploded .custom-product-table tbody tr td:first-child {
  width: 120px;
  max-width: 120px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .related-model-container {
  padding: 20px 0;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .related-model-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -5px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .related-model-item {
  padding: 5px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .sku-button {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .sku-button:hover {
  background-color: #1a4f3c;
  color: white;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .message.info.empty {
  background: #f5f5f5;
  padding: 12px;
  margin: 10px 0;
  border-radius: 4px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .additional-attributes-wrapper.table-wrapper {
  background: #f4f5f6;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items #product-attribute-specs-table td {
  border: none;
  padding-bottom: 6px;
  padding-right: 30px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items #product-attribute-specs-table th {
  border: none;
  padding-bottom: 6px;
  padding-left: 30px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items #product-attribute-specs-table tbody tr:first-child th,
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items #product-attribute-specs-table tbody tr:first-child td {
  padding-top: 30px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items #product-attribute-specs-table tbody tr:last-child th,
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items #product-attribute-specs-table tbody tr:last-child td {
  padding-bottom: 30px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items #product-attribute-specs-table tbody th {
  min-width: 130px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .am-attachments-tab {
    width: 100%;
    overflow: hidden;
  }
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .am-fileline {
  background: #f4f5f6;
  width: auto;
  display: inline-block;
  min-width: 300px;
  padding: 10px 16px;
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items div#parts\.exploded a {
  color: rgba(0, 0, 0, 0.85);
}
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items div#parts\.exploded a:hover,
.catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items div#parts\.exploded a:active {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title + .item.content {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .column.main .product.info.detailed .product.data.items .item.title.active + .item.content {
    display: block !important;
  }
}
.catalog-product-view .page-wrapper #maincontent .block {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block {
    margin-bottom: 18px;
  }
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-title,
.catalog-product-view .page-wrapper #maincontent .block.related .block-title,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-title {
  border-bottom: 1px solid var(--Separate-Line, #e6e6e6);
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-title,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-title,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-title {
    border-bottom: 0;
  }
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-title strong,
.catalog-product-view .page-wrapper #maincontent .block.related .block-title strong,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-title strong {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-title strong,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-title strong,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-title strong {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items {
    margin: 0;
    max-width: 100%;
  }
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item {
  border: 0;
  padding: 0 8px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item {
    max-width: min-content;
  }
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item:hover,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item:hover,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item:hover {
  border: 0;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-info,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-info,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-info {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-info:hover,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-info:hover,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 1px solid #115740;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details {
  position: initial;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .manufacturer,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .manufacturer,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .manufacturer {
  color: var(--Middle-Grey, #888888);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  min-height: 20px;
}
@media only screen and (max-width: 500px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .manufacturer,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .manufacturer,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .manufacturer {
    min-height: 34px;
  }
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .pro-name .product-item-name,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .pro-name .product-item-name,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .pro-name .product-item-name {
  margin: 8px 0;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .pro-sku,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .pro-sku,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .pro-sku {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  word-break: break-all;
  min-height: 43px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions {
  border-top: 1px solid #E6E6E6;
  padding-top: 10px;
  margin-bottom: 0;
  min-height: 42px;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary form,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary form,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  height: 42px;
  width: 100%;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary:hover,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary:hover,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary:hover {
  border: 2px solid rgba(132, 188, 99, 0.25);
  background: #0f4534;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
    padding: 6px 21px;
  }
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary span,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary span,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary span {
    color: transparent;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/shopping_cart_btn.svg) no-repeat 0 0;
    background-size: 24px;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
    font-size: 12px;
  }
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field {
  height: 40px;
  width: 64px;
  display: flex;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  overflow: hidden;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  height: 40px;
  border: none;
  text-align: center;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input:focus,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input:focus,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns {
  display: inline-grid;
  padding-right: 2px;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns button,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns button,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns button {
  background: #ffffff;
  border: none;
  padding: 0;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  top: 14px;
  z-index: 99;
  right: 14px;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary a.action.tocompare,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary a.action.tocompare,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary a.action.tocompare {
  display: none;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary button.label.action.split:before,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary button.label.action.split:before,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary button.label.action.split:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/bookmark_add.svg) no-repeat 0 0;
  background-size: 20px;
}
.catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .products.wrapper .product-items .slick-track,
.catalog-product-view .page-wrapper #maincontent .block.related .block-content .products.wrapper .product-items .slick-track,
.catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .slick-track {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .slick-slider .slick-arrow.slick-prev,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .slick-slider .slick-arrow.slick-prev,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .slick-slider .slick-arrow.slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .block.upsell .block-content .slick-slider .slick-arrow.slick-next,
  .catalog-product-view .page-wrapper #maincontent .block.related .block-content .slick-slider .slick-arrow.slick-next,
  .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .slick-slider .slick-arrow.slick-next {
    display: none !important;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr {
  height: 40px;
  width: 40px;
  z-index: 9;
  background: url(../images/arrow-fotorama-prev.svg) no-repeat 0 0 transparent;
}
.catalog-product-view .fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr {
  height: 40px;
  width: 40px;
  z-index: 9;
  background: url(../images/arrow-fotorama-next.svg) no-repeat 0 0 transparent;
}
.catalog-product-view .fotorama--fullscreen .fotorama__nav__shaft .fotorama__thumb-border {
  border: 2px solid var(--text-title, rgba(0, 0, 0, 0.85));
}
.catalog-product-view .fotorama--fullscreen .fotorama__nav--thumbs {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb:hover,
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb:focus {
    border: 2px solid var(--text-title, rgba(0, 0, 0, 0.85));
  }
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame {
    height: 75px !important;
    width: 72px !important;
  }
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
    border: none;
  }
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--dot {
    display: none;
  }
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__nav--dots .fotorama__nav__frame--thumb,
  .catalog-product-view .page-wrapper #maincontent .column.main .product.media .fotorama__nav--dots .fotorama__thumb-border {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 769px) {
  .quickview-popup.catalog-product-view #maincontent .column.main .product-info-main .product-social-links a.action.towishlist,
  .quickview-popup.catalog-product-view #maincontent .column.main .product-info-main .product-social-links button.label.action.split {
    min-width: 90px !important;
  }
  .quickview-popup.catalog-product-view #maincontent .column.main .product-info-main .product-social-links a.action.towishlist span,
  .quickview-popup.catalog-product-view #maincontent .column.main .product-info-main .product-social-links button.label.action.split span {
    font-size: 11px;
  }
  .quickview-popup.catalog-product-view #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .requisition-list-button span {
    font-size: 11px;
  }
  .quickview-popup.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items .item.title a {
    padding: 0 15px;
    line-height: 20px;
    font-size: 14px;
    height: 32px;
  }
  .quickview-popup.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items .item.title.active a {
    font-size: 16px;
    line-height: 21px;
  }
}
.pages .pages-items li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #13242e;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid var(--Separate-Line, #e6e6e6);
  border-right: 0;
}
.pages .pages-items li a {
  color: #13242e;
  padding: 0;
}
.pages .pages-items li a:visited,
.pages .pages-items li a:hover {
  color: #13242e;
}
.pages .pages-items li.current {
  background: #115740;
}
.pages .pages-items li.current strong {
  background: #115740;
}
.pages .pages-items li.current strong span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.pages .pages-items li:last-child {
  border-right: 1px solid var(--Separate-Line, #e6e6e6);
}
.pages .action.next {
  background-color: transparent;
  border: none;
  margin: 0;
}
.pages .action.next:before {
  color: #13242e;
}
.pages .action.next:hover:before {
  color: #13242e;
}
.pages .action.previous {
  background-color: transparent;
  border: none;
  margin: 0;
}
.pages .action.previous:before {
  color: #13242e;
}
.pages .action.previous:hover:before {
  color: #13242e;
}
.checkout-cart-index #maincontent {
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index #maincontent {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .block-requisition-list {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index #maincontent .columns .column.main {
    padding: 0 16px;
  }
}
.checkout-cart-index #maincontent .cart-price .price {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #13242e;
  line-height: 25px;
}
.checkout-cart-index #maincontent .quantity-controls .control {
  width: 104px;
  height: 46px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .quantity-controls .control {
    width: 94px;
    height: 38px;
  }
}
.checkout-cart-index #maincontent .quantity-controls .control input {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
  border: none;
  padding: 0;
  width: 25px;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .quantity-controls .control input {
    width: 20px;
    padding-top: 17px;
  }
}
.checkout-cart-index #maincontent .quantity-controls .control input:focus {
  box-shadow: none;
}
.checkout-cart-index #maincontent .quantity-controls .control .qty-decrement {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 4px 0 8px;
}
.checkout-cart-index #maincontent .quantity-controls .control .qty-increment {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 8px 0 4px;
}
.checkout-cart-index #maincontent .backorder-text {
  background: #FFF5E2;
  padding: 8px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 25px;
  position: relative;
}
.checkout-cart-index #maincontent .backorder-text::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: '';
  background: url('../images/emergency_home.svg');
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkout-cart-index #maincontent .cart.main.actions {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.main.actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
  }
}
.checkout-cart-index #maincontent .cart.main.actions .action.savecart {
  float: left;
  border-radius: 3px;
  border: 1px solid #13242e;
  height: 46px;
  width: 179px;
  text-align: center;
  line-height: 46px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.main.actions .action.savecart {
    order: 2;
    width: 100%;
    margin-top: 12px;
  }
}
.checkout-cart-index #maincontent .cart.main.actions .action.savecart span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #13242e;
}
.checkout-cart-index #maincontent .cart.main.actions button {
  border-radius: 3px;
  border: 1px solid #13242e;
  height: 46px;
  width: 195px;
  text-align: center;
  line-height: 46px;
  background: none;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.main.actions button {
    order: 1;
    width: 100%;
  }
}
.checkout-cart-index #maincontent .cart.main.actions button span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #13242e;
}
.checkout-cart-index #maincontent .form.form-cart {
  padding-right: 39px;
  width: 74.3%;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart {
    width: 100%;
    padding-right: 0;
  }
}
.checkout-cart-index #maincontent .form.form-cart .product-item-details {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .product-item-details {
    width: 60%;
    padding-left: 15px;
  }
}
.checkout-cart-index #maincontent .form.form-cart .col.item {
  width: 430px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .col.item {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .checkout-cart-index #maincontent .form.form-cart .col.item {
    width: 200px;
    padding-left: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1025px) {
  .checkout-cart-index #maincontent .form.form-cart .col.item {
    width: 340px;
    padding-left: 0;
  }
}
.checkout-cart-index #maincontent .form.form-cart .col.price {
  text-align: left;
  width: 200px;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .col.price {
    width: 100%;
    display: flex;
    padding: 10px 0px 6px 15px;
  }
  .checkout-cart-index #maincontent .form.form-cart .col.price:before {
    color: #13242e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .col.price span.price-excluding-tax {
    padding-left: 20px;
  }
}
.checkout-cart-index #maincontent .form.form-cart .col.qty {
  width: 200px;
  text-align: left;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .col.qty {
    width: 100%;
    display: flex;
    padding: 6px 0px 6px 15px;
  }
  .checkout-cart-index #maincontent .form.form-cart .col.qty:before {
    color: #13242e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    width: 60px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .col.qty .field.qty {
    padding-left: 20px;
  }
}
.checkout-cart-index #maincontent .form.form-cart .col.subtotal {
  text-align: right;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .col.subtotal {
    width: 100%;
    display: flex;
    padding: 6px 0px 6px 15px;
  }
  .checkout-cart-index #maincontent .form.form-cart .col.subtotal:before {
    color: #13242e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .col.subtotal span.price-excluding-tax {
    padding-left: 20px;
  }
}
.checkout-cart-index #maincontent .form.form-cart .manufacturer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}
.checkout-cart-index #maincontent .form.form-cart .product-item-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  color: #13242e;
  width: 280px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .product-item-name {
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .checkout-cart-index #maincontent .form.form-cart .product-item-name {
    width: 160px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1025px) {
  .checkout-cart-index #maincontent .form.form-cart .product-item-name {
    width: 250px;
  }
}
.checkout-cart-index #maincontent .form.form-cart .product-item-name a {
  text-decoration: none;
  color: #13242e;
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 10px;
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty {
  margin-top: 10px;
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty {
    padding-bottom: 0;
    min-height: auto;
  }
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty .green-dot {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty .green-dot:before {
  content: '';
  height: 8px;
  width: 8px;
  z-index: 9;
  background: url(../images/instock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 3px;
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty .yellow-dot {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty .yellow-dot:before {
  content: '';
  height: 8px;
  width: 8px;
  z-index: 9;
  background: url(../images/specialorder.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 3px;
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty .red-pdp {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
}
.checkout-cart-index #maincontent .form.form-cart .pro-sku.availqty .red-pdp:before {
  content: '';
  height: 8px;
  width: 8px;
  z-index: 9;
  background: url(../images/outofstock.svg) no-repeat 0 0 transparent;
  left: 0;
  position: absolute;
  top: 3px;
}
.checkout-cart-index #maincontent .cart-summary {
  width: 25.7%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart-summary {
    width: 100%;
    padding: 15px;
  }
}
.checkout-cart-index #maincontent .cart-summary .radio {
  height: auto;
  color: #000;
  margin: 2px 10px 0 0;
  accent-color: #000;
}
.checkout-cart-index #maincontent .cart-summary .action.primary.checkout {
  background: #115740;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px;
  height: 52px;
  border: none;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}
.checkout-cart-index #maincontent .cart-summary .action.primary.checkout:hover {
  background: #0f4534;
}
.checkout-cart-index #maincontent .cart-summary ul.checkout-methods-items {
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart-summary ul.checkout-methods-items {
    padding: 0;
  }
}
.checkout-cart-index #maincontent .cart-summary ul.checkout-methods-items a {
  color: #333333;
}
.checkout-cart-index #maincontent .cart-summary input,
.checkout-cart-index #maincontent .cart-summary select {
  height: 48px;
  border-radius: 3px;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #888;
}
.checkout-cart-index #maincontent .cart-summary .field.note {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.checkout-cart-index #maincontent .cart-summary #block-shipping .title {
  border-top: 1px solid #E6E6E6;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart-summary #block-shipping .title {
    padding: 12px 0;
  }
}
.checkout-cart-index #maincontent .cart-summary #block-shipping .title strong {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-cart-index #maincontent .cart-summary .summary.title {
  margin-top: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.checkout-cart-index #maincontent .cart-summary #block-summary {
  padding: 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.checkout-cart-index #maincontent .cart-summary #block-summary .field label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.checkout-cart-index #maincontent .cart-summary #block-summary .field .radio + .label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.checkout-cart-index #maincontent .cart-summary .cart-totals {
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart-summary .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-cart-index #maincontent .cart-summary .cart-totals .grand.totals th strong,
.checkout-cart-index #maincontent .cart-summary .cart-totals .grand.totals td strong {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.checkout-cart-index #maincontent .cart-summary .title:after {
  color: #000000D9;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart-summary .title:after {
    right: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart-summary .fieldset:last-child {
    margin-bottom: 5px;
  }
}
.checkout-cart-index #maincontent .cart-summary #co-shipping-method-form dl.items.methods .item-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.checkout-cart-index #maincontent .qtyavail {
  display: none;
}
.checkout-cart-index #maincontent .cart.item .qtyavail {
  display: none;
}
.checkout-cart-index #maincontent .cart.item th {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #13242e;
}
.checkout-cart-index #maincontent .cart.item .product-image-container {
  width: 78px;
}
.checkout-cart-index #maincontent .cart.item .product-image-container .product-image-wrapper {
  width: 78px;
}
.checkout-cart-index #maincontent .cart.item .product-image-container .product-image-wrapper img {
  width: 78px;
  height: 78px;
}
.checkout-cart-index #maincontent .page-title {
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .page-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.checkout-cart-index #maincontent .page-title span {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.checkout-cart-index #maincontent .cart.table-wrapper {
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper {
    border: none;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart thead tr th.col {
  padding-top: 10px;
  color: #13242e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart thead tr th.col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart thead tr th.col.item {
    display: block;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .product-item-photo {
    position: initial;
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .product-item-photo {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar {
    position: initial;
    padding-left: 0;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .split.button.wishlist,
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar a.action.towishlist {
  padding-left: 28px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .split.button.wishlist,
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar a.action.towishlist {
    padding-bottom: 15px;
    position: relative;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .split.button.wishlist:before,
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar a.action.towishlist:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/bookmark_add.svg) no-repeat 0 0;
  background-size: 20px;
  position: absolute;
  left: 0;
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .split.button.wishlist span,
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar a.action.towishlist span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .split.button.wishlist span,
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar a.action.towishlist span {
    position: relative;
    height: auto;
    clip: initial;
    margin: auto;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    display: inline-block;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .requisition.requisition-list:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/requisition-list.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  padding: 0;
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .requisition.requisition-list .requisition-list-button span {
  padding-left: 4px;
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .requisition.requisition-list ul.items span.action.new {
  padding: 5px 5px 5px 23px;
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .requisition-list-button:after {
  color: rgba(0, 0, 0, 0.85);
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .requisition-list-button span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 35px;
  position: relative;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .action.action-edit {
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .action.action-edit {
    margin-right: 7px;
    top: 30px;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .action.action-edit:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/icon_edit.svg) no-repeat 0 0;
  background-size: 22px;
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .action.action-edit span {
  margin: 0;
  position: relative;
  color: #13242e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .action.action-delete {
    top: 66px;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .action.action-delete:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/Trash.svg) no-repeat 0 0;
  background-size: 22px;
}
.checkout-cart-index #maincontent .cart.table-wrapper .cart.item .actions-toolbar .action.action-delete span {
  margin: 0;
  position: relative;
  color: #13242e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px;
  padding-left: 3px;
}
@media only screen and (min-width: 769px) {
  .checkout-cart-index .page-wrapper .sections.nav-sections {
    margin-bottom: 20px;
  }
}
.checkout-cart-index .page-wrapper .page-title-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  .checkout-cart-index .page-wrapper .page-title-wrapper {
    padding-left: 20px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell {
    overflow: hidden;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-title {
    border-bottom: 0;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .block-title strong {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper {
    margin: 0;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items {
  margin: 0 -8px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items {
    margin: 0;
    max-width: 100%;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item {
  border: 0;
  max-width: 100%;
  padding: 0 8px;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item {
    max-width: 49%;
    width: 50%;
    padding: 0;
    padding-bottom: 20px;
  }
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item:nth-child(odd) {
    padding-right: 6px;
  }
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item:nth-child(even) {
    padding-left: 6px;
  }
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item:nth-child(n+5) {
    display: none;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item:nth-child(n+6) {
  display: none;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item:hover {
  border: 0;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-info {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 1px solid #115740;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details {
  position: initial;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .manufacturer {
  color: var(--Middle-Grey, #888888);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .pro-name .product-item-name {
  margin: 10px 0;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .pro-sku {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  min-height: 43px;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions {
  border-top: 1px solid #E6E6E6;
  padding-top: 10px;
  min-height: 42px;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  height: 42px;
  width: 100%;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary:hover {
  border: 2px solid rgba(132, 188, 99, 0.25);
  background: #0f4534;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
    padding: 6px 21px;
  }
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary span {
    color: transparent;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/shopping_cart_btn.svg) no-repeat 0 0;
    background-size: 24px;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
    font-size: 12px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field {
  height: 40px;
  width: 64px;
  display: flex;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  overflow: hidden;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  height: 40px;
  border: none;
  text-align: center;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns {
  display: inline-grid;
  padding-right: 2px;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .quantity-controls .qty-field .qty-btns button {
  background: #ffffff;
  border: none;
  padding: 0;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  top: 14px;
  z-index: 99;
  right: 14px;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary a.action.tocompare {
  display: none;
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary button.label.action.split:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/bookmark_add.svg) no-repeat 0 0;
  background-size: 20px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-secondary .block-requisition-list.social-button {
    display: none;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .block-content .products.wrapper .product-items .slick-track {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .slick-slider .slick-arrow.slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .block-content .slick-slider .slick-arrow.slick-next {
    display: none !important;
  }
}
#save-cart-form legend.legend.recipient {
  display: none;
}
.account .page-wrapper {
  background: #f4f5f6;
}
.account .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  width: 100%;
  color: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .account .page-wrapper #maincontent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .account .page-wrapper #maincontent .columns .sidebar-main {
    width: 3 24px;
    padding-right: 0;
  }
}
.account .page-wrapper #maincontent .columns .sidebar-main .block .content {
  border: 1px solid var(--Separate-Line, #e6e6e6);
  background: #ffffff;
}
.account .page-wrapper #maincontent .columns .sidebar-main .block .content ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.account .page-wrapper #maincontent .columns .sidebar-main .block .content ul li a {
  color: rgba(0, 0, 0, 0.85);
}
.account .page-wrapper #maincontent .columns .sidebar-main .block .content ul li a:hover {
  background-color: transparent;
}
.account .page-wrapper #maincontent .columns .sidebar-main .block .content ul li .delimiter {
  border: 0;
  margin: 0;
}
.account .page-wrapper #maincontent .columns .sidebar-main .block .content ul li.current strong {
  color: #13242e;
  font-weight: 700;
  border-color: #115740;
}
.account .page-wrapper #maincontent .columns .sidebar-main .block-collapsible-nav .item.current a {
  border-color: #115740;
}
@media only screen and (min-width: 769px) {
  .account .page-wrapper #maincontent .columns .column.main {
    width: calc(100% - 324px);
    padding-left: 40px;
  }
}
.account .page-wrapper #maincontent .columns .column.main .toolbar .toolbar-amount {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.account .page-wrapper #maincontent .columns .column.main .toolbar #toolbar-amount {
  display: none;
}
.account .page-wrapper #maincontent .columns .column.main .toolbar .limiter .limiter-label,
.account .page-wrapper #maincontent .columns .column.main .toolbar .limiter span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.account .page-wrapper #maincontent .columns .column.main .toolbar .limiter .limiter-label:after,
.account .page-wrapper #maincontent .columns .column.main .toolbar .limiter span:after {
  content: ':';
}
.account .page-wrapper #maincontent .columns .column.main .toolbar .limiter select {
  width: 84px;
  height: 40px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
}
.account .page-wrapper #maincontent .columns .column.main .toolbar .limiter select:focus {
  box-shadow: none;
}
.account .page-wrapper #maincontent .columns .column.main .toolbar .limiter .limiter-text {
  display: none;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info {
  padding: 16px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-name {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  min-height: 50px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-name a {
  text-decoration: none;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .price-box .price {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info:hover,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info.active,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info:focus {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 16px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info:hover .product-item-inner,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info.active .product-item-inner,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info:focus .product-item-inner {
  border: none;
  box-shadow: none;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info:hover .price-box,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info.active .price-box,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info:focus .price-box {
  border-bottom: 1px solid #e6e6e6;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner {
  padding: 16px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .comment-box label.label {
  position: relative;
  color: #13242e;
  font-size: 14px;
  line-height: 24px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .comment-box textarea {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background: #ffffff;
  color: var(--Middle-Grey, #888888);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  height: 66px;
  margin-top: 2px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .comment-box textarea:focus {
  box-shadow: none;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 0;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart {
  border-radius: 3px;
  background: #115740;
  border: 1px solid #115740;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart:hover,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart:focus,
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart:active {
  background: #0f4534;
  border: 1px solid #0f4534;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset {
  display: flex;
  margin-bottom: 0;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .btn-remove.action.delete {
  border-radius: 3px;
  border: 1px solid #13242e;
  padding: 9px;
  display: inline-block;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .btn-remove.action.delete:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/Trash.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .btn-remove.action.delete span {
  display: none;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .product-item-actions {
  margin-top: 0;
  width: 100%;
  padding-left: 15px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .product-item-actions .actions-primary {
  display: block;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart fieldset.fieldset .product-item-actions .actions-primary button {
  width: 100%;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .field.qty {
  margin-bottom: 12px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .field.qty label.label {
  color: #13242e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .field.qty .control input {
  width: 100%;
  height: 48px;
  text-align: left;
  color: #13242e;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 768px) {
  .account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item .product-item-info .product-image-container {
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item {
    width: 32%;
    max-width: 32%;
    border: none;
    margin-left: 2%;
  }
  .account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .account .page-wrapper #maincontent .columns .column.main .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  border-radius: 3px;
  text-transform: uppercase;
  border: 1px solid var(--text-secondary, rgba(0, 0, 0, 0.45));
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action:hover {
  background-color: #fff;
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action span {
  color: rgba(0, 0, 0, 0.85);
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action.primary.add span {
  color: #fff;
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action.primary.add:hover {
  background: #0f4534;
}
.account .page-wrapper #maincontent .columns .column.main .order-links .item.current {
  border: none;
  padding: 0;
}
.account .page-wrapper #maincontent .columns .column.main .order-links .item.current.active-tab {
  border-bottom: 0px;
  background: #0f4534;
  color: #fff;
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary a button.action {
  background: #115740;
  color: #fff;
  border-color: #115740;
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary a button.action:hover {
  background: #0f4534;
  border-color: #0f4534;
}
.account .page-wrapper #maincontent .columns .column.main table.data.table.data-list-table .data-list-table-headings {
  border-top: 1px solid #ccc;
}
.account .page-wrapper #maincontent .columns .column.main table.data.table.data-list-table .data-list-table-headings tr {
  background: transparent;
}
.account .page-wrapper #maincontent .columns .sidebar.sidebar-additional {
  display: none;
}
.account .page-wrapper #maincontent #tabs-container #tabs-nav {
  display: flex;
}
.account .page-wrapper #maincontent #tabs-container #tabs-nav #items-order,
.account .page-wrapper #maincontent #tabs-container #tabs-nav #ship-order {
  padding: 12px 24px;
  background: rgba(0, 0, 0, 0.15);
}
.account .page-wrapper #maincontent #tabs-container #tabs-nav #items-order a,
.account .page-wrapper #maincontent #tabs-container #tabs-nav #ship-order a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.account .page-wrapper #maincontent #tabs-container #tabs-nav #items-order.active,
.account .page-wrapper #maincontent #tabs-container #tabs-nav #ship-order.active {
  background: #F9FAFB;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.account .page-wrapper #maincontent #tabs-container .order-items {
  background: #F9FAFB;
  padding: 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .account .page-wrapper #maincontent #tabs-container .order-items {
    padding: 0;
  }
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td {
  border: none;
  font-size: 16px !important;
}
@media only screen and (max-width: 639px) {
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td {
    padding-top: 10px;
  }
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td strong {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td[data-th="SKU"] {
  width: 250px;
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td .price-excluding-tax .price {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td .quote-note-text {
  font-size: 12px;
  font-style: italic;
}
.account .page-wrapper #maincontent #tabs-container .order-items .statusorder > tbody > tr > td a {
  color: #006bb4;
}
@media only screen and (min-width: 769px) {
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td:first-child {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td {
    text-align: left !important;
  }
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > td a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr:last-child > td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr.taxsubtotal {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 639px) {
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody tr.taxsubtotal,
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody tr.taxamt,
  .account .page-wrapper #maincontent #tabs-container .order-items .table > tbody tr.taxtotal {
    display: flex;
    justify-content: right;
  }
}
.account .page-wrapper #maincontent #tabs-container .order-items .table > tbody > tr > th:last-child {
  text-align: right;
}
.account .page-wrapper #maincontent #tabs-container .order-items .track-info-wrap {
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .account .page-wrapper #maincontent #tabs-container .order-items .track-info-wrap {
    padding: 10px;
    margin-top: 10px;
  }
}
.account .page-wrapper #maincontent #tabs-container .order-items .track-info-wrap .ship-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 16px;
  line-height: 38px;
}
.account .page-wrapper #maincontent #tabs-container .order-items .track-info-wrap .tracl-no {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .account .page-wrapper #maincontent #tabs-container .order-items .track-info-wrap .tracl-no {
    padding-bottom: 0;
  }
}
.account .page-wrapper #maincontent #tabs-container .order-items button.action.primary {
  border-radius: 3px;
  background: #115740;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 20px;
}
.account .page-wrapper #maincontent #tabs-container .order-items button.action.primary:hover,
.account .page-wrapper #maincontent #tabs-container .order-items button.action.primary:focus,
.account .page-wrapper #maincontent #tabs-container .order-items button.action.primary:active {
  background: #0f4534;
  border: none;
}
.account .page-wrapper #maincontent .block-order-details-view {
  margin-top: 24px;
}
.account .page-wrapper #maincontent .block-order-details-view .main-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.account .page-wrapper #maincontent .block-order-details-view .main-title .box-title span {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}
.account .page-wrapper #maincontent .block-order-details-view .box-order-billing-method {
  margin-bottom: 0 !important;
}
.account .page-wrapper #maincontent .block-order-details-view .box-title span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.account .page-wrapper #maincontent .block-order-details-view .box-content strong {
  font-weight: 500;
}
@media (min-width: 640px) {
  .account .page-wrapper #maincontent .block-order-details-view .box-content .table > tbody > tr > th,
  .account .page-wrapper #maincontent .block-order-details-view .box-content .table > tbody > tr > td {
    padding: 10px 0px;
  }
}
.account .page-wrapper table > thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
}
.account .page-wrapper table > thead > tr > td {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.account .page-wrapper .table-wrapper table a {
  color: var(--System-colors-Info, #0e7dff);
  text-decoration: underline;
}
.account .page-wrapper .page-title-wrapper .title-actions-links button {
  color: #13242e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}
.account .page-wrapper input[type=checkbox] {
  height: 16px;
  width: 16px;
}
.account .page-wrapper .form-newsletter-manage .fieldset .legend span {
  font-weight: 500;
  font-size: 18px;
}
.account .page-wrapper .form-newsletter-manage .field.choice span {
  font-weight: 600;
}
.account .modal-popup.order-cancel-popup .comments textarea,
.account .modal-popup.order-return-popup .comments textarea {
  display: block;
  width: 100%;
  height: 11.8rem;
}
.account .modal-popup.order-cancel-popup .modal-title,
.account .modal-popup.order-return-popup .modal-title {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}
.page-title-dcw {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .page-title-dcw {
    margin-top: 20px;
    border: none;
  }
}
@media only screen and (min-width: 769px) {
  .page-title-dcw {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
@media only screen and (max-width: 768px) {
  .page-title-dcw .detail-right {
    margin-top: 20px;
  }
}
.page-title-dcw .detail-right .invoice-back {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.page-title-dcw .title h2 {
  display: inline;
}
.page-title-dcw .orderstatus {
  border-radius: 3px;
  background: #115740;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 30px;
  margin-left: 20px;
}
.account.sales-order-view .page-wrapper #maincontent ul.items.order-links li.item.current strong {
  background: #f9fafb;
}
.account.sales-order-view .page-wrapper #maincontent .order-details-items.ordered {
  background: #f9fafb;
}
.account.sales-order-view .page-wrapper #maincontent tfoot {
  background: #f9fafb;
  font-size: 16px;
}
.account.sales-order-view .page-wrapper #maincontent tfoot td {
  background: #f9fafb;
  font-size: 16px;
}
.account.sales-order-view .gworderbodytable td {
  padding: 8px 10px 8px!important;
}
@media screen and (max-width: 1199px) {
  .table-footer {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .account .page-wrapper table.gwordertable.list > tbody > tr > td,
  .account .page-wrapper table.gwinvoicetable.list > tbody > tr > td {
    width: 100%;
  }
}
.serach-barbtn {
  margin-left: auto;
}
tr#default_form .action.primary,
.serach-barbtn .action.primary {
  background: #115740;
  color: #fff;
  border: 1px solid #115740;
  padding: 11px 22px;
  border-radius: 3px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
tr#default_form .action.primary:hover,
.serach-barbtn .action.primary:hover,
tr#default_form .action.primary:focus,
.serach-barbtn .action.primary:focus,
tr#default_form .action.primary:active,
.serach-barbtn .action.primary:active {
  background: #0f4534;
  border: 1px solid #0f4534;
}
@media only screen and (max-width: 768px) {
  .loggedin .page-wrapper .page-header .header.content .panel.header ul.header.links .account-content .customer-welcome .link.authorization-link {
    display: block;
  }
}
.account .page-wrapper #maincontent {
  margin-bottom: 30px;
}
.account .page-wrapper #maincontent .column.main .block .block-title {
  border-color: rgba(0, 0, 0, 0.15);
}
.account .page-wrapper #maincontent .column.main .block .block-title > strong {
  font-weight: 400;
}
.account .page-wrapper #maincontent .block-dashboard-company .box-actions button.action {
  color: #0E7DFF;
  text-decoration: underline;
}
.account .page-wrapper #maincontent .block-dashboard-company .box-actions button.action:after {
  border-left: 1px solid #0E7DFF;
}
.account .page-wrapper #maincontent .block-dashboard-company .box-actions button.action:hover {
  text-decoration: none;
}
.account.wishlist-index-index #maincontent .columns .toolbar {
  display: none;
}
.account.wishlist-index-index #maincontent .columns .form-wishlist-items ~ .toolbar {
  display: block;
}
@media only screen and (max-width: 768px) {
  .account.wishlist-index-index #maincontent .block-wishlist-management {
    margin-top: 0;
  }
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-select {
  border: none;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 400;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-select-items {
  padding-left: 10px;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-select-items li a {
  color: rgba(0, 0, 0, 0.85);
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-select-items li.current {
  border-bottom: 2px solid var(--Green-Pea-800, #115740);
  font-weight: 700;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-title strong {
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-title a {
  color: #13242e;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-info .wishlist-notice {
  color: #000;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-info .wishlist-notice:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/lock.svg) no-repeat 0 0;
  position: relative;
  top: 2px;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-info .counter.qty {
  color: #000;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar {
  display: flex;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .dcw-actions {
  display: flex;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .dcw-actions .share-cart button {
  background: transparent;
  border: none;
  padding: 0;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .dcw-actions .share-cart button:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/savemail.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .dcw-actions .print-cart {
  padding-left: 25px;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .dcw-actions .print-cart a {
  position: relative;
  padding-left: 30px;
  line-height: 25px;
  color: #000;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .dcw-actions .print-cart a:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/saveprint.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-select input {
  width: 18px;
  height: 18px;
  accent-color: #115740;
  margin-top: 0;
}
.account.wishlist-index-index #maincontent .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-select label {
  position: relative;
  top: -2px;
}
.account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item .product-item-checkbox {
  position: absolute;
  left: 16px;
  z-index: 1;
  top: 16px;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 768px) {
  .account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item .product-item-checkbox {
    z-index: 1;
  }
}
.account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item input[type="checkbox"] {
  accent-color: #115740;
}
.account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item .manufacturer {
  color: var(--Middle-Grey, #888888);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}
.account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item .pro-sku {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
}
@media only screen and (max-width: 768px) {
  .account.wishlist-index-index #maincontent .form-wishlist-items .product-items .product-item .product-image-photo {
    position: relative;
  }
}
.account.wishlist-index-index #maincontent .form-wishlist-items .actions-toolbar .primary .action {
  padding-left: 25px;
  padding-right: 25px;
}
.account.wishlist-index-index #maincontent .form-wishlist-items .actions-toolbar .primary .action span {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .account #maincontent form {
    overflow-x: auto;
  }
}
.requisition_list-requisition-view .requisition-content .table-wrapper td.col.product .product-item-image {
  width: 100px;
}
@media (min-width: 769px) {
  .requisition_list-requisition-view .requisition-content .table-wrapper td.col.product .product-item-description {
    width: 76%;
  }
}
.requisition_list-requisition-view .requisition-content .table-wrapper td.col.product .product-item-description a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
.requisition_list-requisition-view .requisition-content .table-wrapper td.col.product .product-item-description .product-item-sku {
  color: rgba(0, 0, 0, 0.85);
}
.requisition_list-requisition-view .requisition-content .table-wrapper th.col.qty {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .requisition_list-requisition-view .requisition-content .table-wrapper th.col.checkbox {
    display: block !important;
  }
}
.requisition_list-requisition-view .requisition-content .requisition-toolbar .requisition-toolbar-select {
  line-height: 15px;
  text-transform: capitalize;
}
.requisition_list-requisition-view .requisition-content .requisition-toolbar .requisition-toolbar-actions button {
  color: rgba(0, 0, 0, 0.85) !important;
  padding-bottom: 0;
  line-height: 13px;
}
.requisition_list-requisition-view .requisition-content .requisition-toolbar .requisition-toolbar-actions button:after {
  color: rgba(0, 0, 0, 0.85) !important;
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .requisition_list-requisition-view .requisition-content .requisition-toolbar .requisition-toolbar-actions button.toggle span {
    position: relative !important;
    margin: 0;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .requisition_list-requisition-view .requisition-content .requisition-toolbar .requisition-toolbar-actions .requisition-list.wishlist.split.button:before {
    display: none;
  }
}
.requisition_list-requisition-view .block-requisition-management .requisition-list-title button {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: underline;
}
.requisition_list-requisition-view .block-requisition-management .requisition-list-title button:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .requisition_list-requisition-view .block-requisition-management .requisition-list-title {
    margin-top: 30px;
  }
}
.requisition_list-requisition-view .block-requisition-management .print-cart a {
  position: relative;
  padding-left: 30px;
  line-height: 25px;
  color: #000;
}
.requisition_list-requisition-view .block-requisition-management .print-cart a:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/saveprint.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .requisition_list-requisition-view .block-requisition-management .requisition-info {
    float: none;
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .requisition_list-requisition-view table.data-table.table th.col.checkbox {
    width: 95px;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .requisition_list-requisition-view table.data-table.table td.col.col-checkbox {
    padding-left: 0;
  }
}
@media only screen and (max-width: 639px) {
  .requisition_list-requisition-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    border: none;
  }
}
@media screen and (min-width: 1300px) {
  .invoice-back .col .inputs input {
    min-width: 270px;
  }
}
.account .purchase-order-data-items.product.data.items .item.content {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  padding: 20px !important;
}
.account .purchase-order-data-items.product.data.items .item.title .switch {
  background: rgba(0, 0, 0, 0.15) !important;
  color: rgba(0, 0, 0, 0.85);
}
.account .purchase-order-data-items.product.data.items .item.title.active .switch {
  background: #f9fafb !important;
}
.account .purchase-order-data-items.product.data.items .action-select-wrap .secondary {
  color: rgba(0, 0, 0, 0.85);
}
.account .purchase-order-data-items.product.data.items .action-select-wrap .primary {
  text-transform: uppercase;
  border: 0;
  padding: 9px 16px;
  background: #115740 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500;
}
.account .purchase-order-data-items.product.data.items .action-select-wrap .primary:hover,
.account .purchase-order-data-items.product.data.items .action-select-wrap .primary:focus,
.account .purchase-order-data-items.product.data.items .action-select-wrap .primary:active {
  background: #0f4534 !important;
}
.account .requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.account .requisition-view-links .email-cart a {
  background: 0 0;
  border: none;
  padding: 0;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
}
.account .requisition-view-links .email-cart a:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/savemail.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
.account .requisition-grid.table-wrapper {
  overflow-x: visible;
}
.account .requisition-grid.table-wrapper .col .price {
  font-weight: 500;
}
.account .requisition-grid.table-wrapper .col .product-item-subtotal {
  position: static;
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar.requisition-view-buttons .primary button.action.primary {
  background: #115740;
  border-color: #115740;
  color: #fff;
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar.requisition-view-buttons .primary button.action.primary span {
  color: #fff;
}
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar.requisition-view-buttons .primary button.action.primary:hover,
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar.requisition-view-buttons .primary button.action.primary:focus,
.account .page-wrapper #maincontent .columns .column.main .actions-toolbar.requisition-view-buttons .primary button.action.primary:active {
  background: #0f4534;
  border-color: #0f4534;
}
.account.newsletter-manage-index .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  text-transform: uppercase;
}
.account.newsletter-manage-index .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action:hover,
.account.newsletter-manage-index .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action:focus,
.account.newsletter-manage-index .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action:active {
  border: 2px solid rgba(132, 188, 99, 0.25);
  background: #0f4534;
}
.account.newsletter-manage-index .page-wrapper #maincontent .columns .column.main .actions-toolbar .primary .action span {
  color: #fff;
  text-transform: uppercase;
}
@media print {
  .account .actions-toolbar,
  .account .footer,
  .account .wishlist-select,
  .account .breadcrumbs,
  .account .wishlist-toolbar,
  .account .block-wishlist-management .wishlist-info,
  .account .actions.requisition-view-links,
  .account .requisition-toolbar,
  .account .requisition-list-description {
    display: none !important;
  }
  .account .requisition-grid.table-wrapper td.col.col-checkbox {
    display: none;
  }
  .account .requisition-grid.table-wrapper th.col.checkbox {
    display: none;
  }
  .requisition_list-requisition-view .requisition-content .table-wrapper td.col.product .product-item-image {
    display: none !important;
  }
}
.wishlist-index-share #maincontent label span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 3px;
}
.wishlist-index-share #maincontent .control textarea {
  max-width: 500px;
  box-shadow: none !important;
  width: 100%;
}
.wishlist-shared-index .actions-toolbar button.action.tocart.primary {
  background: #115740;
  border: 0;
  text-transform: uppercase;
}
.wishlist-shared-index .actions-toolbar button.action.tocart.primary:hover {
  background: #0f4534;
  border: 0;
}
.wishlist-shared-index button.action.tocart {
  background: #115740;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
.wishlist-shared-index button.action.tocart:hover {
  background: #0f4534;
  border: 0;
}
.wishlist-shared-index strong.product.name a {
  color: #13242e;
}
.wishlist-shared-index strong.product.name a:hover {
  text-decoration: underline;
}
.wishlist-shared-index td.col.product a.product.photo {
  float: left;
  padding-right: 20px;
}
.wishlist-shared-index td.col.actions a {
  color: #13242e;
  padding: 10px;
}
.wishlist-shared-index td.col.actions a:hover {
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #115740;
}
.ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #115740 transparent transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #115740;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #0f4534;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  vertical-align: middle;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  box-shadow: none !important;
}
.account.msg-index-msg #maincontent .page-title-wrapper .page-title {
  margin-bottom: 10px;
}
.account.msg-index-msg #maincontent .customer-part {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.account #maincontent .customer_part_number_form .customer_part_number_table {
  display: inline-block;
}
@media (max-width: 1024px) {
  .account #maincontent .customer_part_number_form .customer_part_number_table {
    overflow: auto;
  }
}
.account #maincontent .customer_part_number_form .customer_part_number_table .partnumber-list td {
  padding: 0;
}
.account #maincontent .customer_part_number_form .customer_part_number_table .partnumber-list td input {
  padding: 12px 14px;
  display: block;
  height: auto;
  color: #13242e;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(7, 39, 29, 0.25);
  min-width: 235px;
  width: 100%;
  box-shadow: none !important;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1280px) and (max-width: 1360px) {
  .account #maincontent .customer_part_number_form .customer_part_number_table .partnumber-list td input {
    min-width: 200px;
  }
}
.account #maincontent .customer_part_number_form .customer_part_number_table .partnumber-list:nth-child(4n-1) td input,
.account #maincontent .customer_part_number_form .customer_part_number_table .partnumber-list:nth-child(4n) td input {
  background: #f4f5f6;
  font-family: "Roboto", sans-serif;
}
.account #maincontent .customer_part_number_form .customer_part_number_table .grid-colstable {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .account #maincontent .customer_part_number_form .customer_part_number_table .grid-colstable {
    grid-template-columns: repeat(1, 1fr);
  }
  .account #maincontent .customer_part_number_form .customer_part_number_table .grid-colstable tr:nth-child(2) {
    display: none;
  }
}
.account #maincontent .customer_part_number_form .customer_part_number_table tr th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(7, 39, 29, 0.25);
  background: var(--Green-Pea-950, #07271d);
  min-width: 206px;
  padding: 12px 14px;
}
@media only screen and (min-width: 1280px) and (max-width: 1360px) {
  .account #maincontent .customer_part_number_form .customer_part_number_table tr th {
    min-width: 170.5px;
  }
}
.account #maincontent .customer_part_number_form .customer_part_number_table.remove-heading .grid-colstable tr:nth-child(2) {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .ordertracking-order-index .track-main {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .ordertracking-order-index .track-main .right-track .track-box {
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .account .page-wrapper table > thead > tr > th.trackings {
    width: 280px;
  }
}
.switcher.company-select-switcher.company-switcher-header-panel {
  display: none;
}
.checkout-index-index .page-wrapper .page-header .header.content {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .page-wrapper .page-header .header.content {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-index-index .global-banner {
  display: none;
}
.checkout-index-index .page-wrapper .page-header {
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  .checkout-index-index .page-wrapper .page-header .header.content {
    background: #ffffff;
  }
}
@media (min-width: 769px) {
  .checkout-index-index main#maincontent .columns .opc-progress-bar {
    margin-bottom: 32px;
  }
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item > span {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item > span:before,
.checkout-index-index main#maincontent .columns .opc-progress-bar-item > span:after {
  border-color: #D0D0D0;
  color: #000000D9;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item:before {
  background: #E6E6E6;
  border: 1px solid #D0D0D0;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._active:before {
  background: #115740;
  border-color: #115740;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._active > span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._active > span:before {
  background: #115740;
  border-color: #115740;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._active > span:after {
  border-color: #115740;
  color: #000000D9;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._complete:before {
  background: #115740;
  border-color: #115740;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._complete > span {
  font-weight: 600;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._complete > span:before {
  background: #115740;
  border-color: #115740;
}
.checkout-index-index main#maincontent .columns .opc-progress-bar-item._complete > span:after {
  border-color: #115740;
}
.checkout-index-index main#maincontent .columns .opc-wrapper .step-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: capitalize;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper .step-title {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-items {
    display: flex;
    flex-wrap: wrap;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item {
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 24px;
  width: 32%;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  margin-right: 10px;
  flex: 0 0 32%;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item {
    padding-bottom: 55px;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item a {
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item {
    width: 100%;
    padding: 20px;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item.selected {
  border: 2px solid #115740;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item.selected:after {
  background: #115740;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item:before {
  display: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item.selected-item {
  border: 2px solid #115740;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item.selected-item:after {
  background: #115740;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item .action-select-shipping-item {
  border-radius: 3px;
  background: #115740;
  border: none;
}
@media (min-width: 1024px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item .action-select-shipping-item {
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item .action-select-shipping-item span {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item .edit-address-link {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item .edit-address-link {
    position: absolute;
    bottom: 15px;
    left: 25px;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .shipping-address-item .edit-address-link:hover {
  text-decoration: underline;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .edit-address-popup button {
  color: rgba(0, 0, 0, 0.85);
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .edit-address-popup button:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .new-address-popup {
    margin-right: 0;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .new-address-popup .action-show-popup {
  margin: 15px 0 0 0;
  border-radius: 3px;
  border: 1px solid var(--text-title, rgba(0, 0, 0, 0.85));
  background: var(--BG-White, #ffffff);
  height: 40px;
  width: 165px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .new-address-popup .action-show-popup {
    width: 100%;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .new-address-popup .action-show-popup span {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .new-address-popup .action-show-popup span:before {
  font-size: 19px;
  padding-right: 10px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .change-address-popup button {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: underline;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .shipping-policy-block {
  display: block !important;
  background: #FFF5E2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 12px;
  line-height: 19px;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  left: 250px;
  right: auto;
  top: -18px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .shipping-policy-block {
    position: relative;
    left: 0;
    top: 0;
    font-size: 12px;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method tr.is-active td input[type='radio']:before {
  background: #13242e;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td input[type='radio'] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 1px #13242e;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td input[type='radio']:checked {
  box-shadow: 0 0 0 1px #13242e;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td input[type='radio']:checked:before {
  background: #13242e;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method .col-price .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td#label_method_flatrate_flatrate {
  width: 130px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td#label_method_flatrate_flatrate {
    width: auto;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method {
  margin-top: 35px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method {
    padding: 0 20px;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method form#ebizcharge_ebizcharge-form input[type=radio] {
  display: inline-block !important;
  position: relative;
  top: 3px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method form#ebizcharge_ebizcharge-form .label {
  border: none;
  font-weight: normal;
  padding: 0;
  cursor: default;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method form#ebizcharge_ebizcharge-form #payment-tabs + br {
  display: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address {
  color: #13242e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address a {
  color: #13242e;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding-left: 0;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0;
  accent-color: #13242e;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method input[type='radio'] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 1px #B4B4B4;
  margin-top: -2px;
  display: inline !important;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method input[type='radio']:checked {
  box-shadow: 0 0 0 1px #115740;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method input[type='radio']:checked:before {
  background: #115740;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .primary .action.primary {
  border-radius: 3px;
  background: #115740;
  width: 280px;
  height: 52px;
  border: none;
  line-height: 20px;
  display: none !important;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .primary .action.primary:hover {
  background: #0f4534;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .primary .action.primary span {
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.2px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .payment-method-title {
  border-radius: 3px;
  border: 1px solid var(--Separate-Line, #e6e6e6) !important;
  background: var(--BG-White, #ffffff);
  margin: 12px 0;
  max-width: 465px;
  height: 52px;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .payment-method-title {
    max-width: 100%;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .payment-method-title label {
  margin-right: auto;
  width: 94%;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .payment-method-title .payment-type-icon {
  height: 40px;
  order: 2;
  margin-left: auto;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method._active .payment-method-title {
  border: 1px solid var(--Secondary, #84bc63) !important;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .card-container {
  max-width: 465px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .card-container {
    max-width: 100%;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .card-container .field .label {
  font-weight: 500;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .card-container .field .card-field iframe {
    width: 95% !important;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method._active .payment-method-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method .payment-method-content .payment-method-billing-address {
  order: 2;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .new-billing-address-button {
  display: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .change-address-popup button {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: underline;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address .change-address-popup {
  display: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address label {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address label:after {
  content: ":";
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  display: block !important;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] {
  display: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input + label {
  pointer-events: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address .action-edit-address {
  display: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address {
  position: relative;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .billing-address-same-as-shipping-block {
  display: block !important;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .change-address-popup {
  display: block;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address fieldset.fieldset label span {
  font-size: 15px;
  font-weight: 500;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address fieldset.fieldset legend span {
  font-weight: 500;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .edit-address-popup .action-additional {
  border: none;
  background: transparent;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none !important;
  display: block !important;
  color: #13242e;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 1px;
  left: 195px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .edit-address-popup .action-additional:before {
  top: 4px;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icon_edit.svg) no-repeat 0 0;
  background-size: 18px;
  position: relative;
  display: inline-block;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .action-edit-address {
  border: none;
  background: transparent;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none !important;
  display: block !important;
  color: #13242e;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 1px;
  left: 195px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .action-edit-address:before {
  top: 4px;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icon_edit.svg) no-repeat 0 0;
  background-size: 18px;
  position: relative;
  display: inline-block;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .action-additional {
  border: none;
  background: transparent;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
  display: block !important;
  color: #13242e;
}
.checkout-index-index main#maincontent .columns .opc-wrapper .items.payment-methods .step-title {
  border: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper .items.payment-methods .step-title {
    padding: 0;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper .secure-checkout-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: capitalize;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 46px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .opc-wrapper .secure-checkout-title {
    margin-top: 10px;
  }
}
.checkout-index-index main#maincontent .columns .opc-wrapper #validate_address {
  margin-top: 35px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #validate_address .step-title {
  padding-bottom: 10px !important;
}
.checkout-index-index main#maincontent .columns #onepage-checkout-shipping-method-additional-load label.label {
  border-bottom: 1px solid var(--Separate-Line, #e6e6e6);
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns #onepage-checkout-shipping-method-additional-load label.label {
    margin-top: 15px;
  }
}
.checkout-index-index main#maincontent .columns #onepage-checkout-shipping-method-additional-load span {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: capitalize;
}
.checkout-index-index main#maincontent .columns #onepage-checkout-shipping-method-additional-load textarea {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background: var(--BG-White, #ffffff);
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  height: 112px;
  padding: 13px 12px 0px 12px;
}
.checkout-index-index main#maincontent .columns #onepage-checkout-shipping-method-additional-load textarea:focus {
  box-shadow: none;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption {
  background: transparent !important;
  outline: none !important;
  padding: 0;
  margin-left: 0;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption .addressRadio {
  display: flex !important;
  width: 20px;
  min-width: 20px;
  right: 0;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption .addressRadio input[type=radio] {
  -webkit-appearance: none;
  width: 12.5px;
  height: 12.5px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 1px #b4b4b4;
  margin-top: 4;
  display: inline !important;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption .addressRadio input[type=radio]:checked {
  box-shadow: 0 0 0 1px #115740;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption .addressRadio input[type=radio]:checked:before {
  background: #115740;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption .addressRadio input[type=radio]:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 18% auto;
  border-radius: 50%;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption .addressLabel {
  padding: 10px 10px 10px 16px;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .errorMessageContainer .instructions p {
  background: transparent !important;
  outline: none !important;
  padding: 0;
}
.checkout-index-index main#maincontent .columns .checkout-validate-address .errorMessageContainer .originalAddressText {
  background: transparent !important;
  outline: none !important;
  padding: 0;
}
.checkout-index-index main#maincontent .columns .actions-toolbar-trigger {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.checkout-index-index main#maincontent .columns .actions-toolbar-trigger .action.primary {
  border-radius: 3px;
  background: #115740;
  width: 100%;
  height: 52px;
  border: none;
  line-height: 20px;
}
.checkout-index-index main#maincontent .columns .actions-toolbar-trigger .action.primary span {
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.2px;
  text-transform: uppercase;
}
.checkout-index-index main#maincontent .columns .actions-toolbar-trigger .action.primary:hover {
  background: #0f4534;
}
.checkout-index-index main#maincontent .checkout-shipping-method .actions-toolbar .action.primary.button {
  margin-top: 10px;
  border-radius: 3px;
  background: #115740;
  border: none;
  width: 200px;
  height: 46px;
  line-height: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .checkout-shipping-method .actions-toolbar .action.primary.button {
    width: 100%;
  }
}
.checkout-index-index main#maincontent .checkout-shipping-method .actions-toolbar .action.primary.button span {
  color: var(--BG-White, #ffffff);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.checkout-index-index main#maincontent .checkout-shipping-method .actions-toolbar .action.primary.button:hover {
  background: #0f4534;
}
.checkout-index-index main#maincontent .opc-block-summary {
  background: var(--Light-Grey-BG, #f4f5f6);
  padding: 16px 20px 20px 20px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .opc-block-summary {
    padding: 16px;
    margin-bottom: 0;
  }
}
.checkout-index-index main#maincontent .opc-block-summary .title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.checkout-index-index main#maincontent .opc-block-summary .items-in-cart .title strong {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-transform: capitalize;
}
.checkout-index-index main#maincontent .opc-block-summary .items-in-cart .title:after {
  color: #000000D9;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .opc-block-summary .items-in-cart .title:after {
    top: 17px;
  }
}
.checkout-index-index main#maincontent .opc-block-summary .product-item {
  border-color: #E6E6E6;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .opc-block-summary .product-item {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-inner {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .opc-block-summary .product-item .product-image-container {
    float: none;
    margin-bottom: 15px;
  }
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details {
    padding: 0;
  }
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details .product-item-name-block .item-manufacturer {
  color: var(--Middle-Grey, #888888);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 4px;
  display: block;
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details .product-item-name-block .product-item-name {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details .details-qty {
  margin-bottom: 8px;
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details .details-qty span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details .cart-price {
  padding-bottom: 8px;
  display: block;
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details .cart-price .price {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
}
.checkout-index-index main#maincontent .opc-block-summary .product-item .product-item-details .label.item-sku {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.checkout-index-index main#maincontent .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar {
  width: 4px;
}
.checkout-index-index main#maincontent .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.checkout-index-index main#maincontent .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #115740;
}
.checkout-index-index main#maincontent .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
.checkout-index-index main#maincontent .opc-block-summary .table-totals {
  border-color: #E6E6E6;
}
.checkout-index-index main#maincontent .opc-block-summary .table-totals tr th,
.checkout-index-index main#maincontent .opc-block-summary .table-totals tr td {
  color: #13242e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.checkout-index-index main#maincontent .opc-block-summary .table-totals tr th span,
.checkout-index-index main#maincontent .opc-block-summary .table-totals tr td span {
  color: #13242e;
  font-size: 14px;
  font-weight: 400;
}
.checkout-index-index main#maincontent .opc-block-summary .table-totals tr.grand.totals th strong,
.checkout-index-index main#maincontent .opc-block-summary .table-totals tr.grand.totals td strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #13242e;
}
.checkout-index-index main#maincontent .opc-block-shipping-information {
  padding: 20px 0 0;
  max-width: 100%;
  width: 430px;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .opc-block-shipping-information {
    padding: 0;
    width: auto;
  }
}
.checkout-index-index main#maincontent .shipping-information {
  padding: 20px 0 0;
}
.checkout-index-index main#maincontent .shipping-information .shipping-information-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  padding-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #E6E6E6;
}
.checkout-index-index main#maincontent .shipping-information .shipping-information-title .action-edit {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  padding: 5px 12px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.85);
}
.checkout-index-index main#maincontent .shipping-information .shipping-information-title .action-edit:before {
  top: 4px;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icon_edit.svg) no-repeat 0 0;
  background-size: 18px;
  position: relative;
  display: inline-block;
}
.checkout-index-index main#maincontent .shipping-information .shipping-information-title .action-edit span {
  font-weight: 400;
  line-height: 22px;
}
.checkout-index-index main#maincontent .shipping-information .shipping-information-content {
  color: #13242e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 5px;
}
.checkout-index-index main#maincontent .shipping-information .shipping-information-content a {
  color: #13242e;
}
.checkout-index-index main#maincontent .shipping-information .ship-to {
  margin-bottom: 40px;
}
.checkout-index-index main#maincontent .opc-payment-additional.discount-code,
.checkout-index-index main#maincontent div#giftcardaccount-placer {
  display: none;
}
.checkout-index-index #delivery-method-selector .action {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  padding: 12px 20px;
  font-family: "Roboto", sans-serif;
}
.checkout-index-index #delivery-method-selector .action.selected {
  font-family: "Roboto", sans-serif;
  background: #115740;
  color: #ffffff;
}
.checkout-index-index #checkout-step-store-selector .form-continue .actions-toolbar .secondary button {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background: #fff;
  padding: 9px 15px;
  font-family: "Roboto", sans-serif;
}
.checkout-index-index #checkout-step-store-selector .form-continue .actions-toolbar .action.primary {
  padding: 6px 15px;
  font-family: "Roboto", sans-serif;
}
.checkout-index-index #store-selector-popup .store-selector-popup-table tbody .col-location-actions .action {
  border-radius: 3px;
  background: #115740;
  border: 2px solid #115740;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.checkout-index-index footer.footer {
  display: none;
}
.checkout-index-index .header.content .block.block-search,
.checkout-index-index .header.content .track-ordermenu,
.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .checkout-index-index main#maincontent .columns .checkout-container {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-index-index main#maincontent .columns .checkout-container .opc-wrapper {
    order: 2;
    width: 100%;
  }
  .checkout-index-index main#maincontent .columns .checkout-container .opc-wrapper .methods-shipping {
    background: transparent;
    margin: 0;
    padding: 10px 0 10px;
    border-bottom: 0;
  }
  .checkout-index-index main#maincontent .columns .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index main#maincontent .columns .opc-sidebar {
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 20px 0 25px;
    width: 100%;
  }
  .checkout-index-index main#maincontent .columns .opc-sidebar .modal-inner-wrap {
    transform: inherit;
    box-shadow: none;
    background: #ffffff;
  }
  .checkout-index-index main#maincontent .columns .opc-sidebar button.action-close {
    display: none;
  }
  .checkout-index-index main#maincontent .columns .opc-sidebar .opc-block-summary .title {
    margin-bottom: 10px;
  }
  .checkout-index-index main#maincontent .columns .opc-sidebar .opc-block-summary .minicart-items-wrapper {
    padding-top: 0;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar {
    width: 100%;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    counter-reset: i;
    display: block;
    font-size: 0;
    margin: 1rem 0 0rem 0;
    position: relative;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item {
    width: 170px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin: 0;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item:before {
    height: 5px;
    top: 19px;
    transition: background 0.3s;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 0 6.25rem 6.25rem 0;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item > span {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    position: relative;
    padding-top: 50px;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item > span:before {
    top: 5px;
    width: 35px;
    height: 35px;
    border: none;
    background: #E6E6E6;
    margin-left: -19px;
    transition: background 0.3s;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item > span:after {
    background: #ffffff;
    border: none;
    width: 26px;
    height: 26px;
    left: 49%;
    top: 9px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    margin-left: -13px;
    content: counter(i);
    counter-increment: i;
    transition: background 0.3s;
    border-radius: 50%;
    position: absolute;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item._active > span:before {
    background: #115740;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item._active > span:after {
    content: '\e610';
    font-family: 'luma-icons';
    width: 26px;
    height: 26px;
    left: 49%;
    top: 9px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    margin-left: -13px;
    transition: background 0.3s;
    border-radius: 50%;
    position: absolute;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item._complete > span:after {
    width: 26px;
    height: 26px;
    left: 49%;
    top: 9px;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item._complete:before {
    background: #115740;
    border-color: #115740;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item._complete > span {
    font-weight: 600;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item._complete > span:before {
    background: #115740;
    border-color: #115740;
  }
  .checkout-index-index main#maincontent .columns .opc-progress-bar .opc-progress-bar-item._complete > span:after {
    border-color: #115740;
  }
}
body.checkout-index-index .modal-popup .modal-inner-wrap {
  max-width: 740px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address {
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 768px) {
  body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address {
    padding: 0;
  }
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.residential"],
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.residential"] {
  display: inline;
  float: left;
  margin-bottom: 10px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.residential"] label.label:first-child,
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.residential"] label.label:first-child {
  display: none;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.lift_gate_required"],
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.lift_gate_required"] {
  display: inline;
  float: left;
  padding-left: 30px;
  margin-bottom: 10px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.lift_gate_required"] label.label:first-child,
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.lift_gate_required"] label.label:first-child {
  display: none;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.inside_delivery_required"],
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.inside_delivery_required"] {
  display: inline;
  float: left;
  padding-left: 30px;
  margin-bottom: 10px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.inside_delivery_required"] label.label:first-child,
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.inside_delivery_required"] label.label:first-child {
  display: none;
}
@media (max-width: 767px) {
  body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.inside_delivery_required"],
  body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.inside_delivery_required"] {
    padding-left: 0;
  }
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.delivery_appointment_required"],
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.delivery_appointment_required"] {
  display: inline;
  float: left;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.delivery_appointment_required"] label.label:first-child,
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address [name="shippingAddress.custom_attributes.delivery_appointment_required"] label.label:first-child {
  display: none;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address .field.choice:last-child {
  clear: both;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset .field-error span {
  color: #e02b27 !important;
  font-size: 12px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset .label span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset input,
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset textarea,
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset select {
  border: 1px solid var(--Gray-4, #bdbdbd);
  background: var(--BG-White, #ffffff);
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset input:focus,
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset textarea:focus,
body.checkout-index-index .modal-popup .modal-inner-wrap .fieldset select:focus {
  box-shadow: none;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action.primary {
  font-weight: 500;
}
@media (max-width: 768px) {
  body.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action.secondary {
    width: 100%;
  }
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 4px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  background: #E5E7EB;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background: #115740;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
@media (max-width: 768px) {
  body.checkout-index-index .modal-popup.modal-slide .modal-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.checkout-index-index .modal-popup.modal-slide .modal-header .action-close {
  right: 25px;
  top: 20px;
}
@media (max-width: 768px) {
  body.checkout-index-index .modal-popup.modal-slide .modal-header .action-close {
    right: 16px;
    top: 16px;
  }
}
body.checkout-index-index .modal-popup.modal-slide .modal-header .action-close:before {
  color: #1C1B1F;
  font-weight: 600;
}
body.checkout-index-index .modal-popup.modal-slide .modal-footer {
  border-top: 1px solid var(--Gray-5, #e0e0e0);
  background: var(--BG-White, #ffffff);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  body.checkout-index-index .modal-popup.modal-slide .modal-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll._show {
    width: 100%;
    left: 0;
    width: 94%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  background: #ffffff;
}
@media (max-width: 768px) {
  body.checkout-index-index .modal-popup .modal-content {
    padding: 0 16px;
  }
}
body.checkout-index-index .shipping-address-modal .modal-popup .modal-header,
body.checkout-index-index .billing-address-modal .modal-popup .modal-header {
  padding-left: 35px;
  padding-right: 35px;
}
body.checkout-index-index .shipping-address-modal .modal-content,
body.checkout-index-index .billing-address-modal .modal-content {
  padding: 0 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content,
  body.checkout-index-index .billing-address-modal .modal-content {
    padding: 16px;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content input,
body.checkout-index-index .billing-address-modal .modal-content input {
  border-radius: 3px;
  background: var(--Gray-6, #f2f2f2);
  border: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  height: 40px;
}
body.checkout-index-index .shipping-address-modal .modal-content input:focus,
body.checkout-index-index .billing-address-modal .modal-content input:focus {
  box-shadow: none;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-select-shipping-addressmultiselect-search-count,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-select-shipping-addressmultiselect-search-count {
  margin-top: 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding: 0 0 8px;
  margin: 20px 0 0;
  border-bottom: 1px solid var(--text-disabled-placeholder, rgba(0, 0, 0, 0.15));
  text-transform: capitalize;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner {
  margin-right: -10px;
  padding-right: 10px;
  border: none;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item {
  background: var(--BG, #f4f5f6);
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .action-menu-item,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .action-menu-item {
  padding: 20px;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .action-menu-item,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .action-menu-item {
    padding: 12px;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .action-menu-item._hover,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .action-menu-item._hover {
  background: var(--BG, #f4f5f6);
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details {
    margin-right: auto;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details [data-bind="text: $data.firstname"],
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details [data-bind="text: $data.firstname"],
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details [data-bind="text: $data.lastname"],
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details [data-bind="text: $data.lastname"] {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner-item .address-details {
    width: 100%;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .default-address,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .default-address {
  vertical-align: middle;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .default-address,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .default-address {
    position: relative;
    order: 3;
    width: 100%;
    margin: 0;
    height: 45px;
    right: 0;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .default-address button.action-primary span,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .default-address button.action-primary span {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected {
  margin-top: auto;
  margin-bottom: auto;
  order: 2;
  justify-content: end;
  display: flex;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected {
    width: 100%;
    margin: 0;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected button,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected button {
  border-radius: 3px;
  background: var(--text-disabled-placeholder, rgba(0, 0, 0, 0.15));
  width: 152px;
  height: 40px;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected button,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected button {
    width: 100%;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected button span,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .address-selected button span {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .edit-address,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .edit-address {
  margin-top: 34px;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .edit-address,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .edit-address {
    text-align: center;
    width: 100%;
    margin-top: 12px;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here,
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address {
  display: flex;
  order: 2;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here,
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address {
    width: 100%;
    margin: 0;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button,
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button {
  border-radius: 3px;
  background: #115740;
  border: none;
  width: 152px;
  height: 40px;
  margin-top: 0;
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button,
  body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button,
  body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button {
    width: 100%;
  }
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button:hover,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button:hover,
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button:hover,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button:hover {
  background: #0f4534;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button span,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .ship-here button span,
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button span,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner ._root .select-address button span {
  color: var(--White, var(--BG-White, #ffffff));
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar {
  width: 4px;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar-track,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar-track {
  background: #e6e6e6;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar-thumb,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar-thumb {
  background: #115740;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar-thumb:hover,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-menu-inner::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
body.checkout-index-index .shipping-address-modal .modal-content .block.block-search,
body.checkout-index-index .billing-address-modal .modal-content .block.block-search {
  display: none;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-search-wrap,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-search-wrap {
  border: none;
  padding-top: 0;
  margin: 5px 0 0;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-search-wrap .admin__action-multiselect-search-label,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-search-wrap .admin__action-multiselect-search-label {
  right: 0;
  width: 37px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
body.checkout-index-index .shipping-address-modal .modal-content .admin__action-multiselect-search-wrap .admin__action-multiselect-search-label:before,
body.checkout-index-index .billing-address-modal .modal-content .admin__action-multiselect-search-wrap .admin__action-multiselect-search-label:before {
  background: #f2f2f2 url(../images/search.svg) no-repeat right;
  width: 37px;
  height: 40px;
  content: '';
}
@media (max-width: 768px) {
  body.checkout-index-index .shipping-address-modal.modal-popup.modal-slide,
  body.checkout-index-index .billing-address-modal.modal-popup.modal-slide {
    width: 94%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
/*success page*/
.checkout-onepage-success main#maincontent {
  max-width: 1440px;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .checkout-onepage-success main#maincontent {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .checkout-onepage-success main#maincontent .columns {
    padding: 0 16px;
  }
}
.checkout-onepage-success main#maincontent h1 {
  margin-bottom: 20px;
}
.checkout-onepage-success main#maincontent p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.checkout-onepage-success main#maincontent p a {
  color: #0E7DFF;
}
.checkout-onepage-success main#maincontent p a strong {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.checkout-onepage-success main#maincontent .sub-content a {
  text-decoration: none;
}
.checkout-onepage-success main#maincontent .sub-content.new {
  width: 713px;
}
@media (max-width: 769px) {
  .checkout-onepage-success main#maincontent .sub-content.new {
    width: 100%;
  }
}
.checkout-onepage-success main#maincontent .sub-content.new a {
  text-decoration: underline;
}
.checkout-onepage-success main#maincontent .actions-toolbar {
  margin-top: 12px;
}
.checkout-onepage-success main#maincontent .actions-toolbar .primary .action.primary {
  border-radius: 3px;
  background: #115740;
  width: 280px;
  height: 52px;
  border: none;
  line-height: 35px;
}
@media (max-width: 768px) {
  .checkout-onepage-success main#maincontent .actions-toolbar .primary .action.primary {
    width: 100%;
  }
}
.checkout-onepage-success main#maincontent .actions-toolbar .primary .action.primary:hover {
  background: #0f4534;
}
.checkout-onepage-success main#maincontent .actions-toolbar .primary .action.primary span {
  color: #eefbf4;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.checkout-onepage-success main#maincontent .page.messages {
  display: none;
}
.switcher.company-select-switcher.company-switcher-header-panel {
  display: none;
}
.product-items .product-item .product-item-info .product-item-details .pro-sku.availqty .instock {
  text-transform: uppercase;
}
@media only screen and (max-width: 360px) {
  .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .block-requisition-list .requisition-list .requisition-list-button span {
    font-size: 12px;
  }
}
li#Magento_NegotiableQuote\:\:all,
li#Magento_Company\:\:credit {
  display: none;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address fieldset.fieldset.address label {
  line-height: 20px;
}
.checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address fieldset.fieldset.address label:after {
  display: none;
}
.checkout-index-index .payment-methods .primary button.action.action-cancel span {
  color: #000000;
}
@media (min-width: 768px) {
  html[lang="es"] .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-address .new-address-popup .action-show-popup {
    width: auto;
  }
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter {
  color: var(--Text-Color, #08070d);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  background: #fff;
  border: 1px solid rgba(8, 7, 13, 0.5);
  height: 44px;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 0;
  min-width: 44px;
  padding: 6px 12px;
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter.-active {
  border: 1px solid #115740;
  color: #115740;
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ECECEC;
  border: 1px solid #ECECEC;
}
@media only screen and (max-width: 767px) {
  #maincontent .ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter {
    padding: 6px 10px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
  #maincontent .ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter.-letter-all {
    padding: 6px 7px;
  }
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-title {
  color: var(--Text-Color, #08070d);
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content {
  gap: 16px;
  margin: 0;
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item {
  margin: 0;
  max-width: 18.5%;
}
@media only screen and (max-width: 1024px) {
  #maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item {
    max-width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  #maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item {
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  #maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item {
    max-width: 100%;
  }
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item a {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item a span {
  background: #F3F3F3;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0;
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item a span.ambrands-count {
  display: none;
}
#maincontent .ambrands-brandlist-widget .ambrands-letters-list .ambrands-content .ambrands-brand-item a span:hover {
  color: #fff;
  background: #115740;
}
#maincontent .ambrands-brandlist-widget .ambrands-search-block .ambrands-input {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background: #ffffff;
  color: #888;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#maincontent .ambrands-brandlist-widget .ambrands-livesearch-block::-webkit-scrollbar {
  width: 3px;
}
#maincontent .ambrands-brandlist-widget .ambrands-livesearch-block::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#maincontent .ambrands-brandlist-widget .ambrands-livesearch-block::-webkit-scrollbar-thumb {
  background: #115740;
}
#maincontent .ambrands-brandlist-widget .ambrands-livesearch-block::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
#maincontent .ambrands-brandlist-widget .ambrands-livesearch-block > .ambrands-item:hover {
  background: #115740;
  color: #fff;
}
#maincontent .ambrands-brandlist-widget .ambrands-filters-block .ambrands-search-wrapper {
  max-width: 300px;
}
#maincontent .ambrands-brandlist-widget .ambrands-filters-block .ambrands-search-wrapper input {
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper .breadcrumbs {
    display: block;
    margin-top: 15px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .desk-hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .desk-hide {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .mob-hide {
    display: none;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent h1 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 38px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail {
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail {
    display: flex;
    flex-wrap: wrap;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .productImg {
  float: left;
  width: 67%;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .productImg {
    float: none;
    width: 100%;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .productImg svg {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .productImg svg {
    width: 100%;
    height: auto;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .productImg .svgController {
  position: absolute;
  right: 11px;
  top: 11px;
  border-radius: 3px;
  background: #f4f5f6;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .productImg .svgController button {
  background: transparent;
  border: none;
  padding: 5px 5px;
  box-shadow: none !important;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .productImg .svgController #btn-restore {
  font-size: 15px;
  padding: 10px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model {
  float: right;
  width: 28%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    padding: 0;
    height: auto;
    order: 3;
    margin-bottom: 35px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model h2 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul {
  padding: 0;
  list-style-type: none;
  max-height: 500px;
  overflow-y: auto;
  margin: 0;
}
@media screen and (min-width: 1340px) and (max-width: 1370px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul {
    max-height: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul {
    max-height: auto;
    margin-bottom: 0;
    display: flex;
  }
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul::-webkit-scrollbar {
    height: 3px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul::-webkit-scrollbar {
  width: 4px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul::-webkit-scrollbar-thumb {
  background: #115740;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li {
  clear: both;
  margin-bottom: 0;
  padding-bottom: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li {
    clear: both;
    margin-bottom: 0;
    padding-bottom: 15px;
    overflow: hidden;
    min-width: 300px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li img {
  float: left;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li img {
    width: 75px;
    height: 75px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li .card-detail {
  padding-left: 110px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li .card-detail {
    padding-left: 80px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li .card-detail p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li .card-detail p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 3px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li .card-detail span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .exploded-detail .related-model ul li .card-detail span {
    font-size: 12px;
    line-height: 19px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .component-parts {
  clear: both;
  margin-top: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .component-parts {
    margin-top: 0;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .virtualProduct .component-parts .bottom-parts {
  margin-top: 25px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts {
  padding: 0 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts {
    padding: 0;
    border: none;
    position: relative;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 38px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts h2 {
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    line-height: 32px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #13242e;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th {
    display: none;
    border: none;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th.col.select span.selectAll {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th.col.select {
    display: inline;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th.clearall {
  color: #D52946;
  cursor: pointer;
  text-decoration: underline;
  width: 55px;
  text-align: right;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th.clearall {
    display: inline;
    width: auto;
    padding-left: 7px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th.col.select {
  width: 60px;
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr th.col.select {
    padding-right: 7px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr td {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tr td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.description {
    padding: 10px 0 5px 20px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.description img {
  float: left;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.description img {
    width: 80px;
    height: 80px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.description .component-detail {
  padding-left: 110px;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.description .component-detail {
    padding-left: 90px;
    width: 60%;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.description p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.description span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table td.col.amount {
  color: #13242e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table .col.id {
    position: absolute;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table th.col.id {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tbody tr {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tbody td.col.amount,
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tbody td.col.qty {
    padding: 5px 0 5px 109px;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table tbody td.col.check {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts table thead tr {
    position: absolute;
    right: 0;
    top: 9px;
    border: none !important;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .add-to-cart-single {
  transition: all 0.3s ease;
  width: 160px;
  height: 42px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .add-to-cart-single {
    width: 100%;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .add-to-cart-single.adding {
  background-color: #115740;
  cursor: not-allowed;
  width: 160px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .add-to-cart-single.added {
  background-color: #115740;
  color: white;
  width: 160px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .quantity-controls .qty-field {
  width: 104px;
  height: 46px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .quantity-controls .qty-field {
    width: 97px;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .quantity-controls .qty-field input {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 51px;
  text-transform: capitalize;
  border: none;
  padding: 0;
  width: 25px;
  padding-top: 12px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .quantity-controls .qty-field input:focus {
  box-shadow: none;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .quantity-controls .qty-field button {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 4px 0 8px;
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .cartBtn {
  text-align: right;
  margin-top: 20px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .cartBtn {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .cartBtn button {
  border-radius: 3px;
  background: #115740;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  font-family: "Roboto", sans-serif;
  width: 152px;
}
@media only screen and (max-width: 768px) {
  .partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .cartBtn button {
    width: 100%;
  }
}
.partsfinder-index-partview .page-wrapper main#maincontent .component-parts .bottom-parts .cartBtn button:hover {
  background: #0f4534;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup {
  padding: 0px 20px 30px;
}
@media only screen and (max-width: 768px) {
  body.partsfinder-index-partview .modals-wrapper .modal-popup {
    left: 0;
    top: 20px;
  }
}
body.partsfinder-index-partview .modals-wrapper .modal-popup .modal-inner-wrap {
  width: 900px;
}
@media only screen and (max-width: 769px) {
  body.partsfinder-index-partview .modals-wrapper .modal-popup .modal-inner-wrap {
    background: #ffffff;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.partsfinder-index-partview .modals-wrapper .modal-popup .modal-header,
  body.partsfinder-index-partview .modals-wrapper .modal-popup .modal-content {
    padding: 14px;
  }
}
body.partsfinder-index-partview .modals-wrapper .modal-popup .modal-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup .quantity-controls .qty-field {
  width: 104px;
  height: 46px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  display: inline-block;
  overflow: hidden;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup .quantity-controls button {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 4px 0 8px;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup .quantity-controls input {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 51px;
  border: none;
  padding: 0;
  width: 25px;
  padding-top: 12px;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup table tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #13242e;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body.partsfinder-index-partview .modals-wrapper .modal-popup table tr th {
    display: none;
  }
}
body.partsfinder-index-partview .modals-wrapper .modal-popup table tr td {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  body.partsfinder-index-partview .modals-wrapper .modal-popup table tr td {
    display: block !important;
  }
}
body.partsfinder-index-partview .modals-wrapper .modal-popup table tr td.col.qty.qty- {
  max-width: 165px;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup table td.description img {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  body.partsfinder-index-partview .modals-wrapper .modal-popup table td.description img {
    height: 80px;
    width: 80px;
  }
}
body.partsfinder-index-partview .modals-wrapper .modal-popup table td.description p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup table td.description span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup table td.col.description {
  max-width: 260px;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup button.action.primary {
  border-radius: 3px;
  background: #115740;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  width: 135px;
}
body.partsfinder-index-partview .modals-wrapper .modal-popup button.action.primary:hover {
  background: #0f4534;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-left {
  float: left;
  width: 40%;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-right {
  width: 58%;
  float: right;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-right h2 {
  color: #13242e;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-right p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-right input {
  width: 104px;
  height: 46px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  display: block;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  margin: 15px 0 20px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-right button.action.primary {
  height: 46px;
  border-radius: 3px;
  background: #115740;
  border: none;
  padding: 7px 70px;
  margin-bottom: 0;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-right button.action.primary:hover {
  background: #0f4534;
}
body.partsfinder-index-partview .modals-wrapper .product-details .details-right button.action.primary span {
  color: #eefbf4;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
body.partsfinder-index-partview .modals-wrapper .product-details .supersede-product {
  border-radius: 3px;
  border: 1px solid var(--Gray-4, #bdbdbd);
  background: #ffffff;
  padding: 8px 10px;
  margin: 16px 0 10px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content {
  border-bottom: 0;
  margin-bottom: 0;
  max-width: 100%;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-title .others {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-title span.substs {
  display: none;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-products {
  margin-top: 12px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-products .product-item {
  margin-bottom: 15px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-products .product-item:last-child {
  margin-bottom: 0;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-products .product-item a {
  display: flex;
  border-radius: 3px;
  background: #f4f5f6;
  padding: 5px 10px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-products .product-item a img {
  height: 44px;
  width: 44px;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-products .product-item a h2 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  line-height: 20px;
  padding: 0 12px;
  margin: auto 0;
}
body.partsfinder-index-partview .modals-wrapper .product-details .custom-attribute-main-content .custom-attribute-products .product-item a p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: auto;
}
body.partsfinder-index-partview .modal-slide .action-close {
  padding: 0;
  background-color: #ffffff !important;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  position: absolute;
  margin: 0;
}
body.partsfinder-index-partview .modal-slide .action-close:before {
  color: #13242e;
  line-height: 19px;
}
@media only screen and (max-width: 768px) {
  body.partsfinder-index-partview .modal-slide .action-close {
    right: 10px;
    top: 17px;
  }
}
body.partsfinder-index-partview .modal-slide .modal-footer {
  display: none;
}
.customer-account-login .page-wrapper,
.customer-account-create .page-wrapper,
.company-account-create .page-wrapper,
.customer-account-forgotpassword .page-wrapper,
.customer-account-createpassword .page-wrapper,
.quickorder-index-index .page-wrapper {
  background: #f4f5f6;
}
.customer-account-login .page-wrapper main#maincontent,
.customer-account-create .page-wrapper main#maincontent,
.company-account-create .page-wrapper main#maincontent,
.customer-account-forgotpassword .page-wrapper main#maincontent,
.customer-account-createpassword .page-wrapper main#maincontent,
.quickorder-index-index .page-wrapper main#maincontent {
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .customer-account-login .page-wrapper main#maincontent,
  .customer-account-create .page-wrapper main#maincontent,
  .company-account-create .page-wrapper main#maincontent,
  .customer-account-forgotpassword .page-wrapper main#maincontent,
  .customer-account-createpassword .page-wrapper main#maincontent,
  .quickorder-index-index .page-wrapper main#maincontent {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.customer-account-login .page-wrapper main#maincontent h1,
.customer-account-create .page-wrapper main#maincontent h1,
.company-account-create .page-wrapper main#maincontent h1,
.customer-account-forgotpassword .page-wrapper main#maincontent h1,
.customer-account-createpassword .page-wrapper main#maincontent h1,
.quickorder-index-index .page-wrapper main#maincontent h1 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent h1,
  .customer-account-create .page-wrapper main#maincontent h1,
  .company-account-create .page-wrapper main#maincontent h1,
  .customer-account-forgotpassword .page-wrapper main#maincontent h1,
  .customer-account-createpassword .page-wrapper main#maincontent h1,
  .quickorder-index-index .page-wrapper main#maincontent h1 {
    margin-top: 20px;
    text-align: center;
  }
}
.customer-account-login .page-wrapper main#maincontent .actions-toolbar .primary button,
.customer-account-create .page-wrapper main#maincontent .actions-toolbar .primary button,
.company-account-create .page-wrapper main#maincontent .actions-toolbar .primary button,
.customer-account-forgotpassword .page-wrapper main#maincontent .actions-toolbar .primary button,
.customer-account-createpassword .page-wrapper main#maincontent .actions-toolbar .primary button,
.quickorder-index-index .page-wrapper main#maincontent .actions-toolbar .primary button,
.customer-account-login .page-wrapper main#maincontent .actions-toolbar .primary a,
.customer-account-create .page-wrapper main#maincontent .actions-toolbar .primary a,
.company-account-create .page-wrapper main#maincontent .actions-toolbar .primary a,
.customer-account-forgotpassword .page-wrapper main#maincontent .actions-toolbar .primary a,
.customer-account-createpassword .page-wrapper main#maincontent .actions-toolbar .primary a,
.quickorder-index-index .page-wrapper main#maincontent .actions-toolbar .primary a {
  border-radius: 3px;
  background: #115740;
  border-color: #115740;
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.customer-account-login .page-wrapper main#maincontent .actions-toolbar .primary button:hover,
.customer-account-create .page-wrapper main#maincontent .actions-toolbar .primary button:hover,
.company-account-create .page-wrapper main#maincontent .actions-toolbar .primary button:hover,
.customer-account-forgotpassword .page-wrapper main#maincontent .actions-toolbar .primary button:hover,
.customer-account-createpassword .page-wrapper main#maincontent .actions-toolbar .primary button:hover,
.quickorder-index-index .page-wrapper main#maincontent .actions-toolbar .primary button:hover,
.customer-account-login .page-wrapper main#maincontent .actions-toolbar .primary a:hover,
.customer-account-create .page-wrapper main#maincontent .actions-toolbar .primary a:hover,
.company-account-create .page-wrapper main#maincontent .actions-toolbar .primary a:hover,
.customer-account-forgotpassword .page-wrapper main#maincontent .actions-toolbar .primary a:hover,
.customer-account-createpassword .page-wrapper main#maincontent .actions-toolbar .primary a:hover,
.quickorder-index-index .page-wrapper main#maincontent .actions-toolbar .primary a:hover {
  background: #0f4534;
  border-color: #0f4534;
}
.customer-account-login .page-wrapper main#maincontent .field > .label,
.customer-account-create .page-wrapper main#maincontent .field > .label,
.company-account-create .page-wrapper main#maincontent .field > .label,
.customer-account-forgotpassword .page-wrapper main#maincontent .field > .label,
.customer-account-createpassword .page-wrapper main#maincontent .field > .label,
.quickorder-index-index .page-wrapper main#maincontent .field > .label,
.customer-account-login .page-wrapper main#maincontent .fields > .label,
.customer-account-create .page-wrapper main#maincontent .fields > .label,
.company-account-create .page-wrapper main#maincontent .fields > .label,
.customer-account-forgotpassword .page-wrapper main#maincontent .fields > .label,
.customer-account-createpassword .page-wrapper main#maincontent .fields > .label,
.quickorder-index-index .page-wrapper main#maincontent .fields > .label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 8px;
  display: inline-block;
}
.customer-account-login .page-wrapper main#maincontent .field.required .label:after,
.customer-account-create .page-wrapper main#maincontent .field.required .label:after,
.company-account-create .page-wrapper main#maincontent .field.required .label:after,
.customer-account-forgotpassword .page-wrapper main#maincontent .field.required .label:after,
.customer-account-createpassword .page-wrapper main#maincontent .field.required .label:after,
.quickorder-index-index .page-wrapper main#maincontent .field.required .label:after,
.customer-account-login .page-wrapper main#maincontent .fields.required .label:after,
.customer-account-create .page-wrapper main#maincontent .fields.required .label:after,
.company-account-create .page-wrapper main#maincontent .fields.required .label:after,
.customer-account-forgotpassword .page-wrapper main#maincontent .fields.required .label:after,
.customer-account-createpassword .page-wrapper main#maincontent .fields.required .label:after,
.quickorder-index-index .page-wrapper main#maincontent .fields.required .label:after,
.customer-account-login .page-wrapper main#maincontent .field._required .label:after,
.customer-account-create .page-wrapper main#maincontent .field._required .label:after,
.company-account-create .page-wrapper main#maincontent .field._required .label:after,
.customer-account-forgotpassword .page-wrapper main#maincontent .field._required .label:after,
.customer-account-createpassword .page-wrapper main#maincontent .field._required .label:after,
.quickorder-index-index .page-wrapper main#maincontent .field._required .label:after,
.customer-account-login .page-wrapper main#maincontent .fields._required .label:after,
.customer-account-create .page-wrapper main#maincontent .fields._required .label:after,
.company-account-create .page-wrapper main#maincontent .fields._required .label:after,
.customer-account-forgotpassword .page-wrapper main#maincontent .fields._required .label:after,
.customer-account-createpassword .page-wrapper main#maincontent .fields._required .label:after,
.quickorder-index-index .page-wrapper main#maincontent .fields._required .label:after {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.customer-account-login .page-wrapper main#maincontent .field,
.customer-account-create .page-wrapper main#maincontent .field,
.company-account-create .page-wrapper main#maincontent .field,
.customer-account-forgotpassword .page-wrapper main#maincontent .field,
.customer-account-createpassword .page-wrapper main#maincontent .field,
.quickorder-index-index .page-wrapper main#maincontent .field {
  margin: 0 0 20px;
}
.customer-account-login .page-wrapper input[type="text"],
.customer-account-create .page-wrapper input[type="text"],
.company-account-create .page-wrapper input[type="text"],
.customer-account-forgotpassword .page-wrapper input[type="text"],
.customer-account-createpassword .page-wrapper input[type="text"],
.quickorder-index-index .page-wrapper input[type="text"],
.customer-account-login .page-wrapper input[type="password"],
.customer-account-create .page-wrapper input[type="password"],
.company-account-create .page-wrapper input[type="password"],
.customer-account-forgotpassword .page-wrapper input[type="password"],
.customer-account-createpassword .page-wrapper input[type="password"],
.quickorder-index-index .page-wrapper input[type="password"],
.customer-account-login .page-wrapper input[type="tel"],
.customer-account-create .page-wrapper input[type="tel"],
.company-account-create .page-wrapper input[type="tel"],
.customer-account-forgotpassword .page-wrapper input[type="tel"],
.customer-account-createpassword .page-wrapper input[type="tel"],
.quickorder-index-index .page-wrapper input[type="tel"],
.customer-account-login .page-wrapper input[type="email"],
.customer-account-create .page-wrapper input[type="email"],
.company-account-create .page-wrapper input[type="email"],
.customer-account-forgotpassword .page-wrapper input[type="email"],
.customer-account-createpassword .page-wrapper input[type="email"],
.quickorder-index-index .page-wrapper input[type="email"],
.customer-account-login .page-wrapper select,
.customer-account-create .page-wrapper select,
.company-account-create .page-wrapper select,
.customer-account-forgotpassword .page-wrapper select,
.customer-account-createpassword .page-wrapper select,
.quickorder-index-index .page-wrapper select {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background-color: #ffffff;
  height: 48px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.customer-account-login .page-wrapper input[type="text"]:focus,
.customer-account-create .page-wrapper input[type="text"]:focus,
.company-account-create .page-wrapper input[type="text"]:focus,
.customer-account-forgotpassword .page-wrapper input[type="text"]:focus,
.customer-account-createpassword .page-wrapper input[type="text"]:focus,
.quickorder-index-index .page-wrapper input[type="text"]:focus,
.customer-account-login .page-wrapper input[type="password"]:focus,
.customer-account-create .page-wrapper input[type="password"]:focus,
.company-account-create .page-wrapper input[type="password"]:focus,
.customer-account-forgotpassword .page-wrapper input[type="password"]:focus,
.customer-account-createpassword .page-wrapper input[type="password"]:focus,
.quickorder-index-index .page-wrapper input[type="password"]:focus,
.customer-account-login .page-wrapper input[type="tel"]:focus,
.customer-account-create .page-wrapper input[type="tel"]:focus,
.company-account-create .page-wrapper input[type="tel"]:focus,
.customer-account-forgotpassword .page-wrapper input[type="tel"]:focus,
.customer-account-createpassword .page-wrapper input[type="tel"]:focus,
.quickorder-index-index .page-wrapper input[type="tel"]:focus,
.customer-account-login .page-wrapper input[type="email"]:focus,
.customer-account-create .page-wrapper input[type="email"]:focus,
.company-account-create .page-wrapper input[type="email"]:focus,
.customer-account-forgotpassword .page-wrapper input[type="email"]:focus,
.customer-account-createpassword .page-wrapper input[type="email"]:focus,
.quickorder-index-index .page-wrapper input[type="email"]:focus,
.customer-account-login .page-wrapper select:focus,
.customer-account-create .page-wrapper select:focus,
.company-account-create .page-wrapper select:focus,
.customer-account-forgotpassword .page-wrapper select:focus,
.customer-account-createpassword .page-wrapper select:focus,
.quickorder-index-index .page-wrapper select:focus {
  box-shadow: none;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login {
  background: #ffffff;
  padding: 32px;
  width: 44%;
  border: 1px solid var(--Separate-Line, #e6e6e6);
}
@media (max-width: 1300px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-customer-login {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-customer-login {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form {
  width: 402px;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login {
  position: relative;
  margin-bottom: 16px;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.choice {
  position: absolute;
  margin-top: -56px;
  right: 0;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.choice input {
  display: none;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.choice input + label {
  height: 20px;
  width: 20px;
  z-index: 9;
  background: url(../images/eye.svg) no-repeat 0 0 transparent;
  right: -44px;
  content: '';
  position: absolute;
  background-size: contain;
  margin-top: 0;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.choice input + label {
    right: 0;
  }
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.choice input + label span {
  display: none;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.choice input:checked + label {
  background: url(../images/eyecross.svg) no-repeat 0 0 transparent;
  background-size: contain;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.email,
  .customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .field.password {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form {
    width: 100%;
  }
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .actions-toolbar .primary {
  order: 2;
  margin-left: auto;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .actions-toolbar .primary button {
  width: 136px;
  height: 46px;
  margin-right: 0;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .actions-toolbar .secondary a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .actions-toolbar .secondary a {
    line-height: 43px;
  }
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .fieldset > .field input {
  width: 100%;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .fieldset > .field .control {
  width: 100%;
}
.customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .fieldset:after {
  display: none;
}
.customer-account-login .page-wrapper main#maincontent .block.block-new-customer {
  background: #ffffff;
  padding: 32px;
  width: 44%;
  padding-bottom: 0;
  margin: 0;
  border: 1px solid var(--Separate-Line, #e6e6e6);
}
@media (max-width: 1300px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-new-customer {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-new-customer {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.customer-account-login .page-wrapper main#maincontent .block.block-new-customer .block-title {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.customer-account-login .page-wrapper main#maincontent .block.block-new-company {
  background: #ffffff;
  padding: 32px;
  width: 44%;
  border: 1px solid var(--Separate-Line, #e6e6e6);
  border-top: 0;
}
@media (max-width: 1300px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-new-company {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block.block-new-company {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.customer-account-login .page-wrapper main#maincontent .block.block-new-company .block-title {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.customer-account-login .page-wrapper main#maincontent .block .block-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border: none;
  margin-bottom: 15px !important;
  padding-bottom: 12px !important;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block .block-title {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 0px;
  }
}
.customer-account-login .page-wrapper main#maincontent .block .block-title strong {
  font-weight: 600;
}
.customer-account-login .page-wrapper main#maincontent .block .block-content .field.note {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 768px) {
  .customer-account-login .page-wrapper main#maincontent .block .block-content .field.note {
    font-size: 14px;
    line-height: 24px;
  }
}
.customer-account-login .page-wrapper main#maincontent .block .block-content p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.customer-account-login .page-wrapper main#maincontent .block .block-content .actions-toolbar .primary a {
  width: 259px;
  height: 46px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .customer-account-login .page-wrapper main#maincontent .login-container {
    background: #ffffff;
    padding: 0 16px 20px;
  }
}
.customer-account-login .page-wrapper main#maincontent .login-container .block-new-customer .actions-toolbar {
  margin-bottom: 30px;
}
.company-account-create .page-wrapper main#maincontent .page-title-wrapper {
  text-align: center;
}
.company-account-create .page-wrapper main#maincontent .column.main {
  width: 55%;
  margin: auto;
  background: #ffffff;
  padding: 35px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .company-account-create .page-wrapper main#maincontent .column.main {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .company-account-create .page-wrapper main#maincontent .column.main {
    padding: 16px;
    width: 100%;
  }
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account {
  width: 100%;
  min-width: 100%;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset > .legend,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset > .legend {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-color: rgba(0, 0, 0, 0.5);
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset > .legend span,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset > .legend span {
  font-weight: 600;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset {
  margin-bottom: 25px;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset .legend.accordion-header,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset .legend.accordion-header {
  position: relative;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset .legend.accordion-header:after,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset .legend.accordion-header:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/small-arrow-down.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset .legend.accordion-header:hover,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset .legend.accordion-header:hover {
  cursor: pointer;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset .legend.accordion-header.active-label:after,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset .legend.accordion-header.active-label:after {
  transform: rotate(180deg);
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset#comp-details,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset#comp-details {
  margin-bottom: 10px;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset .field._required > .label:after,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset .field._required > .label:after {
  content: '*';
  margin: 0 0 0 3px;
}
.company-account-create .page-wrapper main#maincontent .column.main .form-create-account .fieldset .field.required > .label:after,
.company-account-create .page-wrapper main#maincontent .column.main .form.create.account .fieldset .field.required > .label:after {
  content: '*';
  margin: 0 0 0 3px;
}
.company-account-create .page-wrapper main#maincontent .column.main .passwordsfields .control {
  position: relative;
}
.company-account-create .page-wrapper main#maincontent .column.main .passwordsfields .control label {
  position: absolute;
  z-index: 999;
  right: 8px;
  top: 13px;
}
.company-account-create .page-wrapper main#maincontent .tax-main-content .field.reseller-id .control {
  display: inline;
}
.company-account-create .page-wrapper main#maincontent .tax-main-content div#tax-file label.label {
  padding: 8px 0 8px;
  display: block;
}
.customer-account-forgotpassword .page-wrapper main#maincontent,
.customer-account-createpassword .page-wrapper main#maincontent,
.customer-account-logoutsuccess .page-wrapper main#maincontent {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword .page-wrapper main#maincontent,
  .customer-account-createpassword .page-wrapper main#maincontent,
  .customer-account-logoutsuccess .page-wrapper main#maincontent {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
}
.customer-account-forgotpassword .page-wrapper main#maincontent .form.password.forget,
.customer-account-createpassword .page-wrapper main#maincontent .form.password.forget,
.customer-account-logoutsuccess .page-wrapper main#maincontent .form.password.forget,
.customer-account-forgotpassword .page-wrapper main#maincontent .form.password.reset,
.customer-account-createpassword .page-wrapper main#maincontent .form.password.reset,
.customer-account-logoutsuccess .page-wrapper main#maincontent .form.password.reset {
  background: #ffffff;
  padding: 32px;
  border: 1px solid var(--Separate-Line, #e6e6e6);
}
@media (max-width: 768px) {
  .customer-account-forgotpassword .page-wrapper main#maincontent .form.password.forget,
  .customer-account-createpassword .page-wrapper main#maincontent .form.password.forget,
  .customer-account-logoutsuccess .page-wrapper main#maincontent .form.password.forget,
  .customer-account-forgotpassword .page-wrapper main#maincontent .form.password.reset,
  .customer-account-createpassword .page-wrapper main#maincontent .form.password.reset,
  .customer-account-logoutsuccess .page-wrapper main#maincontent .form.password.reset {
    padding: 20px;
  }
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box {
  background: #ffffff;
  padding: 24px;
  width: 45%;
  min-height: 382px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1375px) {
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box {
    min-height: 406px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box {
    width: 43%;
  }
}
@media (max-width: 768px) {
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box {
    width: 90%;
    padding: 17px;
    min-height: auto;
  }
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box .fieldset > .field > .label,
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box .fieldset > .fields > .field > .label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 639px) {
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box .fieldset > .field > .label,
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box .fieldset > .fields > .field > .label {
    display: block;
  }
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items {
  position: relative;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .field .control input {
  border-radius: 3px;
  border: 1px solid var(--text-secondary, rgba(0, 0, 0, 0.45));
  height: 46px;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .field label.label {
  margin-bottom: 0;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .actions-toolbar {
  position: absolute;
  bottom: 0;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .field.qty input {
  width: 104px;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .field.qty input:focus {
  box-shadow: none;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .actions-toolbar {
  position: relative;
  height: 60px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .actions-toolbar {
    float: none;
  }
}
@media (max-width: 639px) {
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .actions-toolbar {
    height: 60px;
    vertical-align: top;
  }
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .actions-toolbar .secondary .action.remove:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/Trash.svg) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  left: 0;
}
@media (max-width: 639px) {
  .quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .actions-toolbar .secondary .action.remove:before {
    bottom: 0;
  }
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .product-block .product-info .product-name a {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .product-block .product-info .product-name .price {
  font-weight: 600;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items .deletable-item .product-block:not(:empty) {
  background: #f4f5f6;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-items fieldset {
  margin-bottom: 50px;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .fields.additional .field.sku {
  padding: 0;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .fields.additional .field.sku .control textarea {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  width: 100%;
  height: 112px;
  padding: 13px 12px 0 12px;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .fields.additional .field.sku .control textarea:focus {
  box-shadow: none;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .fields.additional .field.sku .note p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 6px;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .actions-toolbar .secondary button {
  border-radius: 3px;
  background: #E6E6E6;
  width: 152px;
  height: 40px;
  border: none;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .actions-toolbar .secondary button span {
  color: var(--Text---Title, var(--text-title, rgba(0, 0, 0, 0.85)));
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .actions-toolbar .secondary button[disabled] span {
  color: var(--text-disabled-placeholder, rgba(0, 0, 0, 0.15));
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .field.upload .control .note p {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .field.upload .control .note p a {
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.85);
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .field.upload .control .upload-container .file-upload {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background: transparent;
  width: 152px;
  height: 40px;
  padding: 11px 16px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.quickorder-index-index .page-wrapper main#maincontent .block-content form .box.box-upload .field.upload .control .upload-container .action-upload {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body .block-authentication .block-title strong {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
body .block-authentication .block-content p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  body .block-authentication .block-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
body .block-authentication .actions-toolbar > .primary .action {
  background: #115740;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
body .block-authentication .actions-toolbar > .primary .action:hover {
  background: #0f4534;
}
body .block-authentication .actions-toolbar > .primary .action span {
  color: #ffffff;
  font-weight: 500;
}
.cms-pre-assembled-pump-panel .page-wrapper,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper,
.cms-pre-assembled-rack .page-wrapper {
  background: #f4f5f6;
}
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent,
.cms-pre-assembled-rack .page-wrapper main#maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cms-pre-assembled-pump-panel .page-wrapper main#maincontent,
  .cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent,
  .cms-pre-assembled-rack .page-wrapper main#maincontent {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent .page-title-wrapper,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent .page-title-wrapper,
.cms-pre-assembled-rack .page-wrapper main#maincontent .page-title-wrapper {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-pre-assembled-pump-panel .page-wrapper main#maincontent h1,
  .cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent h1,
  .cms-pre-assembled-rack .page-wrapper main#maincontent h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent .rendered-form .amform-form-fieldset table tr td,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent .rendered-form .amform-form-fieldset table tr td,
.cms-pre-assembled-rack .page-wrapper main#maincontent .rendered-form .amform-form-fieldset table tr td {
  vertical-align: middle;
  text-align: center;
}
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent .rendered-form .fieldset .fields .fb-checkbox.form-group.amform-layout-two,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent .rendered-form .fieldset .fields .fb-checkbox.form-group.amform-layout-two,
.cms-pre-assembled-rack .page-wrapper main#maincontent .rendered-form .fieldset .fields .fb-checkbox.form-group.amform-layout-two {
  max-width: 200px;
}
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent .rendered-form .fieldset .fields .fb-select.form-group.amform-layout-two select,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent .rendered-form .fieldset .fields .fb-select.form-group.amform-layout-two select,
.cms-pre-assembled-rack .page-wrapper main#maincontent .rendered-form .fieldset .fields .fb-select.form-group.amform-layout-two select {
  max-width: 100px;
}
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent .rendered-form .fieldset .field.fb-checkbox.form-group label.fb-checkbox-group-label.label,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent .rendered-form .fieldset .field.fb-checkbox.form-group label.fb-checkbox-group-label.label,
.cms-pre-assembled-rack .page-wrapper main#maincontent .rendered-form .fieldset .field.fb-checkbox.form-group label.fb-checkbox-group-label.label,
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent .rendered-form .fieldset .form-group.amform-layout-one label.fb-textarea-label.label,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent .rendered-form .fieldset .form-group.amform-layout-one label.fb-textarea-label.label,
.cms-pre-assembled-rack .page-wrapper main#maincontent .rendered-form .fieldset .form-group.amform-layout-one label.fb-textarea-label.label {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}
.cms-pre-assembled-pump-panel .page-wrapper main#maincontent .rendered-form .fieldset h3,
.cms-pre-assembled-cart-request-for-quote-form .page-wrapper main#maincontent .rendered-form .fieldset h3,
.cms-pre-assembled-rack .page-wrapper main#maincontent .rendered-form .fieldset h3 {
  font-size: 20px;
  line-height: 35px;
}
.amform-form {
  background: #ffffff;
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  .amform-form {
    max-width: 100%;
    padding: 16px;
  }
}
.amform-form .fieldset > .field > .label,
.amform-form .fieldset > .fields > .field > .label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 3px;
}
.amform-form .form-control {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background-color: #ffffff;
  height: 48px;
  color: #888;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.amform-form .form-control:focus {
  box-shadow: none;
}
.amform-form h3 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border: none;
}
.amform-form .checkbox-group input[type=checkbox],
.amform-form .checkbox-group label {
  margin-bottom: 8px;
}
.amform-form .checkbox-group label {
  padding-left: 3px;
}
.amform-form .amcform-toolbar {
  margin-top: 15px;
}
.amform-form .action.primary.amcform-submit {
  border-radius: 3px;
  background: #115740;
  border-color: #115740;
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.amform-form .action.primary.amcform-submit:hover {
  background: #0f4534;
  border-color: #0f4534;
}
.amform-form textarea.form-control {
  height: 100px;
}
.amform-form .amform-form-fieldset table {
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type*=date],
input[type=email] {
  text-transform: none !important;
}
.contact-index-index .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .contact-index-index .page-wrapper #maincontent .column.main {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-index-index .page-wrapper #maincontent {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
}
.contact-index-index .page-wrapper #maincontent .page-title-wrapper {
  display: none;
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details {
  border: 1px solid var(--Separate-Line, #e6e6e6);
  background: #ffffff;
  padding: 48px 112px;
}
@media only screen and (max-width: 1024px) {
  .contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details {
    border-bottom: 0;
  }
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details h2 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details p {
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0 15px;
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details a.pagebuilder-button-primary {
  margin-top: 15px;
  padding: 7px 15px;
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column.contact-details a.pagebuilder-button-primary span {
  text-transform: initial;
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column:last-child {
  border: 1px solid var(--Separate-Line, #e6e6e6);
  background: #f4f5f6;
  border-left: 0;
  padding: 24px 112px;
}
@media only screen and (max-width: 1024px) {
  .contact-index-index .page-wrapper #maincontent .pagebuilder-column:last-child {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-index-index .page-wrapper #maincontent .pagebuilder-column:last-child {
    border-left: 1px solid var(--Separate-Line, #e6e6e6);
  }
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column .amform-form {
  background: #f4f5f6;
  padding: 0;
  margin: 0;
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column .amform-form .action.primary.amcform-submit {
  width: 200px;
}
.contact-index-index .page-wrapper #maincontent .pagebuilder-column .amform-form .fieldset:last-child {
  margin: 0;
}
.contact-index-index .page-wrapper #maincontent .breadcrumbs {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .contact-index-index .page-wrapper #maincontent .breadcrumbs {
    display: block;
  }
}
.cms-no-route .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cms-no-route .page-wrapper #maincontent {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
  }
}
.cms-no-route .page-wrapper #maincontent .sidebar.sidebar-additional {
  display: none;
}
.cms-no-route .page-wrapper #maincontent figure {
  margin-top: 85px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .cms-no-route .page-wrapper #maincontent figure {
    margin-top: 30px;
    padding: 35px;
    margin-bottom: 20px;
  }
}
.cms-no-route .page-wrapper #maincontent p {
  color: #115740;
  font-size: 16.75px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.cms-no-route .page-wrapper #maincontent a.pagebuilder-button-primary {
  min-width: 250px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .cms-no-route .page-wrapper #maincontent a.pagebuilder-button-primary {
    width: 100%;
  }
}
.cms-no-route .page-wrapper #maincontent [data-content-type='row'] {
  padding: 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .cms-no-route .page-wrapper #maincontent [data-content-type='button-item'] {
    display: block !important;
  }
}
.savecart-index-index .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .savecart-index-index .page-wrapper #maincontent {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.savecart-index-index .page-wrapper #maincontent .page-title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .savecart-index-index .page-wrapper #maincontent .page-title h3 {
    margin-top: 30px;
  }
}
.savecart-index-index .page-wrapper #maincontent .savecart-sub-title h4 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form {
  max-width: 600px;
}
@media only screen and (max-width: 1023px) {
  .savecart-index-index .page-wrapper #maincontent #save-cart-form {
    max-width: 100%;
  }
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 5px;
  display: block;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form input,
.savecart-index-index .page-wrapper #maincontent #save-cart-form textarea {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background: #ffffff;
  height: 48px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form textarea {
  height: auto;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form .save-cart-btn {
  margin: 15px 0 15px;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form .save-cart-btn button {
  color: #eefbf4;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #115740;
  border-color: #115740;
  color: #ffffff;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form .save-cart-btn button:hover {
  background: #0f4534;
  border-color: #0f4534;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form .return-shopcart a {
  color: var(--System-colors-Info, #d52946);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}
.savecart-index-index .page-wrapper #maincontent #save-cart-form .return-shopcart a:hover {
  text-decoration: none;
}
.rendered-form .fieldset .fields .fb-checkbox.form-group.amform-layout-two {
  line-height: 90px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .rendered-form .fieldset .fields .fb-checkbox.form-group.amform-layout-two {
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .rendered-form .fieldset .fields .form-group.amform-layout-two {
    max-width: 100%;
    line-height: 50px;
  }
  .rendered-form .fieldset .control [type="wysiwyg"] {
    overflow-x: auto;
  }
}
.cms-page-view .page-wrapper main#maincontent .rendered-form .fieldset .fields .fb-checkbox.form-group.field-checkbox-maxwidth.amform-layout-two {
  max-width: 300px;
}
#maincontent .column.main .choose-types {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
#maincontent .column.main .choose-types .title-txt {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 11px;
}
#maincontent .column.main .choose-types label {
  position: relative;
  top: -3px;
}
#maincontent .column.main .choose-types input[type=radio] {
  width: 18px;
  height: 18px;
  border-radius: 60%;
  outline: none;
  display: inline !important;
  margin: 0;
}
#maincontent .column.main .choose-types input[type=radio]:checked:before {
  background: #000000D9;
}
#maincontent .column.main .choose-types input[type=radio]:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 18% auto;
  border-radius: 50%;
}
#maincontent .column.main .choose-types input#customer {
  margin-left: 20px;
}
#maincontent .column.main .form-create-account .tax-main-content {
  margin-bottom: 12px;
}
#maincontent .column.main .form-create-account .tax-main-content input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
#maincontent .column.main .form-create-account .tax-main-content label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
#maincontent .column.main .form-create-account .field.choice {
  margin-bottom: 0;
}
#maincontent .column.main .form-create-account .field.choice input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
#maincontent .column.main .form-create-account .actions-toolbar .action.save {
  padding: 13px 45px;
}
#maincontent .column.main .form-create-account .field-recaptcha {
  margin-top: 20px;
}
#maincontent .column.main .form-create-account .field-tooltip .field-tooltip-action:before {
  overflow: visible;
}
#maincontent .column.main .form-create-account .field-tooltip .field-tooltip-content {
  border: 1px solid #000;
}
#maincontent .column.main .form-create-account .field-tooltip .field-tooltip-content:before {
  border-right-color: #000;
}
.category-image-library.page-products .page-wrapper #maincontent .column.main,
.category-videos.page-products .page-wrapper #maincontent .column.main,
.category-catalogs.page-products .page-wrapper #maincontent .column.main {
  min-height: auto;
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide.guestpopup {
    left: 0;
    margin: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .modal-popup.modal-slide.guestpopup .modal-inner-wrap {
    width: 680px;
    top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide.guestpopup .modal-inner-wrap {
    min-height: auto !important;
    top: 130px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide.guestpopup .modal-inner-wrap .modal-content {
    padding: 16px;
  }
}
.guest-popup h3,
.guest-popup h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .guest-popup h3,
  .guest-popup h2 {
    font-size: 20px;
    line-height: normal;
  }
}
.guest-popup h3 a,
.guest-popup h2 a {
  color: rgba(0, 0, 0, 0.85);
}
.guest-popup h3 a:hover,
.guest-popup h2 a:hover {
  text-decoration: underline;
}
.guest-popup p {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .guest-popup p {
    font-size: 14px;
    line-height: 18px;
  }
}
.guest-popup p a:hover {
  text-decoration: underline;
}
.guest-popup ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.guest-popup ul li {
  position: relative;
  font-weight: 400;
  padding-left: 28px;
}
.guest-popup ul li:before {
  content: '';
  height: 20px;
  width: 20px;
  background: url(../images/handpoint.png) no-repeat;
  left: 0;
  position: absolute;
  background-size: contain;
}
.guest-popup ul li a:hover {
  text-decoration: underline;
}
html[lang="es"] .customer-account-login .page-wrapper main#maincontent .block.block-customer-login .block-content form#login-form .actions-toolbar .primary button {
  width: 142px;
}
@media only screen and (min-width: 769px) {
  .cms-page-view .page-wrapper .sections.nav-sections {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper .breadcrumbs {
    display: block;
    margin-top: 15px;
  }
}
.cms-page-view .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cms-page-view .page-wrapper #maincontent [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.cms-page-view .page-wrapper #maincontent p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0 10px;
  text-transform: none;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent p {
    font-size: 14px;
    line-height: 20px;
  }
}
.cms-page-view .page-wrapper #maincontent h1,
.cms-page-view .page-wrapper #maincontent h2,
.cms-page-view .page-wrapper #maincontent h3,
.cms-page-view .page-wrapper #maincontent h4,
.cms-page-view .page-wrapper #maincontent h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 15px 0 6px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent h1,
  .cms-page-view .page-wrapper #maincontent h2,
  .cms-page-view .page-wrapper #maincontent h3,
  .cms-page-view .page-wrapper #maincontent h4,
  .cms-page-view .page-wrapper #maincontent h5 {
    margin: 10px 0 6px;
  }
}
.cms-page-view .page-wrapper #maincontent h1 {
  font-size: 32px;
  line-height: 50px;
  margin: 15px 0 10px;
}
.cms-page-view .page-wrapper #maincontent h2 {
  font-size: 32px;
  line-height: 50px;
}
.cms-page-view .page-wrapper #maincontent h3 {
  font-size: 24px;
  line-height: 38px;
}
.cms-page-view .page-wrapper #maincontent h4 {
  font-size: 20px;
  line-height: 32px;
}
.cms-page-view .page-wrapper #maincontent h5 {
  font-size: 18px;
  line-height: 24px;
}
.cms-page-view .page-wrapper #maincontent .cms-grid {
  margin: 15px 0 15px;
}
.cms-page-view .page-wrapper #maincontent .cms-grid .pagebuilder-column {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-grid .pagebuilder-column {
    flex-basis: 50%;
    padding: 10px;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-grid .pagebuilder-column p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.cms-page-view .page-wrapper #maincontent ul {
  margin-top: 10px;
}
.cms-page-view .page-wrapper #maincontent ul li {
  font-size: 16px;
  font-weight: 400;
}
.cms-page-view .page-wrapper #maincontent a.pagebuilder-button-primary {
  min-width: 200px;
  height: 46px;
  padding: 10px;
  margin: 10px 0 0;
}
.cms-page-view .page-wrapper #maincontent a.pagebuilder-button-primary span {
  font-size: 14px;
  font-weight: 400;
}
.cms-page-view .page-wrapper #maincontent .cms-banner .pagebuilder-column-group .pagebuilder-column:first-child {
  padding: 60px 45px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-banner .pagebuilder-column-group .pagebuilder-column:first-child {
    padding: 20px;
    order: 2;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-banner .pagebuilder-column-group .pagebuilder-column:first-child h1 {
  margin: 0 0 10px;
  font-size: 48px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-banner .pagebuilder-column-group .pagebuilder-column:first-child h1 {
    font-size: 28px;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-banner .pagebuilder-column-group .pagebuilder-column:first-child p {
  max-width: 430px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-banner .pagebuilder-column-group .pagebuilder-column:first-child p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-banner .pagebuilder-column-group .pagebuilder-column:nth-child(2) {
    min-height: 200px;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-blockone {
  margin: 20px 0;
}
.cms-page-view .page-wrapper #maincontent .cms-blockone .pagebuilder-column-group {
  text-align: center;
}
.cms-page-view .page-wrapper #maincontent .cms-blockone .pagebuilder-column-group div[data-content-type='text'] {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-blockone .pagebuilder-column-group div[data-content-type='text'] {
    width: 100%;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-blockone .pagebuilder-column-group p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-blockone .pagebuilder-column-group p {
    text-align: justify;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-coldivide {
  text-align: center;
}
.cms-page-view .page-wrapper #maincontent .cms-coldivide div[data-content-type='text'] {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-coldivide div[data-content-type='text'] {
    width: 100%;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-coldivide .pagebuilder-column-group {
  padding-top: 30px;
}
.cms-page-view .page-wrapper #maincontent .cms-coldivide .pagebuilder-column-group .pagebuilder-column-line {
  gap: 50px;
}
.cms-page-view .page-wrapper #maincontent .cms-coldivide .pagebuilder-column-group .pagebuilder-column-line h4 {
  margin-top: 6px;
}
.cms-page-view .page-wrapper #maincontent .cms-coldivide p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-coldivide p {
    text-align: justify;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-bg {
  padding: 115px 0;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-bg {
    background-position: center center;
    padding: 70px 15px;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-bg h3,
.cms-page-view .page-wrapper #maincontent .cms-bg p {
  color: #FFF;
  width: 55%;
  margin: auto;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-bg h3,
  .cms-page-view .page-wrapper #maincontent .cms-bg p {
    width: 100%;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-bg p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-bg p {
    text-align: justify;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-slider {
  margin: 25px 0;
}
.cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper {
  max-width: 85%;
  margin: auto;
}
.cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper [data-element='content'] div {
  float: left;
  width: 37%;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper [data-element='content'] div {
    float: none;
    width: 100%;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper .pagebuilder-poster-overlay {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper .pagebuilder-poster-overlay {
    padding: 30px 0px;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper .pagebuilder-poster-overlay .pagebuilder-poster-content a {
  padding: 13.5px 74px;
  margin: 10px 0 0;
  border-radius: 3px;
  background: #115740;
  border-color: #115740;
  color: #ffffff;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper .pagebuilder-poster-overlay .pagebuilder-poster-content a:hover {
  background: #0f4534;
  border-color: #0f4534;
}
.cms-page-view .page-wrapper #maincontent .cms-slider .slick-slider .slick-arrow.slick-prev {
  background: url(../images/cmsleft-arrow.svg) no-repeat 0 0;
  left: 40px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-slider .slick-slider .slick-arrow.slick-prev {
    left: -10px;
    height: 30px;
    width: 30px;
    background-size: contain;
    display: none;
  }
}
.cms-page-view .page-wrapper #maincontent .cms-slider .slick-slider .slick-arrow.slick-next {
  background: url(../images/cmsright-arrow.svg) no-repeat 0 0;
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-slider .slick-slider .slick-arrow.slick-next {
    right: -10px;
    height: 30px;
    width: 30px;
    background-size: contain;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .cms-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
.cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column.contact-details {
  border: 1px solid var(--Separate-Line, #e6e6e6);
  background: var(--BG-White, #ffffff);
  padding: 48px 32px;
}
@media only screen and (max-width: 1024px) {
  .cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column.contact-details {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column.contact-details {
    border-bottom: 0;
  }
}
.cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column.contact-details p {
  font-weight: 400;
  margin: 0 0 25px;
  color: #13242e;
}
.cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column:last-child {
  border: 1px solid var(--Separate-Line, #e6e6e6);
  background: #f4f5f6;
  border-left: 0;
  padding: 50px 112px;
}
@media only screen and (max-width: 1024px) {
  .cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column:last-child {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column:last-child {
    border-left: 1px solid var(--Separate-Line, #e6e6e6);
  }
}
.cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column .amform-form {
  background: #f4f5f6;
  padding: 0;
  margin: 0;
}
.cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column .amform-form .action.primary.amcform-submit {
  width: 200px;
}
.cms-page-view .page-wrapper #maincontent .request-form .pagebuilder-column .amform-form .fieldset:last-child {
  margin: 0;
}
.cms-page-view .page-wrapper #maincontent .faq-accordian {
  margin: auto;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .faq-accordian {
    width: 100%;
  }
}
.cms-page-view .page-wrapper #maincontent .faq-accordian h4 {
  background: #115740;
  padding: 7.5px 15px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.cms-page-view .page-wrapper #maincontent .faq-accordian h4:hover {
  background: #0f4534;
  cursor: pointer;
}
.cms-page-view .page-wrapper #maincontent .faq-accordian h4:after {
  content: '';
  width: 35px;
  height: 35px;
  background: url(../images/faq-arrow.svg) no-repeat 0 0;
  background-size: 35px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.cms-page-view .page-wrapper #maincontent .faq-accordian h4.active:after {
  transform: rotate(180deg);
}
.cms-page-view .page-wrapper #maincontent .faq-accordian .faq-form {
  max-width: 700px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-wrapper #maincontent .faq-accordian .faq-form {
    max-width: 100%;
  }
}
.cms-page-view .page-wrapper #maincontent .faq-accordian .faq-form .amform-form {
  border: 1px solid #ccc;
}
.cms-page-view .page-wrapper #maincontent .faq-accordian .faq-form p {
  display: block !important;
}
.cms-page-view .page-wrapper #maincontent .faq-accordian a {
  color: #000;
  text-decoration: underline;
}
.cms-page-view .page-wrapper #maincontent .faq-accordian a:hover {
  text-decoration: none;
}
.cms-page-view .page-wrapper #maincontent .categories-cms .pagebuilder-column-group .pagebuilder-column p {
  text-align: center;
  margin-bottom: 0;
}
.cms-terms-conditions .page-wrapper,
.cms-privacy .page-wrapper {
  background: #f4f5f6;
}
.cms-terms-conditions .page-wrapper main#maincontent h1,
.cms-privacy .page-wrapper main#maincontent h1,
.cms-terms-conditions .page-wrapper main#maincontent p,
.cms-privacy .page-wrapper main#maincontent p {
  color: #13242e;
}
.seositemap-index-index main#maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .seositemap-index-index main#maincontent {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .seositemap-index-index main#maincontent h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.seositemap-index-index main#maincontent .mst-seo-sitemap__map .search-bar input {
  margin: 0;
  border: 1px solid #8c8c8c;
  padding: 10px;
  height: auto;
  border-radius: 3px;
  max-width: 300px;
}
@media only screen and (max-width: 639px) {
  .seositemap-index-index main#maincontent .mst-seo-sitemap__map .search-bar input {
    max-width: 100%;
  }
}
.seositemap-index-index main#maincontent .mst-seo-sitemap__map h3 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.seositemap-index-index main#maincontent .mst-seo-sitemap__map .provider ul {
  margin: 24px 0 10px;
  column-count: 3;
}
@media only screen and (max-width: 1024px) {
  .seositemap-index-index main#maincontent .mst-seo-sitemap__map .provider ul {
    column-count: 2;
  }
}
@media only screen and (max-width: 639px) {
  .seositemap-index-index main#maincontent .mst-seo-sitemap__map .provider ul {
    column-count: 1;
  }
}
.seositemap-index-index main#maincontent .mst-seo-sitemap__map .provider ul li a {
  color: rgba(0, 0, 0, 0.85);
}
.videos_block[data-content-type=row][data-appearance=full-width] .row-full-width-inner {
  max-width: 1440px;
  width: 100%;
}
.videos_block .pagebuilder-column-group .pagebuilder-column-line {
  gap: 20px;
}
.videos_block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  margin-bottom: 20px;
}
.videos_block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding-top: 10px;
}
.videos_block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column p a {
  color: #000;
}
.video-detail[data-content-type=row][data-appearance=full-width] .row-full-width-inner {
  max-width: 1440px;
  width: 100%;
}
.page-wrapper .video-detail .pagebuilder-column-group .pagebuilder-column-line {
  gap: 30px;
}
.page-wrapper .video-detail .pagebuilder-column-group .pagebuilder-column-line div[data-content-type=text] {
  padding-top: 30px;
}
.page-wrapper .video-detail .products-listwidget {
  background: #ffffff;
  padding: 16px;
  max-height: 547px;
}
.page-wrapper .video-detail .products-listwidget h2 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 38px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.page-wrapper .video-detail .products-listwidget .block-products-list {
  margin-bottom: 0;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .products-grid {
  background: #ffffff;
  max-height: 450px;
  overflow: auto;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .products-grid .widget-product-grid.product-items .product-item {
  display: block;
  width: auto !important;
  clear: both;
  border: none;
  margin: 0;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .products-grid::-webkit-scrollbar {
  width: 4px;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .products-grid::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .products-grid::-webkit-scrollbar-thumb {
  background: #115740;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .products-grid::-webkit-scrollbar-thumb:hover {
  background: #0f4534;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .product-item .product-item-info .product-item-details .product-item-inner {
  display: none !important;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .product-item .product-item-info .product-image-container {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .product-item .product-item-info .product-image-container .amquickview-hover {
  display: none !important;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .product-item .product-item-info .product-item-details .price-box {
  display: none;
}
.page-wrapper .video-detail .products-listwidget .block-products-list .product-item .product-item-info:hover {
  margin: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.page-layout-empty.page-products .page-wrapper #maincontent {
  display: none;
}
@media only screen and (max-width: 768px) {
  .video-detail .products-listwidget {
    background: #f4f5f6;
  }
  .video-detail .products-listwidget .block-products-list .products-grid::-webkit-scrollbar {
    height: 3px;
  }
  .video-detail .products-listwidget .block-products-list .products-grid {
    background: #f4f5f6;
  }
  .video-detail .products-listwidget .block-products-list .products-grid .product-items {
    height: auto;
    margin-bottom: 0;
    display: flex;
  }
  .video-detail .products-listwidget .block-products-list .products-grid .widget-product-grid.product-items .product-item {
    clear: both;
    margin-bottom: 0;
    padding-bottom: 15px;
    overflow: hidden;
    min-width: 300px;
    background: #f4f5f6;
  }
}
.catalog-cms ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .catalog-cms ul {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-cms ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.categories-cms {
  margin-top: 20px;
}
.categories-cms .pagebuilder-column-group .pagebuilder-column-line {
  gap: 40px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .categories-cms .pagebuilder-column-group .pagebuilder-column-line {
    gap: 10px;
    margin-top: 10px;
  }
}
.categories-cms .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .categories-cms .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: 48%;
  }
  .categories-cms .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:nth-child(5n) {
    display: none !important;
  }
}
.categories-cms .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type=text] {
  border: 1px solid transparent;
}
.categories-cms .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type=text]:hover {
  border: 1px solid var(--Secondary, #84bc63);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}
.categories-cms .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type=text] p {
  padding-bottom: 15px;
}
.categories-cms .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column div[data-content-type=text] p a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.documentlist-list-search .page-wrapper {
  background: #f4f5f6;
}
.documentlist-list-search .page-wrapper main#maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .documentlist-list-search .page-wrapper main#maincontent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.documentlist-list-search .page-wrapper main#maincontent .serach-box {
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  background: var(--BG-White, #ffffff);
  padding: 32px 28px 40px 28px;
}
@media only screen and (max-width: 767px) {
  .documentlist-list-search .page-wrapper main#maincontent .serach-box {
    padding: 20px 25px 30px 25px;
  }
}
.documentlist-list-search .page-wrapper main#maincontent .serach-box .serach-title {
  color: var(--Black, #1a1919);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 15px;
}
.documentlist-list-search .page-wrapper main#maincontent .search-area {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .documentlist-list-search .page-wrapper main#maincontent .search-area {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .documentlist-list-search .page-wrapper main#maincontent .search-area .keyword {
    width: 100%;
  }
}
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword input,
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword select {
  border-radius: 3px;
  border: 1px solid #DEDEDE;
  height: 48px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword input:focus,
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword select:focus {
  box-shadow: none;
}
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword input::placeholder,
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword select::placeholder {
  color: #4c4c4c;
}
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword #search-documents {
  padding: 15px 74px;
  font-size: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .documentlist-list-search .page-wrapper main#maincontent .search-area .keyword #search-documents {
    width: 100%;
  }
}
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword.clear-button {
  border-radius: 3px;
  border: 1px solid #115740;
  cursor: pointer;
  color: #115740;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
  padding: 15px;
  font-size: 15px;
  text-transform: uppercase;
}
.documentlist-list-search .page-wrapper main#maincontent .search-area .keyword.clear-button:hover {
  border: 1px solid #ccc;
  color: #333;
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 18px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .documentlist-list-search .page-wrapper main#maincontent .search-result .documents {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents .pdf-main {
  display: flex;
  border: 1px solid var(--Separate-Line, #e6e6e6);
  background: var(--BG-White, #ffffff);
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents .pdf-main a.am-filelink {
  display: flex;
  gap: 20px;
  border-radius: 3px;
  padding: 16px 12px;
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents .pdf-main .pdf-content .brand-name {
  color: rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents .pdf-main .pdf-content .product-name {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  word-break: break-word;
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents .pdf-main .pdf-content .model {
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 300;
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents .pdf-main .pdf-content .equiptment {
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
}
.documentlist-list-search .page-wrapper main#maincontent .search-result .documents .pdf-main .pdf-img {
  flex-shrink: 0;
}
.documentlist-list-search .page-wrapper main#maincontent .limiter {
  display: none;
}
.documentlist-list-search .page-wrapper main#maincontent p#toolbar-amount {
  display: none;
}
.documentlist-list-search .page-wrapper main#maincontent .pager {
  display: flex;
  margin-top: 30px;
}
.documentlist-list-search .page-wrapper main#maincontent .pager .pages {
  margin-left: auto;
}
.imagelibrary-index-index .page-wrapper {
  background: #f4f5f6;
}
.imagelibrary-index-index .page-wrapper #maincontent {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .imagelibrary-index-index .page-wrapper #maincontent {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}
.category-image-library .page-wrapper .page-title-wrapper {
  display: none;
}
.imagelib-select {
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .imagelib-select {
    display: block;
  }
}
.imagelib-select .filterlib-heading {
  margin-right: auto;
  color: #13242e;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}
.imagelib-select .image-libselect {
  display: flex;
  gap: 14px;
  justify-content: end;
  vertical-align: middle;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .imagelib-select .image-libselect {
    padding-top: 20px;
    display: block;
    padding-bottom: 12px;
  }
}
.imagelib-select .image-libselect .clear-button {
  padding-top: 6px;
  margin-right: 10px;
}
.imagelib-select .image-libselect .clear-button a {
  border-radius: 3px;
  background: #115740;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid #115740;
  padding: 6px 15px;
}
.imagelib-select .image-libselect .clear-button a:hover {
  background: #0f4534;
  border-color: #0f4534;
}
.imagelib-select .image-libselect .image-libsel {
  display: flex;
  gap: 8px;
}
.imagelib-select .filterlib-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}
.imagelib-select select {
  border-radius: 3px;
  border: 1px solid var(--Field-Border, #d0d0d0);
  background-color: #FFF;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-transform: capitalize;
  width: 200px;
}
.imagelib-select select:focus {
  box-shadow: none;
}
.exploded-grid .library-grid {
  display: grid;
  padding: 0;
  margin: 0;
  list-style-type: none;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .exploded-grid .library-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.exploded-grid .library-grid li {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .exploded-grid .library-grid li {
    padding: 0;
  }
}
.exploded-grid .library-grid h4 {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.exploded-grid .library-grid .svg_image img {
  height: 326px;
  width: 100%;
}
.category-videos .page-wrapper .breadcrumbs ul li:nth-child(2) a,
.category-catalogs .page-wrapper .breadcrumbs ul li:nth-child(2) a,
.category-image-library .page-wrapper .breadcrumbs ul li:nth-child(2) a,
.documentlist-list-search .page-wrapper .breadcrumbs ul li:nth-child(2) a {
  pointer-events: none;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button[data-trigger-settings="trigger"] {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .cms-page-view .page-wrapper #maincontent .cms-slider .pagebuilder-slide-wrapper [data-element=content] div {
    margin-right: 60px;
  }
}
html[lang="es"] .page-products .page-wrapper #maincontent .columns .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary {
  font-size: 12px;
  padding: 7px 10px;
}
html[lang="es"] .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary,
html[lang="es"] .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart {
  font-size: 12px;
  padding: 7px 10px;
}
html[lang="es"] .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .product-addto-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
html[lang="es"] .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .product-addto-links div {
  width: 100%;
  margin: 0;
}
html[lang="es"] .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .product-addto-links div button {
  width: 100%;
  margin: 0 !important;
}
html[lang="es"] .catalog-product-view .page-wrapper #maincontent .column.main .product-info-main .product-social-links .product-addto-links div button:before {
  float: none;
}
html[lang="es"] .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method tr {
  display: inline-block;
  width: 100%;
}
html[lang="es"] .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td.col-price {
  min-width: 130px;
}
html[lang="es"] .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td#label_method_flatrate_flatrate {
  min-width: 130px;
}
.account .page-wrapper #maincontent .block-order-details-view .block-title {
  text-transform: capitalize;
}
.account .page-wrapper #maincontent .block-order-details-view .block-content .box-title {
  text-transform: capitalize;
}
.account .page-wrapper #maincontent .columns .sidebar-main .block .content ul li a {
  text-transform: capitalize;
}
.checkout-cart-index #maincontent .cart.main.actions button {
  width: auto;
  padding: 0 30px;
}
@media (max-width: 1250px) {
  html[lang="es"] .catalog-product-view .page-wrapper #maincontent .block.recommended .block-content .products.wrapper .product-items .product-item .product-item-details .product-item-actions .actions-primary .tocart.primary span,
  html[lang="es"] .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart span {
    color: transparent;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/static/frontend/Dcw/apextheme/default/images/shopping_cart_btn.svg) no-repeat 0 0;
    background-size: 24px;
    display: block;
    margin: auto;
    font-size: 0px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index #maincontent .cart.main.actions button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  html[lang='es'] .page-products .page-wrapper .category-view .amfinder-common-wrapper form .amfinder-toggle .buttons-last button.reset {
    padding: 7px 12px;
  }
}
@media (max-width: 767px) {
  aside.modal-popup.confirm.modal-slide._show {
    z-index: 999 !important;
  }
  aside.modal-popup.confirm.modal-slide._show .modal-inner-wrap {
    height: auto;
    margin-top: 20px;
  }
}
html[lang="es"] .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method.card-grid .checkout-billing-address .edit-address-popup .action-additional {
  left: auto;
  right: 0;
}
html[lang="es"] .checkout-payment-method .billing-address-same-as-shipping-block {
  padding-right: 100px;
}
html[lang="es"] .checkout-index-index main#maincontent .columns .opc-wrapper #checkoutSteps .checkout-payment-method .payment-method._active .payment-method-content .field-po-number {
  max-width: 492px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
    width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning p {
    margin-bottom: 3rem;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap {
    width: 580px;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap {
    width: 650px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .item-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col-proposed-price {
    width: 95px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.item {
    width: 200px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.price,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.stock,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.subtotal {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.discount {
    text-align: left;
    min-width: 145px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty .input-text {
    text-align: center;
    width: 47px;
    margin-top: -5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar .primary {
    float: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 10px;
  }
  .mass-actions-items-popup .modal-footer .secondary {
    color: #1979c3;
    font-weight: 400;
    background: none;
    border: none;
    margin: 0.7rem 1.5rem;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .block-requisition-management:before,
  .block-requisition-management:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .block-requisition-management:after,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .checkout-cart-index .page-title-wrapper,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .checkout-cart-index .page-title-wrapper,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content,
  .account .column.main .block.block-dashboard-info,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .checkout-cart-index .page-title-wrapper,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .checkout-cart-index .page-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-right: 4%;
  }
  .checkout-cart-index .cart-container .block-requisition-list {
    display: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div,
  .cart.table-wrapper .cart.item .actions-toolbar > .action {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    margin-bottom: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .action {
    padding: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .action.split,
  .cart.table-wrapper .cart.item .actions-toolbar .action.toggle.change {
    float: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .requisition-list-action {
    vertical-align: baseline;
  }
  .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .modal-popup.requisition-popup .modal-footer .secondary {
    line-height: 1.42857143;
    margin: 0;
    padding: 0.7rem 1.5rem;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover,
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:focus {
    background: none;
    border: 0;
  }
  .modal-popup.requisition-popup .modal-footer .secondary.disabled,
  .modal-popup.requisition-popup .modal-footer .secondary[disabled],
  fieldset[disabled] .modal-popup.requisition-popup .modal-footer .secondary {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 10px;
  }
  .modal-popup.requisition-popup .modal-content {
    padding-bottom: 0;
  }
  .modal-popup .fieldset {
    margin-bottom: 0;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 5px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 10px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 10px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -5px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 10px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 5px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .wishlist.split.button {
    margin-right: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 25px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 50px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -10px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 10px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .account .column.main .block.block-dashboard-info {
    line-height: 24px;
  }
  .account .column.main .block.block-dashboard-info .block-content:before,
  .account .column.main .block.block-dashboard-info .block-content:after {
    content: normal;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .negotiable_quote-quote-view .tooltip.content.no-actions {
    min-width: 110px;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal,
  .quote-details-items thead .col.actions,
  .quote-details-items .item .col.actions {
    text-align: right;
  }
  .quote-details-items thead .col.sku,
  .quote-details-items .item .col.sku {
    width: 65px;
  }
  .quote-details-items thead .col.discount,
  .quote-details-items .item .col.discount {
    width: 110px;
    text-align: right;
  }
  .quote-details-items thead .col.discount span,
  .quote-details-items .item .col.discount span {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 1.4rem;
  }
  .quote-details-items thead .col.notes,
  .quote-details-items .item .col.notes {
    border-top: hidden;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-main .block.quote-shipping-info {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    font-size: 1.6rem;
    margin-bottom: 20px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 20px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 1.4rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 10px;
  }
  .quote-actions-toolbar {
    margin-bottom: 2.8rem;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 20px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 600;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    opacity: 0.5;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 10px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 20px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 10px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 10px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .quote_templates-template-index .table-wrapper th {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper td {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper .name-field {
    width: 150px;
  }
  .quote_templates-template-index .table-wrapper .total-field {
    width: 116px;
  }
  .quote_templates-template-index .table-wrapper .order-count-field {
    width: 60px;
  }
  .quote_templates-template-index .table-wrapper .view-action {
    margin-right: 30px;
  }
  .purchaseorder-purchaseorder-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .purchaseorder-purchaseorder-view .purchase-order-status {
    margin-top: .7rem;
  }
  .purchase-order-totals-wrap .purchase-order-totals {
    float: right;
    width: 55%;
  }
  .multiple-skus-item .field.qty .label {
    visibility: hidden;
  }
  .account .toolbar .limiter {
    float: right;
  }
  .purchaseorder-actions-toolbar {
    float: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .my-orders-search-advanced .field-50 {
    float: left;
    position: relative;
    width: 48%;
  }
  .my-orders-search-advanced .field-50:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .my-orders-search-advanced .field-50:nth-child(even) {
    margin-left: 2%;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .col-150-max {
    max-width: 150px;
  }
  .form-create-purchase-order-rule .field .control {
    max-width: 500px;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control {
    display: flex;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control > .control {
    max-width: 46%;
    width: 100%;
  }
  .form-create-purchase-order-rule .field-condition-order-total .additional {
    margin-left: 10px;
    margin-top: 0;
  }
  .form-create-purchase-order-rule .field-tooltip-content {
    width: 458px;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 30%;
    max-width: initial;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    width: 50%;
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .sidebar-main .amfinder-toggle {
    padding: 0;
  }
  .sidebar-main .amfinder-toggle .amfinder-select {
    padding: 0 15px 0 5px;
  }
  .sidebar-main .amfinder-toggle .amfinder-select-wrapper:after,
  .sidebar-main .amfinder-toggle .amfinder-dropdown:after {
    background-size: 10px;
    width: 20px;
  }
  .sidebar-main .amfinder-toggle .amfinder-dropdown {
    padding: 0 15px 0 5px;
    word-break: break-all;
  }
  .sidebar-main .amfinder-toggle .amfinder-details {
    margin: 5px 0 0;
    min-width: 170px;
    width: 100%;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    padding: 8px;
    width: 48%;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  .amcform-page-header .amcform-title-block {
    align-items: center;
    flex-direction: row;
  }
  .amcform-page-header .amcform-status-block {
    margin: 0 0 0 20px;
  }
  .amcform-page-header .amcform-actions-block {
    justify-content: flex-end;
  }
  .amcform-pager-block > .amcform-wrap {
    width: auto;
  }
  .amcform-page-size {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .amcform-page-size > .amcform-select {
    margin: 0 10px;
    height: 40px;
    border-radius: 3px;
  }
  .amcform-page-size > .amcform-text {
    white-space: nowrap;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .am-categories-slider {
    width: 85%;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .account .page-wrapper .sections.nav-sections {
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.order-cancel-popup .modal-inner-wrap {
    width: 491px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .grid-content {
    padding: 0 !important;
  }
  .field-date .control .sub-label,
  .field-order-total .control .sub-label {
    width: 20%;
  }
  .field-date .control input,
  .field-order-total .control input {
    width: 55%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amcform-grid-header {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .amcform-grid-header .amcform-item {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    margin: 0;
    padding: 0 10px;
    min-height: 40px;
  }
  .amcform-grid-header .amcform-item .amcform-button {
    color: #333333;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .amcform-grid-header .amcform-item.-action .amcform-button {
    margin: 0 10px;
  }
  .amcform-grid-item:nth-of-type(2n) {
    background-color: #f9f9f9;
  }
  .amcform-grid-item {
    align-items: center;
    flex-direction: row;
    margin: 0 0 10px;
    padding: 5px 0;
    min-height: 50px;
  }
  .amcform-grid-item:not(:last-of-type) {
    border-bottom: none;
  }
  .amcform-grid-item .amcform-actions-block,
  .amcform-grid-item .amcform-cell {
    padding: 0 10px;
  }
  .amcform-grid-item .amcform-cell {
    flex-basis: inherit;
    width: calc(100% / 6);
  }
  .amcform-grid-item .amcform-cell:not(.amcform-actions-block) {
    display: flex;
    margin: 0;
    padding: 0 10px;
    line-height: inherit;
  }
  .amcform-grid-item .amcform-cell:not(.amcform-actions-block):before {
    content: none;
  }
  .amcform-grid-message {
    text-align: center;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
