/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.style-text-manual {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 1110px) {
  .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: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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: 53px;
    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: 'imprintplus';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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;
  }
  .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: 'imprintplus';
    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: 'imprintplus';
    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;
  }
}
@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;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@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;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * 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 #005cbf;
}
.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: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.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.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * 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.
 */
@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);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CheckoutCustomField
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
@media (max-width: 640px) {
  .b2b-switch-brand .select .select__trigger {
    padding: 0 0 0 6px;
  }
}
@media (max-width: 1109px) {
  .page-wrapper .page-header .header.content {
    min-height: 50px;
  }
  .page-wrapper .b2b-switch-brand {
    right: 120px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content {
    min-height: 72px;
  }
  .page-wrapper .b2b-switch-brand {
    top: 30px;
    right: 4px;
  }
}
@media (max-width: 640px) {
  .page-wrapper .page-header .header.content {
    min-height: 72px;
  }
  .page-wrapper .b2b-switch-brand {
    top: 30px;
    right: 42px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
@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;
  }
}
/**
 * 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%;
  }
}
@media only screen and (max-width: 769px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .account .column.main .block.block-dashboard-info:not(.widget) .block-content .box:last-child {
    margin-bottom: 20px;
  }
  .form-create-purchase-order-rule .field.rule-type .field-tooltip {
    position: static;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content {
    bottom: 80px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before,
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-bottom-color: transparent;
    left: 86px;
    top: auto;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before {
    border-top-color: #666666;
    bottom: -20px;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-top-color: #f4f4f4;
    bottom: -19px;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'imprintplus';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'imprintplus';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .cart.item .block-requisition-list {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action {
    padding: 0;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block-requisition-list {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #757575;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #757575;
    content: '\e901';
    font-family: 'magento-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover:before {
    color: #333333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:active,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:focus,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover {
    color: #333333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle > span {
    margin-left: 8px;
    vertical-align: middle;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action {
    vertical-align: inherit;
  }
  .checkout-cart-index .gift-options-cart-item + .towishlist {
    position: static;
  }
  .cart.table-wrapper {
    overflow: visible;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .page-main .admin__data-grid-pager-wrap {
    float: none;
    text-align: center;
  }
  .page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
    float: none;
    padding-top: 10px;
    position: static;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-9,
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    text-align: center;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    padding-bottom: 10px;
  }
  div.admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .product.quote-details-items.items {
    margin-top: 10px;
  }
  .product.quote-details-items.items .product-item-details {
    margin-bottom: 0;
  }
  .product.quote-details-items.items .quote-table-totals-wrap {
    margin-bottom: 10px;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .page-header .tablet-desktop-header-links {
    width: 100%;
  }
  .page-header .customer-portal {
    width: 100%;
  }
  .page-header .customer-portal .mobile-only {
    display: none !important;
  }
  .page-header .customer-portal ul.dropdown-options {
    display: none !important;
  }
  header.page-header .header.content {
    padding: 0 15px;
  }
  .tablet-desktop-header-links .account-link {
    width: 20px;
    height: 24px;
    display: block;
    background: transparent url('../images/icon-login.png') no-repeat left center;
    background-size: 18px 21px;
    font-size: 13px;
    line-height: 2.4rem;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #000000;
    padding-left: 26px;
  }
  .page-wrapper .page-header .contact-us.button,
  .page-wrapper .page-header .upper-panel-links,
  .page-wrapper .page-header .top-menu-us__list {
    display: none;
  }
  .page-wrapper .page-header .tablet-desktop-header-links {
    float: right;
  }
  .page-wrapper .page-header .header-panel-promo .tickerv-wrap ul li {
    margin-top: -8px;
  }
  .page-wrapper .page-header .header-panel-promo .tickerv-wrap a {
    font-size: 14px;
    line-height: 19px;
    float: right;
  }
  .page-wrapper .page-header div.header.content {
    min-height: 44px;
  }
  .page-wrapper .page-header div.header.content > .minicart-wrapper > .action.showcart:before {
    margin: 12px 0 0 1px;
    width: 20px;
    height: 19px;
  }
  .page-wrapper .page-header div.header.content .navbar-toggle {
    margin: 9px 12px 0 0;
  }
  .page-wrapper .page-header div.header.content .logo-header {
    margin: 12px 0 0 25px;
  }
  .page-wrapper .page-header div.header.content .mobile-header-link {
    right: 94px;
    top: 12px;
  }
  .page-wrapper .page-header div.header.content .mobile-header-link a {
    width: 18px;
    height: 21px;
  }
  .page-wrapper .page-header div.header.content .block-search .label {
    margin: 11px 16px 0 0;
  }
  .page-wrapper .page-header div.header.content .block-search .label:before {
    width: 18px;
  }
  .main-menu .main-menu__list {
    margin-left: 0;
  }
  .main-menu .top-menu-us__list,
  .main-menu .tablet-desktop-header-links,
  .main-menu .contact-us {
    display: block !important;
  }
  .main-menu .top-menu-us__list a h3,
  .main-menu .tablet-desktop-header-links a h3,
  .main-menu .contact-us a h3 {
    font-size: 13px;
  }
  .main-menu .top-menu-us__list .customer-portal button,
  .main-menu .tablet-desktop-header-links .customer-portal button,
  .main-menu .contact-us .customer-portal button {
    height: 35px;
    width: 20px;
    display: block;
    background: transparent url('../images/portal-icon.png') no-repeat left center;
    background-size: 30px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #000000;
    padding-left: 32px;
    margin-left: -5px;
    margin-bottom: 20px;
  }
  .main-menu .top-menu-us__list .customer-portal button span,
  .main-menu .tablet-desktop-header-links .customer-portal button span,
  .main-menu .contact-us .customer-portal button span {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
  }
  .main-menu .top-menu-us__list .customer-portal button p,
  .main-menu .tablet-desktop-header-links .customer-portal button p,
  .main-menu .contact-us .customer-portal button p {
    margin: 0;
  }
  .main-menu .contact-us {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .main-menu .contact-us .action {
    width: inherit;
  }
  body.cms-index-index .beyond .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column p {
    padding: 20px 0;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content {
    padding: 20px;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content .badges {
    margin-bottom: 10px;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content .badges,
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content .quote {
    width: 100%;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content .badges .pagebuilder-button-primary,
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content .quote .pagebuilder-button-primary {
    width: 100%;
    margin: 0;
    padding: 12px;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content .badges .pagebuilder-button-primary span,
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content .quote .pagebuilder-button-primary span {
    font-size: 14px;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content a {
    font-size: 14px;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content h2:after {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  body.cms-index-index .beyond .pagebuilder-column-line .pagebuilder-column.content h3 {
    font-size: 14px;
    padding: 0 !important;
    padding-bottom: 25px !important;
  }
  body.cms-index-index [data-content-type='row'] {
    margin-bottom: 0 !important;
  }
  body.cms-index-index h2[data-content-type='heading'] {
    font-size: 22px;
    line-height: normal;
  }
  body.cms-index-index p {
    font-size: 14px;
  }
  body.cms-index-index p a {
    font-size: 14px;
  }
  body.cms-index-index .portal {
    padding: 0;
  }
  body.cms-index-index .portal .content h5 {
    font-size: 16px;
  }
  body.cms-index-index .portal .content p {
    font-size: 14px;
    line-height: 14px;
  }
  body.cms-index-index .portal .content p a {
    font-size: 14px;
  }
  body.cms-index-index .portal .content [data-content-type='button-item'] {
    width: 100%;
  }
  body.cms-index-index .portal .content [data-content-type='button-item'] .pagebuilder-button-primary {
    width: 100%;
    padding: 8px 24px;
  }
  body.cms-index-index .portal .content [data-content-type='button-item'] .pagebuilder-button-primary span,
  body.cms-index-index .portal .content [data-content-type='button-item'] .pagebuilder-button-primary a {
    font-size: 14px;
  }
  body.cms-index-index .info-bar .pagebuilder-column-line {
    flex-direction: column;
  }
  body.cms-index-index .info-bar .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    display: grid !important;
    align-items: center !important;
    grid-template-columns: 1fr 6fr;
    gap: 0 12px;
    padding: 0 10px;
  }
  body.cms-index-index .info-bar .pagebuilder-column-line .pagebuilder-column p {
    font-size: 12px;
  }
  body.cms-index-index .info-bar .pagebuilder-column-line .pagebuilder-column h4 {
    font-size: 14px;
    padding-top: 0;
  }
  body.cms-index-index .info-bar .pagebuilder-column-line .pagebuilder-column > :nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    min-width: 40px;
    max-width: 40px;
    display: flex;
    justify-content: center;
  }
  body.cms-index-index .info-bar .pagebuilder-column-line .pagebuilder-column :nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 1;
    text-align: left;
  }
  body.cms-index-index .info-bar .pagebuilder-column-line .pagebuilder-column :nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    text-align: left;
  }
  body.cms-index-index div.solutions,
  body.cms-index-index div.products,
  body.cms-index-index div.tailored,
  body.cms-index-index div.badge {
    padding: 0;
  }
  body.cms-index-index div.solutions h2[data-content-type='heading'],
  body.cms-index-index div.products h2[data-content-type='heading'],
  body.cms-index-index div.tailored h2[data-content-type='heading'],
  body.cms-index-index div.badge h2[data-content-type='heading'] {
    font-size: 22px;
    line-height: normal;
  }
  body.cms-index-index div.tailored h2 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  body.cms-index-index div.solutions {
    padding: 40px 20px;
  }
  body.cms-index-index div.solutions .shop-our-popular__link h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  body.cms-index-index div.solutions .shop-our-popular {
    padding: 0;
  }
  body.cms-index-index div.solutions .shop-our-popular .shop-our-popular__list {
    flex-direction: column;
    gap: 3px;
    align-items: center;
  }
  body.cms-index-index div.solutions .shop-our-popular__item {
    margin-bottom: 0;
    padding: 0;
  }
  body.cms-index-index div.solutions h2 {
    padding-bottom: 5px;
  }
  body.cms-index-index div.solutions .pagebuilder-column-line {
    justify-content: center;
    gap: 0;
  }
  body.cms-index-index div.solutions .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    align-items: center !important;
  }
  body.cms-index-index div.solutions .pagebuilder-column-line .pagebuilder-column figure {
    margin-bottom: 5px;
  }
  body.cms-index-index div.solutions p {
    font-size: 14px;
  }
  body.cms-index-index .solutions h2[data-content-type='heading'],
  body.cms-index-index .products h2[data-content-type='heading'],
  body.cms-index-index .portal .content h2[data-content-type='heading'] {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0;
  }
  body.cms-index-index .portal .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  body.cms-index-index .portal .pagebuilder-column {
    width: 100% !important;
  }
  body.cms-index-index .portal .pagebuilder-column.content {
    padding: 30px 20px 40px;
  }
  body.cms-index-index div.products {
    padding: 40px 20px;
  }
  body.cms-index-index div.products .premium-products__list .slick-slide {
    min-height: 350px;
    margin-bottom: 10px;
  }
  body.cms-index-index div.products .premium-products__item h3,
  body.cms-index-index div.products .premium-products__item b {
    font-size: 16px;
  }
  body.cms-index-index div.products .premium-products__item p {
    font-size: 12px;
    line-height: 18px;
  }
  body.cms-index-index div.products .slick-list.draggable {
    padding-right: 50px;
  }
  body.cms-index-index div.reviews {
    padding: 40px 20px;
  }
  body.cms-index-index div.reviews .slick-list.draggable {
    padding-right: 50px;
  }
  body.cms-index-index div.reviews .slick-list.draggable .slick-track .slick-slide {
    margin-right: 20px;
  }
  body.cms-index-index div.reviews h3 {
    font-size: 14px;
  }
  body.cms-index-index div.reviews .icon-trustpilot-excellent-1 {
    font-size: 18px;
  }
  body.cms-index-index div.reviews .reviews-menu {
    padding: 20px 0;
  }
  body.cms-index-index div.reviews .pagebuilder-column-line {
    flex-direction: column;
  }
  body.cms-index-index div.reviews .pagebuilder-column {
    width: 100% !important;
  }
  body.cms-index-index div.reviews .pagebuilder-button-primary {
    min-width: 140px;
    padding: 10px;
    text-wrap: nowrap;
    margin: 0;
    width: 100%;
  }
  body.cms-index-index div.tailored .industry-menu__list .industry-menu__item {
    padding: 7px 26px;
  }
  body.cms-index-index div.tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 {
    font-size: 14px;
    height: auto;
    margin-left: 30px;
    margin-top: 16px;
  }
  body.cms-index-index div.tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 span:before {
    top: 7px;
  }
  body.cms-index-index div.tailored .pagebuilder-column-line {
    justify-content: flex-start;
    padding: 0 20px;
  }
  body.cms-index-index div.tailored h2,
  body.cms-index-index div.tailored h4 {
    padding: 0 20px;
    text-align: left !important;
  }
  body.cms-index-index div.tailored h4 {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 16px;
  }
  body.cms-index-index div.tailored .pagebuilder-column {
    min-width: 85%;
    max-width: 85%;
    padding: 0 15px;
  }
  body.cms-index-index div.tailored .pagebuilder-column:nth-child(2n+1) {
    min-width: 40px;
    max-width: 10%;
    padding: 8px 0;
  }
  body.cms-index-index div.tailored .pagebuilder-column:nth-child(3) {
    margin-left: 0;
  }
  body.cms-index-index div.tailored .pagebuilder-column:nth-child(4) {
    margin-right: auto;
  }
  body.cms-index-index div.tailored .pagebuilder-column span[class^="icon-"] {
    font-size: 35px;
  }
  body.cms-index-index .why {
    padding: 75% 0 0 0 !important;
    width: 90%;
    background-size: 170% !important;
    background-position: top !important;
    margin: 40px auto 0;
    border-radius: 10px;
  }
  body.cms-index-index .why .pagebuilder-column-line {
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(100, 172, 197, 0.1);
    background: #FAFAFA;
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.12);
  }
  body.cms-index-index .why .pagebuilder-column-line [data-content-type='button-item'] {
    width: 100%;
  }
  body.cms-index-index .why .pagebuilder-column-line .pagebuilder-button-primary {
    border: 1px solid #000000;
    height: 58px;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  body.cms-index-index .why .pagebuilder-column-line .pagebuilder-button-primary span,
  body.cms-index-index .why .pagebuilder-column-line .pagebuilder-button-primary a {
    font-size: 14px;
    width: 147px;
    display: block;
    line-height: 16px;
  }
  body.cms-index-index .why .pagebuilder-column-line .pagebuilder-button-primary:after {
    color: #000000 !important;
    position: absolute;
    right: 50px;
    top: 20px;
    font-weight: 400;
    margin: 0 -15px 0 0;
  }
  body.cms-index-index .why .pagebuilder-column {
    width: 100% !important;
    padding: 14px 18px;
  }
  body.cms-index-index .why .pagebuilder-column p {
    color: #000 !important;
  }
  body.cms-index-index .why .pagebuilder-column h2 {
    color: #000 !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .slick-next,
  .slick-prev {
    width: 40px;
    height: 40px;
  }
  .background-linenear-banner {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  .banner-content {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin: 0;
  }
  .block-heading {
    line-height: 26px;
    margin-bottom: 47px;
  }
  .block-media {
    margin-bottom: 41px;
    order: 1;
  }
  .block-content {
    order: 2;
  }
  .block-content .title {
    margin-bottom: 4px;
  }
  .block-content.right {
    padding-left: 0;
  }
  .block-content.left {
    padding-right: 0;
  }
  .cms-page-view .tablet-m-2-column .pagebuilder-column,
  .blog-post-view .tablet-m-2-column .pagebuilder-column {
    min-width: 50%;
  }
  .cms-page-view .tablet-l-2-column .pagebuilder-column,
  .blog-post-view .tablet-l-2-column .pagebuilder-column {
    min-width: 50%;
  }
  .cms-page-view .tablet-m-1-column .pagebuilder-column,
  .blog-post-view .tablet-m-1-column .pagebuilder-column {
    min-width: 90%;
  }
  .cms-page-view .tablet-l-1-column .pagebuilder-column,
  .blog-post-view .tablet-l-1-column .pagebuilder-column {
    min-width: 100%;
    align-items: center;
  }
  .cms-page-view .row-img-left .pagebuilder-column,
  .blog-post-view .row-img-left .pagebuilder-column,
  .cms-page-view .row-img-right .pagebuilder-column,
  .blog-post-view .row-img-right .pagebuilder-column,
  .cms-page-view .row-l-img-left .pagebuilder-column,
  .blog-post-view .row-l-img-left .pagebuilder-column,
  .cms-page-view .row-l-img-right .pagebuilder-column,
  .blog-post-view .row-l-img-right .pagebuilder-column {
    min-width: 100%;
  }
  .cms-page-view .mobile-2-column .pagebuilder-column,
  .blog-post-view .mobile-2-column .pagebuilder-column {
    min-width: 50%;
  }
  .tablet-m-1-column .pagebuilder-column-group {
    justify-content: center;
  }
  .klaviyo-form {
    padding: 12px 0 !important;
  }
  .row-img-left .pagebuilder-column-group .pagebuilder-column-line,
  .row-l-img-left .pagebuilder-column-group .pagebuilder-column-line {
    flex-flow: column;
  }
  .row-img-right .pagebuilder-column-group .pagebuilder-column-line,
  .row-l-img-right .pagebuilder-column-group .pagebuilder-column-line {
    flex-flow: column-reverse;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .blog-page.blog-index-index .breadcrumbs {
    padding-left: 20px;
  }
  .blog-page-list .page-title {
    margin-bottom: 20px;
  }
  .catalog-product-view.page-layout-1column .column.main,
  .catalog-product-view.page-layout-1column .page-title-wrapper {
    padding: 0 15px;
  }
  .catalog-category-view .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .cms-products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
    padding-bottom: 65% !important;
  }
  .catalog-category-view .column.main .block-static-block .row-img-left .pagebuilder-column,
  .catalogsearch-result-index .column.main .block-static-block .row-img-left .pagebuilder-column {
    min-width: 100%;
  }
  .catalog-product-view #maincontent .columns .column.main {
    padding: 0 15px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item {
    width: 100%;
  }
  .how-reusable-badges-work > .pagebuilder-column-group {
    flex-direction: column;
  }
  .how-reusable-badges-work > .pagebuilder-column-group > .pagebuilder-column {
    width: 100% !important;
  }
  .actions .edit-personalized-btn {
    margin-bottom: 10px;
  }
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column.banner-content .content-popup p,
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column.banner-content .content-popup a {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 20px;
  }
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column .content-detail a,
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column .content-detail p {
    font-weight: 400;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-content {
    align-items: flex-start;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact a {
    text-decoration: underline;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-heading {
    min-height: 500px;
    border-radius: 10px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-heading h1.heading.description-title {
    letter-spacing: -0.5px;
    line-height: 46px;
  }
  .cms-block {
    margin-bottom: 41px;
  }
  .cms-block .block-heading {
    line-height: 26px;
    margin-bottom: 47px;
  }
  .cms-block .block-media {
    margin-bottom: 41px;
    order: 1;
  }
  .cms-block .block-content {
    order: 2;
  }
  .cms-block .block-content .title {
    margin-bottom: 4px;
  }
  .cms-block .block-content.right {
    padding-left: 0;
  }
  .cms-block .block-content.left {
    padding-right: 0;
  }
  .cms-block .cms-block-banner {
    margin-bottom: 35px;
  }
  .cms-block .cms-block-banner .banner-content {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-top: -50px;
    padding: 19px 23px 58px 32px;
  }
  .cms-block .cms-block-banner .banner-content .content-title {
    padding-bottom: 18px;
  }
  .cms-block .cms-block-banner .banner-content .content-detail {
    margin-bottom: 23px;
  }
  .cms-block .cms-block-banner .banner-content .content-button {
    margin-bottom: 22px;
  }
  .cms-block .cms-block-banner .banner-content .content-button .pagebuilder-button-link {
    height: 52px;
  }
  .cms-block .cms-block-banner .banner-content .content-contact {
    margin-bottom: 33px;
  }
  .cms-block .cms-block-banner .heading {
    font-size: 40px;
    margin: auto;
    padding-left: 50%;
  }
  .cms-block-popup .popup-content {
    max-height: calc(100% - 112px);
    max-width: 75%;
    padding: 22px 24px 22px 27px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cms-block-popup .popup-content .popup-close-button {
    right: 30px;
    top: 27px;
  }
  .best-western-page {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  .cms-block-banner.best-choice-page {
    margin-bottom: 46px;
  }
  .cms-block-banner.best-choice-page .content-title {
    padding-bottom: 19px;
  }
  .cms-block-banner.best-choice-page .banner-partner {
    margin-bottom: 7px;
    padding-bottom: 9px;
  }
  .cms-block-banner.best-choice-page .content-detail {
    margin-bottom: 23px;
  }
  .cms-block-banner.best-choice-page .banner-content {
    padding: 19px 22px 39px 34px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login input {
    height: 41px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset > .field,
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset > .field.password,
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset:last-child {
    margin-bottom: 24px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset.login {
    display: flex;
    flex-wrap: wrap;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset.login .field {
    flex: calc(50% - 9.5px);
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset.login .field.email {
    margin-right: 9.5px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset.login .field.password {
    margin-left: 9.5px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .banner-forgot {
    font-size: 16px;
    line-height: 20px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .content-button .primary.login {
    margin-right: 25px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .content-button .pagebuilder-button-link {
    max-width: 135px;
  }
  .choice-hotel-corporate-store .heading {
    margin-bottom: 22px;
  }
  .choice-hotel-corporate-store .detail {
    margin-bottom: 43px;
  }
  .choice-hotel-corporate-store .choice-step .step-image {
    margin-bottom: 20px;
  }
  .choice-hotel-corporate-store .choice-step:last-child {
    margin-bottom: 65px;
  }
  .choice-hotel-corporate-store .choice-step .step-detail {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }
  .identification-products {
    margin: 0 15px 50px;
  }
  .identification-products .heading {
    margin-bottom: 41px;
  }
  .identification-products .badge-product {
    margin-bottom: 45px;
  }
  .identification-products .badge-product:last-child {
    margin-bottom: 0;
  }
  .identification-products .badge-product img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
  }
  .background-linenear-banner {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  .main .corporate-banner .pagebuilder-column.banner-description .description-title {
    margin: 0;
    max-width: unset;
  }
  .main .corporate-banner .pagebuilder-column.banner-description .content p {
    font-size: 20px;
    line-height: 25px;
    max-width: unset;
  }
  .corporate-block-banner {
    padding: 0 15px;
  }
  .corporate-block-reason,
  .corporate-block-brand,
  .cms-block-introduce {
    padding: 0 20px;
  }
  .corporate-banner {
    min-height: 754px;
  }
  .corporate-banner .corporate-banner-top {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    min-height: 451px;
  }
  .corporate-banner .pagebuilder-column.banner-description {
    margin-top: -21px;
    min-height: 343px;
    padding: 24px 22px 40px 21px;
  }
  .corporate-banner .pagebuilder-column.banner-description .divider {
    margin: 0;
  }
  .corporate-banner .pagebuilder-column.banner-description .divider hr {
    margin: 22px 0;
    max-width: 664px;
  }
  .corporate-banner .pagebuilder-column.banner-description .content {
    margin: 0;
    text-align: left;
  }
  .corporate-banner .pagebuilder-column.banner-description .button .pagebuilder-button-primary {
    margin-top: 49px;
  }
  .corporate-introduce,
  .corporate-brand,
  .corporate-reason {
    padding-left: 23px;
  }
  .corporate-brands {
    padding: 0 25.77px 0 23px;
  }
  .corporate-introduce {
    margin: 46px 0;
    max-width: 678px;
  }
  .corporate-introduce .title {
    margin-bottom: 46px;
  }
  .corporate-brand .content {
    margin-bottom: 22px;
  }
  .corporate-brands .list-brands-slider .slick-prev,
  .corporate-brands .list-brands-slider .slick-next {
    margin-bottom: 14px;
  }
  .corporate-reason {
    padding: 0 11px;
  }
  .corporate-reason .pagebuilder-column-group {
    justify-content: space-between;
  }
  .corporate-reason .reason-image {
    max-width: 334px;
  }
  .corporate-reason .reason-description {
    max-width: 329px;
    padding-left: 0;
  }
  .corporate-reason .reason-description .content {
    margin-bottom: 33px;
  }
  .corporate-reason .reason-description .title {
    margin: 36px 0 27px;
  }
  .corporate-reason .reason-link-desktop {
    display: none;
  }
  .corporate-reason .reason-image figure {
    margin-top: 25px;
  }
  .corporate-reason .title {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: unset;
    margin: 65px 0 64px;
  }
  .corporate-block-reason {
    margin-bottom: 105px;
  }
  .reason-link-mobile {
    display: block;
  }
  .reason-link-mobile p:last-child {
    margin: auto;
    text-align: center;
  }
  .block-first-banner .comfort-banner .pagebuilder-column-group {
    flex-wrap: nowrap;
  }
  .block-first-banner .comfort-banner .pagebuilder-column-group .pagebuilder-column-line {
    display: flex;
    flex-wrap: unset;
  }
  .comfort-banner .banner-logo {
    margin: 0 25px 0 12.46px;
  }
  .comfort-banner .comfort-tags {
    padding: 56.3px 39px 30.8px 0;
  }
  .comfort-banner .comfort-tags .banner-tag {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .comfort-banner .comfort-tags .banner-tag p {
    padding: 12.5px 10px;
  }
  .comfort-banner .comfort-tags .banner-tag p img {
    max-width: 220px;
  }
  .block-second-banner .comfort-banner {
    min-height: 660px;
    padding: 42.6px 22px;
  }
  .block-second-banner .comfort-banner .banner-description {
    text-align: center;
  }
  .block-second-banner .comfort-banner .banner-description .title {
    margin: auto;
    max-width: 380px;
  }
  .block-second-banner .comfort-banner .banner-description .content {
    margin: 25px auto 0;
    max-width: 561px;
    padding: 0 10px;
  }
  .block-second-banner .comfort-banner .banner-description .button {
    margin-top: 0;
  }
  .block-second-banner .comfort-banner .comfort-tag {
    margin: 56.1px 0 0 44.43px;
  }
  .comfort-heading-product {
    margin: 30.6px 0 33.5px;
    padding: 0;
    text-align: center;
  }
  .main .pagebuilder-column .comfort-item-name p a {
    font-size: 15px;
    line-height: 12px;
  }
  .comfort-product-items .pagebuilder-column-group {
    padding: 0 15px;
  }
  .comfort-product-items .comfort-item {
    margin-bottom: 29.71px;
  }
  .comfort-product-items .comfort-item-name {
    margin: 26px 0 6px;
  }
  .comfort-product-items .comfort-item-link > .pagebuilder-button-primary {
    font-size: 21px;
    height: 51px;
    line-height: 25px;
    min-width: 131px;
    padding: 9px 40px;
  }
  .comfort-product-items .comfort-item-image {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    height: 617.73px;
    max-width: 733px;
  }
  .cms-comfort-product {
    margin-bottom: 6px;
  }
  .login-brand {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-bottom: 71px;
    padding: 65px 23px 42px 34px;
  }
  .login-brand .login-form {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 28px;
    padding-bottom: 41px;
  }
  .login-brand .login-form .login-form-title {
    margin-bottom: 26.5px;
    padding-bottom: 24px;
  }
  .login-brand .login-form .dont-account {
    margin-bottom: 23px;
  }
  .login-brand .login-form .dont-account a {
    font-weight: 500;
  }
  .login-brand .login-find-store .login-find-title {
    margin-bottom: 11px;
  }
  .login-brand .login-find-store .login-find-short {
    margin: 0 auto 27px;
    max-width: 411px;
  }
  .customer-account-login .page-main {
    padding-bottom: 52px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .actions-toolbar .secondary {
    padding-left: 20px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .actions-toolbar .secondary .action.remind {
    font-size: 16px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.email,
  .customer-account-login .columns .column.main .login-brand .fieldset .field.password {
    margin-bottom: 24px;
  }
  .breadcrumb-log {
    margin-bottom: 62px;
  }
  .login-contact > div:first-child {
    margin-bottom: 17px;
  }
  .homepage-banner .pagebuilder-column {
    flex-basis: 100%;
  }
  .homepage-banner .description-under-title {
    padding: 0 20px 20px;
  }
  .banner-col-mid {
    padding: 20px 0;
  }
  .block .hot-topic-content {
    margin-right: 20px;
  }
  .hot-topic-content .box-above-right .pagebuilder-button-link {
    margin: 10px;
  }
  .hot-topic-content > .pagebuilder-column-group {
    flex-wrap: nowrap;
  }
  .hot-toptic-title {
    margin: 10px;
    font-size: 30px;
    line-height: 34px;
  }
  .block-below > .block {
    padding-right: 10px;
    flex-wrap: wrap;
  }
  .block-below .below-left {
    flex-basis: 100%;
  }
  .block-below .below-left .pagebuilder-button-link {
    margin: 0;
  }
  .block-below .below-right {
    flex-basis: 100%;
  }
  .below-left-content {
    flex-basis: 50%;
    padding: 118px 10px;
    font-size: 18px;
  }
  .see-our-sellect {
    padding: 280px 0 25px;
    text-align: center;
  }
  .reorder-supplies {
    padding: 30px 0 30px;
    text-align: center;
  }
  .our-client-top-content > .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .our-client-top-content > .pagebuilder-column-group .pagebuilder-column {
    flex-basis: 25%;
    padding: 0 20px;
  }
  .our-client-bottom > .pagebuilder-column-group {
    flex-direction: column-reverse;
  }
  .our-client-bottom > .pagebuilder-column-group .pagebuilder-column {
    min-width: 100%;
  }
  .our-client-bottom > .pagebuilder-column-group .pagebuilder-column figure {
    text-align: center;
  }
  .main .card-ctas .pagebuilder-column-group .pagebuilder-column-line {
    max-width: 333px;
    margin: 0 auto;
  }
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group .column-content {
    flex-basis: 100%;
  }
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group .column-content-secondary .heading {
    font-size: 22px;
  }
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group .column-content-secondary .detail,
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group .column-content-secondary .contact-us {
    text-align: center;
  }
  .blog-banner .content-banner {
    max-width: 240px;
  }
  .row-culture .pagebuilder-column-group,
  .row-work-with-us .pagebuilder-column-group {
    display: flex;
    flex-direction: column;
  }
  .first-part-content {
    margin: 0;
  }
  .img-culture {
    padding: 40px 0 20px;
  }
  .column-text-culture,
  .column-work-with-us {
    padding: 0 10px;
    min-width: 100%;
  }
  .column-img-work-with-us,
  .column-img-culture {
    min-width: 100%;
    align-items: center;
  }
  .content-culture,
  .content-work-with-us {
    max-width: 100%;
  }
  .column-come-work-with-us-left {
    padding: 10px 40px 10px 40px;
  }
  .column-come-work-with-us-right {
    padding: 10px 40px 10px 50px;
  }
  .row-work-with-us,
  .row-culture,
  .content-benefit {
    margin: 0 0 20px;
  }
  .heading-banner-extra {
    margin-bottom: 0;
  }
  .cms-page-view .content-benefit .pagebuilder-column {
    min-width: 50%;
  }
  .heading-benefit {
    padding: 20px;
  }
  .banner-cms-page.banner-careers .pagebuilder-banner-wrapper {
    min-height: 360px;
    padding: 40px 0 80px;
  }
  .pagebuilder-collage-content {
    max-width: 400px;
  }
  .pagebuilder-collage-content .content-text-banner {
    position: relative;
    top: 60px;
  }
  .row-content-intro {
    padding: 10px 20px;
    margin: 25px 0 30px;
  }
  .row-content-intro .column-intro-imprint-plus {
    padding: 0;
  }
  .row-content-intro.row-intro-imprint-plus {
    margin: 15px 0;
  }
  .content-text-left {
    padding: 8px 10px;
  }
  .content-name-badges {
    margin: 0;
  }
  .row-common {
    margin: 25px 0 15px;
  }
  .row-img-name-badges {
    margin: 15px 0;
  }
  #maincontent .sonesta-name .cms-block-banner .banner-content {
    padding-bottom: 20px;
  }
  #maincontent .sonesta-name .reusable-content .pagebuilder-column div[data-content-type='text'] p {
    letter-spacing: 0.5px;
  }
  #maincontent .sonesta-name .sonesta-brands .pagebuilder-column {
    padding: 0 15px;
    max-width: 50%;
  }
  .banner-industry-page,
  .sub-banner-industry-page {
    min-height: 345px;
  }
  .content-banner-industry {
    max-width: 33.333%;
  }
  .sub-content-industry {
    max-width: 100%;
    padding: 0;
  }
  .sub-banner-industry-page {
    margin-bottom: 50px;
    padding: 40px 10px;
  }
  .text-sub-banner {
    max-width: 33.333%;
  }
  .row-text-sub-heading {
    margin: 0 25px 0;
    padding: 0 15px 10px;
  }
  .content-text-industry {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
  }
  .content-sub-text-industry {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
  }
  .banner-text-industry {
    max-width: 55%;
  }
  .cms-page-view .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .cms-page-view .banner-content-right .pagebuilder-column {
    max-width: 60%;
    min-width: unset;
  }
  .cms-page-view .content-banner-industry.pagebuilder-column {
    min-width: unset;
  }
  .cms-page-view .pagebuilder-column {
    min-width: 100%;
  }
  .cms-page-view .pagebuilder-column figure {
    display: flex;
    justify-content: center;
  }
  .content-banner-industry-right .content-heading-industry {
    font-size: 32px;
  }
  .content-banner-industry {
    max-width: 60%;
  }
  .box-newsletter .action-tel {
    margin-left: 5px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  h1-xrlg,
  .h1-xlrg {
    line-height: 1.2;
  }
  h1-xrlg,
  .h1-xlrg {
    margin-bottom: 0.5rem;
  }
  .cms-center-element {
    margin: 0 auto;
  }
  .employee-recognition-program-img {
    border-width: 1px;
    border-radius: 10px;
    margin: 0 0 10px 0;
    padding: 10px 0;
  }
  .pagebuilder-column.round-corners div[data-content-type='text'] {
    align-self: center;
  }
  #maincontent .column.main .pb-shop-by-row .pb-shop-by-badges-row {
    margin-bottom: 0;
  }
  #maincontent .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge {
    flex-basis: calc(28%);
    width: calc(28%);
  }
  #maincontent .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge:nth-of-type(1n) {
    margin-right: 5px;
  }
  #maincontent .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge:nth-of-type(2n) {
    margin-left: 5px;
  }
  #maincontent .column.main .pagebuilder-column h6.pb-heading {
    font-size: 1.7rem;
  }
  #maincontent .column.main .pb-trendy-products-row .pagebuilder-column.pb-trendy-products {
    flex-basis: 50%;
  }
  #maincontent .column.main .pb-trendy-products-row .pagebuilder-column.pb-trendy-products.image-block figure {
    height: 100%;
  }
  #maincontent .column.main .pb-trendy-products-row .pagebuilder-column.pb-trendy-products.image-block figure img {
    height: 100%;
  }
  #maincontent .column.main .pb-trendy-products-row .pagebuilder-column.pb-trendy-products.color-block {
    text-align: center;
    padding: 25px 0;
  }
  #maincontent .column.main .pb-trendy-products-row .pagebuilder-column.pb-trendy-products.color-block h5 {
    font-size: 1.8rem;
  }
  #maincontent .column.main .pb-trendy-products-row .pagebuilder-column.pb-trendy-products.color-block div[data-content-type="text"] p {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0;
  }
  #maincontent .column.main .pb-mobile-header .button-section {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
  }
  #maincontent .column.main .pb-mobile-header .button-section .pagebuilder-button-secondary {
    margin: 0 10px 10px 0;
  }
  #maincontent .column.main .pb-mobile-header .pagebuilder-column h1 {
    font-size: 3rem;
  }
  #maincontent .column.main .pb-mobile-header .pagebuilder-column p {
    font-size: 1.8rem;
  }
  #maincontent .column.main .pb-carousel .slick-arrow {
    height: 25px;
    width: 25px;
  }
  #maincontent .column.main .pb-carousel .slick-arrow:before {
    font-size: 15px;
    padding-left: 3px;
  }
  #maincontent .column.main .pb-carousel .slick-arrow.slick-prev {
    left: -0.5rem;
  }
  #maincontent .column.main .pb-carousel .slick-arrow.slick-next {
    right: -0.5rem;
  }
  #maincontent .column.main .pb-shop-by-badges-row-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #maincontent .column.main .pb-shop-by-badges-row-mobile > .pagebuilder-column {
    flex-basis: 50%;
  }
  #maincontent .column.main .pb-shop-by-badges-row-mobile > .pagebuilder-column figure.logo-brand {
    opacity: 0.5;
  }
  #maincontent .column.main .pb-shop-by-badges-row-mobile > .pagebuilder-column figure.logo-brand:hover {
    opacity: 1;
  }
  #maincontent .column.main .pb-promo-badge .pagebuilder-column-group {
    display: flex;
    flex-direction: row;
  }
  #maincontent .column.main .pb-promo-badge .pagebuilder-column-group .pb-promo-badge__main-image {
    flex-basis: 50%;
    float: left;
    margin: 0;
    padding-left: 2rem;
    order: 2;
  }
  #maincontent .column.main .pb-promo-badge .pagebuilder-column-group .pb-promo-badge__text-block {
    order: 1;
    width: 50%;
    padding: 3rem 0;
    text-align: center;
  }
  #maincontent .column.main .pb-promo-badge .pagebuilder-column-group .pb-promo-badge__text-block * {
    text-align: center;
  }
  #maincontent .column.main .pb-promo-badge .pagebuilder-column-group .pb-promo-badge__text-block p {
    font-size: 2rem;
    line-height: 2rem;
  }
  #maincontent .column.main .pb-promo-badge .pagebuilder-column-group .pb-promo-badge__text-block h5 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #maincontent .column.main .pb-promo-badge .pagebuilder-column-group .pb-promo-badge__second-image {
    order: 3;
    width: 50%;
    flex-basis: 48%;
    float: right;
    margin: 0;
    padding-right: 2rem;
    justify-content: flex-end;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter img {
    width: 28vw;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter .content {
    min-height: auto;
    padding-top: 15vw;
    padding-bottom: 2rem;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe button {
    font-size: 1rem;
  }
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .navbar-expand-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .modal-popup.modal-slide.country-modal._show .modal-inner-wrap {
    width: 90%;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .country-switch-modal {
    height: 450px;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .country-switch-modal .instruction-title {
    font-size: 20px;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .country-switch-modal .country-goto-detected {
    padding-top: 20px;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .country-switch-modal .country-continue {
    padding-top: 20px;
    margin: 20px auto;
  }
  .country-modal .country-switch-modal > *:last-of-type {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -25px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 10px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print .block-requisition-management .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .order-references {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-references {
    margin-top: 25px;
  }
  .quote-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .filter-divider {
    display: none;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item {
    border-bottom: 1px solid #cccccc;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item:last-child {
    border-bottom: 0;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: 0;
  }
  .orderapprovals-purchaseorder-view .quote-status {
    float: none;
    margin: -10px 0 10px;
  }
  .order-actions-toolbar .action.block-requisition-list {
    float: none;
    margin-left: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    left: 0;
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before,
  .order-actions-toolbar .requisition-list-action.active .items:after {
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: 10px;
  }
  .orderapprovals-purchaseorder-index .order-links-block {
    text-align: left;
  }
  .purchase-order-references {
    margin-top: 25px;
  }
  .purchase-order-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links form {
    display: block;
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .company-profile-index .company-profile-shipping-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-shipping-methods .shipping-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'imprintplus';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'imprintplus';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .cms-page-view .tablet-s-1-column .pagebuilder-column,
  .blog-post-view .tablet-s-1-column .pagebuilder-column {
    min-width: 90%;
  }
  .cms-page-view .tablet-s-2-column .pagebuilder-column,
  .blog-post-view .tablet-s-2-column .pagebuilder-column {
    min-width: 50%;
  }
  .tablet-s-1-column .pagebuilder-column-group {
    justify-content: center;
  }
  [data-testid="form-component"] {
    padding-right: 0 !important;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .blog-page .page-wrapper .blog-banner {
    height: 218px;
  }
  .media .fotorama__nav__shaft {
    display: none;
  }
  .catalog-product-view .columns .column.main .product.media .gallery-placeholder {
    margin-bottom: 34px;
  }
  .catalog-product-view .price-as-configured {
    display: flex;
    flex-direction: column;
  }
  .main .comfort-banner .pagebuilder-column .title {
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 25px;
  }
  .block-second-banner .comfort-banner {
    min-height: 721px;
    padding: 55.6px 22px;
  }
  .block-second-banner .comfort-banner .banner-description .title {
    max-width: 226px;
  }
  .block-second-banner .comfort-banner .banner-description .content {
    margin-top: 42px;
    max-width: 295px;
    padding: 0;
  }
  .block-second-banner .comfort-banner .banner-description .button {
    margin-top: 17px;
  }
  .block-second-banner .comfort-banner .comfort-tag {
    margin: 98.26000000000001px 0 0 -11.06px;
    max-width: 215px;
  }
  .comfort-banner .banner-logo {
    margin-right: 22px;
    max-width: 108px;
    padding: 90.3px 0;
  }
  .comfort-banner .comfort-tags {
    padding: 21.94px 17.5px 21.94px 0;
  }
  .comfort-banner .comfort-tags .banner-tag p img {
    max-width: 175px;
  }
  .comfort-heading {
    margin: 57px 0 41.4px;
    padding-left: 20px;
  }
  .comfort-heading .title {
    font-size: 24px;
    letter-spacing: unset;
    line-height: 35px;
  }
  .comfort-heading-product {
    margin: 81.6px 0 33.5px;
  }
  .comfort-product-items .comfort-item {
    margin-bottom: 37px;
  }
  .comfort-product-items .comfort-item-name {
    margin: 11.42px 0 8px;
  }
  .comfort-product-items .comfort-item-image {
    height: auto;
    max-width: unset;
  }
  .cms-comfort-product {
    margin-bottom: 50px;
  }
  .brand-store-heading .title-brands {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 6px;
  }
  .brand-store-heading .short-text-brands {
    margin-bottom: 42px;
  }
  .brand-store-listing {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .brand-store-listing li {
    flex: 50%;
    padding: 0 7.5px 22px;
  }
  .coporate-store-container {
    margin-bottom: 14px;
    padding-bottom: 52px;
  }
  .coporate-store-container .view-all-store {
    text-align: center;
  }
  .list-brands-slider .slick-prev,
  .list-brands-slider .slick-next {
    margin-bottom: 11px;
  }
  .list-brands-slider .slick-dots {
    bottom: -6px;
  }
  .main .login-brand {
    margin-bottom: 29px;
    padding: 51px 8px 43px;
  }
  .main .login-brand .login-form {
    margin-bottom: 8px;
    padding: 0 22px 46px;
  }
  .main .login-brand .login-form .login-form-title {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 35px;
    margin-bottom: 15.5px;
    padding-bottom: 25.5px;
    text-align: center;
  }
  .main .login-brand .login-form .dont-account {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .main .login-brand .login-form .dont-account a {
    font-weight: 400;
  }
  .main .login-brand .login-find-store .login-find-title {
    margin-bottom: 8px;
    padding: 0 30px;
  }
  .main .login-brand .login-find-store .login-find-title p {
    font-size: 24px;
    line-height: 35px;
  }
  .main .login-brand .login-find-store .login-find-short {
    margin-bottom: 28px;
  }
  .main .login-brand .login-find-store .login-find-short p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
  }
  .customer-account-login .page-main {
    padding: 17px 0 30px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.email {
    margin-bottom: 14px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.password {
    margin-bottom: 29px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .actions-toolbar .secondary {
    padding-left: 11px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .actions-toolbar .secondary .action.remind {
    font-size: 14px;
  }
  .breadcrumb-log {
    margin-bottom: 54px;
  }
  .login-contact > div:first-child {
    margin-bottom: 6px;
  }
  .homepage-group-block .pagebuilder-button-primary {
    width: 200px;
  }
  .banner-col-mid .pagebuilder-button-primary {
    font-size: 17px;
  }
  .banner-col-mid .banner-title {
    font-size: 28px;
  }
  .description-under-title span {
    font-size: 15px;
  }
  .shop-badges .badges-col.pagebuilder-column {
    flex-basis: 50%;
    padding: 0 10px 40px;
  }
  .shop-badges .pagebuilder-column-group {
    padding: 0 10px;
  }
  .badges-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
  }
  .badges-content .heading {
    font-size: 15px;
  }
  .badges-content .price {
    font-size: 13px;
  }
  .badges-content .button-shop {
    width: auto;
  }
  .rate-block .rate-title {
    font-size: 24px;
  }
  .hot-topic-content > .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .hot-toptic-title {
    font-size: 18px;
    line-height: 22px;
  }
  .below-left-content {
    flex-basis: 65%;
    padding: 10px 5px 0;
    font-size: 16px;
  }
  .block-below .below-left .below-left-content .pagebuilder-button-link {
    padding: 0 20px 5px;
  }
  .see-our-sellect {
    padding: 150px 0 25px;
  }
  .homepage-group-block .badges-content .button-shop {
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 4px;
  }
  .hot-topics-banner-2 {
    padding-bottom: 5px;
  }
  .text-align-center.heading,
  .text-align-center.button-secondary-home {
    text-align: left;
  }
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group .column-media-secondary.first-column-media {
    display: none !important;
  }
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group .column-content-secondary .detail,
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group .column-content-secondary .contact-us {
    text-align: left;
  }
  #maincontent .column.main .banner-new-homepage .pagebuilder-column-group.column-padding-left {
    padding-left: 0;
  }
  .content-benefit .img-benefits {
    padding: 0 10px;
  }
  .column-come-work-with-us-left {
    padding: 10px 0 10px 40px;
  }
  .column-come-work-with-us-right {
    padding: 10px 0 10px 50px;
  }
  .row-intro-catalog .pagebuilder-column-group {
    justify-content: center;
  }
  .cms-page-view .row-intro-catalog .pagebuilder-column {
    min-width: 75%;
  }
  .cms-page-view .row-get-support .pagebuilder-column {
    min-width: 50%;
  }
  .banner-industry-page,
  .sub-banner-industry-page {
    min-height: 300px;
  }
  .content-banner-industry {
    max-width: 50%;
  }
  .text-sub-banner {
    max-width: 100%;
  }
  .cms-page-view .banner-content-right .pagebuilder-column {
    max-width: 75%;
  }
  .content-banner-industry {
    max-width: 75%;
  }
  .box-newsletter .action-tel {
    display: block;
    margin-left: 0;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter img {
    width: 35vw;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter .content {
    padding-top: 17vw;
  }
  .message.global.cookie .content-inner .btn-cookie-allow {
    top: 0;
    right: 42px;
  }
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .navbar-expand-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.3rem;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .cms-page-view .mobile-1-column .pagebuilder-column,
  .blog-post-view .mobile-1-column .pagebuilder-column,
  .cms-page-view .tablet-m-1-column .pagebuilder-column,
  .blog-post-view .tablet-m-1-column .pagebuilder-column,
  .cms-page-view .tablet-m-2-column .pagebuilder-column,
  .blog-post-view .tablet-m-2-column .pagebuilder-column,
  .cms-page-view .tablet-s-1-column .pagebuilder-column,
  .blog-post-view .tablet-s-1-column .pagebuilder-column,
  .cms-page-view .tablet-s-2-column .pagebuilder-column,
  .blog-post-view .tablet-s-2-column .pagebuilder-column,
  .cms-page-view .tablet-l-2-column .pagebuilder-column,
  .blog-post-view .tablet-l-2-column .pagebuilder-column,
  .cms-page-view .tablet-l-1-column .pagebuilder-column,
  .blog-post-view .tablet-l-1-column .pagebuilder-column {
    min-width: 100%;
  }
  .footer-mobile-upper p:nth-of-type(2) {
    max-width: 37%;
  }
  .footer-mobile-upper span {
    font-size: 18px;
  }
  .page-wrapper .page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap:after {
    margin-left: 10px;
  }
  .page-wrapper .page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p:nth-of-type(2) {
    margin-right: 10px;
  }
  .catalog-product-view .page-main .page-title-wrapper .page-title .base {
    font-size: 24px;
  }
  .catalog-product-view .column.main .product-info-main #product_addtocart_form .price-per-badge {
    letter-spacing: .15px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item:last-child .product-item-info .actions-toolbar {
    margin-bottom: 19px;
  }
  .catalog-category-view .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .cms-products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column h1 {
    letter-spacing: -.5px;
    line-height: 26px;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column h2 {
    font-size: 28px;
    letter-spacing: -.5px;
    line-height: 28px;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column h2.content-title {
    line-height: 26px;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact p,
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact a {
    font-size: 20px;
    letter-spacing: .15px;
    line-height: 25px;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact a {
    display: block;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-content .content-popup a {
    display: block;
  }
  #maincontent .column.main .cms-block-banner .pagebuilder-column.banner-content .content-detail p {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 20px;
  }
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column .content-title {
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 55px;
    font-weight: 900;
    padding: 0 0 6px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column .content-detail a,
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column .content-detail p {
    font-size: 16px;
  }
  #maincontent .column.main .cms-block-banner.best-choice-page .pagebuilder-column.banner-content .content-popup a {
    display: inline-block;
  }
  #maincontent .column.main .cms-block-popup .pagebuilder-column .brand-hotel p {
    font-size: 15px;
    letter-spacing: 0.0025em;
    line-height: 20px;
    margin-bottom: 0;
  }
  .cms-block .block-heading {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 41px;
  }
  .cms-block .block-media {
    margin-bottom: 21px;
  }
  .cms-block div.block-content.right {
    padding-left: 0;
  }
  .cms-block div.block-content .title {
    margin-bottom: 21px;
  }
  .cms-block-banner .banner-content {
    padding: 10px 20px 40px 27px;
  }
  .cms-block-banner .banner-content .content-title {
    padding: 10px 0 28px;
  }
  .cms-block-banner .banner-heading .heading {
    font-size: 28px;
    padding-left: 50%;
    padding-right: 0;
  }
  .cms-block-banner.best-western-page {
    margin-bottom: 65px;
  }
  .cms-block-banner.best-western-page .banner-content .content-title {
    margin-bottom: 30px;
  }
  .cms-block-banner.best-western-page .banner-content .content-detail {
    margin-bottom: 36px;
  }
  .cms-block-banner.best-western-page .banner-content .content-button {
    margin-bottom: 38px;
  }
  .cms-block-banner.best-western-page .banner-content .content-contact {
    margin-bottom: 45px;
  }
  .cms-block-banner.best-choice-page {
    margin-bottom: 26px;
  }
  .cms-block-banner.best-choice-page .banner-content {
    padding: 25px 17px 40px 16px;
  }
  .cms-block-banner.best-choice-page .banner-content .banner-partner {
    margin-bottom: 15px;
    padding-bottom: 21px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset.login .field {
    flex: 100%;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset.login .field.email {
    margin: 0 0 14px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .fieldset.login .field.password {
    margin: 0 0 38px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .content-button .primary.login {
    margin-right: 11px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .pagebuilder-button-link {
    max-width: 132px;
  }
  .cms-block-banner.best-choice-page .banner-content .form-login .banner-forgot {
    font-size: 14px;
  }
  .cms-block-popup .popup-content {
    max-height: calc(100% - 72px);
    max-width: calc(100% - 34px);
    padding: 29px 19px 19px;
  }
  .cms-block-popup .popup-content .popup-close-button {
    right: 19px;
    top: 21px;
  }
  .choice-hotel-corporate-store .heading {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 26px;
  }
  .choice-hotel-corporate-store .detail {
    margin-bottom: 40px;
  }
  .choice-hotel-corporate-store .choice-step {
    margin-bottom: 35px;
  }
  .choice-hotel-corporate-store .choice-step:last-child {
    margin-bottom: 28px;
  }
  .identification-products {
    margin-bottom: 94px;
  }
  .identification-products .heading {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 26px;
  }
  .identification-products .badge-product {
    margin-bottom: 18px;
  }
  .description-title {
    font-size: 24px !important;
  }
  .corporate-banner .pagebuilder-column .banner-description {
    letter-spacing: unset;
    line-height: 35px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  .corporate-banner .pagebuilder-column .content p {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 20px;
  }
  .corporate-banner {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 721px;
  }
  .corporate-banner .corporate-banner-top {
    min-height: 421px;
  }
  .corporate-banner .pagebuilder-column.banner-description {
    margin-top: -19px;
    min-height: 319px;
    padding: 25px 15px 50px 12px;
  }
  .corporate-banner .pagebuilder-column.banner-description .divider hr {
    margin: 12px 0 16px;
  }
  .corporate-banner .pagebuilder-column.banner-description .content {
    text-align: center;
  }
  .corporate-banner .pagebuilder-column.banner-description .button .pagebuilder-button-primary {
    margin-top: 18px;
  }
  .corporate-block-reason,
  .corporate-block-brand,
  .cms-block-introduce {
    padding: 0 15px;
  }
  .corporate-introduce {
    margin: 66px 0 55px;
    padding: 0;
  }
  .corporate-introduce .title {
    margin-bottom: 40px;
  }
  .corporate-introduce .content {
    padding: 0;
  }
  .corporate-brand {
    padding-left: 0;
  }
  .corporate-brand .content {
    margin-bottom: 40px;
  }
  .corporate-brands {
    padding: 0 14px;
  }
  .corporate-brands .list-brands-slider .slick-prev,
  .corporate-brands .list-brands-slider .slick-next {
    margin-bottom: 11px;
  }
  .corporate-block-reason {
    padding-right: 10px;
  }
  .corporate-reason {
    padding: 0 14px;
  }
  .corporate-reason .reason-image {
    max-width: 312px;
  }
  .reason-link-mobile p {
    max-width: 316px;
  }
  .content-benefit .img-benefits {
    padding: 0;
  }
  .pagebuilder-collage-content .content-text-banner {
    position: relative;
    top: 40px;
  }
  .button-support a.pagebuilder-button-primary {
    padding: 5px 10px;
    min-width: 115px;
  }
  .banner-industry-page {
    min-height: 265px;
  }
  .sub-banner-industry-page {
    min-height: 450px;
    padding: 10px 10px;
  }
  .content-banner-industry {
    max-width: 100%;
  }
  .banner-text-industry {
    max-width: 55%;
  }
  .content-sub-text-industry {
    line-height: 24px;
  }
  .cms-page-view .banner-content-right .pagebuilder-column {
    max-width: 100%;
    padding: 130px 10px 20px;
  }
  .content-banner-industry-right .banner-text-industry {
    max-width: 100%;
  }
  span.multisizes {
    font-size: 40px;
    left: 1%;
  }
  .pagebuilder-column.pagebuilder-column-slider {
    justify-content: center !important;
  }
  .pagebuilder-column.pagebuilder-column-slider .pagebuilder-slider {
    flex-direction: column;
    height: 60%;
    display: flex;
  }
  .cms-bamboo-name-badges .pagebuilder-banner-wrapper,
  .cms-foam-board-signs .pagebuilder-banner-wrapper {
    background-position: left center !important;
  }
}
@media only screen and (max-width: 319px) {
  .footer-mobile-upper-wrap:after {
    max-width: 0;
  }
  .footer-mobile-upper p:nth-of-type(2) {
    max-width: 88px;
  }
  .blog-banner .heading-title-blog {
    font-size: 36px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: rgba(0, 123, 255, 0.5);
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: rgba(0, 123, 255, 0.5);
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #0069d9;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: rgba(0, 123, 255, 0.5);
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .message.global.cookie .content-inner .btn-cookie-allow {
    top: 15px;
    right: 120px;
  }
  .employee-recognition-program-img {
    border-width: 1px;
    border-radius: 10px;
    margin-left: 20px;
    padding: 10px 0;
  }
  .container {
    max-width: 610px;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mr-sm-1 {
    margin-right: 0.25rem;
  }
  .mx-sm-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mr-sm-2 {
    margin-right: 0.5rem;
  }
  .mx-sm-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mr-sm-3 {
    margin-right: 1rem;
  }
  .mx-sm-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3 {
    margin-left: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mr-sm-4 {
    margin-right: 1.5rem;
  }
  .mx-sm-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4 {
    margin-left: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mr-sm-5 {
    margin-right: 3rem;
  }
  .mx-sm-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5 {
    margin-left: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pr-sm-1 {
    padding-right: 0.25rem;
  }
  .px-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pr-sm-2 {
    padding-right: 0.5rem;
  }
  .px-sm-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pr-sm-3 {
    padding-right: 1rem;
  }
  .px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3 {
    padding-left: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pr-sm-4 {
    padding-right: 1.5rem;
  }
  .px-sm-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4 {
    padding-left: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pr-sm-5 {
    padding-right: 3rem;
  }
  .px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5 {
    padding-left: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mr-sm-auto {
    margin-right: auto;
  }
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto {
    margin-left: auto;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .pagebuilder-card-badge .pb-card__wrapper .card__title {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  .pagebuilder-card-badge .pb-card__wrapper .pb-card__description {
    font-size: 2.0vw;
  }
  .pagebuilder-card-badge .pb-card__wrapper a.button.pagebuilder-button-primary.green-btn span {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
}
@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;
  }
  .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: rgba(0, 123, 255, 0.5);
  }
  .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;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-requisition-management:before,
  .block-requisition-management:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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 .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,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-requisition-management:after,
  .account .page-title-wrapper:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .checkout-cart-index .page-title-wrapper {
    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,
  .product-add-form .fieldset > .field,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .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,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    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 {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .checkout-cart-index .page-title-wrapper .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .checkout-cart-index .page-title-wrapper .action.clear,
  .checkout-cart-index .page-title-wrapper .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .checkout-cart-index .page-title-wrapper .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .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: 1536px;
    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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .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: rgba(0, 123, 255, 0.5);
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: rgba(0, 123, 255, 0.5);
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #0069d9;
    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: rgba(0, 123, 255, 0.5);
    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;
  }
  .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: 'imprintplus';
    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: 'imprintplus';
    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: rgba(0, 123, 255, 0.5);
    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: rgba(0, 123, 255, 0.5);
    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;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .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: 600px;
  }
  .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 {
    text-align: right;
  }
  .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 .print {
    float: right;
    padding-left: 25px;
    padding-right: 0;
  }
  .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 5px;
    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: 700;
  }
  .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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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;
    content: '\e618';
    font-family: 'imprintplus';
    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: #0069d9;
    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
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .my-orders-search-advanced .field-50 {
    float: left;
    position: relative;
    width: 48%;
  }
  .my-orders-search-advanced .field-50:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .my-orders-search-advanced .field-50:nth-child(even) {
    margin-left: 2%;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .purchaseorder-purchaseorder-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .purchaseorder-purchaseorder-view .purchase-order-status {
    margin-top: .7rem;
  }
  .purchase-order-totals-wrap .purchase-order-totals {
    float: right;
    width: 55%;
  }
  .multiple-skus-item .field.qty .label {
    visibility: hidden;
  }
  .account .toolbar .limiter {
    float: right;
  }
  .purchaseorder-actions-toolbar {
    float: right;
  }
  .col-150-max {
    max-width: 150px;
  }
  .form-create-purchase-order-rule .field .control {
    max-width: 500px;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control {
    display: flex;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control > .control {
    max-width: 46%;
    width: 100%;
  }
  .form-create-purchase-order-rule .field-condition-order-total .additional {
    margin-left: 10px;
    margin-top: 0;
  }
  .form-create-purchase-order-rule .field-tooltip-content {
    width: 458px;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'imprintplus';
    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: inherit;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .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: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .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.8%;
  }
  .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: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    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 .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    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;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'imprintplus';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .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;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
    width: 100%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block.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;
  }
  .page-header .customer-portal {
    display: inline-block;
    position: relative;
  }
  .page-header .customer-portal:before,
  .page-header .customer-portal:after {
    content: '';
    display: table;
  }
  .page-header .customer-portal:after {
    clear: both;
  }
  .page-header .customer-portal .action {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .page-header .customer-portal .action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .customer-portal .action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'imprintplus';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .customer-portal .action:hover:after {
    color: inherit;
  }
  .page-header .customer-portal .action:active:after {
    color: inherit;
  }
  .page-header .customer-portal .action.active {
    display: inline-block;
    text-decoration: none;
  }
  .page-header .customer-portal .action.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .customer-portal .action.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'imprintplus';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .customer-portal .action.active:hover:after {
    color: inherit;
  }
  .page-header .customer-portal .action.active:active:after {
    color: inherit;
  }
  .page-header .customer-portal ul.dropdown-options {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 370px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .page-header .customer-portal ul.dropdown-options li {
    margin: 0;
    padding: 24px;
  }
  .page-header .customer-portal ul.dropdown-options li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .page-header .customer-portal ul.dropdown-options:before,
  .page-header .customer-portal ul.dropdown-options:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .page-header .customer-portal ul.dropdown-options:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .page-header .customer-portal ul.dropdown-options:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .page-header .customer-portal ul.dropdown-options:before {
    right: 10px;
    top: -12px;
  }
  .page-header .customer-portal ul.dropdown-options:after {
    right: 9px;
    top: -14px;
  }
  .page-header .customer-portal.active {
    overflow: visible;
  }
  .page-header .customer-portal.active ul.dropdown-options {
    display: block;
  }
  .page-header .tablet-desktop-header-links .mobile-only {
    display: none !important;
  }
  .page-header .tablet-desktop-header-links .pagebuilder-button-primary {
    background: none !important;
    border: 1px solid #000000 !important;
    color: #000000;
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
    text-wrap: nowrap;
    min-width: 135px;
  }
  .page-header .tablet-desktop-header-links .pagebuilder-button-primary:after {
    font-size: 16px;
    font-family: 'imprintplus';
    content: "\e900";
    color: #000000 !important;
    position: relative;
    float: right;
    margin-left: 10px;
  }
  .page-header .tablet-desktop-header-links .pagebuilder-button-primary span {
    font-size: 18px;
    font-weight: 700;
    min-width: 116px;
    line-height: 18px;
    float: left;
  }
  .page-header .tablet-desktop-header-links .pagebuilder-button-primary:hover {
    background-color: #ffffff !important;
    border: 1px solid #679f16 !important;
    color: #679f16 !important;
    cursor: pointer;
  }
  .page-header .tablet-desktop-header-links .pagebuilder-button-primary:hover::after {
    color: #679f16 !important;
  }
  .page-header .tablet-desktop-header-links .menu li a.account-link:hover,
  .page-header .tablet-desktop-header-links .menu li a.portal-link:hover {
    color: #679f16;
  }
  .page-header .tablet-desktop-header-links .menu li a.account-link:hover span,
  .page-header .tablet-desktop-header-links .menu li a.portal-link:hover span {
    color: #679f16;
  }
  .page-header .main-menu {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .page-header .main-menu .main-menu__list {
    display: flex;
    gap: 2%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
  }
  .page-header a {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
  }
  .page-header a:hover {
    color: #679f16;
  }
  .page-header a:visited,
  .page-header a:hover {
    text-decoration: none;
  }
  .page-header .header.content {
    display: grid;
    grid-template-columns: 4% 13% 34% 46%;
    grid-template-rows: 60px 20px;
    margin-top: 5px;
  }
  .page-header .header.content .logo-header {
    margin-top: 20px;
  }
  .page-header .header.content:before,
  .page-header .header.content:after {
    display: none;
  }
  .page-header .header.content .logo-header {
    grid-column: 2;
    grid-row: 1;
  }
  .page-header .header.content .navbar-toggle {
    grid-column: 1;
  }
  .page-header .header.content .minicart-wrapper {
    grid-row: 1;
    grid-column: 5;
  }
  .page-header .header.content .block.block-search {
    grid-column: 3;
    grid-row: 1;
    width: auto;
  }
  .page-header .header.content .header.panel {
    grid-column: 4;
    grid-row: 1;
    padding-right: 0;
    width: 100%;
  }
  .page-header .header.content .collapse.navbar-collapse {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .page-header .header.content .block-search {
    padding-left: 40px;
  }
  .page-header .header.content .tablet-desktop-header-links .menu {
    float: right;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.portal-link {
    padding-right: 0;
  }
  .page-header .header.content .tablet-desktop-header-links .action span {
    display: none;
  }
  .top-menu-us__list {
    list-style: none;
    display: none;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
    padding-top: 11px;
    float: right;
  }
  .top-menu-us__list a h3 {
    text-wrap: nowrap;
    font-size: 14px;
    font-weight: 400;
  }
  footer.page-footer {
    padding: 0;
  }
  footer.page-footer .footer.content {
    display: none;
  }
  footer.page-footer .icon-imprintplus {
    font-size: 64px;
  }
  footer.page-footer .footer-desktop-wrapper {
    max-width: 1536px;
    margin: 0 auto;
  }
  footer.page-footer .footer-desktop-wrapper .block-content-inner .menu {
    padding: 0;
  }
  footer.page-footer .footer-desktop-wrapper .white-hyperlink {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 40px;
  }
  footer.page-footer .footer-desktop-wrapper .white-hyperlink .icon-call-center {
    font-size: 64px;
    display: inline-block;
    margin-left: 40px;
    margin-right: 20px;
  }
  footer.page-footer .footer-desktop-wrapper .white-hyperlink h3 {
    color: #ffffff !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    display: inline-block;
  }
  footer.page-footer .footer-desktop-wrapper .white-hyperlink a {
    color: #ffffff !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    text-decoration-line: underline;
  }
  footer.page-footer .block {
    margin-bottom: 0px;
  }
  footer.page-footer .footer-menu {
    padding: 25px 0;
  }
  footer.page-footer .footer-menu > ul {
    max-width: 1680px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    padding-left: 0;
    flex-wrap: wrap;
  }
  footer.page-footer .footer-menu > ul > li {
    margin-bottom: 0;
    padding: 20px 0;
    width: 212px;
  }
  footer.page-footer .footer-menu > ul h4 {
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 14px;
    color: #000000;
  }
  footer.page-footer .footer-menu > ul ul li {
    margin-bottom: 8px;
  }
  footer.page-footer .footer-menu > ul ul li a {
    color: #000000;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 35px;
  }
  footer.page-footer .footer-menu > ul ul li a:hover,
  footer.page-footer .footer-menu > ul ul li .alink:hover {
    color: #000000 !important;
    text-decoration: none !important;
    opacity: 0.77;
  }
  body #main-menu-close {
    top: 10px;
  }
  ul.main-menu__list {
    margin: 0 0 0 -20px;
  }
  .page-header .header.content nav.main-menu .top-menu-us__list,
  .page-header .header.content nav.main-menu .tablet-desktop-header-links,
  .page-header .header.content nav.main-menu .contact-us {
    display: none;
  }
  .cms-new-home .solutions .shop-our-popular__link > div,
  .cms-index-index .solutions .shop-our-popular__link > div {
    position: absolute;
    bottom: 40px !important;
    left: 20px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .beyond,
  .cms-index-index.page-layout-1column #maincontent .column.main .beyond {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .info-bar,
  .cms-index-index.page-layout-1column #maincontent .column.main .info-bar {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .solutions,
  .cms-index-index.page-layout-1column #maincontent .column.main .solutions {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .products,
  .cms-index-index.page-layout-1column #maincontent .column.main .products {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .products .row-full-width-inner,
  .cms-index-index.page-layout-1column #maincontent .column.main .products .row-full-width-inner {
    margin-top: 32px;
    margin-bottom: 60px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .reviews .row-full-width-inner,
  .cms-index-index.page-layout-1column #maincontent .column.main .reviews .row-full-width-inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .badge,
  .cms-index-index.page-layout-1column #maincontent .column.main .badge {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .tailored,
  .cms-index-index.page-layout-1column #maincontent .column.main .tailored {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .why,
  .cms-index-index.page-layout-1column #maincontent .column.main .why {
    margin-top: 120px;
    margin-bottom: 32px;
  }
  .cms-new-home .products .product-item,
  .cms-index-index .products .product-item {
    width: 354px;
  }
  .cms-new-home .products .slick-track,
  .cms-index-index .products .slick-track {
    padding-right: 90px;
  }
  .cms-new-home .products .slick-list,
  .cms-index-index .products .slick-list {
    padding: 0 70px 0 20px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main,
  .cms-index-index.page-layout-1column #maincontent .column.main {
    max-width: none;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='full-width'] > div,
  .cms-index-index.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='full-width'] > div,
  .cms-new-home.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] > div,
  .cms-index-index.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] > div {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='full-width'] .why,
  .cms-index-index.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='full-width'] .why,
  .cms-new-home.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] .why,
  .cms-index-index.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] .why {
    padding: 18% 6% !important;
    border-radius: 10px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .reviews[data-appearance='full-width'] .row-full-width-inner,
  .cms-index-index.page-layout-1column #maincontent .column.main .reviews[data-appearance='full-width'] .row-full-width-inner {
    margin: 120px auto;
  }
  .cms-new-home .tailored .industry-menu__list,
  .cms-index-index .tailored .industry-menu__list {
    padding: 0 10%;
  }
  .cms-new-home .tailored .industry-menu__list .industry-menu__item,
  .cms-index-index .tailored .industry-menu__list .industry-menu__item {
    flex: 1 1 50%;
  }
  .cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3,
  .cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 {
    margin-left: 30px;
    margin-top: 10px;
    height: auto;
  }
  .cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 span:before,
  .cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 span:before {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .cms-new-home .tailored .industry-menu__list h2,
  .cms-index-index .tailored .industry-menu__list h2 {
    padding-top: 0;
  }
  .cms-new-home .solutions .shop-our-popular__item,
  .cms-index-index .solutions .shop-our-popular__item {
    flex-basis: 50%;
  }
  .cms-new-home .solutions .shop-our-popular__item .shop-our-popular__link,
  .cms-index-index .solutions .shop-our-popular__item .shop-our-popular__link {
    max-width: 500px;
    margin: 0 auto;
  }
  .cms-new-home .products,
  .cms-index-index .products,
  .cms-new-home .portal,
  .cms-index-index .portal,
  .cms-new-home .reviews,
  .cms-index-index .reviews {
    padding: 0 20px;
  }
  .cms-new-home .portal,
  .cms-index-index .portal {
    padding-right: 0;
  }
  .cms-new-home .why,
  .cms-index-index .why {
    padding-left: 20px;
    background-size: contain;
    padding-top: 10%;
  }
  .cms-new-home .why .pagebuilder-column,
  .cms-index-index .why .pagebuilder-column {
    width: 50% !important;
  }
  .cms-new-home .beyond .row-full-width-inner,
  .cms-index-index .beyond .row-full-width-inner {
    margin-top: 0 !important;
  }
  .cms-new-home .beyond .pagebuilder-column-line,
  .cms-index-index .beyond .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  .cms-new-home .beyond div.pagebuilder-column,
  .cms-index-index .beyond div.pagebuilder-column {
    width: 100% !important;
  }
  .cms-new-home .beyond div.pagebuilder-column.content,
  .cms-index-index .beyond div.pagebuilder-column.content {
    width: 100% !important;
    margin-top: 40px !important;
  }
  .cms-new-home .beyond div.pagebuilder-column.content .h1 p,
  .cms-index-index .beyond div.pagebuilder-column.content .h1 p {
    font-size: 40px;
    line-height: 28px;
    padding: 5px 0;
  }
  .cms-new-home .beyond div.pagebuilder-column.content h1,
  .cms-index-index .beyond div.pagebuilder-column.content h1 {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    padding: 24px 0;
  }
  .cms-new-home .beyond div.pagebuilder-column.content p,
  .cms-index-index .beyond div.pagebuilder-column.content p {
    padding: 6px 0 !important;
  }
  .cms-new-home .beyond .badges,
  .cms-index-index .beyond .badges,
  .cms-new-home .beyond .quote,
  .cms-index-index .beyond .quote {
    position: relative;
    top: -5px;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .info-bar .row-full-width-inner,
  .cms-index-index.page-layout-1column #maincontent .column.main .info-bar .row-full-width-inner {
    margin: 20px auto !important;
  }
  .cms-new-home.page-layout-1column #maincontent .column.main .info-bar .pagebuilder-column-line,
  .cms-index-index.page-layout-1column #maincontent .column.main .info-bar .pagebuilder-column-line {
    padding: 0;
  }
  .cms-new-home .portal,
  .cms-index-index .portal {
    justify-content: center !important;
    margin-bottom: 0 !important;
  }
  .cms-new-home .portal .pagebuilder-column:not(.content),
  .cms-index-index .portal .pagebuilder-column:not(.content) {
    position: relative;
    overflow: hidden;
  }
  .cms-new-home .portal .pagebuilder-column:not(.content) figure,
  .cms-index-index .portal .pagebuilder-column:not(.content) figure {
    position: absolute;
    right: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    animation: scroll 15s linear infinite alternate;
  }
  .cms-new-home .portal .pagebuilder-column:not(.content) figure .pagebuilder-mobile-hidden,
  .cms-index-index .portal .pagebuilder-column:not(.content) figure .pagebuilder-mobile-hidden,
  .cms-new-home .portal .pagebuilder-column:not(.content) figure .pagebuilder-mobile-only,
  .cms-index-index .portal .pagebuilder-column:not(.content) figure .pagebuilder-mobile-only {
    display: block !important;
  }
  @keyframes scroll {
    0% {
      transform: translateY(-3%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .cms-new-home .reviews,
  .cms-index-index .reviews {
    padding: 0 20px;
  }
  .cms-new-home .reviews .reviews-menu,
  .cms-index-index .reviews .reviews-menu {
    padding: 0;
  }
  .cms-new-home .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line,
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .cms-new-home .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column,
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column {
    width: auto !important;
  }
  .cms-new-home .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:first-child,
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:first-child {
    width: 100% !important;
  }
  .cms-new-home .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:last-child,
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:last-child {
    margin-left: auto;
  }
  .cms-new-home .reviews .slick-list,
  .cms-index-index .reviews .slick-list {
    padding-left: 0;
    padding-right: 15%;
  }
  .cms-new-home .reviews .slick-list .slick-slide,
  .cms-index-index .reviews .slick-list .slick-slide {
    margin-right: 20px;
  }
  .cms-new-home .reviews .slick-track,
  .cms-index-index .reviews .slick-track {
    padding-right: 15%;
    gap: 0;
  }
  .cms-new-home .badge,
  .cms-index-index .badge {
    border-radius: 15px;
    margin: 120px auto;
    margin-bottom: 120px !important;
  }
  .cms-new-home .badge .content,
  .cms-index-index .badge .content {
    width: 70% !important;
  }
  .slick-initialized .slick-slide {
    visibility: hidden;
  }
  .slick-list .slick-track {
    gap: 20px;
  }
  .slick-list .slick-active,
  .slick-list .slick-active + .slick-slide,
  .slick-list .slick-active + .slick-slide + .slick-slide {
    visibility: visible;
  }
  .slick-initialized li:first-child {
    visibility: unset;
  }
  .cms-page-view .tablet-l-2-column .pagebuilder-column,
  .blog-post-view .tablet-l-2-column .pagebuilder-column {
    min-width: 50%;
  }
  .cms-page-view .tablet-l-1-column .pagebuilder-column,
  .blog-post-view .tablet-l-1-column .pagebuilder-column {
    min-width: 100%;
    align-items: center;
  }
  .cms-page-view .row-l-img-left .pagebuilder-column,
  .blog-post-view .row-l-img-left .pagebuilder-column,
  .cms-page-view .row-l-img-right .pagebuilder-column,
  .blog-post-view .row-l-img-right .pagebuilder-column {
    min-width: 100%;
  }
  .row-l-img-left .pagebuilder-column-group {
    flex-flow: column;
  }
  .row-l-img-right .pagebuilder-column-group {
    flex-flow: column-reverse;
  }
  .row-subheading {
    padding: 15px 0 0;
    margin: 0 0 10px;
  }
  .row-subheading.subheading-plus {
    margin-top: 40px;
  }
  .blog-page.page-layout-2columns-right .column.main {
    width: 75%;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional {
    width: 25%;
  }
  .blog-page.blog-index-index .breadcrumbs {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .catalog-product-view .page-title-wrapper .page-title .base {
    font-size: 40px;
  }
  .catalog-product-view .columns .column.main .product.media .gallery-placeholder {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
  }
  .catalog-product-view .columns .column.main .product-info-main {
    margin: 0 auto 30px;
  }
  .catalog-product-view .column.main .product.media .attribute.description hr {
    margin: 22px 0;
  }
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
    margin: 0 auto;
  }
  .catalog-product-view .column.main .attribute.description-mobile {
    margin-top: 32px;
  }
  .catalog-product-view .column.main .attribute.description-mobile h2 {
    margin-bottom: 15px;
  }
  .catalog-product-view .column.main .product-info-main #product_addtocart_form .price {
    letter-spacing: unset;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-details .product-item-name {
    margin: 18px 0 14px 0;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .actions-toolbar {
    margin-bottom: 37px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .title h1 {
    margin-bottom: 56px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items {
    flex-wrap: wrap;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item {
    width: 100%;
    max-width: 733px;
  }
  .page-layout-product-full-width .block.related,
  .page-layout-product-full-width .block.upsell {
    margin-top: 31px;
  }
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    display: flex;
  }
  .catalog-category-view .columns .column.main,
  .catalogsearch-result-index .columns .column.main {
    margin-left: 10px;
  }
  .catalog-category-view .columns .column.main .block-static-block .pagebuilder-column-group .first-column-spacing,
  .catalogsearch-result-index .columns .column.main .block-static-block .pagebuilder-column-group .first-column-spacing {
    padding-right: 20px;
  }
  .catalog-category-view .columns .column.main .block-static-block .pagebuilder-column-group .last-column-spacing,
  .catalogsearch-result-index .columns .column.main .block-static-block .pagebuilder-column-group .last-column-spacing {
    padding-left: 20px;
  }
  .catalog-category-view .columns .sidebar.sidebar-main,
  .catalogsearch-result-index .columns .sidebar.sidebar-main {
    padding-right: 0;
  }
  .catalog-category-view .sidebar .block.filter .filter-content .filter-options,
  .catalogsearch-result-index .sidebar .block.filter .filter-content .filter-options {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .sidebar .block.filter .filter-content .filter-options .filter-options-item,
  .catalogsearch-result-index .sidebar .block.filter .filter-content .filter-options .filter-options-item {
    width: auto;
  }
  .catalog-category-view .sidebar .block.filter .filter-content .filter-current .items,
  .catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items {
    flex-direction: row;
  }
  .catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item,
  .catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item {
    border-left: 1px solid #dddddd;
    padding: 0 20px;
    text-align: unset;
  }
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .catalog-category-view .products-grid .product-items .product-item,
  .catalogsearch-result-index .products-grid .product-items .product-item {
    margin: 0;
    padding: 10px;
    width: 50%;
  }
  .catalog-category-view .products-grid .product-items::after,
  .catalogsearch-result-index .products-grid .product-items::after {
    content: '';
    width: 50%;
  }
  .catalog-category-view.category-gallery .products-grid .product-items,
  .catalogsearch-result-index.category-gallery .products-grid .product-items {
    justify-content: space-evenly;
  }
  .catalog-category-view.category-gallery .products-grid .product-items .product-item,
  .catalogsearch-result-index.category-gallery .products-grid .product-items .product-item {
    margin-bottom: 30px;
    width: calc(33.33333333%);
  }
  .cms-products .products-banner .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding: 30px 65px;
  }
  .cms-products .products-banner .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h1 {
    font-size: 46px;
    font-weight: 500;
  }
  .catalog-category-view .filter-modal .items,
  .catalogsearch-result-index .filter-modal .items,
  .cms-products .filter-modal .items {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .filter-modal .items .item,
  .catalogsearch-result-index .filter-modal .items .item,
  .cms-products .filter-modal .items .item {
    width: 50%;
  }
  .catalog-category-view .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .cms-products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  .catalog-product-view .product-help-link {
    text-align: right;
    padding: 0 40px;
    margin: 10px auto;
  }
  .catalog-product-view .column.main .product-info-main {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 40px 0;
    margin: 0;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item {
    width: 100%;
  }
  .catalog-product-view #maincontent .columns .column.main {
    padding: 0 20px;
  }
  .catalog-product-view #trustpilot-widget-trustbox-1-wrapper {
    padding: 10px 20px 0;
    overflow: unset;
  }
  .catalog-product-view #trustpilot-widget-trustbox-0-wrapper {
    margin-bottom: 30px;
  }
  .catalog-product-view .pdp-free-shipping-message .pdp-shipping-message-title {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .catalog-product-view .success-popup._inner-scroll {
    width: 630px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .upsell-product-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-photo .product-image-container {
    width: 140px !important;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-details .product-item-link {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-details .product-item-price {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .opc-sidebar {
    margin: 0 0 20px;
  }
  .opc-block-summary {
    padding-top: 0;
    background: #ffffff;
  }
  .opc-block-summary .minicart-items-wrapper {
    margin: 0;
    max-height: unset;
  }
  .checkout-index-index .column:not(.sidebar-main) form .actions-toolbar {
    margin-left: 0;
  }
  .checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  .checkout-index-index .columns .column.main .fieldset .field.street .sub-label-note {
    padding-top: 6px;
  }
  .modals-wrapper .modal-podalopup.modal-slide.billingValidationModal .modal-inner-wrap {
    width: auto;
  }
  .checkout-onepage-success .checkout-totals {
    display: block;
    position: relative;
    margin-top: -60px;
    margin-bottom: -100px;
    border: 1px solid #dddddd;
    float: right;
    width: 300px;
    padding: 15px;
  }
  .checkout-onepage-success .checkout-totals h2 {
    text-align: center;
  }
  .checkout-onepage-success .checkout-totals .mark {
    background: none;
  }
  .checkout-cart-index .page-wrapper .page-title-wrapper {
    width: 100%;
  }
  .choice-hotel-corporate-store > .pagebuilder-column-group .choice-step {
    flex: calc(33% - 18px);
    padding-left: 9px;
    padding-right: 9px;
  }
  .choice-hotel-corporate-store > .pagebuilder-column-group .choice-step:first-child {
    padding-left: 0;
    padding-right: 18px;
  }
  .choice-hotel-corporate-store > .pagebuilder-column-group .choice-step:first-child .step-detail {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .choice-hotel-corporate-store > .pagebuilder-column-group .choice-step:last-child {
    padding-left: 18px;
    padding-right: 0;
  }
  .best-western-page {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .cms-block .has-video .video .pagebuilder-video-container {
    min-height: 320px;
  }
  .identification-products {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .identification-products .heading {
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 51px;
  }
  .identification-products .pagebuilder-mobile-only {
    display: none;
  }
  .identification-products .list-badge-products .slick-active img {
    padding: 0 7.5px;
  }
  .cms-block-banner {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  .cms-block-banner .logo-banner + .pagebuilder-column-group {
    padding-bottom: 25px;
    padding-top: 64px;
    width: 100%;
  }
  .cms-block-banner .background .pagebuilder-banner-wrapper {
    padding: 0;
  }
  .cms-block-banner .banner-content {
    position: relative;
    z-index: 4;
  }
  .corporate-block-reason,
  .corporate-block-brand,
  .cms-block-introduce {
    padding: 0 15px;
  }
  .pagebuilder-mobile-only {
    display: none;
  }
  .block-first-banner,
  .block-second-banner {
    padding: 0 20px;
  }
  .block-first-banner .pagebuilder-column-line,
  .block-second-banner .pagebuilder-column-line {
    display: flex;
  }
  .comfort-banner .banner-logo {
    max-width: 32%;
  }
  .comfort-banner .comfort-tags .banner-tag {
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
  }
  .comfort-banner .comfort-tags .banner-tag p:last-child {
    margin-top: 0;
  }
  .comfort-banner .banner-description .title {
    font-size: 37px;
    letter-spacing: 1.85px;
    line-height: 40px;
    max-width: 380px;
  }
  .comfort-banner .comfort-tags .banner-tag p:last-child {
    margin-left: 21px;
  }
  .block-second-banner .comfort-banner .banner-description {
    max-width: 370px;
  }
  .block-second-banner .comfort-banner .banner-description .title {
    margin-left: 4px;
  }
  .block-second-banner .comfort-banner .banner-description .button {
    margin: 26px 0 0 15.5px;
  }
  .block-second-banner .comfort-banner .banner-description .button > .pagebuilder-button-primary:hover {
    background: #3e703d;
    color: #ffffff;
  }
  .block-second-banner .comfort-banner .comfort-tag {
    margin: 25.4px 0 0 25px;
    max-width: 340px;
  }
  .comfort-product-items .comfort-item {
    max-width: 42.63%;
  }
  .brand-store-heading .title-brands {
    margin-bottom: 28px;
  }
  .brand-store-heading .short-text-brands {
    margin-bottom: 0;
  }
  .brand-store-listing {
    margin-left: -17px;
    margin-right: -17px;
  }
  .brand-store-listing li {
    flex: 33%;
    padding: 0 17px 38px;
  }
  .list-brands-slider .slick-prev,
  .list-brands-slider .slick-next {
    margin-bottom: 14px;
  }
  .login-brand {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-bottom: 71px;
    padding: 65px 23px 42px 34px;
  }
  .login-brand .login-form {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 28px;
    padding-bottom: 41px;
  }
  .login-brand .login-form .login-form-title {
    margin-bottom: 26.5px;
    padding-bottom: 24px;
  }
  .login-brand .login-form .dont-account {
    margin-bottom: 23px;
  }
  .login-brand .login-form .dont-account a {
    font-weight: 500;
  }
  .login-brand .login-find-store .login-find-title {
    margin-bottom: 11px;
  }
  .login-brand .login-find-store .login-find-short {
    margin: 0 auto 27px;
    max-width: 600px;
  }
  .customer-account-login .page-main {
    padding-bottom: 52px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .actions-toolbar .secondary {
    padding-left: 20px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .actions-toolbar .secondary .action.remind {
    font-size: 16px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.email,
  .customer-account-login .columns .column.main .login-brand .fieldset .field.password {
    margin-bottom: 24px;
  }
  .breadcrumb-log {
    margin-bottom: 62px;
  }
  .login-contact > div:first-child {
    margin-bottom: 17px;
  }
  .homepage-banner .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .banner-col-left {
    flex-basis: 70%;
  }
  .banner-col-mid {
    flex-basis: 100%;
    order: 1;
    padding: 20px 0;
  }
  .banner-col-right {
    flex-basis: 30%;
  }
  .slick-slide .pagebuilder-mobile-only {
    display: none;
  }
  .box-above-right {
    padding: 0 15px;
  }
  .hot-toptic-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }
  .block-below .below-left {
    flex-basis: 50%;
  }
  .block-below .below-left .pagebuilder-button-link {
    margin: 0;
  }
  .block-below .below-right {
    flex-basis: 50%;
  }
  .below-left-content {
    flex-basis: 170px;
    padding: 103px 5px;
    font-size: 16px;
  }
  .see-our-sellect {
    padding: 280px 0 25px;
    text-align: center;
  }
  .reorder-supplies {
    padding: 30px 0 30px;
    text-align: center;
  }
  .our-client-top-content > .pagebuilder-column-group .pagebuilder-column {
    flex-basis: calc(14.28571429%);
  }
  .pagebuilder-banner-wrapper {
    padding: 80px;
    min-height: 482px;
    display: flex;
  }
  .pagebuilder-banner-wrapper .secondary-button {
    margin-right: 30px;
  }
  .cms-index-index .icons-row {
    display: flex;
  }
  .cms-index-index .icons-row .pagebuilder-column {
    flex-basis: auto;
  }
  .cms-index-index .icons-row .pagebuilder-column .icon a {
    text-decoration: none;
    color: #555555;
  }
  .cms-index-index .icons-row .pagebuilder-column .icon a:visited {
    color: #555555;
  }
  .cms-index-index .icons-row .pagebuilder-column .icon a:hover {
    color: #555555;
  }
  .cms-index-index .icons-row .pagebuilder-column .icon a:focus {
    color: #555555;
  }
  .cms-index-index .icons-row .pagebuilder-column .icon a:active {
    color: #555555;
  }
  .cms-index-index .icons-row .pagebuilder-column .icon a:before {
    content: '';
    display: block;
    width: 69px;
    height: 40px;
    background-size: 69px 40px;
    background-repeat: no-repeat;
    margin: 0 auto 15px;
  }
  .cms-index-index .icons-row .pagebuilder-column .icon.badges-icon a:before {
    background-image: url('..//images/badges.svg');
  }
  .cms-index-index .icons-row .pagebuilder-column .icon.signs-icon a:before {
    background-image: url('..//images/signs.svg');
  }
  .cms-index-index .icons-row .pagebuilder-column .icon.accessories-icon a:before {
    background-image: url('..//images/accessories.svg');
  }
  .cms-index-index .icons-row .pagebuilder-column .icon.design-tools-icon a:before {
    background-image: url('..//images/design-tools.svg');
  }
  .cms-index-index .icons-row .pagebuilder-column .icon.safety-icon a:before {
    background-image: url('..//images/safety-products.svg');
  }
  .cms-index-index .home-section.section-products .pagebuilder-column-group {
    flex-wrap: unset;
  }
  .cms-index-index .home-section.section-products .pagebuilder-column-group .pagebuilder-column {
    justify-content: space-between;
  }
  .cms-index-index .home-section.section-products .pagebuilder-column-group .pagebuilder-column figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .cms-index-index .home-section.section-products .pagebuilder-column:not(:first-of-type) {
    border-top: none;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group {
    flex-wrap: unset;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column {
    width: 20%;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure {
    max-height: 169px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure img {
    max-height: 169px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type {
    width: 60%;
    padding-bottom: 10px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div {
    padding: 15px;
    overflow: unset;
    min-height: 169px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div p:last-of-type {
    margin-bottom: 0;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div img {
    right: 8px;
    bottom: 0;
    margin-top: -10px;
    width: 195px;
  }
  .cms-index-index .home-section.section-footer.signs-footer .pagebuilder-column-group {
    justify-content: center;
  }
  .cms-index-index .home-section.section-footer.signs-footer .pagebuilder-column-group .pagebuilder-column:last-of-type img {
    right: 8px;
    bottom: 0;
    width: 165px;
  }
  .success-stories-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .success-stories-wrapper h1 {
    max-width: 390px;
  }
  .success-stories-wrapper .slick-arrow {
    top: 310px;
  }
  .success-stories-wrapper .slick-arrow.slick-prev {
    left: 8%;
  }
  .success-stories-wrapper .slick-arrow.slick-next {
    right: unset;
    left: 29%;
  }
  .success-stories-wrapper .slick-dots {
    top: 302px;
    left: 20%;
    width: auto;
  }
  .success-stories-wrapper .testimonial {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .success-stories-wrapper .testimonial .testimonial-image {
    width: 40%;
  }
  .success-stories-wrapper .testimonial .testimonial-image img {
    height: 250px;
  }
  .success-stories-wrapper .testimonial .testimonial-copy {
    width: 50%;
  }
  .success-stories-wrapper .testimonial .testimonial-copy .testimonial-quote-wrapper .testimonial-text {
    line-height: 35px;
  }
  .success-stories-wrapper .testimonial .testimonial-copy .testimonial-product {
    border-top: 1px solid #888888;
    padding-top: 15px;
  }
  .success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table {
    text-align: left;
  }
  .success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table thead {
    display: table-header-group;
  }
  .success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table tbody {
    display: table-row-group;
  }
  .success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table tr td {
    display: table-cell;
    min-width: auto;
    padding-bottom: 0;
  }
  .success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table tr th {
    display: table-cell;
    min-width: auto;
    padding-bottom: 0;
  }
  .main .pagebuilder-column h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .main .pagebuilder-column .industry-icons ul {
    margin-bottom: 20px;
  }
  .main .pagebuilder-column .industry-icons ul:last-child {
    margin-bottom: 0;
  }
  .main .pagebuilder-column .industry-icons ul li {
    width: 19%;
  }
  .main .pagebuilder-column-group .pagebuilder-column-line .first-column-spacing {
    padding-right: 20px;
  }
  .main .pagebuilder-column-group .pagebuilder-column-line .last-column-spacing {
    padding-left: 20px;
  }
  .main .pagebuilder-column-group .pagebuilder-column-line .klaviyo-form {
    padding-right: 0 !important;
  }
  .main .pagebuilder-column-group .pagebuilder-column-line .klaviyo-form .needsclick [data-testid='form-row'] [data-testid='form-component'] {
    padding-right: 10px !important;
  }
  .success-story .pagebuilder-column {
    position: relative;
  }
  .success-story .success-story-image {
    display: flex;
  }
  .success-story .success-story-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .grey-header .grey-header-content h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .blog-banner .content-banner {
    max-width: 240px;
  }
  .row-culture .pagebuilder-column-group,
  .row-work-with-us .pagebuilder-column-group {
    display: flex;
    flex-direction: column;
  }
  .first-part-content {
    margin: 0;
  }
  .img-work-with-us {
    padding: 0 0 20px;
  }
  .img-culture {
    padding: 40px 0 20px;
  }
  .column-text-culture,
  .column-work-with-us {
    padding: 0 10px;
    min-width: 100%;
  }
  .column-img-work-with-us,
  .column-img-culture {
    min-width: 100%;
    align-items: center;
  }
  .content-culture,
  .content-work-with-us {
    max-width: 100%;
  }
  .column-come-work-with-us-left {
    padding: 10px 40px 10px 60px;
  }
  .column-come-work-with-us-right {
    padding: 10px 40px 10px 70px;
  }
  .row-work-with-us,
  .row-culture,
  .content-benefit {
    margin: 0 0 20px;
  }
  .heading-banner-extra {
    margin-bottom: 0;
  }
  .cms-page-view .content-benefit .pagebuilder-column {
    min-width: 50%;
  }
  .heading-benefit {
    padding: 20px;
  }
  .banner-careers .pagebuilder-banner-wrapper {
    min-height: 360px;
    padding: 40px 0 80px;
  }
  .banner-careers .pagebuilder-collage-content {
    max-width: 400px;
  }
  .pagebuilder-collage-content .content-text-banner {
    position: relative;
    top: 60px;
  }
  .column-content-text-right {
    padding: 0 0 0 26.66px;
  }
  .column-content-text-left {
    text-align: right;
    padding: 0 26.66px 0 0;
  }
  .row-content-intro,
  .row-intro-catalog {
    padding: 10px;
    margin: 50px 0 30px;
  }
  .content-text-left {
    padding: 8px 0;
  }
  .content-name-badges {
    margin: 40px 0 0;
  }
  .row-common {
    margin: 50px 0 30px;
    padding: 10px;
  }
  .row-img-name-badges {
    margin: 40px 0;
  }
  #maincontent .sonesta-name .reusable-content .pagebuilder-column {
    padding-right: 20px;
  }
  #maincontent .sonesta-name .reusable-content .pagebuilder-column h2 {
    font-size: 28px;
    line-height: 33px;
  }
  #maincontent .sonesta-name .reusable-content .pagebuilder-column div[data-content-type='text'] {
    padding-top: 28px;
  }
  #maincontent .sonesta-name .reusable-content .pagebuilder-column div[data-content-type='text'] {
    padding-bottom: 30px;
    max-width: 500px;
  }
  #maincontent .sonesta-name .sonesta-brands .pagebuilder-column-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #maincontent .sonesta-name .sonesta-brands .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    padding: 0 15px;
  }
  #maincontent .sonesta-name .sonesta-brands h2 {
    font-size: 28px;
  }
  .banner-industry-page,
  .sub-banner-industry-page {
    min-height: 345px;
  }
  .content-banner-industry {
    max-width: 33.333%;
  }
  .sub-content-industry {
    max-width: 100%;
    padding: 0;
  }
  .sub-banner-industry-page {
    margin-bottom: 130px;
    padding: 40px 10px;
  }
  .text-sub-banner {
    max-width: 33.333%;
  }
  .row-text-sub-heading {
    margin: 0 25px 0;
    padding: 0 15px 10px;
  }
  .content-text-industry {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
  }
  .content-sub-text-industry {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
  }
  .content-banner-industry-right {
    max-width: 52%;
  }
  .content-banner-industry-right .content-heading-industry {
    font-size: 32px;
  }
  .banner-heading-industry h1 {
    margin-bottom: 10px;
  }
  .customer-account-login .login-container .fieldset > .field,
  .customer-account-forgotpassword .login-container .fieldset > .field,
  .customer-account-create .login-container .fieldset > .field,
  .customer-account-logoutsuccess .login-container .fieldset > .field,
  .customer-account-createpassword .login-container .fieldset > .field,
  .gdpr-customer-settings .login-container .fieldset > .field {
    margin: 0 0 20px;
  }
  .customer-account-login .login-container .fieldset > .field > .control,
  .customer-account-forgotpassword .login-container .fieldset > .field > .control,
  .customer-account-create .login-container .fieldset > .field > .control,
  .customer-account-logoutsuccess .login-container .fieldset > .field > .control,
  .customer-account-createpassword .login-container .fieldset > .field > .control,
  .gdpr-customer-settings .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .customer-account-login .register-container,
  .customer-account-forgotpassword .register-container,
  .customer-account-create .register-container,
  .customer-account-logoutsuccess .register-container,
  .customer-account-createpassword .register-container,
  .gdpr-customer-settings .register-container,
  .customer-account-login .forgot-container,
  .customer-account-forgotpassword .forgot-container,
  .customer-account-create .forgot-container,
  .customer-account-logoutsuccess .forgot-container,
  .customer-account-createpassword .forgot-container,
  .gdpr-customer-settings .forgot-container {
    padding-top: 46px;
    padding-bottom: 100px;
    margin: 0 1% 0;
  }
  .customer-account-login .register-container .fieldset > .field,
  .customer-account-forgotpassword .register-container .fieldset > .field,
  .customer-account-create .register-container .fieldset > .field,
  .customer-account-logoutsuccess .register-container .fieldset > .field,
  .customer-account-createpassword .register-container .fieldset > .field,
  .gdpr-customer-settings .register-container .fieldset > .field,
  .customer-account-login .forgot-container .fieldset > .field,
  .customer-account-forgotpassword .forgot-container .fieldset > .field,
  .customer-account-create .forgot-container .fieldset > .field,
  .customer-account-logoutsuccess .forgot-container .fieldset > .field,
  .customer-account-createpassword .forgot-container .fieldset > .field,
  .gdpr-customer-settings .forgot-container .fieldset > .field {
    margin: 0 0 20px;
  }
  .customer-account-login .register-container .fieldset > .field > .control,
  .customer-account-forgotpassword .register-container .fieldset > .field > .control,
  .customer-account-create .register-container .fieldset > .field > .control,
  .customer-account-logoutsuccess .register-container .fieldset > .field > .control,
  .customer-account-createpassword .register-container .fieldset > .field > .control,
  .gdpr-customer-settings .register-container .fieldset > .field > .control,
  .customer-account-login .forgot-container .fieldset > .field > .control,
  .customer-account-forgotpassword .forgot-container .fieldset > .field > .control,
  .customer-account-create .forgot-container .fieldset > .field > .control,
  .customer-account-logoutsuccess .forgot-container .fieldset > .field > .control,
  .customer-account-createpassword .forgot-container .fieldset > .field > .control,
  .gdpr-customer-settings .forgot-container .fieldset > .field > .control {
    width: 100%;
  }
  .customer-account-login .register-container .block,
  .customer-account-forgotpassword .register-container .block,
  .customer-account-create .register-container .block,
  .customer-account-logoutsuccess .register-container .block,
  .customer-account-createpassword .register-container .block,
  .gdpr-customer-settings .register-container .block,
  .customer-account-login .forgot-container .block,
  .customer-account-forgotpassword .forgot-container .block,
  .customer-account-create .forgot-container .block,
  .customer-account-logoutsuccess .forgot-container .block,
  .customer-account-createpassword .forgot-container .block,
  .gdpr-customer-settings .forgot-container .block {
    margin: 0;
    width: 48.8%;
  }
  .customer-account-login .register-container .block:nth-child(odd),
  .customer-account-forgotpassword .register-container .block:nth-child(odd),
  .customer-account-create .register-container .block:nth-child(odd),
  .customer-account-logoutsuccess .register-container .block:nth-child(odd),
  .customer-account-createpassword .register-container .block:nth-child(odd),
  .gdpr-customer-settings .register-container .block:nth-child(odd),
  .customer-account-login .forgot-container .block:nth-child(odd),
  .customer-account-forgotpassword .forgot-container .block:nth-child(odd),
  .customer-account-create .forgot-container .block:nth-child(odd),
  .customer-account-logoutsuccess .forgot-container .block:nth-child(odd),
  .customer-account-createpassword .forgot-container .block:nth-child(odd),
  .gdpr-customer-settings .forgot-container .block:nth-child(odd) {
    float: left;
  }
  .customer-account-login .register-container .block:nth-child(even),
  .customer-account-forgotpassword .register-container .block:nth-child(even),
  .customer-account-create .register-container .block:nth-child(even),
  .customer-account-logoutsuccess .register-container .block:nth-child(even),
  .customer-account-createpassword .register-container .block:nth-child(even),
  .gdpr-customer-settings .register-container .block:nth-child(even),
  .customer-account-login .forgot-container .block:nth-child(even),
  .customer-account-forgotpassword .forgot-container .block:nth-child(even),
  .customer-account-create .forgot-container .block:nth-child(even),
  .customer-account-logoutsuccess .forgot-container .block:nth-child(even),
  .customer-account-createpassword .forgot-container .block:nth-child(even),
  .gdpr-customer-settings .forgot-container .block:nth-child(even) {
    float: right;
  }
  .customer-account-login .actions-toolbar,
  .customer-account-forgotpassword .actions-toolbar,
  .customer-account-create .actions-toolbar,
  .customer-account-logoutsuccess .actions-toolbar,
  .customer-account-createpassword .actions-toolbar,
  .gdpr-customer-settings .actions-toolbar {
    margin-left: 0;
  }
  .customer-account-login .actions-toolbar .action.primary,
  .customer-account-forgotpassword .actions-toolbar .action.primary,
  .customer-account-create .actions-toolbar .action.primary,
  .customer-account-logoutsuccess .actions-toolbar .action.primary,
  .customer-account-createpassword .actions-toolbar .action.primary,
  .gdpr-customer-settings .actions-toolbar .action.primary {
    width: auto;
  }
  .box-newsletter .action-tel {
    margin-left: 5px;
  }
  .main .pagebuilder-column .h1-xlrg p {
    line-height: 54px;
  }
  .column.main .beyond {
    display: block !important;
  }
  h1-xlrg,
  .h1-xlrg {
    line-height: 54px;
    margin-bottom: 40px;
  }
  h1,
  .h1 {
    line-height: 48px;
  }
  h2,
  .h2 {
    line-height: 32.87px;
  }
  h3,
  .h3 {
    line-height: 25.83px;
  }
  h4,
  .h4 {
    line-height: 26px;
  }
  h5,
  .h5 {
    line-height: 20px;
  }
  h6,
  .h6 {
    line-height: 16px;
  }
  .container {
    max-width: 808px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mr-md-1 {
    margin-right: 0.25rem;
  }
  .mx-md-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mr-md-2 {
    margin-right: 0.5rem;
  }
  .mx-md-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mr-md-3 {
    margin-right: 1rem;
  }
  .mx-md-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3 {
    margin-left: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mr-md-4 {
    margin-right: 1.5rem;
  }
  .mx-md-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4 {
    margin-left: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mr-md-5 {
    margin-right: 3rem;
  }
  .mx-md-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5 {
    margin-left: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pr-md-0 {
    padding-right: 0;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pr-md-1 {
    padding-right: 0.25rem;
  }
  .px-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pr-md-2 {
    padding-right: 0.5rem;
  }
  .px-md-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pr-md-3 {
    padding-right: 1rem;
  }
  .px-md-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3 {
    padding-left: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pr-md-4 {
    padding-right: 1.5rem;
  }
  .px-md-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4 {
    padding-left: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pr-md-5 {
    padding-right: 3rem;
  }
  .px-md-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5 {
    padding-left: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mr-md-auto {
    margin-right: auto;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto {
    margin-left: auto;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .pagebuilder-card-badge .pb-card__wrapper {
    margin-top: -2.2vw;
  }
  #maincontent .column.main .pb-carousel .slick-arrow.slick-prev {
    left: -8rem;
  }
  #maincontent .column.main .pb-carousel .slick-arrow.slick-next {
    right: -8rem;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter {
    padding: 0 25px;
    width: 100%;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe input {
    width: 65%;
  }
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe button {
    width: 35%;
  }
  .mobile-only {
    display: none;
  }
  .tablet-and-up {
    display: block;
  }
  .page-header .header.content .mobile-header-link {
    display: none;
  }
  .page-header .header.content .block-search {
    margin-top: 10px;
  }
  .page-header .header.content .block-search .label {
    display: none;
  }
  .page-header .header.content .block-search .control {
    padding: 0;
  }
  .page-header .header.content .block-search .control input[type="text"] {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #BDBDBD;
    color: #333;
    box-shadow: none;
    height: 45px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    border-radius: 6px;
    padding: 0 20px;
  }
  .page-header .header.content .block-search .control input[type="text"]:focus {
    outline: none;
  }
  .page-header .header.content .block-search .control input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #555;
    font-weight: 300;
    background-color: transparent;
  }
  .page-header .header.content .block-search .control input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #555;
    font-weight: 300;
    background-color: transparent;
  }
  .page-header .header.content .block-search .control input[type="text"]:-ms-input-placeholder {
    opacity: 1;
    color: #555;
    font-weight: 300;
    background-color: transparent;
  }
  .page-header .header.content .block-search .control input[type="text"]:-moz-placeholder {
    opacity: 1;
    color: #555;
    font-weight: 300;
    background-color: transparent;
  }
  .page-header .header.content .block-search .actions .search {
    right: 0;
    opacity: 1;
    height: 44px;
    width: 45px;
    background-color: #fff;
  }
  .page-header .header.content .block-search .actions .search:before {
    height: 20px;
    width: 24px;
    content: "";
    display: block;
    background: transparent url('..//images/search.svg') no-repeat right center;
    background-size: 21px 20px;
    margin: 0;
  }
  .page-header .header.content .block-search .actions .search:before:hover {
    cursor: pointer;
  }
  .page-header .header.content .tablet-desktop-header-links {
    display: block;
    height: 24px;
    margin-top: 14px;
    margin-right: 10px;
    margin-left: 23px;
  }
  .page-header .header.content .tablet-desktop-header-links .menu {
    margin: 0;
    padding: 0;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li {
    display: inline-block;
    margin: 0;
    float: left;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li:first-child {
    margin-right: 11px;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li:last-child {
    margin-left: 11px;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.help-link {
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url('..//images/help.svg') no-repeat center center;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.help-link:visited {
    text-decoration: none;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.help-link:hover {
    text-decoration: none;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.help-link:active {
    text-decoration: none;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.help-link:focus {
    text-decoration: none;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal button {
    height: 24px;
    display: block;
    background: transparent url('../images/portal-icon.png') no-repeat left center;
    background-size: 30px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #000000;
    padding-left: 32px;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal button span {
    font-weight: 400;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.account-link {
    width: 20px;
    height: 24px;
    display: block;
    background: transparent url('../images/icon-login.png') no-repeat left center;
    background-size: 18px 21px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #333;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.account-link span {
    display: none;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.account-link:visited {
    text-decoration: none;
    color: #333;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.account-link:hover {
    text-decoration: none;
    color: #333;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.account-link:active {
    text-decoration: none;
    color: #333;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.account-link:focus {
    text-decoration: none;
    color: #333;
  }
  .page-header .header.content #navbar-megamenu .mega-col .col-sm-3 {
    width: 100%;
    flex: 100%;
    max-width: none;
  }
  .page-header .header.content #navbar-megamenu .mega-col .col-sm-4 {
    width: 100%;
    flex: 100%;
    max-width: none;
  }
  .free-design-tools-section .pagebuilder-column-group {
    flex-wrap: unset;
  }
  .free-design-tools-section .section-header {
    text-align: left;
  }
  .free-design-tools-section .section-header .design-tools-icon:before {
    margin: 0 0 15px;
  }
  .free-design-tools-section .section-header p {
    font-size: 14px;
  }
  .how-reusable-badges-work.how-reusable-badges-work-content {
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
  }
  .video-modal {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  .country-modal .modal-inner-wrap .country-switch-modal {
    display: flex;
    justify-content: space-between;
  }
  .country-modal .modal-inner-wrap .country-switch-modal > *:last-of-type {
    margin-top: 0;
  }
  .ves-megamenu {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ves-megamenu .mega-col {
    float: left;
  }
  .ves-megamenu .dynamic-content > .nav-item > .content-wrap {
    float: left;
    width: 100%;
  }
  .ves-megamenu .level0 {
    float: left;
  }
  .ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
    width: 100%;
  }
  .ves-megamenu .level0 .megamenu-widget > .carousel > .carousel-inner > .item {
    padding-left: 10px;
  }
  .ves-megamenu .level0 .submenu {
    min-width: 230px;
  }
  .ves-megamenu .level0 .submenu .dynamic-items li {
    float: left;
    width: 100%;
  }
  .ves-megamenu .level0 .submenu .dynamic-items li a:hover {
    border-right-color: #ffffff;
  }
  .ves-megamenu .level0 .submenu .dynamic-items > ul > li > a {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
  }
  .ves-megamenu .level0 .submenu .dynamic-items > ul > li > a:hover {
    background: #ffffff;
  }
  .ves-megamenu .level0 .submenu .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: transparent;
  }
  .ves-megamenu .level0 .submenu .dynamic-items ul {
    padding: 0;
    float: left;
    width: 100%;
    display: block;
  }
  .ves-megamenu .level0 .submenu .submenu {
    border: 0;
    left: 70%;
    float: left;
  }
  .ves-megamenu .level0 .level2 .subgroup > .submenu {
    padding-left: 15px;
  }
  .ves-megamenu .level0 .nav-item > a {
    padding: 8px 20px;
    line-height: 45px;
  }
  .ves-megamenu .level0 > .dropdown-mega {
    width: 100%;
    display: none;
    top: 100%;
  }
  .ves-megamenu .subgroup > .submenu {
    padding: 0;
    width: 100%;
  }
  .ves-megamenu .product-item a {
    display: inline-block;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu .dropdown-menu {
    display: none;
    padding: 20px;
  }
  .ves-megamenu li.level0:hover > a {
    background: #333333;
    color: #ffffff;
  }
  .ves-megamenu .nav-item.current > .submenu {
    display: block;
  }
  .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-column12 > .item-content1 > .mega-col {
    width: 8.3333%;
  }
  .nav-sections-item-content.scroll-to-fixed-fixed {
    width: 100%;
    background: #f0f0f0;
  }
  .ves-menu .navigation .level0 > .submenu {
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
  }
  .ves-menu.mgm-widget .navigation {
    z-index: auto;
    max-width: none;
  }
  .menu-click.ves-vertical .orgin-items.hidden-lg {
    display: block;
  }
  .menu-click.ves-vertical .caret,
  .menu-click.ves-vertical .opener {
    display: block;
  }
  .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items li .nav-anchor span {
    font-size: 16px;
  }
  .navigation .ves-megamenu .level0 .submenu .submenu-right .submenu {
    left: auto;
    right: 80%;
    background: red;
  }
  .navigation .ves-megamenu .level0 .submenu .dynamic-items li {
    float: left;
    width: 100%;
  }
  .navigation .ves-megamenu .level0 .submenu .submenu {
    padding: 0;
    width: 100%;
    left: 70%;
    background: #ffffff;
  }
  .navigation .ves-megamenu .level0 .level2 .submenu .submenu {
    padding-left: 15px;
  }
  .navigation .ves-megamenu .submenu .feature-box a {
    padding: 0;
  }
  .sections.nav-sections {
    width: 100%;
  }
  .megamenu-title,
  .ves-navbar {
    display: none;
  }
  .ves-vertical-right.ves-vertical .level0 > a > .caret {
    left: 0;
    border-right: 4px solid black;
    border-left: 0;
  }
  .ves-vertical-right.ves-vertical .dropdown > .dropdown-menu {
    right: 100%;
    left: auto;
  }
  .ves-vertical .caret {
    position: absolute;
    right: 18px;
    top: 50%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid black;
  }
  .ves-vertical li.level0 {
    width: 100%;
  }
  .ves-vertical li.level0 > a {
    width: 100%;
  }
  .ves-vertical .dropdown > .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .ves-megamenu.ves-vertical .dropdown.submenu-left {
    position: relative;
  }
  .ves-megamenu.ves-vertical .subhover:hover .dropdown-menu {
    top: 0;
  }
  .nav-sections-item-content .ves-menu {
    display: block;
  }
  .ves-megamenu.menu-hover li .dropdown-menu {
    position: absolute;
  }
  .ves-megamenu.menu-hover .nav-item:hover > .dropdown-menu {
    display: block;
  }
  .ves-megamenu.menu-hover .dropdown:hover > .dropdown-menu {
    display: block;
    z-index: 99;
  }
  .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    padding: 20px;
  }
  .level0 .submenu {
    min-width: auto;
    position: static;
  }
  .level0 .submenu a:hover {
    background: none;
  }
  .level0 .submenu a.ui-state-focus {
    background: none;
  }
  .dynamic-items li:hover {
    border-right: transparent;
  }
  .dynamic-items li:hover .caret {
    display: none;
  }
  .dynamic-items li.dynamic-active {
    border-right: transparent;
  }
  .dynamic-items li.dynamic-active .caret {
    display: none;
  }
  .ves-megamenu.menu-click .mega-col {
    float: left;
    width: 100%;
  }
  .ves-megamenu.menu-click .dropdown-menu .content-wrap .megamenu-sidebar,
  .ves-megamenu.menu-click .dropdown-menu .content-wrap .megamenu-content {
    float: left;
    width: 100%;
  }
  .ves-megamenu.menu-click .dropdown-menu .megamenu-footer,
  .ves-megamenu.menu-click .dropdown-menu .megamenu-header {
    float: left;
    width: 100%;
  }
  .ves-megamenu.menu-click .dropdown-menu .subgroup.level1 > .dropdown-mega {
    width: 100%;
  }
  .ves-megamenu.menu-click .level0 .submenu {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    display: none;
    position: absolute;
    width: 100%;
  }
  .ves-megamenu.menu-click .level0 .dropdown-submenu .submenu {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    display: none;
    position: absolute;
  }
  .ves-megamenu.menu-click .level0 > .submenu {
    padding-right: 10px;
  }
  .ves-megamenu.menu-click li,
  .ves-megamenu.menu-click img,
  .ves-megamenu.menu-click video,
  .ves-megamenu.menu-click iframe {
    max-width: 100%;
  }
  .ves-megamenu.menu-click .submenu {
    padding: 0 0 0 20px;
    display: none;
  }
  .ves-megamenu.menu-click .subgroup .submenu {
    padding: 0 0 0 20px;
    display: none;
  }
  .ves-megamenu.menu-click .orgin-items,
  .ves-megamenu.menu-click .dorgin-items {
    display: none;
  }
  .orgin-items {
    display: none;
  }
  .feature-box:hover .icons {
    background: #ef2840;
    color: #ffffff;
  }
  .nav-item.submenu-left.dropdown-submenu {
    position: relative;
  }
}
@media all and (min-width: 1024px), print {
  .field-date .control .sub-label,
  .field-order-total .control .sub-label {
    width: 20%;
  }
  .field-date .control input,
  .field-order-total .control input {
    width: 55%;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .grid-content {
    padding: 0 !important;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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: 0;
    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;
  }
  .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;
  }
  .page-header .header.content {
    display: grid;
    grid-template-columns: 0 13% 34% 46%;
    grid-template-rows: 100px 20px;
  }
  .page-header .header.content .main-menu .tablet-desktop-header-links,
  .page-header .header.content .main-menu .contact-us {
    display: none;
  }
  .page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener {
    display: none;
  }
  .page-header .mobile-only {
    display: none;
  }
  .page-header .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener {
    display: none;
  }
  .sections.nav-sections {
    display: none;
  }
  .main-menu__list > .main-menu__item.main-menu__item--parent > a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .main-menu__list > .main-menu__item.main-menu__item--parent > a:after {
    content: '\e903';
    font-family: 'imprintplus';
    color: #BDBDBD;
    font-size: 8px;
    font-weight: 400;
    cursor: pointer;
    z-index: 2;
    margin-top: -1px;
  }
  body nav.main-menu {
    margin-top: -20px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main {
    max-width: none;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] .badge {
    background-size: 1275px;
    position: relative;
    border-radius: 10px;
    height: 600px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] .badge .content {
    position: absolute;
    right: 10px;
    top: 65px;
  }
  .cms-index-index .beyond .pagebuilder-column:not(.content) .pagebuilder-mobile-hidden {
    width: 100%;
  }
  .cms-index-index .tailored .pagebuilder-column {
    flex-direction: column !important;
    align-items: inherit;
  }
  .cms-index-index .tailored .industry-menu__list {
    padding: 0 20px;
  }
  .cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 {
    font-size: 18px;
    margin-left: 60px;
    margin-top: 8px;
    height: 50px;
  }
  .cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link span[class^="icon-"] {
    font-size: 56px;
  }
  .cms-index-index .products .slick-list {
    padding: 0;
  }
  .cms-index-index .solutions .pagebuilder-column-group .pagebuilder-column {
    grid-row: 1;
    max-width: 380px;
  }
  .cms-index-index .solutions .pagebuilder-column-group .pagebuilder-column-line {
    display: flex !important;
    padding: 0 20px;
    justify-content: center;
  }
  .cms-index-index .solutions .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-mobile-hidden {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .cms-index-index .solutions .pagebuilder-column-group:nth-child(4) .pagebuilder-column-line {
    margin-top: 0;
  }
  .cms-index-index .why .pagebuilder-column:first-child {
    width: 40% !important;
  }
  .cms-index-index .why .pagebuilder-column:last-child {
    width: 60% !important;
  }
  .cms-index-index .badge .content {
    width: 50% !important;
    padding: 60px 55px;
  }
  .cms-index-index .portal .content {
    padding: 80px 0;
  }
  .product-item .price-box .price-label {
    font-size: 16px;
  }
  .product-item .price-box .price {
    font-size: 22px;
  }
  .tablet-l-2-column .pagebuilder-column {
    min-width: auto;
  }
  .cms-page-view .tablet-l-1-column .pagebuilder-column,
  .blog-post-view .tablet-l-1-column .pagebuilder-column,
  .cms-page-view .tablet-l-2-column .pagebuilder-column,
  .blog-post-view .tablet-l-2-column .pagebuilder-column {
    min-width: unset;
    align-items: unset;
  }
  .cms-page-view .row-l-img-left .pagebuilder-column,
  .blog-post-view .row-l-img-left .pagebuilder-column,
  .cms-page-view .row-l-img-right .pagebuilder-column,
  .blog-post-view .row-l-img-right .pagebuilder-column {
    min-width: 50%;
  }
  .row-l-img-left .pagebuilder-column,
  .row-l-img-right .pagebuilder-column {
    align-items: unset;
  }
  .row-l-img-left .pagebuilder-column-group,
  .row-l-img-right .pagebuilder-column-group {
    flex-flow: row;
  }
  .row-subheading {
    padding: 30px 0;
    margin: 40px 0 10px;
  }
  .row-subheading.subheading-plus {
    margin-top: 145px;
  }
  .blog-page .blog-banner .row-full-width-inner {
    max-width: 1150px;
  }
  .catalog-product-view .column.main .product.media .attribute.description {
    margin-top: 32px;
  }
  .catalog-category-view .products-grid .product-items .product-item,
  .catalogsearch-result-index .products-grid .product-items .product-item {
    width: 50%;
  }
  .brand-store-listing {
    margin-left: -22px;
    margin-right: -22px;
  }
  .brand-store-listing li {
    flex: 25%;
    max-width: 25%;
    padding: 0 22px 49px;
  }
  .coporate-store-container {
    margin-bottom: -10px;
  }
  .coporate-store-container .view-all-store {
    bottom: 10px;
  }
  .list-brands-slider .slick-prev,
  .list-brands-slider .slick-next {
    margin-bottom: 28px;
  }
  .list-brands-slider .slick-dots {
    bottom: 16px;
  }
  .login-brand {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 77px;
    padding: 1px;
  }
  .login-brand .login-form {
    border-bottom: 0;
    flex: calc(52% - 1px);
    padding: 56px 57px 112px 72px;
    position: relative;
  }
  .login-brand .login-form .login-form-title {
    margin-bottom: 22.5px;
    padding-bottom: 23.5px;
  }
  .login-brand .login-form .dont-account {
    margin-bottom: 17px;
  }
  .login-brand .login-form .dont-account a {
    font-weight: 700;
  }
  .login-brand .login-form::after {
    background: #ffffff;
    content: '';
    display: block;
    height: calc(100% - 56px);
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
  }
  .login-brand .login-find-store {
    flex: 48%;
    padding: 56px 15px 69px;
  }
  .login-brand .login-find-store .login-find-title {
    margin-bottom: 84px;
  }
  .login-brand .login-find-store .login-find-short {
    margin-bottom: 51px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.email {
    margin-bottom: 16px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.password {
    margin-bottom: 22px;
  }
  .login-contact {
    display: none;
  }
  .banner-col-left .pagebuilder-mobile-hidden {
    min-height: 450px;
    object-fit: cover;
  }
  .banner-col-right {
    flex-basis: 30%;
  }
  .banner-col-mid,
  .banner-col-left {
    flex-basis: 35%;
  }
  .homepage-banner .banner-col-right {
    margin-left: 10px;
  }
  .homepage-banner .pagebuilder-column-group {
    flex-wrap: nowrap;
  }
  .homepage-banner .banner-col-mid {
    order: unset;
  }
  .homepage-banner .img-banner {
    min-height: 100%;
  }
  .hot-toptic-title {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
  }
  .box-above-right {
    padding: 0 150px;
  }
  .block-below .below-left {
    flex-basis: 60%;
  }
  .block-below .below-right {
    flex-basis: 40%;
  }
  .below-left-content {
    flex-basis: 350px;
    padding: 150px 30px;
    font-size: 20px;
  }
  .see-our-sellect {
    padding: 280px 45px 46px;
    text-align: left;
  }
  .reorder-supplies {
    padding: 40px 45px;
    text-align: left;
  }
  .blog-banner .content-banner {
    max-width: 370px;
  }
  .row-culture .pagebuilder-column-group,
  .row-work-with-us .pagebuilder-column-group {
    display: flex;
    flex-direction: row;
  }
  .heading-banner-extra {
    margin-bottom: 40px;
  }
  .img-work-with-us {
    padding: 40px 0 20px;
  }
  .img-culture {
    padding: 80px 10px 80px 0;
  }
  .column-come-work-with-us-left {
    padding: 10px 40px 10px 146px;
  }
  .column-come-work-with-us-right {
    padding: 10px 40px 10px 156px;
  }
  .column-text-culture {
    padding: 102px 0 0 40px;
    min-width: 50%;
  }
  .column-work-with-us {
    padding: 0 0 0 40px;
    min-width: 50%;
  }
  .content-culture,
  .content-work-with-us {
    max-width: 494px;
  }
  .column-img-work-with-us,
  .column-img-culture {
    min-width: 50%;
    align-items: flex-start;
  }
  .row-work-with-us,
  .row-culture,
  .content-benefit {
    margin: 0 0 80px;
  }
  .first-part-content {
    margin: 40px 0;
  }
  .cms-page-view .content-benefit .pagebuilder-column {
    min-width: 33.3333%;
  }
  .heading-benefit {
    padding: 10px;
  }
  .banner-careers .pagebuilder-banner-wrapper {
    min-height: 540px;
    padding: 40px 40px 80px;
  }
  .banner-careers .pagebuilder-collage-content {
    max-width: 540px;
  }
  .pagebuilder-collage-content .content-text-banner {
    position: relative;
    top: 120px;
  }
  .content-img {
    padding: 50px 10px 0;
  }
  .content-img.img-materials-product {
    padding: 90px 10px 0;
  }
  .column-content-text-right {
    padding: 0 0 0 146.66px;
  }
  .column-content-text-left {
    text-align: right;
    padding: 0 146.66px 0 0;
  }
  .row-content-intro:last-child {
    margin-bottom: 130px;
  }
  #maincontent .sonesta-name .sonesta-banner .cms-block-banner .banner-content {
    bottom: 60px;
  }
  .banner-industry-page,
  .sub-banner-industry-page {
    min-height: 460px;
  }
  .sub-banner-industry-page {
    max-height: unset;
  }
  .sub-content-industry {
    padding: 40px 10px;
  }
  .row-text-sub-heading {
    margin: 40px 50px 10px;
    padding: 30px 30px 10px;
  }
  .content-banner-industry-right {
    max-width: 41.667%;
  }
  .content-banner-industry-right .content-heading-industry {
    font-size: 35px;
  }
  .banner-heading-industry h1 {
    margin-bottom: 40px;
  }
}
@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;
  }
  .page-header .header.content div.header.panel {
    padding-left: 40px;
    justify-content: flex-end;
  }
  .page-header .header.content div.header.panel .tablet-desktop-header-links span {
    display: block;
    width: 55px;
  }
  .page-header .header.content div.header.panel .menu li a.account-link span {
    display: block;
  }
  .page-header .header.content div.header.panel .top-menu-us__list {
    gap: 23px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .beyond {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .info-bar {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .solutions {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .products {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .products .row-full-width-inner {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .reviews .row-full-width-inner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .badge {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .tailored {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .why {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .cms-index-index .solutions .shop-our-popular__list .shop-our-popular__item {
    flex-basis: 33.33%;
  }
  .cms-index-index .solutions .pagebuilder-column-group .pagebuilder-column {
    max-width: 450px;
  }
  .cms-index-index .tailored .industry-menu__list {
    padding: 0 10%;
  }
  .cms-index-index .tailored .industry-menu__list span[class^="icon-"] {
    color: #000000;
    font-size: 32px;
  }
  .cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 {
    margin-left: 65px;
    margin-top: 13px;
    margin-bottom: 10px;
  }
  .cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link span[class^="icon-"] {
    font-size: 65px;
  }
  .cms-index-index .products {
    margin-bottom: 80px !important;
  }
  .cms-index-index .products .row-full-width-inner {
    padding-left: 20px;
  }
  .cms-index-index .products .slick-list {
    padding: 0 150px 0 0;
  }
  .cms-index-index .reviews > .row-full-width-inner {
    padding-left: 20px;
  }
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group {
    margin-right: max(0px, (100% - 1536px)/2) !important;
  }
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap;
    max-width: 1536px;
  }
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column {
    width: auto !important;
    margin-left: auto;
  }
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:first-child {
    width: auto !important;
    margin-left: 0;
  }
  .cms-index-index .reviews > .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:last-child {
    margin-left: 20px;
  }
  .cms-index-index .why {
    padding: 18% 6%;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main {
    max-width: none;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] > div {
    max-width: 1535px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .beyond,
  .cms-index-index.page-layout-1column #maincontent .column.main .reviews,
  .cms-index-index.page-layout-1column #maincontent .column.main .products {
    padding-left: max(0px, (100% - 1536px)/2) !important;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .beyond > div,
  .cms-index-index.page-layout-1column #maincontent .column.main .reviews > div,
  .cms-index-index.page-layout-1column #maincontent .column.main .products > div {
    max-width: none;
    margin: 0;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional {
    width: calc(16.66666667%);
  }
  .blog-page.page-layout-2columns-right .column.main {
    width: calc(83.33333333%);
  }
  .hot-topics-banner-1 .banner-title {
    margin-bottom: 45px;
  }
  .hot-topics-banner-1 .content {
    padding: 66px 60px 100px 28px;
  }
  .hot-topics-banner-1 .content .btn-hot-topics div[class*="pagebuilder-button"],
  .hot-topics-banner-1 .content .btn-hot-topics a[class*="pagebuilder-button"] {
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 1.25px !important;
    line-height: 22px !important;
    padding: 15px 20px !important;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .heading-title p {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .description p {
    max-height: 72px;
    margin-bottom: 24px;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .btn-hot-topics div[class*="pagebuilder-button"],
  #maincontent .column.main .hot-topics-banner-1 .content .btn-hot-topics a[class*="pagebuilder-button"] {
    padding: 15px 20px !important;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .hot-topics-banner-2 .banner-title {
    margin-bottom: 45px;
  }
  .hot-topics-banner-2 .content {
    padding: 120px 42px 90px 28px;
  }
  #maincontent .column.main .hot-topics-banner-2 .content .heading-title p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 12px;
  }
  #maincontent .column.main .hot-topics-banner-2 .content .description p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }
  .hot-topics-banner-3 .banner-title {
    margin-bottom: 45px;
  }
  .hot-topics-banner-3 .content {
    padding: 120px 25px 110px;
  }
  #maincontent .column.main .hot-topics-banner-3 .content .heading-title p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 28px;
  }
  #maincontent .column.main .hot-topics-banner-3 .content .description p {
    font-family: 'Lato', sans-serif;
    max-height: 72px;
    margin-bottom: 24px;
  }
  #maincontent .column.main .banner-new-homepage .column-content-secondary .detail p,
  #maincontent .column.main .banner-new-homepage .column-content-secondary .contact-us p {
    text-align: center;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:first-child {
    flex: calc(72% - 11px);
    margin-bottom: 0;
    max-height: 520px;
    flex-direction: row-reverse;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new.layout-reverse .pagebuilder-column-group:first-child {
    flex-direction: row;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child {
    flex: 28%;
    max-height: 100%;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child > .pagebuilder-column.column-content-secondary {
    padding: 22px 15px 22px 15px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content {
    padding: 118px 20px 61px 20px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .heading p {
    font-weight: 700;
    font-size: 28px !important;
    line-height: 33px;
    margin-bottom: 10px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord {
    font-family: 'Lato', sans-serif;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord:nth-child(2) p {
    margin-top: 18px;
    font-size: 22px;
    line-height: 26px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord:nth-child(3) p {
    font-size: 17px;
    line-height: 26px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord:nth-child(4) p {
    font-size: 12px;
    line-height: 24px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .buttons {
    margin-top: 42px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .buttons .pagebuilder-button-primary {
    padding: 15px 20px !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 22px !important;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content {
    padding: 66px 28px 88px 32px;
  }
  .sub-banner-industry-page,
  .banner-industry-page {
    min-height: 520px;
  }
  .sub-content-industry {
    padding: 100px 10px;
  }
  .sub-content-industry {
    max-width: 33.333%;
  }
  .text-sub-banner {
    max-width: 100%;
  }
  .box-newsletter .action-tel {
    display: inline;
  }
}
@media all and (min-width: 480px) {
  #maincontent .sonesta-name .sonesta-banner .cms-block-banner .banner-content.pagebuilder-column h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media all and (max-width: 1024px) {
  body.cms-index-index div.badge {
    padding: 75% 0 0 0 !important;
    width: 90%;
    background-size: 190% !important;
    background-position: top !important;
    margin: 40px auto 0;
    border-radius: 10px;
  }
  body.cms-index-index div.badge .pagebuilder-column-line {
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(100, 172, 197, 0.1);
    background: #FAFAFA;
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.12);
  }
  body.cms-index-index div.badge .content {
    width: 100% !important;
    padding: 32px 18px;
    border-radius: unset;
  }
  body.cms-index-index div.badge .content h2 {
    font-size: 22px;
  }
  body.cms-index-index div.badge .content h3 {
    font-size: 18px;
  }
  body.cms-index-index div.badge .content div[data-content-type='text'] p {
    font-size: 14px;
  }
  .enable-cookies.cms-content {
    margin: 10px;
  }
  .banner-heading {
    position: relative;
  }
  .banner-heading h1.heading.description-title {
    letter-spacing: -0.5px;
    line-height: 46px;
    position: absolute;
    bottom: -10px;
    padding: 10px;
  }
}
@media all and (min-width: 1110px), print {
  .page-layout-1column .product-info-main-wrapper {
    width: 40%;
    float: right;
  }
  .page-layout-1column .product-info-main-wrapper .description-mobile {
    display: none;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-1column .product.media .description {
    display: block;
  }
  body nav.main-menu {
    margin-top: 30px;
  }
  .page-header .header.content .block-search {
    width: 20%;
  }
  .page-header .header.content .header.panel {
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
  .page-header .header.content .tablet-desktop-header-links span {
    color: #000000;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.portal-link {
    padding-right: 44px;
  }
  .page-header .top-menu-us__list {
    display: flex;
  }
  .page-header .header.content {
    grid-template-columns: 0 16% 21% 60% 0;
    grid-template-rows: 43px 0;
  }
  .cms-index-index .beyond .pagebuilder-column-line {
    flex-direction: row;
  }
  .cms-index-index .beyond div.pagebuilder-column {
    width: 70% !important;
  }
  .cms-index-index .beyond div.pagebuilder-column.content {
    width: 46% !important;
    margin-top: -40px !important;
  }
  .cms-index-index .tailored .industry-menu__list .industry-menu__item {
    flex: 1 1 33.33%;
  }
  .catalog-product-view .page-main-details .columns .column.main .block.related .title h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 26px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .image img {
    max-height: 109px;
  }
  .catalog-product-view .columns .column.main {
    padding: 0 20px;
  }
  .catalog-product-view .column.main .product.media {
    display: inline-block;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder {
    margin: 0;
  }
  .catalog-product-view .column.main .product.media .attribute.description {
    margin-top: 24px;
  }
  .catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions .action.primary {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .catalog-product-view .column.main .form-klaviyo {
    width: 119%;
  }
  .catalog-product-view .column.main .form-klaviyo [data-testid="form-component"] {
    padding: 0 83px 10px 0 !important;
  }
  .catalog-product-view .column.main .block.related .product-item-info .product-item-photo {
    max-height: 353px;
    max-width: 514px;
  }
  .catalog-product-view .column.main .block.related .slick-next,
  .catalog-product-view .column.main .block.related .slick-prev {
    background: transparent;
  }
  .catalog-product-view .column.main .block.related .slick-next::before,
  .catalog-product-view .column.main .block.related .slick-prev::before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ffffff;
    border: 1px solid #707070;
    font-size: 20px;
    height: 50px;
    padding: 14px;
    opacity: 0;
    width: 50px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-details .product-item-name {
    margin: 12px 0 23px 0;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 24px;
    line-height: 20px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .actions-toolbar {
    margin-bottom: 0;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .actions-toolbar .action.primary {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 11px 26px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .actions-toolbar .action.primary:hover {
    background-color: #65a944;
    border: 2px solid #65a944;
    color: #ffffff;
  }
  .catalog-product-view .page-main-details .column.main .block.related .title h1 {
    margin-bottom: 61px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items {
    padding: 0 8px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product.product-item {
    padding: 0 8px;
  }
  .page-layout-product-full-width .block.related {
    margin-top: 45px;
  }
  .catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart.box-tocart .actions .action.primary {
    font-size: 21px;
  }
  .catalog-category-view .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-image-container .product-image-wrapper,
  .cms-products .products-grid .product-items .product-item .product-image-container .product-image-wrapper {
    padding-bottom: 90% !important;
  }
  .catalog-category-view .products-grid .product-items .product-item,
  .catalogsearch-result-index .products-grid .product-items .product-item {
    width: 39%;
  }
  .catalog-category-view .products-grid .product-items::after,
  .catalogsearch-result-index .products-grid .product-items::after {
    content: '';
    width: 39%;
  }
  .cms-products .products-grid .product-items .product-item {
    width: 78% !important;
  }
  .cms-products .icons-row {
    display: flex;
  }
  .cms-products .icons-row .pagebuilder-column {
    flex-basis: auto;
  }
  .cms-products .icons-row .pagebuilder-column .icon a {
    text-decoration: none;
  }
  .cms-products .icons-row .pagebuilder-column .icon a:before {
    background-repeat: no-repeat;
    background-size: 69px 40px;
    content: '';
    display: block;
    height: 40px;
    margin: 0 auto 15px;
    width: 69px;
  }
  .cms-products .icons-row .pagebuilder-column .icon.badges-icon a:before {
    background-image: url('..//images/badges.svg');
  }
  .cms-products .icons-row .pagebuilder-column .icon.signs-icon a:before {
    background-image: url('..//images/signs.svg');
  }
  .cms-products .icons-row .pagebuilder-column .icon.accessories-icon a:before {
    background-image: url('..//images/accessories.svg');
  }
  .cms-products .icons-row .pagebuilder-column .icon.supplies-icon a:before {
    background-image: url('..//images/supplies.svg');
  }
  .cms-products .icons-row .pagebuilder-column .icon.safety-icon a:before {
    background-image: url('..//images/safety-products.svg');
  }
  .catalog-category-view .category-view .pagebuilder-column div[data-content-type='text'] {
    max-width: 1150px;
  }
  .catalog-product-view .product-help-link {
    max-width: 1150px;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__arr {
    width: 69px;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__arr .fotorama__arr__arr {
    height: 138px;
    width: 69px;
    background-position: unset;
    background-size: 69px 138px;
  }
  .catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions .action.primary {
    padding: 14px 32px;
    font-size: 16px;
    line-height: 16px;
    height: 48px;
  }
  .catalog-product-view .page-main-details .column.main .block.related .product-items .product-item {
    width: 25%;
  }
  .catalog-product-view #trustpilot-widget-trustbox-1-wrapper {
    max-width: 1150px;
  }
  .catalog-product-view .modal-popup.pdp-free-shipping-msg-popup.modal-slide._show .modal-inner-wrap {
    margin: auto;
    min-width: 50%;
  }
  .catalog-product-view .pdp-free-shipping-message .pdp-shipping-message-title {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper {
    background-color: #f0f0f0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 40px 20px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .fasteners img {
    max-width: 200px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .fasteners .line {
    margin-top: -28px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .fasteners .label {
    margin-top: -28px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets .image-contents-outside,
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .material .image-contents-outside {
    max-width: 424px;
    width: 100%;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets .image-contents-outside .your-logo,
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .material .image-contents-outside .your-logo {
    height: 65px;
    width: 65px;
    font-size: 16px;
    line-height: 18px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets .image-contents-outside .labels,
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .material .image-contents-outside .labels {
    font-size: 30px;
    line-height: 40px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .material {
    padding-left: 30px;
    margin-top: -40px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .material img {
    max-width: 300px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets {
    padding-left: 80px;
    margin-top: -68px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets .image {
    max-width: 300px;
    width: 100%;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-rectangle .image {
    height: 106px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-square {
    margin-top: -160px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-square .image {
    height: 300px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-oval {
    margin-top: -120px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-oval .image {
    height: 201px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers {
    padding-left: 120px;
    margin-top: -40px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers img {
    max-width: 300px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers.shape-square {
    margin-top: -160px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers.shape-oval {
    margin-top: -120px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-title {
    margin-top: 0;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid.desktop-and-up {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div {
    width: 25%;
    min-height: 0;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .image {
    height: 120px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 2px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .image .image-contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .text {
    text-align: center;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .text:before {
    content: '';
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid .insert-sheets .image-contents {
    background-color: #ffffff;
    width: 129px;
    max-width: 424px;
    height: 47px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: .8;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid .insert-sheets.shape-square .image-contents {
    height: 200px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid .insert-sheets.shape-oval .image-contents {
    height: 89px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .checkout-cart-index .page-title-wrapper {
    max-width: 1150px;
    margin: 0 auto 10px auto;
  }
  .checkout-cart-index .page-title-wrapper h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
  .checkout-cart-index .page-main .column.main {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .checkout-cart-index .page-main .column.main .actions-toolbar > .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-cart-index .columns .column.main .fieldset .field.captcha .captcha-reload {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-index-index .page-title-wrapper {
    max-width: 1150px;
    margin: 0 auto 10px auto;
  }
  .checkout-index-index .page-title-wrapper h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
  .checkout-index-index .page-main .column.main {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .checkout-index-index .page-main .column.main .actions-toolbar > .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-index-index .columns .column.main .fieldset .field.captcha .captcha-reload {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .action-show-popup {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .action.action-apply {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-index-index .checkout-container .opc-wrapper .custom-checkout-form .select {
    font-size: 1.6rem;
    line-height: 4.4rem;
  }
  .checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .primary .action-update {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-onepage-success .page-title-wrapper {
    max-width: 1150px;
    margin: 0 auto 10px auto;
  }
  .checkout-onepage-success .page-title-wrapper h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
  .checkout-onepage-success .page-main .column.main {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .checkout-onepage-success .page-main .column.main .actions-toolbar > .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-onepage-success .columns .column.main .fieldset .field.captcha .captcha-reload {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar > .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar > .secondary .action {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-onepage-success .block-static-block h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
  .checkout-onepage-success .block-static-block h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .checkout-onepage-success .block-static-block h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .checkout-onepage-success .block-static-block h5 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .checkout-onepage-success .block-static-block blockquote {
    font-size: 3rem;
    line-height: 4rem;
  }
  .checkout-onepage-success .block-static-block blockquote a {
    font-size: 3rem;
    line-height: 4rem;
  }
  .checkout-onepage-success .block-static-block p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .checkout-onepage-success .block-static-block p small {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .checkout-onepage-success .block-static-block p small a {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .checkout-onepage-success .block-static-block p a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .checkout-onepage-success .block-static-block p.p-lg {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .checkout-onepage-success .block-static-block p.p-lg a {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .checkout-onepage-success .block-static-block .primary-button {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-onepage-success .block-static-block .secondary-button {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .checkout-onepage-success .block-static-block ul li,
  .checkout-onepage-success .block-static-block ol li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .checkout-onepage-success .block-static-block ul li p,
  .checkout-onepage-success .block-static-block ol li p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .checkout-onepage-success .block-static-block ul li a,
  .checkout-onepage-success .block-static-block ol li a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .cart-empty {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cart-container .cart-summary {
    background: #ffffff;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .custom-select {
    position: relative;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .custom-select .select {
    font-size: 1.6rem;
    line-height: 4.4rem;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-selected {
    background-color: #ffffff;
    height: 46px;
    border: 1px solid #575757;
    border-radius: 6px;
    color: #333333;
    padding: 0 16px 0 20px;
    font-size: 1.6rem;
    line-height: 3.8rem;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-selected:hover {
    background-color: #f0f0f0;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-selected:after {
    position: absolute;
    content: "";
    right: 14px;
    top: 20px;
    width: 11px;
    height: 6px;
    border: none;
    background-image: url('../images/arrow.svg');
    background-size: 11px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-selected.select-arrow-active {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-selected.select-arrow-active:after {
    transform: rotate(-180deg);
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
    border-bottom: 1px solid #575757;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-items div {
    color: #333333;
    cursor: pointer;
    height: 46px;
    padding: 0 16px 0 20px;
    font-size: 1.6rem;
    line-height: 3.8rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #dddddd;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-items div:first-child {
    border-top: 1px solid #dddddd;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-items div:last-child {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-items div:hover {
    background-color: #f1f1f1;
  }
  .cart-container .cart-summary .block.shipping #shipping-zip-form .field .select-hide {
    display: none;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group br {
    display: none;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .label input:checked ~ .checkmark {
    background-color: #ffffff;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .label input:checked ~ .checkmark:after {
    display: block;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .label:hover input ~ .checkmark {
    background-color: #ffffff;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .label:hover input ~ .checkmark:after {
    display: block;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .label .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333333;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 50%;
  }
  .cart-container .cart-summary .block .form.methods-shipping .radio-group .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .cart-container .cart-summary .block.giftcard {
    display: none;
  }
  .cart-container .cart.table-wrapper .item .col.item {
    padding-top: 0;
  }
  .cart-container .cart.table-wrapper .product-image-container .npg-image {
    padding: 50px 0;
  }
  .cart-container .cart.table-wrapper .product-item-details {
    padding-top: 24px;
  }
  .cart-container .cart.table-wrapper .item-options table .label-td {
    min-width: 100px;
    width: 100px;
  }
  .cart-container .cart.table-wrapper .item-options dt {
    clear: both;
    float: none;
    margin: 0 10px 5px 0;
    width: 100%;
  }
  .cart-container .cart.table-wrapper .actions-toolbar > .action {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cart-container .discount-coupon-form .actions-toolbar > .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cart-container .action-gift {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cart-container .block-cart-failed .action.continue {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cart-container .form-cart .action.continue {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cart-container .form-cart .action.update {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cart-container .form-cart .action.clear {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cart-container .checkout-methods-items .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .comfort-banner .banner-logo {
    margin: 0 205px 0 39px;
    max-width: 188px;
  }
  .comfort-banner .comfort-tags .banner-tag {
    padding: 35px 0 37px;
  }
  .comfort-banner .comfort-tags .banner-tag p img {
    max-width: 280px;
  }
  .comfort-banner .comfort-tags .banner-tag p:last-child {
    margin-left: 80px;
  }
  .comfort-product-items .comfort-item {
    min-width: 503px;
  }
  .comfort-product-items .comfort-item-image {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    min-height: 457px;
  }
  .page-wrapper > .breadcrumbs {
    max-width: none;
    padding: 0 20px;
    margin: 5px auto 20px auto;
  }
  .page-layout-1column .page-title-wrapper {
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
  }
  .page-layout-1column .page-title-wrapper h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
    margin-bottom: 20px;
  }
  .page-layout-1column #maincontent .column.main {
    max-width: none;
    margin: 0 auto;
  }
  .main .pagebuilder-column blockquote {
    font-size: 3rem;
    line-height: 4rem;
  }
  .main .pagebuilder-column blockquote a {
    font-size: 3rem;
    line-height: 4rem;
  }
  .main .pagebuilder-column p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main .pagebuilder-column p small {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .main .pagebuilder-column p small a {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .main .pagebuilder-column p a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main .pagebuilder-column p.p-lg {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .main .pagebuilder-column p.p-lg a {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .main .pagebuilder-column .primary-button,
  .main .pagebuilder-column .secondary-button,
  .main .pagebuilder-column .transparent-button {
    padding: 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .main .pagebuilder-column ul li,
  .main .pagebuilder-column ol li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main .pagebuilder-column ul li p,
  .main .pagebuilder-column ol li p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main .pagebuilder-column ul li a,
  .main .pagebuilder-column ol li a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main .pagebuilder-column .industry-icons ul {
    margin-bottom: 30px;
  }
  .main .pagebuilder-column .industry-icons ul:last-child {
    margin-bottom: 0;
  }
  .main .pagebuilder-column .industry-icons ul li a span {
    margin-top: 10px;
  }
  #maincontent .main .pagebuilder-column a.primary {
    font-size: 1.6rem;
    line-height: 12px;
  }
  .pagebuilder-slide-wrapper .pagebuilder-slide-button,
  a.pagebuilder-button-primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .pagebuilder-poster-content a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #3e703d;
    text-decoration: underline;
  }
  .pagebuilder-poster-content a:visited {
    color: #3e703d;
    text-decoration: underline;
  }
  .pagebuilder-poster-content a:hover {
    color: #65a944;
    text-decoration: underline;
  }
  .pagebuilder-poster-content a:active {
    color: #3e703d;
    text-decoration: underline;
  }
  .pagebuilder-poster-content a:focus {
    color: #000000;
    text-decoration: underline;
  }
  .rendered-form.amform-form .amform-form-fieldset.fieldset .field .amform-htwo {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
  .rendered-form.amform-form .amform-form-fieldset.fieldset .amcform-toolbar .action.primary {
    padding: 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .cms-index-index .home-section.section-products {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .cms-index-index .home-section.section-products h4 {
    font-weight: 500;
    font-size: 25px;
  }
  .cms-index-index .home-section.section-products p {
    font-weight: 300;
  }
  .cms-index-index .home-section.section-products .pagebuilder-column-group .pagebuilder-column {
    padding: 40px 20px;
  }
  .cms-index-index .home-section.section-footer {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure {
    max-height: 169px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure img {
    max-height: 169px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div {
    padding: 20px;
    min-height: 169px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div h4 {
    font-weight: 500;
    font-size: 25px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div p {
    font-weight: 300;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div p:last-of-type {
    margin-bottom: 0;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div p a {
    font-weight: 400;
    font-size: 17px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div img {
    width: 200px;
  }
  .cms-index-index .home-section.section-footer.signs-footer .pagebuilder-column-group .pagebuilder-column:last-of-type img {
    width: 175px;
  }
  .cms-index-index .home-section.accessories-products {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .success-stories-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .success-stories-wrapper .slick-arrow {
    top: 276px;
  }
  .success-stories-wrapper .slick-dots {
    top: 268px;
  }
  ul[data-content-type='faq'] li[data-content-type='faq-item'] h3:before {
    top: 20px;
  }
  .cms-page-view ul[data-content-type='faq'] li[data-content-type='faq-item'] h3:before {
    top: 31px;
  }
  .grey-header .pagebuilder-column-group {
    position: relative;
    padding: 40px 30px 42px;
  }
  .grey-header .grey-header-content {
    width: 75%;
    padding: 0;
  }
  .grey-header .grey-header-content h2 {
    margin-bottom: 14px;
  }
  .grey-header .grey-header-image {
    display: flex;
    width: 25%;
    padding: 0;
  }
  .cms-hero-banner .cms-hero-banner-content h1 {
    margin-bottom: 20px;
  }
  .success-story {
    margin: 25px 0;
  }
  .explore-gallery {
    margin: 25px 0;
  }
  .explore-gallery .pagebuilder-banner-wrapper .pagebuilder-overlay {
    height: 580px;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h1 {
    font-size: 4.6rem;
    line-height: 5.2rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h5 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text p small {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text p.p-lg {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .explore-gallery .pagebuilder-banner-wrapper .centered-banner-text a {
    padding: 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .success-slider {
    margin: 25px 0 60px 0;
  }
  .customer-account-login .page-main .columns,
  .customer-account-forgotpassword .page-main .columns,
  .customer-account-create .page-main .columns,
  .customer-account-logoutsuccess .page-main .columns,
  .customer-account-createpassword .page-main .columns,
  .gdpr-customer-settings .page-main .columns {
    max-width: 1536px;
    margin: 0;
  }
  .customer-account-login .page-main .column.main .actions-toolbar > .primary .action.primary,
  .customer-account-forgotpassword .page-main .column.main .actions-toolbar > .primary .action.primary,
  .customer-account-create .page-main .column.main .actions-toolbar > .primary .action.primary,
  .customer-account-logoutsuccess .page-main .column.main .actions-toolbar > .primary .action.primary,
  .customer-account-createpassword .page-main .column.main .actions-toolbar > .primary .action.primary,
  .gdpr-customer-settings .page-main .column.main .actions-toolbar > .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .customer-account-login .form-create-account,
  .customer-account-forgotpassword .form-create-account,
  .customer-account-create .form-create-account,
  .customer-account-logoutsuccess .form-create-account,
  .customer-account-createpassword .form-create-account,
  .gdpr-customer-settings .form-create-account,
  .customer-account-login .form.password.forget,
  .customer-account-forgotpassword .form.password.forget,
  .customer-account-create .form.password.forget,
  .customer-account-logoutsuccess .form.password.forget,
  .customer-account-createpassword .form.password.forget,
  .gdpr-customer-settings .form.password.forget,
  .customer-account-login .form.password.reset,
  .customer-account-forgotpassword .form.password.reset,
  .customer-account-create .form.password.reset,
  .customer-account-logoutsuccess .form.password.reset,
  .customer-account-createpassword .form.password.reset,
  .gdpr-customer-settings .form.password.reset {
    max-width: 900px;
    min-width: unset;
    margin: 0 auto;
    float: left;
  }
  body.account .page-title-wrapper {
    max-width: 1150px;
    margin: 0 auto;
  }
  body.account .page-title-wrapper h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
  body.account .page-main .columns {
    max-width: 1150px;
    margin: 0 auto;
  }
  body.account .page-main .column.main .actions-toolbar > .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .container {
    max-width: none;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .float-lg-left {
    float: left;
  }
  .float-lg-right {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mr-lg-1 {
    margin-right: 0.25rem;
  }
  .mx-lg-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mr-lg-2 {
    margin-right: 0.5rem;
  }
  .mx-lg-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mr-lg-3 {
    margin-right: 1rem;
  }
  .mx-lg-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3 {
    margin-left: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mr-lg-4 {
    margin-right: 1.5rem;
  }
  .mx-lg-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4 {
    margin-left: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mr-lg-5 {
    margin-right: 3rem;
  }
  .mx-lg-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5 {
    margin-left: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pr-lg-1 {
    padding-right: 0.25rem;
  }
  .px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pr-lg-2 {
    padding-right: 0.5rem;
  }
  .px-lg-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pr-lg-3 {
    padding-right: 1rem;
  }
  .px-lg-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3 {
    padding-left: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pr-lg-4 {
    padding-right: 1.5rem;
  }
  .px-lg-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4 {
    padding-left: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pr-lg-5 {
    padding-right: 3rem;
  }
  .px-lg-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5 {
    padding-left: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mr-lg-auto {
    margin-right: auto;
  }
  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto {
    margin-left: auto;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .pagebuilder-card-badge .pb-card__wrapper {
    margin-top: -32px;
  }
  .pagebuilder-card-badge .pb-card__wrapper .card__title {
    font-size: 2rem;
  }
  .pagebuilder-card-badge .pb-card__wrapper .pb-card__description {
    font-size: 2rem;
  }
  .pagebuilder-card-badge .pb-card__wrapper a.button.pagebuilder-button-primary.green-btn {
    padding: 12px 26px 12px 26px;
    min-width: 140px;
  }
  .pagebuilder-card-badge .pb-card__wrapper a.button.pagebuilder-button-primary.green-btn span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .desktop-hide {
    display: none !important;
  }
  .modal-popup .modal-inner-wrap {
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    background-color: #f0f0f0;
    width: 50%;
    max-width: 520px;
  }
  .modal-popup .modal-inner-wrap .modal-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .modal-popup .modal-inner-wrap .modal-content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .mp_social_share_float {
    display: none;
  }
  .header-promo-wrap {
    display: none;
  }
  .modals-wrapper .modal-popup .modal-inner-wrap {
    top: 10rem;
  }
  .page-header {
    height: auto;
    min-height: unset;
  }
  .page-header .header.panel {
    display: flex;
  }
  .page-header .panel.wrapper {
    display: block;
    height: 30px;
    width: 100%;
    border: none;
    background-color: #f0f0f0;
  }
  .page-header .panel.wrapper::after {
    display: block;
    clear: both;
    content: "";
  }
  .page-header .panel.wrapper .panel.header {
    height: 30px;
    overflow: hidden;
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
  }
  .page-header .panel.wrapper .panel.header::after {
    display: block;
    clear: both;
    content: "";
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links {
    width: 40%;
    height: 30px;
    float: right;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links::after {
    display: block;
    clear: both;
    content: "";
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links [data-content-type='row'][data-appearance='contained'] {
    margin: 0;
    max-width: 100%;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    justify-content: unset;
    display: block;
    flex-direction: unset;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li {
    color: #212529;
    margin: 0 7px;
    padding: 0;
    display: inline-block;
    float: right;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li:first-child {
    margin-right: 0;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li:last-child {
    margin-left: 0;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li font {
    color: #212529;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #212529;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link:visited {
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link:hover {
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link:active {
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link:focus {
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link.tele {
    font-weight: 400;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link.tele:visited {
    font-weight: 400;
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link.tele:hover {
    font-weight: 400;
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link.tele:active {
    font-weight: 400;
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .panel.header .upper-panel-links ul.menu li #link.tele:focus {
    font-weight: 400;
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .header-panel-promo {
    width: 60%;
    height: 44px;
    padding-top: 5px;
  }
  .page-header .panel.wrapper .header-panel-promo::after {
    display: block;
    clear: both;
    content: "";
  }
  .page-header .panel.wrapper .header-panel-promo .tickerv-wrap {
    background-color: #f0f0f0;
    height: 40px;
  }
  .page-header .panel.wrapper .header-panel-promo .tickerv-wrap ul {
    max-width: 1576px;
    margin: 0 auto;
    text-align: center;
  }
  .page-header .panel.wrapper .header-panel-promo [data-content-type='row'][data-appearance='contained'] {
    margin: 0;
    max-width: 100%;
  }
  .page-header .panel.wrapper .header-panel-promo [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    justify-content: unset;
    display: block;
    flex-direction: unset;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .page-header .panel.wrapper .header-panel-promo p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 0;
    font-weight: 400;
  }
  .page-header .panel.wrapper .header-panel-promo p strong {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 600;
  }
  .page-header .panel.wrapper .header-panel-promo p a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #212529;
  }
  .page-header .panel.wrapper .header-panel-promo p a:visited {
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .header-panel-promo p a:hover {
    color: #212529;
    text-decoration: none;
  }
  .page-header .panel.wrapper .header-panel-promo p a:active {
    color: #212529;
    text-decoration: underline;
  }
  .page-header .panel.wrapper .header-panel-promo p a:focus {
    color: #212529;
    text-decoration: underline;
  }
  .page-header .header.content {
    height: 138px;
    min-height: unset;
    margin: 0 auto;
    max-width: none;
    filter: unset;
    padding-top: 14px;
  }
  .page-header .header.content .navbar-toggle {
    display: none;
  }
  .page-header .header.content #logo {
    height: 25px;
    width: 169px;
    margin-top: 17px;
  }
  .page-header .header.content #logo a {
    height: 25px;
    width: 169px;
  }
  .page-header .header.content .block-search .actions .search {
    background-color: unset;
  }
  .page-header .header.content .tablet-desktop-header-links {
    margin-top: 11px;
    float: right;
  }
  .page-header .header.content .tablet-desktop-header-links .menu li a.account-link {
    width: auto;
    height: 24px;
    display: inline-block;
    padding-left: 28px;
  }
  .page-header .header.content .minicart-wrapper .action.showcart:before {
    margin-top: 24px;
  }
  .page-header .header.content .minicart-wrapper .action.showcart.not-empty:before {
    margin-top: 20px;
  }
  .page-header .header.content .minicart-wrapper #minicart-content-wrapper .block-content .actions .primary .action.primary {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .page-header .header.content .minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary .action.viewcart {
    padding: 14px 32px 14px 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 48px;
  }
  .page-header .header.content .minicart-wrapper #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item-details .details-qty.qty label {
    font-weight: bold;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse {
    margin-top: 5px;
    display: block;
    margin-left: 0;
    width: auto;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu {
    margin: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu {
    background-color: transparent;
    position: static;
    border-top: none;
    padding: 0;
    margin-top: 0;
    margin-left: 5px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .nav-anchor {
    background-color: transparent !important;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .nav-anchor > .caret {
    background-image: url('..//images/arrow.svg');
    background-size: 11px;
    background-repeat: no-repeat;
    width: 11px;
    height: 6px;
    margin-left: 7px;
    border: none;
    padding: 5px;
    margin-top: 4px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu {
    padding: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-style: none;
    z-index: 99;
    left: 0;
    overflow-x: unset;
    position: absolute;
    transition: none;
    top: 56px;
    box-shadow: 1px 1px 1px 0 rgba(100, 100, 100, 0.2), -1px 0 1px 0 rgba(100, 100, 100, 0.2);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items {
    background-color: #f0f0f0;
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 15px;
    width: auto;
    flex-basis: 20%;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items ul {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items li {
    padding-left: 5%;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items li .nav-anchor {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items li .nav-anchor .caret {
    display: none;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items li.dynamic-active {
    background-color: white;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items li.dynamic-active .caret {
    display: block;
    right: 2px;
    top: 25px;
    transform: rotate(-90deg);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content {
    flex-basis: 78%;
    width: auto;
    right: -2px;
    padding: 0;
    background-color: #fff;
    border-bottom-right-radius: 15px;
    min-height: 510px;
    overflow: hidden;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .link-browse-all {
    position: absolute;
    top: 440px;
    padding: 0 28px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #65a944;
    text-transform: uppercase;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content img:hover {
    transition: none;
    transform: none;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content ul.mega_m {
    min-height: 510px;
    padding-top: 30px;
    padding-left: 8px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content a {
    padding: 0;
    color: #333;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content li.padded {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content li.padded > a:hover {
    color: #65a944;
    font-weight: bold;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content li.padded > img {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid {
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.4px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product {
    padding: 0 20px;
    width: 25%;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product * {
    margin-bottom: 15px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-image {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-image img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-image img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .category-menu-image-link {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .category-menu-image-link img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .category-menu-image-link img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-title {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .nav-item {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .category-menu-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col {
    padding: 0 20px;
    width: 25%;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col * {
    margin-bottom: 15px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-image {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-image img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-image img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .category-menu-image-link {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .category-menu-image-link img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .category-menu-image-link img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-title {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .nav-item {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .category-menu-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap {
    width: 50%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #3e703d;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap a:visited {
    color: #3e703d;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap a:hover {
    color: #65a944;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap a:active {
    color: #3e703d;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap a:focus {
    color: #000;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 15px;
    padding: 0 15px;
    position: relative;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col .cta-title-subtitle {
    margin-bottom: 30px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-subtitle {
    font-size: 16px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col .cta-url a {
    font-size: 16px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .right-col {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .right-col img {
    margin-top: -10px;
    max-height: 148px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-bottom-text {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row {
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.4px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product {
    padding: 0 20px;
    width: 25%;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product * {
    margin-bottom: 15px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-image {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-image img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-image img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .category-menu-image-link {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .category-menu-image-link img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .category-menu-image-link img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-title {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .nav-item {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .category-menu-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col {
    padding: 0 20px;
    width: 25%;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col * {
    margin-bottom: 15px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-image {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-image img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-image img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .category-menu-image-link {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .category-menu-image-link img {
    max-width: 200px;
    max-height: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .category-menu-image-link img:hover {
    transform: scale(1.1);
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-title {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .nav-item {
    font-weight: 400;
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .category-menu-description {
    color: #707070;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap {
    width: 50%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #3e703d;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap a:visited {
    color: #3e703d;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap a:hover {
    color: #65a944;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap a:active {
    color: #3e703d;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap a:focus {
    color: #000;
    text-decoration: underline;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 15px;
    padding: 0 15px;
    position: relative;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col .cta-title-subtitle {
    margin-bottom: 30px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-subtitle {
    font-size: 16px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col .cta-url a {
    font-size: 16px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .right-col {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .right-col img {
    margin-top: -10px;
    max-height: 148px;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-bottom-text {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu:hover a {
    background-color: transparent;
    color: #333;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .category-menu-image-link {
    display: block;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .category-menu-description {
    display: block;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .ves-menu .navigation .megamenu-footer {
    display: block;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .mobile-only {
    display: none;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .mega-col .col-sm-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-header .header.content #navbar-megamenu.collapse.navbar-collapse .mega-col .col-sm-4 {
    width: calc(33.33333333%);
    flex: 0 0 calc(33.33333333%);
    max-width: calc(33.33333333%);
  }
  .page-wrapper {
    position: relative;
  }
  .page-wrapper main #content_dimmer {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 5;
  }
  .page-main {
    max-width: none;
  }
  #maincontent.page-main {
    max-width: none;
  }
  .country-modal .modal-header .modal-title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 0 3em;
  }
  .country-modal .modal-inner-wrap {
    margin: 0 auto;
  }
  .country-modal .modal-inner-wrap .modal-header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .country-modal .modal-inner-wrap .modal-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .country-modal._show .modal-inner-wrap {
    width: 320px;
  }
  .page-footer .footer-mobile-wrapper {
    display: none;
  }
  .page-footer .footer-desktop-wrapper {
    display: block;
  }
  .footer-desktop-wrapper {
    width: 100%;
    min-height: 1px;
    position: relative;
  }
  .footer-desktop-wrapper::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper [data-content-type='row'][data-appearance='contained'] {
    margin: 0;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    z-index: 9;
  }
  .footer-desktop-wrapper [data-content-type='row'][data-appearance='contained']::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper [data-content-type='row'][data-appearance='contained']:nth-of-type(1) {
    margin-bottom: -37px;
    z-index: 99;
  }
  .footer-desktop-wrapper [data-content-type='row'][data-appearance='contained']:nth-of-type(2) {
    top: 0;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap {
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper {
    background-color: #65A944;
    border-radius: 10px;
    width: 100%;
    height: 80px;
    text-align: center;
    max-width: none;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper::after {
    clear: both;
    content: "";
    background-image: url('..//images/Footer/svg/headset.svg');
    display: inline-block;
    float: left;
    height: 30px;
    margin-left: 20px;
    width: 30px;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 3.4rem;
    color: #333;
    display: inline-block;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper p a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 3.4rem;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #333;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper p a:visited {
    color: #333;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper p a:hover {
    color: #333;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper p a:active {
    color: #333;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-upper-wrap .footer-desktop-upper p a:focus {
    color: #333;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap {
    width: 100%;
    min-height: 1px;
    background-color: #f0f0f0;
    padding: 0 20px 40px 20px;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .pagebuilder-column-group {
    width: 100%;
    min-height: 1px;
    max-width: none;
    margin: 0 auto;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .pagebuilder-column-group::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-logo-wrap {
    padding: 44px 10px 10px 10px;
    width: 100%;
    min-height: 1px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-logo-wrap::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-logo-wrap #footer-desktop-logo {
    height: 30px;
    width: 181px;
    display: block;
    margin: 0;
    background: transparent url('..//images/footer-logo.png') no-repeat center center;
    background-size: 181px 30px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-logo-wrap #footer-desktop-logo:visited {
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-logo-wrap #footer-desktop-logo:hover {
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-logo-wrap #footer-desktop-logo:active {
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-logo-wrap #footer-desktop-logo:focus {
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 {
    width: 20%;
    color: #212529;
    padding: 10px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-title h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-title h4 a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-title h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-title h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-title h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-title h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner h5 {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    font-weight: 400;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner h5 a {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner h5 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner h5 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner h5 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner h5 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner .menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner .menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner .menu li a {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner .menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner .menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner .menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .block-content-inner .menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu {
    padding: 0;
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu li a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 .footer-block .block-content .no-indent-menu li .inner-menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order p a:visited {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order p a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order p a:active {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-print-order p a:focus {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-download-Catalog {
    margin: 36px 0 38px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-download-Catalog a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-download-Catalog a:visited {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-download-Catalog a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-download-Catalog a:active {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-download-Catalog a:focus {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-newsletter-signup h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-newsletter-signup h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-newsletter-signup h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-newsletter-signup h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-newsletter-signup h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-newsletter-signup h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us h4 a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-contact-us p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social .social-links li {
    display: inline-block;
    margin: 0 5px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social .social-links li:first-child {
    margin-left: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social .social-links li:last-child {
    margin-right: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social .social-links li a {
    color: #212529;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social .social-links li a img {
    height: 30px;
    width: 30px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-social .social-links li a img:hover {
    display: inherit;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright {
    width: 100%;
    min-height: 1px;
    margin-top: 24px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright p {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0 0 16px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright p a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright h6 {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright h6 a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright h6 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright h6 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright h6 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright h6 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-1 #footer-desktop-copyright hr {
    border-top: 1px solid #3e703d;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 {
    width: 20%;
    color: #212529;
    padding: 10px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-title h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-title h4 a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-title h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-title h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-title h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-title h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner h5 {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    font-weight: 400;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner h5 a {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner h5 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner h5 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner h5 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner h5 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner .menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner .menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner .menu li a {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner .menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner .menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner .menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .block-content-inner .menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu {
    padding: 0;
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu li a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 .footer-block .block-content .no-indent-menu li .inner-menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order h4 a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order p a:visited {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order p a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order p a:active {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-print-order p a:focus {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-download-Catalog {
    margin: 36px 0 38px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-download-Catalog a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-download-Catalog a:visited {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-download-Catalog a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-download-Catalog a:active {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-download-Catalog a:focus {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-newsletter-signup h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-newsletter-signup h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-newsletter-signup h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-newsletter-signup h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-newsletter-signup h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-newsletter-signup h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us h4 a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-contact-us p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social .social-links li {
    display: inline-block;
    margin: 0 5px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social .social-links li:first-child {
    margin-left: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social .social-links li:last-child {
    margin-right: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social .social-links li a {
    color: #212529;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social .social-links li a img {
    height: 30px;
    width: 30px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-social .social-links li a img:hover {
    display: inherit;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright {
    width: 100%;
    min-height: 1px;
    margin-top: 24px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright p {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0 0 16px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright p a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright h6 {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright h6 a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright h6 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright h6 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright h6 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright h6 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-2 #footer-desktop-copyright hr {
    border-top: 1px solid #3e703d;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 {
    width: 20%;
    color: #212529;
    padding: 10px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-title h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-title h4 a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-title h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-title h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-title h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-title h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner h5 {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    font-weight: 400;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner h5 a {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner h5 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner h5 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner h5 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner h5 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner .menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner .menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner .menu li a {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner .menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner .menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner .menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .block-content-inner .menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu {
    padding: 0;
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu li a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 .footer-block .block-content .no-indent-menu li .inner-menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order p a:visited {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order p a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order p a:active {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-print-order p a:focus {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-download-Catalog {
    margin: 36px 0 38px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-download-Catalog a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-download-Catalog a:visited {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-download-Catalog a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-download-Catalog a:active {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-download-Catalog a:focus {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-newsletter-signup h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-newsletter-signup h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-newsletter-signup h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-newsletter-signup h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-newsletter-signup h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-newsletter-signup h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us h4 a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-contact-us p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social .social-links li {
    display: inline-block;
    margin: 0 5px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social .social-links li:first-child {
    margin-left: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social .social-links li:last-child {
    margin-right: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social .social-links li a {
    color: #212529;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social .social-links li a img {
    height: 30px;
    width: 30px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-social .social-links li a img:hover {
    display: inherit;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright {
    width: 100%;
    min-height: 1px;
    margin-top: 24px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright p {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0 0 16px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright p a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright h6 {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright h6 a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright h6 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright h6 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright h6 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright h6 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-3 #footer-desktop-copyright hr {
    border-top: 1px solid #3e703d;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 {
    width: 40%;
    color: #212529;
    padding: 10px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-title h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-title h4 a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-title h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-title h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-title h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-title h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner h5 {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    font-weight: 400;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner h5 a {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner h5 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner h5 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner h5 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner h5 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner .menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner .menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner .menu li a {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner .menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner .menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner .menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .block-content-inner .menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu {
    padding: 0;
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu li {
    margin-bottom: 6px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu li a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu li a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu li a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu li a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu li a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 .footer-block .block-content .no-indent-menu li .inner-menu {
    list-style: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order h4 a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order p a:visited {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order p a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order p a:active {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-print-order p a:focus {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-download-Catalog {
    margin: 36px 0 38px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-download-Catalog a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-download-Catalog a:visited {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-download-Catalog a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-download-Catalog a:active {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-download-Catalog a:focus {
    color: #fff;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-newsletter-signup h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-newsletter-signup h4 a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-newsletter-signup h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-newsletter-signup h4 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-newsletter-signup h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-newsletter-signup h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us h4 a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us h4 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us h4 a:hover {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us h4 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us h4 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us p {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us p a {
    color: #212529;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-contact-us p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social {
    margin-bottom: 19px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social .social-links li {
    display: inline-block;
    margin: 0 5px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social .social-links li:first-child {
    margin-left: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social .social-links li:last-child {
    margin-right: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social .social-links li a {
    color: #212529;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social .social-links li a img {
    height: 30px;
    width: 30px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-social .social-links li a img:hover {
    display: inherit;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright {
    width: 100%;
    min-height: 1px;
    margin-top: 24px;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright::after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright p {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0 0 16px 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright p a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright p a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright p a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright p a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright p a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright h6 {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright h6 a {
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright h6 a:visited {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright h6 a:hover {
    color: #212529;
    text-decoration: underline;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright h6 a:active {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright h6 a:focus {
    color: #212529;
    text-decoration: none;
  }
  .footer-desktop-wrapper .footer-desktop-lower-wrap .footer-desktop-col-4 #footer-desktop-copyright hr {
    border-top: 1px solid #3e703d;
  }
  .message.global.cookie {
    min-height: 30px;
    z-index: 99;
  }
  .message.global.cookie .content {
    min-height: 64px;
    padding: 22px 20px;
    width: 100%;
    margin: 0 auto;
  }
  .message.global.cookie .content::after {
    display: block;
    clear: both;
    content: "";
  }
  .message.global.cookie .content .content-inner {
    padding-right: 80px;
  }
  .message.global.cookie .content .content-inner .btn-cookie-allow {
    top: 4px;
  }
}
@media all and (min-width: 1536px), print {
  .page-header .header.content {
    grid-template-columns: 0 170px 35% 51% 16px;
  }
  .page-header .header.content > .block.block-search {
    width: 100%;
  }
  .page-header .header.content div.header.panel {
    padding-left: 40px;
  }
  .catalog-category-view .products-grid .product-items .product-item,
  .catalogsearch-result-index .products-grid .product-items .product-item {
    width: 35%;
  }
  .catalog-category-view .products-grid .product-items::after,
  .catalogsearch-result-index .products-grid .product-items::after {
    content: '';
    width: 35%;
  }
  .cms-products .products-grid .product-items .product-item {
    width: 70% !important;
  }
  .catalog-category-view .category-view .pagebuilder-column div[data-content-type='text'] {
    max-width: 1576px;
  }
  .catalog-product-view .column.main .form-klaviyo [data-testid="form-component"] {
    padding: 0 115px 10px 0 !important;
  }
  .catalog-product-view .column.main .product-help-link {
    max-width: 1576px;
  }
  .catalog-product-view .column.main #trustpilot-widget-trustbox-1-wrapper {
    max-width: 1576px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .material {
    padding-left: 60px;
    margin-top: -40px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets {
    padding-left: 160px;
    margin-top: -40px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers {
    padding-left: 320px;
    margin-top: -40px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid .insert-sheets .image-contents {
    width: 188px;
    height: 67px;
  }
  .catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid .insert-sheets.shape-oval .image-contents {
    height: 139px;
  }
  .checkout-cart-index .page-title-wrapper,
  .checkout-index-index .page-title-wrapper,
  .checkout-onepage-success .page-title-wrapper {
    max-width: 1576px;
  }
  .checkout-cart-index .page-title-wrapper h1,
  .checkout-index-index .page-title-wrapper h1,
  .checkout-onepage-success .page-title-wrapper h1 {
    font-size: 6.8rem;
    line-height: 7.8rem;
  }
  .checkout-cart-index .page-main .column.main,
  .checkout-index-index .page-main .column.main,
  .checkout-onepage-success .page-main .column.main {
    max-width: 1576px;
  }
  .cart-empty {
    max-width: 1576px;
  }
  .identification-products {
    left: 50%;
    position: relative;
    top: 0;
    transform: translate(-50%, 0);
    width: calc(100vw - 15px);
    margin-left: 0;
    margin-right: 0;
  }
  .identification-products .list-badge-products {
    max-width: calc(100% - 312px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .identification-products .list-badge-products:last-child {
    margin: auto;
  }
  .identification-products .heading {
    max-width: calc(100% - 327px);
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .identification-products .slick-prev.slick-arrow {
    background: #f0f0f0;
    height: 100%;
    left: -156px;
    position: absolute;
    width: 156px;
  }
  .identification-products .slick-next.slick-arrow {
    background: #f0f0f0;
    right: -156px;
    height: 100%;
    width: 156px;
  }
  .identification-products .slick-next.slick-arrow,
  .identification-products .slick-prev.slick-arrow {
    height: calc(100% - 15px);
    top: 0;
    transform: translate(0px);
  }
  .identification-products .slick-next.slick-arrow:hover,
  .identification-products .slick-prev.slick-arrow:hover {
    background: #e8e8e8;
  }
  .identification-products .slick-next.slick-arrow::after,
  .identification-products .slick-prev.slick-arrow::after {
    border: 1px solid #707070;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: '';
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: 2;
  }
  .identification-products .slick-next.slick-arrow::before,
  .identification-products .slick-prev.slick-arrow::before {
    font-size: 20px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: 3;
  }
  .main .corporate-banner .pagebuilder-column .content p,
  .main .corporate-banner .pagebuilder-column .description-title {
    max-width: unset;
  }
  .main .reason-image img {
    width: 100%;
    height: auto;
  }
  .comfort-banner .banner-logo {
    margin: 0 370px 0 39px;
  }
  .comfort-banner .banner-description .title {
    text-align: left;
  }
  .block-second-banner .comfort-banner .banner-description {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    max-width: initial;
  }
  .block-second-banner .comfort-banner .banner-description .content {
    padding: 0;
    text-align: left;
  }
  .block-second-banner .comfort-banner .comfort-tag {
    margin: 0;
    max-width: initial;
  }
  .page-wrapper > .breadcrumbs {
    max-width: 1576px;
  }
  .blog-page .page-main .blog-banner .row-full-width-inner {
    max-width: 1576px;
  }
  .page-layout-1column .page-title-wrapper {
    max-width: 1576px;
  }
  .page-layout-1column .page-title-wrapper h1 {
    font-size: 6.8rem;
    line-height: 7.8rem;
    margin-bottom: 20px;
  }
  .page-layout-1column #maincontent .column.main {
    max-width: 1576px;
  }
  .page-layout-1column #maincontent .column.main [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
  }
  .rendered-form.amform-form .amform-form-fieldset.fieldset .field .amform-htwo {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
  .pagebuilder-banner-wrapper {
    min-height: 664px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure {
    max-height: 200px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure img {
    max-height: 200px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div {
    padding: 30px;
    min-height: 200px;
  }
  .cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div img {
    width: 235px;
  }
  .cms-index-index .home-section.section-footer.signs-footer .pagebuilder-column-group .pagebuilder-column:last-of-type img {
    width: 210px;
  }
  .main .pagebuilder-column-group .pagebuilder-column-line .klaviyo-form .needsclick [data-testid='form-row'] [data-testid='form-component'] {
    padding-right: 50px !important;
  }
  .grey-header .grey-header-image figure {
    position: absolute;
    top: -14px;
    right: 40px;
  }
  .grey-header .grey-header-content h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .banner-industry-page {
    min-height: 550px;
  }
  .sub-banner-industry-page {
    min-height: 650px;
  }
  .customer-account-login .page-main .columns,
  .customer-account-create .page-main .columns,
  .customer-account-logoutsuccess .page-main .columns,
  .customer-account-createpassword .page-main .columns,
  .gdpr-customer-settings .page-main .columns {
    max-width: 1576px;
  }
  body.account .page-title-wrapper {
    max-width: 1576px;
  }
  body.account .page-title-wrapper h1 {
    font-size: 6.8rem;
    line-height: 7.8rem;
  }
  body.account .page-main .columns {
    max-width: 1576px;
  }
  .container {
    max-width: 1576px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mr-xl-0 {
    margin-right: 0;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1 {
    margin-top: 0.25rem;
  }
  .my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mr-xl-1 {
    margin-right: 0.25rem;
  }
  .mx-xl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2 {
    margin-top: 0.5rem;
  }
  .my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mr-xl-2 {
    margin-right: 0.5rem;
  }
  .mx-xl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3 {
    margin-top: 1rem;
  }
  .my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mr-xl-3 {
    margin-right: 1rem;
  }
  .mx-xl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mb-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3 {
    margin-left: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4 {
    margin-top: 1.5rem;
  }
  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mr-xl-4 {
    margin-right: 1.5rem;
  }
  .mx-xl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4 {
    margin-left: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5 {
    margin-top: 3rem;
  }
  .my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mr-xl-5 {
    margin-right: 3rem;
  }
  .mx-xl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mb-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5 {
    margin-left: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pr-xl-0 {
    padding-right: 0;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1 {
    padding-top: 0.25rem;
  }
  .py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pr-xl-1 {
    padding-right: 0.25rem;
  }
  .px-xl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2 {
    padding-top: 0.5rem;
  }
  .py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pr-xl-2 {
    padding-right: 0.5rem;
  }
  .px-xl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3 {
    padding-top: 1rem;
  }
  .py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pr-xl-3 {
    padding-right: 1rem;
  }
  .px-xl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .pb-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3 {
    padding-left: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4 {
    padding-top: 1.5rem;
  }
  .py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pr-xl-4 {
    padding-right: 1.5rem;
  }
  .px-xl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4 {
    padding-left: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5 {
    padding-top: 3rem;
  }
  .py-xl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pr-xl-5 {
    padding-right: 3rem;
  }
  .px-xl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .pb-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5 {
    padding-left: 3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mr-xl-auto {
    margin-right: auto;
  }
  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto {
    margin-left: auto;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .modal-popup .modal-inner-wrap {
    width: 45%;
  }
  .page-header .panel.wrapper .panel.header {
    max-width: 1576px;
  }
  .page-header .header.content {
    max-width: 1576px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu {
    border-style: none;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items {
    width: 18%;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-items li {
    padding-left: 5%;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content {
    width: 81.9%;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-image {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-image img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .category-menu-image-link {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .category-menu-image-link img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-title {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .nav-item {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .product-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .product .category-menu-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-image {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-image img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .category-menu-image-link {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .category-menu-image-link img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-title {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .nav-item {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .product-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .mega-col .category-menu-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block {
    padding: 0 15px 0 30px;
    height: 170px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-subtitle {
    font-size: 18px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .left-col .cta-url a {
    font-size: 18px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .megamenu-products-grid .cta-wrap .cta-gray-block .right-col img {
    max-height: 180px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-image {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-image img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .category-menu-image-link {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .category-menu-image-link img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-title {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .nav-item {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .product-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .product .category-menu-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-image {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-image img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .category-menu-image-link {
    height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .category-menu-image-link img {
    max-width: 250px;
    max-height: 250px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-title {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-title .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .nav-item {
    font-weight: 400;
    margin-bottom: 0;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .nav-item .nav-anchor {
    font-size: 18px;
    color: #333;
    line-height: inherit;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .product-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .mega-col .category-menu-description {
    color: #707070;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block {
    padding: 0 15px 0 30px;
    height: 170px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col .cta-title-subtitle .cta-subtitle {
    font-size: 18px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .left-col .cta-url a {
    font-size: 18px;
  }
  .page-header .header.content .collapse.navbar-collapse .ves-menu .navigation .ves-megamenu .level0 .submenu .dorgin-items.row .dynamic-content .row .cta-wrap .cta-gray-block .right-col img {
    max-height: 180px;
  }
  .page-main {
    max-width: 1576px;
  }
  #maincontent.page-main {
    max-width: 1576px;
  }
  .free-design-tools-section .pagebuilder-column-group:first-of-type {
    justify-content: space-evenly;
  }
  .free-design-tools-section .pagebuilder-column-group:first-of-type .section-header {
    width: 35%;
  }
  .free-design-tools-section .pagebuilder-column-group:first-of-type .header-image {
    width: 45%;
  }
  .message.global.cookie .content {
    max-width: 1576px;
  }
  .message.global.cookie .content .content-inner {
    padding-right: 90px;
  }
}
@media all and (min-width: 1200px), print {
  .corporate-block-reason,
  .corporate-block-brand,
  .cms-block-introduce {
    padding: 0;
  }
}
@media all and (min-width: 1920px), print {
  .page-header .customer-portal ul.dropdown-options {
    min-width: 450px;
  }
  .page-header .customer-portal ul.dropdown-options h4 {
    font-size: 18px;
  }
  .page-header .customer-portal ul.dropdown-options h2 {
    font-size: 28px;
  }
  .page-header .customer-portal ul.dropdown-options img {
    width: 100%;
  }
  .main-menu__inner-list--level1 .menu-items-with-images > ul > li.main-menu__inner-item.cta-bottom {
    padding-bottom: 20px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .beyond {
    margin-top: -10px;
    margin-bottom: 0;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .info-bar {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .solutions {
    margin-top: 50px;
    margin-bottom: 90px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .products {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .products .row-full-width-inner {
    margin-top: 90px;
    margin-bottom: 160px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .reviews .row-full-width-inner {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .badge {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .tailored {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .cms-index-index.page-layout-1column #maincontent .column.main .why {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .catalog-product-view .column.main .block.related .slick-next,
  .catalog-product-view .column.main .block.related .slick-prev {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #f0f0f0;
    height: 100%;
    width: 159px;
    pointer-events: none;
  }
  .catalog-product-view .column.main .block.related .slick-next:before,
  .catalog-product-view .column.main .block.related .slick-prev:before {
    pointer-events: initial;
    opacity: 1;
  }
  .catalog-product-view .column.main .block.related .slick-next {
    right: -159px;
  }
  .catalog-product-view .column.main .block.related .slick-prev {
    left: -159px;
  }
  .products-grid .product-item {
    margin-bottom: 0;
  }
  .catalog-product-view .column.main .block:last-child {
    margin-bottom: 117px;
  }
}
@media all and (min-width: 1536px), print {
  #maincontent .sonesta-name .reusable-content .pagebuilder-column div[data-content-type='text'] {
    max-width: 700px;
  }
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .navbar-expand-xl > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 1110px), print {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .ves-menu .navigation .level0 .nav-anchor span {
    font-family: 'Raleway', sans-serif;
  }
  .ves-menu .navigation .level0 .level1 .nav-anchor span {
    font-family: 'Lato', sans-serif;
  }
  .ves-menu .navigation .level0 > .submenu {
    top: auto !important;
  }
}
@media only screen and (min-width: 1024px) {
  nav.main-menu {
    flex-grow: 4;
    width: 100%;
    display: inline-block;
    margin-top: -20px;
    padding: 5px 0;
  }
  nav.main-menu .menu-images-ul {
    background: #FAFAFA;
  }
  nav.main-menu > .main-menu__list {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  nav.main-menu > .main-menu__list .menu-items-with-images,
  nav.main-menu > .main-menu__list .menu-images-ul {
    padding-top: 30px;
  }
  nav.main-menu .main-menu__item > ul {
    width: 100% !important;
    gap: 0;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  nav.main-menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  nav.main-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    text-align: left;
  }
  nav.main-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
  }
  nav.main-menu ul li a:hover {
    opacity: 0.86;
  }
  nav.main-menu h3,
  nav.main-menu h4,
  nav.main-menu h5 {
    font-size: inherit;
  }
  .main-menu__inner-list--level1 .menu-images-ul {
    float: right;
    width: 30%;
    z-index: 1;
  }
  .main-menu__inner-list--level1 .menu-items-with-no-images {
    width: 100%;
  }
  .main-menu__inner-list--level1 .menu-items-with-no-images > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main-menu__inner-list--level1 .menu-items-with-no-images > ul .bottom .main-menu__inner-link {
    border-top: 1px solid #BDBDBD;
    width: 100%;
  }
  .main-menu__inner-list--level1 .menu-items-with-no-images > ul > li {
    width: 25%;
  }
  .main-menu__inner-list--level1 .menu-items-with-images {
    width: 70%;
  }
  .main-menu__inner-list--level1 .menu-items-with-images > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main-menu__inner-list--level1 .menu-items-with-images > ul > li {
    width: 33.3%;
  }
  .main-menu__inner-list--level1 .menu-items-with-images > ul > li.cta-bottom {
    width: 100%;
    border-top: 1px solid #BDBDBD;
    margin-top: 30px;
    padding-top: 40px;
    margin-right: 80px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .main-menu__inner-list--level1 .menu-with-images {
    float: left;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
  }
  .main-menu__inner-list--level1 .menu-with-images > li {
    width: 33.333%;
  }
  .main-menu__inner-list--level1 > li {
    width: 25%;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: none !important;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: none !important;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'imprintplus';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-is-visible .page-header {
    z-index: 1000;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .singleCol .main-menu__inner-item picture,
  .singleCol .main-menu__inner-item img {
    max-width: 500px;
    float: left;
  }
  .main-menu {
    order: 2;
    flex-grow: 4;
  }
  .main-menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .main-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
  }
  .main-menu figure {
    float: left;
  }
  .main-menu .menu-images-ul:after {
    content: '';
    width: 5%;
    right: -5%;
    top: 0;
    height: 100%;
    position: absolute;
    background: #FAFAFA;
    border-radius: 0 0 16px 16px;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1 {
    padding: 0 !important;
    justify-content: flex-start;
    display: none;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1:after {
    content: '';
    width: 110%;
    left: -5%;
    top: -30px;
    height: 110%;
    position: absolute;
    -webkit-box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.61);
    background-color: #ffffff;
    border-radius: 0 0 16px 16px;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1 li.main-menu__inner-item--parent {
    padding: 0;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1 li.main-menu__inner-item--parent .main-menu__inner-link span {
    color: #000000;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1 .main-menu__inner-list--level2 {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1 .main-menu__inner-list--level2 li.main-menu__inner-item--level2 {
    padding: 15px 0 0 0;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1 .main-menu__inner-list--level2 li.main-menu__inner-item--level2 .main-menu__inner-link h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
  }
  .main-menu ul.main-menu__list .main-menu__item--parent ul.main-menu__inner-list--level1 .main-menu__inner-list--level2 li.green h3 {
    color: #679f16 !important;
    text-decoration-line: underline;
  }
  .main-menu ul.main-menu__list picture,
  .main-menu ul.main-menu__list img {
    margin-top: 10px;
  }
  .main-menu ul.main-menu__list .main-menu__inner-list--level1 {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 99;
  }
  .eligibleMenuList.opened {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
  }
  .main-menu__inner-item--level1,
  .main-menu__inner-list--level1 {
    padding-bottom: 15px;
  }
  .main-menu__inner-item--level1 > a,
  .main-menu__inner-list--level1 > a {
    font-weight: 700;
  }
  .main-menu__inner-item--level1 .main-menu__inner-link,
  .main-menu__inner-list--level1 .main-menu__inner-link {
    padding-bottom: 10px;
  }
  .main-menu__inner-list--level1 > li {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    flex-wrap: wrap;
  }
  .main-menu__inner-list--level1 > li > a {
    font-weight: 700;
  }
  .main-menu__inner-list--level1 > li ul {
    min-width: 25%;
  }
  .main-menu__inner-list--level1 > li ul li {
    position: relative;
    z-index: 1;
  }
  .main-menu__inner-list--level1 > div {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    flex-wrap: wrap;
  }
  .main-menu__inner-list--level1 > div > li {
    min-width: 25%;
    position: relative;
    z-index: 1;
  }
  .main-menu__inner-list--level1 > div > li > a {
    font-weight: 700;
  }
  .eligibleMenuList.inlineMode {
    justify-content: center !important;
    gap: 10px;
    flex-direction: column;
    top: 50px !important;
    width: auto !important;
    left: -34px !important;
    padding-top: 5px !important;
  }
  .eligibleMenuList.inlineMode:before,
  .eligibleMenuList.inlineMode:after {
    display: none;
  }
  .eligibleMenuList.inlineMode > li {
    min-width: 230px;
  }
  .eligibleMenuItem.dropdownMode {
    position: relative;
  }
  .eligibleMenuItem.dropdownMode .main-menu__inner-item {
    height: auto !important;
    padding-bottom: 5px;
  }
  .eligibleMenuItem.dropdownMode .eligibleMenuList:after,
  .eligibleMenuItem.dropdownMode .eligibleMenuList:before {
    display: none;
  }
  .eligibleMenuList:not(.dropdownMode) > .main-menu__inner-item--level1 {
    width: 25%;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    padding-bottom: 30px !important;
  }
  .singleCol picture,
  .singleCol img {
    margin-top: 10px;
  }
  .singleCol .eligibleMenuList {
    justify-content: flex-start !important;
    gap: 0;
  }
  .singleCol .eligibleMenuList > div {
    order: -1;
  }
  .singleCol .eligibleMenuList > .main-menu__inner-item--level1 {
    flex-grow: unset;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .main-menu .top-menu-us__list {
    width: 100%;
    margin-top: 21px;
  }
  .main-menu .top-menu-us__list h3 {
    text-decoration: none;
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-right: 36px;
    display: block;
    height: 34px;
    width: fit-content;
  }
  .switcher-currency {
    display: none;
  }
  .level0.parent > .level-top {
    padding-right: 20px;
  }
  .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 25px;
  }
  .level0.parent > .level-top > .ui-menu-icon:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-image: url('../images/down-icon.svg');
  }
  .level0.parent > .level-top.ui-state-active > .ui-menu-icon:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-image: url('../images/up-icon.svg');
  }
  .nav-sections .header.links {
    display: none;
  }
  .nav-open #maincontent,
  .nav-open .page-footer,
  .nav-open .header-panel-promo {
    display: none;
  }
  .nav-open .product-item-info {
    display: none;
  }
  .nav-open #main-menu-close {
    width: 100%;
    height: 52px;
  }
  .nav-open #main-menu-close:before {
    right: 0;
    float: right;
  }
  .section-item-content.nav-sections-item-content {
    transition: opacity 0.5s ease, max-height 0.5s ease;
    overflow: hidden;
  }
  .section-item-content.nav-sections-item-content .switcher-options {
    display: none;
  }
  .main-menu {
    max-height: 0;
    transition: max-height 0.5s ease;
    display: none;
  }
  .main-menu picture {
    display: none;
  }
  .main-menu ul {
    padding: 0;
  }
  .main-menu ul.menu-images-ul {
    display: none;
  }
  .nav-open ._hj_feedback_container {
    display: none;
  }
  .nav-open .main-menu {
    transition: max-height 0.5s ease;
    display: block;
    margin-top: 0;
    background: white;
  }
  .nav-open .main-menu a {
    text-decoration: none;
  }
  .sections.nav-sections .navigation {
    display: none;
  }
  #main-menu-close {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    padding: 7px;
    cursor: pointer;
    z-index: 800;
    background: #ffffff;
  }
  .nav-open #main-menu-close:before {
    content: '\e96c';
    font-size: 30px;
    background-image: none;
    font-family: 'imprintplus';
  }
  #main-menu-close:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url('../images/menu-icon.svg');
  }
  .nav-sections .navigation {
    padding-top: 15px;
  }
  .nav-sections .main-menu__list {
    display: none;
  }
  .nav-sections-item-title {
    display: none;
  }
  .section-item-content {
    display: block !important;
    float: none;
    margin: 0;
    padding: 0;
  }
  li.main-menu__item.eligibleMenuItem.singleCol.active {
    display: block;
  }
  ul.main-menu__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: white;
    padding: 10px 0 20px;
  }
  ul.main-menu__list.hide-childs .main-menu__item {
    display: none;
  }
  ul.main-menu__list .main-menu__inner-link span {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }
  ul.main-menu__list > .page-link span {
    font-weight: 300;
  }
  ul.main-menu__list > .main-menu__item {
    padding-top: 10px;
    line-height: 14px;
    display: flow-root;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    width: 100%;
  }
  ul.main-menu__list > .main-menu__item:last-child {
    border: none;
  }
  ul.main-menu__list > .main-menu__item.main-menu__item--parent {
    position: relative;
    padding: 10px 0;
    padding-right: 20%;
  }
  ul.main-menu__list > .main-menu__item.main-menu__item--parent:before {
    content: '\e903';
    font-family: 'imprintplus';
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 8px;
    font-weight: 200;
    cursor: pointer;
    z-index: 2;
    transform: rotate(270deg);
    color: #BDBDBD;
  }
  ul.main-menu__list > .main-menu__item.main-menu__item--parent > .main-menu__link {
    padding-right: 36px;
    z-index: 1;
    position: relative;
    display: block;
    height: 25px;
    width: fit-content;
  }
  ul.main-menu__list > .main-menu__item.main-menu__item--parent.active:before {
    transform: rotate(90deg);
  }
  ul.main-menu__list > .main-menu__item h3 {
    text-decoration: none;
    color: #292929 !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  ul.main-menu__list > .main-menu__item .main-menu__inner-list--level1 h3 {
    font-size: 16px;
    color: #292929 !important;
    font-weight: bold;
  }
  ul.main-menu__list > .main-menu__item .main-menu__inner-list--level2 h3 {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
  }
  ul.main-menu__list > .main-menu__item .green h3 {
    font-size: 13px;
    color: #679F16 !important;
  }
  ul.main-menu__list > .main-menu__item .main-menu__inner-list--level3 h3 {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__link {
    text-decoration: none;
    font-size: 14px;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list {
    padding: 0;
    display: none !important;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list.active {
    display: block !important;
    opacity: 1 !important;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list .main-menu__inner-item {
    display: flex;
    flex-wrap: wrap;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list .main-menu__inner-item.main-menu__inner-item--level1 {
    margin-top: 10px;
    gap: 10px;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list .main-menu__inner-item.main-menu__inner-item--level1:first-of-type {
    margin-top: 10px;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list .main-menu__inner-item.main-menu__inner-item--parent > a {
    width: 100%;
    text-align: left;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list .main-menu__inner-item.main-menu__inner-item--parent > a span {
    color: #1B1B1B;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
  ul.main-menu__list > .main-menu__item > .main-menu__inner-list .main-menu__inner-item > .main-menu__inner-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'imprintplus' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-uni0000:before {
  content: "\e96e";
}
.icon-uni0001:before {
  content: "\e96f";
}
.icon-space:before {
  content: "\20";
}
.icon-uniE600:before {
  content: "\e600";
}
.icon-uniE601:before {
  content: "\e601";
}
.icon-uniE602:before {
  content: "\e602";
}
.icon-uniE603:before {
  content: "\e603";
}
.icon-uniE604:before {
  content: "\e604";
}
.icon-uniE605:before {
  content: "\e605";
}
.icon-uniE606:before {
  content: "\e606";
}
.icon-uniE607:before {
  content: "\e607";
}
.icon-uniE608:before {
  content: "\e608";
}
.icon-uniE609:before {
  content: "\e609";
}
.icon-uniE60A:before {
  content: "\e60a";
}
.icon-uniE60B:before {
  content: "\e60b";
}
.icon-uniE60C:before {
  content: "\e60c";
}
.icon-uniE60D:before {
  content: "\e60d";
}
.icon-uniE60E:before {
  content: "\e60e";
}
.icon-uniE60F:before {
  content: "\e60f";
}
.icon-uniE610:before {
  content: "\e610";
}
.icon-uniE611:before {
  content: "\e611";
}
.icon-uniE612:before {
  content: "\e612";
}
.icon-uniE613:before {
  content: "\e613";
}
.icon-uniE614:before {
  content: "\e614";
}
.icon-uniE615:before {
  content: "\e615";
}
.icon-uniE616:before {
  content: "\e616";
}
.icon-uniE617:before {
  content: "\e617";
}
.icon-uniE618:before {
  content: "\e618";
}
.icon-uniE619:before {
  content: "\e619";
}
.icon-uniE61A:before {
  content: "\e61a";
}
.icon-uniE61B:before {
  content: "\e61b";
}
.icon-uniE61C:before {
  content: "\e61c";
}
.icon-uniE61D:before {
  content: "\e61d";
}
.icon-uniE61E:before {
  content: "\e61e";
}
.icon-uniE61F:before {
  content: "\e61f";
}
.icon-uniE620:before {
  content: "\e620";
}
.icon-uniE621:before {
  content: "\e621";
}
.icon-uniE622:before {
  content: "\e622";
}
.icon-uniE623:before {
  content: "\e623";
}
.icon-uniE624:before {
  content: "\e624";
}
.icon-uniE625:before {
  content: "\e625";
}
.icon-uniE626:before {
  content: "\e626";
}
.icon-uniE627:before {
  content: "\e627";
}
.icon-uniE628:before {
  content: "\e628";
}
.icon-uniE629:before {
  content: "\e629";
}
.icon-uniE633:before {
  content: "\e633";
}
.icon-5-stars .path1:before {
  content: "\e92f";
  color: #04da8d;
}
.icon-5-stars .path2:before {
  content: "\e930";
  margin-left: -5.173828125em;
  color: #126849;
}
.icon-5-stars .path3:before {
  content: "\e931";
  margin-left: -5.173828125em;
  color: #04da8d;
}
.icon-5-stars .path4:before {
  content: "\e932";
  margin-left: -5.173828125em;
  color: #126849;
}
.icon-5-stars .path5:before {
  content: "\e933";
  margin-left: -5.173828125em;
  color: #04da8d;
}
.icon-5-stars .path6:before {
  content: "\e934";
  margin-left: -5.173828125em;
  color: #126849;
}
.icon-5-stars .path7:before {
  content: "\e935";
  margin-left: -5.173828125em;
  color: #04da8d;
}
.icon-5-stars .path8:before {
  content: "\e936";
  margin-left: -5.173828125em;
  color: #126849;
}
.icon-5-stars .path9:before {
  content: "\e937";
  margin-left: -5.173828125em;
  color: #04da8d;
}
.icon-5-stars .path10:before {
  content: "\e938";
  margin-left: -5.173828125em;
  color: #126849;
}
.icon-4-stars .path1:before {
  content: "\e939";
  color: #04da8d;
}
.icon-4-stars .path2:before {
  content: "\e93a";
  margin-left: -4.130859375em;
  color: #126849;
}
.icon-4-stars .path3:before {
  content: "\e93b";
  margin-left: -4.130859375em;
  color: #04da8d;
}
.icon-4-stars .path4:before {
  content: "\e93c";
  margin-left: -4.130859375em;
  color: #126849;
}
.icon-4-stars .path5:before {
  content: "\e93d";
  margin-left: -4.130859375em;
  color: #04da8d;
}
.icon-4-stars .path6:before {
  content: "\e93e";
  margin-left: -4.130859375em;
  color: #126849;
}
.icon-4-stars .path7:before {
  content: "\e93f";
  margin-left: -4.130859375em;
  color: #04da8d;
}
.icon-4-stars .path8:before {
  content: "\e940";
  margin-left: -4.130859375em;
  color: #126849;
}
.icon-done:before {
  content: "\e92a";
}
.icon-add:before {
  content: "\e92b";
}
.icon-remove:before {
  content: "\e92c";
}
.icon-right:before {
  content: "\e92d";
}
.icon-left:before {
  content: "\e92e";
}
.icon-icon-ip .path1:before {
  content: "\e905";
  color: #000000;
}
.icon-icon-ip .path2:before {
  content: "\e907";
  margin-left: -1.2822265625em;
  color: #679f16;
}
.icon-account .path1:before {
  content: "\e925";
  color: #000000;
}
.icon-account .path2:before {
  content: "\e926";
  margin-left: -0.9521484375em;
  color: #ffffff;
}
.icon-account .path3:before {
  content: "\e927";
  margin-left: -0.9521484375em;
  color: #000000;
}
.icon-account .path4:before {
  content: "\e928";
  margin-left: -0.9521484375em;
  color: #000000;
}
.icon-facebook:before {
  content: "\e921";
  color: #b0bec5;
}
.icon-x:before {
  content: "\e906";
  color: #6e6e6e;
}
.icon-instagram:before {
  content: "\e929";
}
.icon-linkedin:before {
  content: "\e922";
  color: #6e6e6e;
}
.icon-youtube:before {
  content: "\e923";
  color: #6e6e6e;
}
.icon-insta2:before {
  content: "\e924";
  color: #fff;
}
.icon-cart:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-rigth:before {
  content: "\e900";
  color: #679f16;
}
.icon-down:before {
  content: "\e903";
  color: #bdbdbd;
}
.icon-assistant:before {
  content: "\e904";
}
.icon-call-center:before {
  content: "\e908";
  color: #fff;
}
.icon-resorts-Icon:before {
  content: "\e909";
}
.icon-retail-Icon:before {
  content: "\e90a";
}
.icon-Industryparks-1:before {
  content: "\e90b";
}
.icon-non-profit-Icon:before {
  content: "\e90c";
}
.icon-hospitality-Icon:before {
  content: "\e90d";
}
.icon-Industryhealth-1:before {
  content: "\e90e";
}
.icon-Industrygovernment-1:before {
  content: "\e90f";
}
.icon-Industryfood-1:before {
  content: "\e910";
}
.icon-Industryfinancial-1:before {
  content: "\e911";
}
.icon-education:before {
  content: "\e912";
}
.icon-distributors:before {
  content: "\e913";
}
.icon-cruise-Icon:before {
  content: "\e914";
}
.icon-clubs-Icon:before {
  content: "\e915";
}
.icon-Industrycasinos-1:before {
  content: "\e916";
}
.icon-Industry-Icon:before {
  content: "\e917";
}
.icon-satisfaction:before {
  content: "\e918";
}
.icon-customer:before {
  content: "\e91a";
}
.icon-shield:before {
  content: "\e91b";
}
.icon-imprintplus .path1:before {
  content: "\e91c";
  color: #679f16;
}
.icon-imprintplus .path2:before {
  content: "\e91d";
  margin-left: -3.9716796875em;
  color: #679f16;
}
.icon-imprintplus .path3:before {
  content: "\e91e";
  margin-left: -3.9716796875em;
  color: #679f16;
}
.icon-imprintplus .path4:before {
  content: "\e91f";
  margin-left: -3.9716796875em;
  color: #4e99c1;
}
.icon-imprintplus .path5:before {
  content: "\e920";
  margin-left: -3.9716796875em;
  color: #4e99c1;
}
.icon-General-Icons:before {
  content: "\e919";
  color: #679f16;
}
.icon-arrow_right:before {
  content: "\e96a";
  color: #679f16;
}
.icon-Group615:before {
  content: "\e96b";
  color: #bdbdbd;
}
.icon-close:before {
  content: "\e96c";
}
.icon-arrow_back:before {
  content: "\e96d";
}
.icon-trustpilot-excellent-1 .path1:before {
  content: "\e942";
  color: #0ab67b;
}
.icon-trustpilot-excellent-1 .path2:before {
  content: "\e943";
  margin-left: -14.5em;
  color: #0ab67b;
}
.icon-trustpilot-excellent-1 .path3:before {
  content: "\e944";
  margin-left: -14.5em;
  color: #08b67a;
}
.icon-trustpilot-excellent-1 .path4:before {
  content: "\e945";
  margin-left: -14.5em;
  color: #08b67a;
}
.icon-trustpilot-excellent-1 .path5:before {
  content: "\e946";
  margin-left: -14.5em;
  color: #09b67a;
}
.icon-trustpilot-excellent-1 .path6:before {
  content: "\e947";
  margin-left: -14.5em;
  color: #dbdbe6;
}
.icon-trustpilot-excellent-1 .path7:before {
  content: "\e948";
  margin-left: -14.5em;
  color: #0ab67b;
}
.icon-trustpilot-excellent-1 .path8:before {
  content: "\e949";
  margin-left: -14.5em;
  color: #1a1a1a;
}
.icon-trustpilot-excellent-1 .path9:before {
  content: "\e94a";
  margin-left: -14.5em;
  color: #1d1d1d;
}
.icon-trustpilot-excellent-1 .path10:before {
  content: "\e94b";
  margin-left: -14.5em;
  color: #1d1d1d;
}
.icon-trustpilot-excellent-1 .path11:before {
  content: "\e94c";
  margin-left: -14.5em;
  color: #1c1c1c;
}
.icon-trustpilot-excellent-1 .path12:before {
  content: "\e94d";
  margin-left: -14.5em;
  color: #1d1d1d;
}
.icon-trustpilot-excellent-1 .path13:before {
  content: "\e94e";
  margin-left: -14.5em;
  color: #1d1d1d;
}
.icon-trustpilot-excellent-1 .path14:before {
  content: "\e94f";
  margin-left: -14.5em;
  color: #1c1c1c;
}
.icon-trustpilot-excellent-1 .path15:before {
  content: "\e950";
  margin-left: -14.5em;
  color: #262626;
}
.icon-trustpilot-excellent-1 .path16:before {
  content: "\e951";
  margin-left: -14.5em;
  color: #222222;
}
.icon-trustpilot-excellent-1 .path17:before {
  content: "\e952";
  margin-left: -14.5em;
  color: #1c1c1c;
}
.icon-trustpilot-excellent-1 .path18:before {
  content: "\e953";
  margin-left: -14.5em;
  color: #262626;
}
.icon-trustpilot-excellent-1 .path19:before {
  content: "\e954";
  margin-left: -14.5em;
  color: #222222;
}
.icon-trustpilot-excellent-1 .path20:before {
  content: "\e955";
  margin-left: -14.5em;
  color: #222222;
}
.icon-trustpilot-excellent-1 .path21:before {
  content: "\e956";
  margin-left: -14.5em;
  color: #1f1f1f;
}
.icon-trustpilot-excellent-1 .path22:before {
  content: "\e957";
  margin-left: -14.5em;
  color: #1f1f1f;
}
.icon-trustpilot-excellent-1 .path23:before {
  content: "\e958";
  margin-left: -14.5em;
  color: #1d1d1d;
}
.icon-trustpilot-excellent-1 .path24:before {
  content: "\e959";
  margin-left: -14.5em;
  color: #262626;
}
.icon-trustpilot-excellent-1 .path25:before {
  content: "\e95a";
  margin-left: -14.5em;
  color: #1a1a1a;
}
.icon-trustpilot-excellent-1 .path26:before {
  content: "\e95b";
  margin-left: -14.5em;
  color: #0ab67b;
}
.icon-trustpilot-excellent-1 .path27:before {
  content: "\e95c";
  margin-left: -14.5em;
  color: #1f1f1f;
}
.icon-trustpilot-excellent-1 .path28:before {
  content: "\e95d";
  margin-left: -14.5em;
  color: #065c32;
}
.icon-trustpilot-excellent-1 .path29:before {
  content: "\e95e";
  margin-left: -14.5em;
  color: #262626;
}
.icon-trustpilot-excellent-1 .path30:before {
  content: "\e95f";
  margin-left: -14.5em;
  color: #f8fcfa;
}
.icon-trustpilot-excellent-1 .path31:before {
  content: "\e960";
  margin-left: -14.5em;
  color: #f6fbf8;
}
.icon-trustpilot-excellent-1 .path32:before {
  content: "\e961";
  margin-left: -14.5em;
  color: #f8fcfa;
}
.icon-trustpilot-excellent-1 .path33:before {
  content: "\e962";
  margin-left: -14.5em;
  color: #f6fbf8;
}
.icon-trustpilot-excellent-1 .path34:before {
  content: "\e963";
  margin-left: -14.5em;
  color: #f8fcfa;
}
.icon-trustpilot-excellent-1 .path35:before {
  content: "\e964";
  margin-left: -14.5em;
  color: #f6fbf8;
}
.icon-trustpilot-excellent-1 .path36:before {
  content: "\e965";
  margin-left: -14.5em;
  color: #f8fcfa;
}
.icon-trustpilot-excellent-1 .path37:before {
  content: "\e966";
  margin-left: -14.5em;
  color: #f6fbf8;
}
.icon-trustpilot-excellent-1 .path38:before {
  content: "\e967";
  margin-left: -14.5em;
  color: #fbfcfc;
}
.icon-trustpilot-excellent-1 .path39:before {
  content: "\e968";
  margin-left: -14.5em;
  color: #fbfcfc;
}
.icon-trustpilot-excellent-1 .path40:before {
  content: "\e969";
  margin-left: -14.5em;
  color: #0ab67b;
}
.icon-Icon_fastleadtimes:before {
  content: "\e941";
}
/**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
*/
@media screen and (min-width: 1110px), print {
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 102px 0 91px;
  }
}
@media screen and (min-width: 768px), print {
  .modal-popup.modal-slide {
    left: 20px;
    right: 20px;
  }
  .weprint-data-modal .actions-toolbar:before,
  .weprint-data-modal .actions-toolbar:after {
    display: none;
  }
  .weprint-data-modal .actions-toolbar .primary .action {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 855px) {
  .weprint-data-button {
    justify-content: center;
  }
  .weprint-data-modal .actions-toolbar .primary .action {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.77px) {
  .catalog-product-view .weprint-data-popup.modal-popup._show .modal-inner-wrap {
    max-width: 733px;
    min-height: unset;
    padding-bottom: 45.4px;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
    padding: 0 60.3px 0 36.9px;
  }
  .weprint-data-button {
    justify-content: space-between;
  }
  .weprint-data-button .weprint-data-check {
    display: flex;
    margin-right: 0;
  }
  .weprint-data-button .weprint-data-check .checkmark {
    margin: 0 13.5px 0 0;
  }
  .weprint-data-button .weprint-data-check .label {
    max-width: 333px;
  }
  .weprint-data-button .action.primary {
    min-width: 223px;
  }
  .weprint-data-input div.mage-error {
    font-size: 12px;
    line-height: 14px;
  }
  .modal-popup.modal-slide {
    left: 20px;
    right: 14px;
  }
  .weprint-data-modal .weprint-data-input {
    width: 24.9%;
  }
  .weprint-data-button {
    margin-top: 57px;
  }
  .modal-popup .modal-inner-wrap .modal-header .action-close:before {
    font-size: 70px;
  }
  .weprint-data-modal .weprint-introduce .weprint-personalize {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 730px) {
  .weprint-data-button {
    justify-content: center;
  }
  .weprint-data-button .action.primary {
    margin-top: 42.28px;
  }
}
@media screen and (max-width: 480px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-header {
    padding-top: 19px;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
    padding: 0 6px 0 7px;
  }
  .catalog-product-view .weprint-data-modal tr td {
    padding: 19px 5px;
  }
  .catalog-product-view .weprint-data-modal tr:nth-child(2) td {
    padding-top: 9px;
  }
  .catalog-product-view .weprint-data-modal tr:nth-child(odd) td {
    padding: 11px 5px;
  }
  .catalog-product-view .weprint-data-popup.modal-popup._show .modal-inner-wrap {
    padding-bottom: 35.11px;
  }
  .weprint-data-modal .weprint-data-input {
    width: 28.8%;
  }
  .weprint-data-modal .weprint-introduce .weprint-personalize {
    font-size: 24px;
    letter-spacing: unset;
    line-height: 35px;
    margin-bottom: 7px;
  }
  .weprint-data-modal .weprint-table {
    max-height: 280px;
  }
  .weprint-data-modal .weprint-title,
  .weprint-data-modal .weprint-data-index {
    display: none;
  }
  .weprint-data-modal .weprint-data-rf th {
    font-size: 15px;
    padding: 0 0 0 5px;
  }
  .weprint-data-modal .weprint-data-input input {
    height: 23.5px;
  }
  .weprint-data-modal .weprint-data-select select {
    font-size: 12px !important;
    height: 23.5px !important;
    line-height: 23.5px !important;
    padding: 0 9px !important;
  }
  .weprint-data-button {
    margin: 53.6px auto 0;
  }
  .weprint-data-button .weprint-data-check .label {
    max-width: 283px;
  }
  .modal-popup.modal-slide {
    left: 24px;
    right: 15px;
  }
  .weprint-data-modal .weprint-data-rf th {
    line-height: 18px;
  }
  .modal-popup .modal-inner-wrap .modal-header .action-close:before {
    font-size: 52px;
  }
  .weprint-introduce {
    padding: 0 10px 0 7px;
  }
}
.payment-method .payment-method-content .paypal-buttons {
  margin: 10px 0 10px 0;
}
.payment-method .payment-method-content .paypal-buttons iframe.component-frame {
  z-index: 10 !important;
}
@media screen and (min-width: 768px) {
  .payment-method .payment-method-content .paypal-buttons iframe.component-frame {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  .catalog-product-view .success-popup._inner-scroll {
    width: 100%;
    top: 50px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-inner-wrap {
    border-radius: 7px 7px 0 0;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-header {
    border-radius: 7px 7px 0 0;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-header #success-message .title {
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-header .action-close::before {
    font-size: 30px;
    border: 2px solid white;
    height: 37px;
    width: 40px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-photo {
    padding-right: 20px;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-photo .product-image-container {
    width: 75px !important;
  }
  .catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-details .actions .primary.tocart::before {
    width: 40px;
    height: 40px;
  }
  .catalog-product-view .modal-slide .modal-header {
    padding: 1.6rem 1.6rem 2.6rem;
  }
  .catalog-product-view .modal-slide .modal-content {
    padding: 0 1.6rem 2.6rem;
  }
}
/* Imprint Plus - Custom Styles - Magento
 * Bear Group, www.beargroup.com
 * Author: Chris Bovard, Jaime Lopez
 * Nov. 19, 11:41 PST, 2019
*/
@media (max-width: 639px) {
  #maincontent .column.main .hot-topic-block .hot-topic-top .pagebuilder-column h2 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 35px;
  }
  #maincontent .column.main .hot-topic-block .hot-topic-top .pagebuilder-column .banner-title p {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 19px;
  }
  #maincontent .column.main .hot-topic-block .hot-topic-top .pagebuilder-column .banner-content p {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 13px;
  }
  #maincontent .column.main .hot-topic-block .hot-topic-bottom-left .pagebuilder-column .hot-topic-bottom-left-title p {
    font-size: 8px;
  }
  #maincontent .column.main .hot-topic-block .hot-topic-bottom-left .pagebuilder-column .hot-topic-bottom-left-detail p {
    font-size: 9px;
    letter-spacing: .0025em;
    line-height: 15px;
  }
  #maincontent .column.main .hot-topic-block .hot-topic-bottom-left-content {
    max-width: 50%;
  }
  #maincontent .column.main .shop-custom-name-badges .pagebuilder-column .heading {
    font-size: 16px;
  }
  #maincontent .column.main .shop-custom-name-badges .pagebuilder-column .content,
  #maincontent .column.main .shop-custom-name-badges .pagebuilder-column .price {
    font-size: 13px;
  }
  #maincontent .column.main .banner-new-homepage .column-content .heading {
    font-size: 28px !important;
    letter-spacing: -0.5px;
    line-height: 26px;
  }
  #maincontent .column.main .banner-new-homepage .column-content .detail {
    font-size: 12px;
  }
  #maincontent .column.main .banner-new-homepage .column-content .button-shop a {
    border-radius: 4px;
    font-size: 12px;
    padding: 0 5px;
    width: 72px;
  }
  #maincontent .column.main .banner-new-homepage .column-content-secondary .heading {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
  }
  #maincontent .column.main .banner-new-homepage .column-content-secondary .detail p {
    font-size: 12px;
  }
  #maincontent .column.main .banner-new-homepage .column-content-secondary .contact-us p {
    font-size: 12px;
  }
  #maincontent .column.main .banner-new-homepage .column-content-secondary .contact-us p a {
    font-size: 12px;
  }
  #maincontent .column.main .newsletter-block .heading-newsletter p {
    text-align: center;
  }
  .button-primary-home .pagebuilder-button-link {
    font-size: 11px;
    padding: 0 5.5px;
  }
  .button-secondary-home .pagebuilder-button-link {
    font-size: 11px;
    padding-left: 0;
    padding-right: 12px;
    position: relative;
  }
  .button-secondary-home .pagebuilder-button-link::after {
    font-size: 32px;
    margin: -1px 6px 0;
    position: absolute;
    right: 0;
  }
  .block-padding-left {
    padding-right: 0;
  }
  .hot-topic-block .button-primary-home .pagebuilder-button-link {
    border-radius: 3px;
  }
  .hot-topic-block .hot-topic-top .hot-topic-heading {
    margin-bottom: 12px;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner {
    margin-bottom: 10px;
    min-height: 134px;
    padding: 12px 15px 31px 58%;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner .banner-title {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
  .hot-topic-block .hot-topic-top .button-primary-home {
    text-align: right;
    margin-right: 30px;
  }
  .hot-topic-block .hot-topic-bottom-right .button-secondary-home .pagebuilder-button-link {
    font-size: 12px;
    width: max-content;
  }
  .shop-custom-name-badges {
    margin-bottom: 7px;
  }
  .shop-custom-name-badges h2 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 35px;
    margin-bottom: 36px;
  }
  .shop-custom-name-badges > .pagebuilder-column-group {
    margin-left: -5px;
    margin-right: -5px;
  }
  .shop-custom-name-badges > .pagebuilder-column-group .name-badges-item {
    flex: 50%;
    padding: 0 5px;
  }
  .shop-custom-name-badges .name-badges-item {
    margin-bottom: 21px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content {
    padding: 4px 1px 7px;
  }
  .shop-by-industry.title h2 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 35px;
    margin-bottom: 18px;
  }
  .shop-by-industry.content {
    margin-bottom: 5px;
    margin-left: -3px;
    margin-right: -3px;
  }
  .shop-by-industry.content .pagebuilder-column-group {
    padding: 0 3px;
  }
  .shop-by-industry.content .industry-rule .industry-name {
    padding: 18px 0 34px;
  }
  .shop-by-industry.content .slick-prev,
  .shop-by-industry.content .slick-next {
    height: 18px;
    margin-top: -14px;
    margin-right: 3px;
    width: 18px;
  }
  .shop-by-industry.content .slick-prev::before,
  .shop-by-industry.content .slick-next::before {
    font-size: 10px;
  }
  .shop-by-industry.content .slick-next {
    margin-right: 33px;
  }
  .shop-by-industry.content .slick-list {
    padding-right: 43px;
  }
  .shop-by-industry.content .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 3px;
  }
  .shop-by-industry.content .slick-dots li button {
    height: 8px;
    width: 8px;
  }
  .banner-new-homepage {
    margin-bottom: 19px;
  }
  .banner-new-homepage .button-secondary-home .pagebuilder-button-link::after {
    font-size: 56px;
    margin-top: 0;
  }
  .banner-new-homepage .pagebuilder-column-group:first-child,
  .banner-new-homepage .pagebuilder-column-group:last-child {
    flex: 100%;
    padding-right: 0;
  }
  .banner-new-homepage .pagebuilder-column-group:first-child {
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child {
    border-radius: 0 0 7px 7px;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child .column-content-secondary,
  .banner-new-homepage .pagebuilder-column-group:last-child .column-media-secondary {
    flex: 50%;
    min-width: 0;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child .column-media-secondary {
    display: none !important;
    padding-right: 7px;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child .column-media-secondary figure {
    height: 100%;
    margin: 0;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child .column-media-secondary figure img {
    height: 100% !important;
    object-fit: cover;
    object-position: top;
    vertical-align: middle;
    width: 100%;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child .column-content-secondary {
    position: relative;
  }
  .banner-new-homepage .column-content {
    padding: 0 8px 20px;
  }
  .banner-new-homepage .column-content .heading {
    margin-bottom: 13px;
    padding-bottom: 6px;
    padding-right: 0;
    text-align: center;
  }
  .banner-new-homepage .column-content .detail {
    margin-bottom: 0;
    min-height: 30px;
    padding-right: 90px;
  }
  .banner-new-homepage .column-content .overlord {
    position: relative;
  }
  .banner-new-homepage .column-content .button-shop {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .banner-new-homepage .column-media figure {
    margin: 0 auto;
  }
  .banner-new-homepage .column-media-secondary {
    flex: 50%;
  }
  .banner-new-homepage .column-content-secondary {
    flex: 50%;
    padding: 0 9px 8px;
  }
  .banner-new-homepage .column-content-secondary .detail {
    margin-bottom: 6px;
  }
  .banner-new-homepage .column-content-secondary .heading {
    margin-bottom: 8px;
  }
  .banner-new-homepage .column-content-secondary .button-secondary-home {
    margin-bottom: 6px;
  }
  .newsletter-block {
    margin-top: 35px;
    margin-bottom: 0;
    padding: 0 9px 12px;
  }
  .newsletter-block .logo-newsletter {
    height: 70px;
    margin: -35px auto 16px;
    padding: 10px;
    width: 70px;
  }
  .newsletter-block .heading-newsletter {
    margin-bottom: 10px;
  }
  .newsletter-block .email-newsletter {
    margin-bottom: 44px;
  }
  .newsletter-block .email-newsletter input {
    margin-right: 12px;
  }
  .newsletter-block .email-newsletter button {
    padding: 10px 7px;
  }
  .newsletter-block .email-newsletter div.mage-error {
    bottom: -22px;
    max-width: 445px;
  }
  .newsletter-block .check-newsletter {
    margin-bottom: 21px;
    padding-left: 10px;
  }
  .newsletter-block .check-newsletter .input-check {
    margin-right: 43px;
  }
  .newsletter-block .check-newsletter .text-check {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 20px;
  }
  .our-clients-block h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 36px;
  }
  .our-clients-block.top {
    margin-bottom: 21px;
  }
  .our-clients-block.top .pagebuilder-column-group {
    margin-bottom: 19px;
  }
  .our-clients-block.bottom {
    margin-bottom: 42px;
  }
  .our-clients-block.bottom .column-content .detail {
    margin-bottom: 28px;
  }
  .our-clients-block.bottom .column-media {
    margin-bottom: 28px;
  }
  .trust-pilot-block {
    margin-bottom: 65px;
  }
}
@media (max-width: 479px) {
  .hot-topic-block.bottom {
    margin-bottom: 63px;
    position: relative;
  }
  .hot-topic-block.bottom .widget.block > [data-content-type='row']:first-child {
    flex: calc(62% - 7px);
    padding-right: 7px;
  }
  .hot-topic-block.bottom .widget.block > [data-content-type='row']:last-child {
    flex: 38%;
    max-width: 38%;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-title {
    margin-bottom: 2px;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-detail {
    margin-bottom: 9px;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-content {
    max-width: 50%;
    padding: 6px 6px 5px;
  }
  .hot-topic-block .hot-topic-bottom-right > div {
    height: 100%;
  }
  .hot-topic-block .hot-topic-bottom-right .button-secondary-home .pagebuilder-button-link {
    font-size: 7px;
    letter-spacing: .1px;
    line-height: 20px;
  }
  .hot-topic-block .hot-topic-bottom-right > .button-secondary-home {
    bottom: -48px;
    height: 41px;
    left: 20px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    width: calc(100% - 40px);
  }
  .hot-topic-block .hot-topic-bottom-right > .button-secondary-home .pagebuilder-button-link {
    font-size: 11px;
    line-height: 12px;
  }
  .hot-topic-block .hot-topic-bottom-right .hot-topic-bottom-right-main {
    margin-bottom: 0;
  }
  .hot-topic-block .hot-topic-bottom-right .hot-topic-bottom-right-main > .button-secondary-home {
    margin-top: auto;
    padding: 54px 4px 5px;
  }
}
@media (max-width: 767.98px) {
  .banner-new-homepage .column-content {
    margin-top: -1px;
  }
}
/**
 * Style for mobile
 */
@media only screen and (max-width: 767px) {
  .hot-topics-banner-1 .banner-title {
    margin-bottom: 28px;
  }
  .hot-topics-banner-1 .content {
    padding: 40px 10px 42px 10px;
    border-radius: 7px 0 0 7px;
  }
  .hot-topics-banner-1 .content .btn-hot-topics div[class*="pagebuilder-button"],
  .hot-topics-banner-1 .content .btn-hot-topics a[class*="pagebuilder-button"] {
    padding: 10px 20px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .hot-topics-banner-1 .banner-container {
    border-radius: 0 7px 7px 0;
    min-height: 240px;
  }
  #maincontent .column.main .hot-topics-banner-1.layout-reverse .pagebuilder-column-group {
    flex-direction: row-reverse;
  }
  #maincontent .column.main .hot-topics-banner-1.layout-reverse .content {
    border-radius: 7px 0 0 7px;
  }
  #maincontent .column.main .hot-topics-banner-1.layout-reverse .banner-container {
    border-radius: 0 7px 7px 0;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .heading-title p {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .description p {
    font-size: 13px;
    line-height: 16px;
    max-height: 60px;
    max-width: 300px;
    margin-bottom: 22px;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .btn-hot-topics div[class*="pagebuilder-button"] {
    font-weight: 700;
    font-size: 11px !important;
    line-height: 13px !important;
    padding: 10px 20px !important;
  }
  #maincontent .column.main .hot-topics-banner-1 .content,
  #maincontent .column.main .hot-topics-banner-1 .banner-container {
    width: 50% !important;
  }
}
/**
 * Style for tablet
 */
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .hot-topics-banner-1.layout-reverse .banner-container {
    min-height: 400px;
  }
  .hot-topics-banner-1 .banner-title {
    margin-bottom: 12px;
  }
  .hot-topics-banner-1 .content {
    padding: 48px 46px 48px 23px;
  }
  .hot-topics-banner-1 .content .btn-hot-topics div[class*="pagebuilder-button"],
  .hot-topics-banner-1 .content .btn-hot-topics a[class*="pagebuilder-button"] {
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 13px !important;
    padding: 10px 20px !important;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .heading-title p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  #maincontent .column.main .hot-topics-banner-1 .content .description p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 500px;
  }
}
/**
 * Style for desktop
 */
/**
 * Style for mobile
 */
@media only screen and (max-width: 767px) {
  .hot-topics-banner-2 {
    max-width: 100%;
  }
  .hot-topics-banner-2 .banner-title {
    margin-bottom: 28px;
  }
  .hot-topics-banner-2 .content {
    width: 100% !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 22px 30px 24px 25px;
  }
  .hot-topics-banner-2.layout-reverse > .pagebuilder-column-group {
    flex-direction: column;
  }
  .hot-topics-banner-2.layout-reverse .content {
    border-radius: 0 0 7px 7px;
  }
  .hot-topics-banner-2.layout-reverse .banner-container {
    border-radius: 7px 7px 0 0 !important;
  }
  .hot-topics-banner-2 .pagebuilder-column-group {
    flex-direction: column-reverse;
  }
  .hot-topics-banner-2 .pagebuilder-column-group .banner-container {
    width: 100% !important;
    height: 250px;
    border-radius: 7px 7px 0 0 !important;
  }
  #maincontent .column.main .hot-topics-banner-2 .content .heading-title p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  #maincontent .column.main .hot-topics-banner-2 .content .description p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
/**
 * Style for tablet
 */
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .hot-topics-banner-2 .banner-title {
    margin-bottom: 28px;
  }
  .hot-topics-banner-2 .content {
    padding: 48px 20px 36px 24px;
  }
  #maincontent .column.main .hot-topics-banner-2 .content .heading-title p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  #maincontent .column.main .hot-topics-banner-2 .content .description p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
/**
 * Style for desktop
 */
/**
 * Style for mobile
 */
@media only screen and (max-width: 767px) {
  .hot-topics-banner-3 {
    max-width: 100%;
  }
  .hot-topics-banner-3 .banner-title {
    margin-bottom: 28px;
  }
  .hot-topics-banner-3 .content {
    width: 100% !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 20px 25px 10px;
  }
  .hot-topics-banner-3 .pagebuilder-column-group {
    flex-direction: column-reverse;
  }
  .hot-topics-banner-3 .pagebuilder-column-group .banner-container {
    width: 100% !important;
    height: 180px;
  }
  .hot-topics-banner-3 .banner-container {
    border-radius: 7px 7px 0 0 !important;
  }
  .hot-topics-banner-3.layout-reverse > .pagebuilder-column-group {
    flex-direction: column;
  }
  .hot-topics-banner-3.layout-reverse .content {
    border-radius: 0 0 7px 7px;
  }
  .hot-topics-banner-3.layout-reverse .banner-container {
    border-radius: 7px 7px 0 0 !important;
  }
  #maincontent .column.main .hot-topics-banner-3 .content .heading-title p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  #maincontent .column.main .hot-topics-banner-3 .content .description p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
  }
}
/**
 * Style for tablet
 */
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .hot-topics-banner-3 {
    max-width: 40%;
  }
  .hot-topics-banner-3 .banner-title {
    margin-bottom: 28px;
  }
  .hot-topics-banner-3 .content {
    padding: 80px 25px;
  }
  .hot-topics-banner-3 .pagebuilder-column-group {
    flex-direction: row;
  }
  #maincontent .column.main .hot-topics-banner-3 .content .heading-title p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  #maincontent .column.main .hot-topics-banner-3 .content .description p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
    max-height: 62px;
  }
}
/**
 * Style for desktop
 */
@media only screen and (max-width: 479px) {
  .hot-topics-merged .pagebuilder-column-group > .pagebuilder-column {
    width: 100% !important;
  }
  .hot-topics-merged .pagebuilder-column-group > .pagebuilder-column:first-child [data-content-type='block'] {
    margin: 0 0 10px 0;
  }
}
/**
 * Style for mobile
 */
@media only screen and (max-width: 767px) {
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-media figure {
    max-height: 280px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-media figure img {
    border-radius: 7px 7px 0 0;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:first-child > .pagebuilder-column {
    flex: 100%;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child > .pagebuilder-column {
    flex: 100%;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child > .pagebuilder-column.column-content-secondary {
    padding: 15px 15px 27px 15px;
    height: 100%;
    min-width: 100%;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content {
    border-radius: 0 0 7px 7px;
    padding: 12px 15px 30px 15px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .heading p {
    font-weight: 700;
    text-align: left;
    margin-bottom: 14px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .heading p > span {
    font-size: 22px !important;
    line-height: 26px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content div.overlord:nth-child(2) p {
    margin-top: 12px;
    margin-bottom: 6px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content div.overlord:nth-child(2) p > span {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content div.overlord:nth-child(3) p,
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content div.overlord:nth-child(3) p > span {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .buttons {
    display: flex;
    margin-top: 18px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .buttons .pagebuilder-button-primary {
    padding: 10px 35px;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 13px !important;
  }
}
/**
 * Style for tablet
 */
@media only screen and (min-width: 640px) and (max-width: 767px) {
  #maincontent .column.main .banner-new-homepage .column-content-secondary .heading {
    font-size: 22px;
  }
  #maincontent .column.main .banner-new-homepage .column-content-secondary .detail p,
  #maincontent .column.main .banner-new-homepage .column-content-secondary .contact-us p {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .banner-new-homepage.home-banner-new .pagebuilder-column-group .column-media figure img {
    border-radius: 7px 7px 0 0;
  }
  .banner-new-homepage.home-banner-new .pagebuilder-column-group:first-child > .pagebuilder-column {
    flex: calc(72% - 11px);
  }
  .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child > .pagebuilder-column {
    flex: 28%;
  }
  .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child > .pagebuilder-column.column-content-secondary {
    padding: 24px 38px 34px 38px;
    height: 100%;
  }
  .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child > .pagebuilder-column.column-content-secondary .heading {
    margin-bottom: 10px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:first-child figure {
    height: 380px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content {
    border-radius: 0 0 7px 0;
    padding: 16px 35px 27px 30px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .heading p {
    font-weight: 700;
    font-size: 28px !important;
    line-height: 33px;
    margin-bottom: 12px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord {
    font-family: 'Lato', sans-serif;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord:nth-child(2) p {
    font-size: 22px;
    line-height: 26px;
    margin-top: 16px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord:nth-child(3) p {
    font-size: 17px;
    line-height: 26px;
    margin-top: 2px;
    margin-bottom: 8px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord:nth-child(4) p {
    font-size: 12px;
    line-height: 15px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content-secondary .heading {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content-secondary .detail {
    margin-bottom: 0;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content-secondary .detail p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content-secondary .contact-us p {
    text-align: center;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content-secondary .button-secondary-home {
    margin-top: 20px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content-secondary .button-secondary-home .pagebuilder-button-link::after {
    margin-top: 0;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .buttons {
    margin-top: 18px;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .buttons .pagebuilder-button-primary {
    padding: 10px 30px;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 13px !important;
  }
  #maincontent .column.main .column-content {
    padding: 17px 15px 27px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #maincontent .column .banner-new-homepage.home-banner-new.banner-mobile-display {
    display: none !important;
  }
}
/**
 * Style for desktop
 */
/**
 * Special cases
 */
@media only screen and (min-width: 1536px) and (max-width: 1920px) {
  #maincontent .column .banner-new-homepage.home-banner-new.login-here .pagebuilder-column-group:last-child {
    max-height: 100%;
    position: absolute;
    left: 40px;
    width: 114%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1535px) {
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:first-child figure img {
    max-width: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:first-child figure {
    height: 100%;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:first-child {
    flex: calc(70% - 11px);
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .pagebuilder-column-group:last-child {
    flex: 30%;
  }
  #maincontent .column.main .banner-new-homepage.home-banner-new .column-content {
    padding-top: 57px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-new-homepage.home-banner-new.banner-desktop-display {
    display: none !important;
  }
  .banner-new-homepage.home-banner-new .column-media {
    flex-basis: 100%;
  }
  .banner-new-homepage.home-banner-new .column-content .heading {
    padding-top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-new-homepage.home-banner-new .column-content {
    margin-top: -100px;
    flex: 100%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Imprint Plus - Custom Styles - Magento
 * Bear Group, www.beargroup.com
 * Author: Chris Bovard, Jaime Lopez
 * Nov. 19, 11:41 PST, 2019
*/
.block-authentication .actions-toolbar > .primary .action {
  color: #ffffff;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 40px;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #f1f1f1;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.block-authentication .actions-toolbar > .primary .action:visited,
.block-authentication .actions-toolbar > .primary .action:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.block-authentication .actions-toolbar > .primary .action:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.block-authentication .actions-toolbar > .primary .action:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.block-authentication .boo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.block-authentication .boo:visited,
.block-authentication .boo:active {
  color: #3e703d;
  text-decoration: underline;
}
.block-authentication .boo:hover {
  color: #65a944;
  text-decoration: underline;
}
.block-authentication .boo:focus {
  color: #000000;
  text-decoration: underline;
}
.block.block-customer-login .actions-toolbar > .secondary .action {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.block.block-customer-login .actions-toolbar > .secondary .action:visited,
.block.block-customer-login .actions-toolbar > .secondary .action:active {
  color: #3e703d;
  text-decoration: underline;
}
.block.block-customer-login .actions-toolbar > .secondary .action:hover {
  color: #65a944;
  text-decoration: underline;
}
.block.block-customer-login .actions-toolbar > .secondary .action:focus {
  color: #000000;
  text-decoration: underline;
}
.sales-order-print a {
  margin-left: 20px;
  margin-bottom: 15px;
  display: block;
  height: 20px;
  width: 136px;
  background: transparent url('../images/Footer/Imprint-plus-logo-footer.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-print-color-adjust: exact;
}
.sales-order-print .navbar-toggle,
.sales-order-print .npg-order-links,
.sales-order-print .header-promo {
  display: none;
}
.sales-order-print .box,
.sales-order-print tr,
.sales-order-print img {
  page-break-inside: auto;
  page-break-before: auto;
}
.sales-order-print .block-content {
  page-break-inside: auto;
  page-break-before: auto;
}
.sales-order-print .block-content .box {
  width: 48.8%;
  float: left;
  margin-bottom: 20px;
}
.sales-order-print .block-content .box:nth-child(2n.sales-order-print .block-content .box + 1) {
  clear: left;
}
.sales-order-print .block-title,
.sales-order-print h2,
.sales-order-print h3 {
  page-break-inside: auto;
  page-break-before: auto;
}
.sales-order-print .block-order-details-view {
  page-break-inside: avoid;
  padding-top: 20px;
}
.sales-order-print .columns {
  display: block;
}
.sales-order-print .table-wrapper table {
  table-layout: auto;
}
/* Imprint Plus - Custom Styles - Magento
 * Bear Group, www.beargroup.com
 * Author: Chris Bovard, Jaime Lopez
 * Nov. 19, 11:41 PST, 2019
*/
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .btn {
    transition: none;
  }
  .fade {
    transition: none;
  }
  .collapsing {
    transition: none;
  }
}
@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
}
@media only screen and (max-width: 1023px) {
  .ves-menu .carousel-indicators {
    padding: 20px;
    width: auto;
  }
  .ves-menu .carousel-indicators li {
    padding: 10px;
    height: auto;
    display: inline-block;
    float: left;
  }
  .ves-menu .carousel-inner .item {
    text-align: center;
  }
  .ves-menu .product-items.owl-carousel {
    width: 100%;
    max-width: 100%;
  }
  .ves-menu .level0 .submenu {
    width: 100%;
    position: relative;
  }
  .ves-menu .navigation .level0 > .submenu {
    width: 100%;
    display: none;
    padding-left: 0;
  }
  .ves-menu .block-title {
    display: none;
  }
  .megamenu-title {
    display: block;
  }
  .ves-megamenu.nav-mobile .dropdown-menu .subgroup.level1 > a {
    padding-left: 0;
  }
  .ves-megamenu.nav-mobile .submenu {
    padding-left: 20px;
    display: none;
  }
  .ves-megamenu.nav-mobile .subgroup .submenu {
    padding-left: 20px;
    display: none;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: calc(46%);
  }
  .ves-navopen .offcanvas-menu,
  .ves-navopen .drill-down-menu {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .offcanvas-menu {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-47%);
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(46%);
    background: #f0f0f0;
    padding-top: 30px;
  }
  .ves-navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #080808;
    background-color: #222222;
    display: block;
    padding-left: 15px;
  }
  .ves-navtoggle {
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    position: absolute;
    z-index: 10;
    float: left;
    top: 10%;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: inherit;
    color: #ffffff;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .ves-navtoggle:hover:before {
    color: #ffffff;
  }
  .ves-navtoggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .dorgin-items,
  .orgin-items {
    display: block;
  }
  .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
    padding: 0 0 0 20px;
  }
  .ves-megamenu .dropdown-menu .subgroup.level1 > a {
    position: relative;
  }
  .ves-megamenu .level0 .submenu .submenu {
    background: none;
  }
  .ves-megamenu .products-widget .owl-nav {
    width: 80px;
  }
  .ves-megamenu .products-widget .owl-nav a {
    padding: 5px 15px;
    width: auto;
    font-size: 20px;
  }
  .ves-megamenu img,
  .ves-megamenu video,
  .ves-megamenu iframe {
    max-width: 100%;
  }
  .ves-megamenu .opener.item-active {
    background: rgba(0, 0, 0, 0.05);
  }
  .nav-mobile {
    background-color: #f8f8f8;
    float: left;
  }
  .nav-mobile .nav-item.level1 {
    padding-left: 20px;
  }
  .nav-mobile .submenu {
    max-width: 100%;
    border: 0;
    padding: 0;
    transition: left 0.3s ease-out;
    width: 100%;
    background: #f8f8f8;
  }
  .nav-mobile .nav-item {
    width: 100%;
    position: relative;
  }
  .nav-mobile .nav-item > a {
    padding: 0;
    width: 100%;
    float: left;
  }
  .nav-mobile li {
    float: left;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav-mobile li a {
    width: auto;
  }
  .nav-mobile .caret {
    display: none;
  }
  .nav-mobile .cat-label.pin-top {
    top: 2px;
  }
  .nav-mobile li.level0 > a {
    padding: 0 20px;
    line-height: 45px;
    float: left;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-mobile .dropdown-menu .content-wrap .megamenu-sidebar,
  .nav-mobile .dropdown-menu .content-wrap .megamenu-content {
    float: left;
    width: 100%;
  }
  .nav-mobile .dropdown-menu .megamenu-footer,
  .nav-mobile .dropdown-menu .megamenu-header {
    float: left;
    width: 100%;
  }
  .nav-mobile .megamenu-title {
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    position: relative;
  }
  .submenu.dropdown-menu {
    position: relative;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .ves-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    background: rgba(0, 0, 0, 0.7019609999999999);
    left: 0;
  }
  .drill-down-menu {
    padding-top: 30px;
    opacity: 0;
    transition: background-color 0.25s ease-out 0s, opacity 0.15s ease-out 0s;
  }
  .drill-down-menu .submenu.dropdown-menu {
    position: absolute;
  }
  .nav-mobile.hide-blocks .megamenu-header,
  .nav-mobile.hide-blocks .megamenu-sidebar,
  .nav-mobile.hide-blocks .megamenu-footer {
    display: none;
  }
  .view-submenu.ves-megamenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .view-submenu.submenu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .visually-hidden {
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .is-visible .ves-navdrilldown span {
    background-color: transparent;
  }
  .is-visible .ves-navdrilldown span::before {
    bottom: auto;
    transform: rotate(45deg);
  }
  .is-visible .ves-navdrilldown span:after,
  .is-visible .ves-navdrilldown span:before {
    bottom: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ves-navdrilldown {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    left: 18px;
    margin: auto;
    position: absolute;
    top: 0;
  }
  .ves-navdrilldown span {
    align-self: center;
    background-color: #ededed;
    border-radius: 100px;
    font-size: 0;
    height: 2px;
    position: relative;
    transition: background-color 0.2s ease-out 0s;
    width: 26px;
  }
  .ves-navdrilldown span::before {
    background-color: #ededed;
    border-radius: 100px;
    content: '';
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
    bottom: calc(106%);
  }
  .ves-navdrilldown span::after {
    background-color: #ededed;
    border-radius: 100px;
    content: '';
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
    top: calc(106%);
  }
  .drill-down-menu.is-visible {
    opacity: 1;
  }
  .ves-drill-down.ves-menu {
    overflow: hidden;
  }
  .navdrilldown {
    position: relative;
  }
  .navdrilldown .drill-down-menu .submenu {
    position: absolute;
    left: 100%;
  }
  .navdrilldown .drill-down-menu .submenu:not(:first-child) {
    overflow-x: visible;
  }
  .navdrilldown ul.drill-down-menu {
    background-color: #313131;
    color: #ededed;
    border: 0;
    padding: 0;
  }
  .ves-drill-down-menu .navigation .submenu:not(:first-child) {
    overflow-x: visible;
  }
  .ves-drill-down-menu .ves-megamenu.nav-mobile .dropdown-menu .megamenu-header {
    padding-left: 40px;
  }
  .ves-drill-down-menu .megamenu-content {
    padding-left: 40px;
  }
  .ves-drill-down-menu .ves-megamenu img:hover {
    transition: none;
  }
  .ves-drill-down-menu .hide-submenu {
    width: 40px;
    background-color: #006bb4;
  }
  .ves-drill-down-menu .submenu,
  .ves-drill-down-menu .dropdown-submenu,
  .ves-drill-down-menu .ves-megamenu.view-submenu,
  .ves-drill-down-menu .submenu.view-submenu,
  .ves-drill-down-menu .dropdown-submenu.view-submenu {
    transform: translateX(-100%);
  }
  .hide-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #313131;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
  }
  .hide-submenu::before {
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    bottom: 0;
    content: '';
    cursor: pointer;
    font-size: 0;
    height: 6px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 4px;
    position: absolute;
    right: -6px;
    top: 0;
    transform: rotate(135deg);
    transition: opacity 0.1s ease-out 0s;
    width: 6px;
  }
  .view-submenu .hide-submenu {
    background-color: #3e3e3e;
    z-index: 9999;
  }
  .view-submenu .hide-submenu::before {
    opacity: 1;
    transition: opacity 0.15s ease-out 0.3s;
  }
  .block .fa-arrow-right {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 30px;
  }
  ul.drill-down-menu .submenu.dropdown-menu {
    background-color: #313131;
    color: #ededed;
    border: 0;
    padding: 0;
  }
  ul.drill-down-menu.nav-mobile li.level0 {
    border: 0;
  }
  ul.drill-down-menu.nav-mobile li.level0 > a {
    color: #ededed;
    text-decoration: none;
  }
  ul.drill-down-menu.nav-mobile li.level0 > a:hover {
    text-decoration: none;
  }
  ul.drill-down-menu.ves-megamenu .dropdown-menu a {
    color: #ededed;
    text-decoration: none;
    margin-left: 80px;
  }
  .navbar.ves-navbar {
    border: 0;
  }
  .ves-drill-down-menu.ves-menu .level0 .submenu {
    left: 100%;
    position: absolute;
  }
  .ves-drill-down-menu.ves-menu .level0 > .submenu {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ves-menu .dorgin-items,
  .ves-menu .dynamic-items,
  .ves-menu .dynamic-content {
    display: block;
  }
  .ves-megamenu .level0 > .dropdown-mega {
    display: block;
  }
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
